From 81f573828755e82792b6cf838a877f11a64bccba Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Mon, 24 Oct 2022 07:48:15 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 11833 ++++++++++++++++++---------------- 1 file changed, 6283 insertions(+), 5550 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index def45253c9..52402e9ed8 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -56805,17 +56805,21 @@ UserSettingsEntity_UserSettingsEntity() { var _s14_ = "current_period", t1 = type$.legacy_String, - t2 = A.BuiltMap_BuiltMap(B.Map_empty0, t1, type$.legacy_BuiltList_legacy_String); + t2 = type$.legacy_BuiltList_legacy_String, + t3 = A.BuiltMap_BuiltMap(B.Map_empty0, t1, t2); + t2 = A.BuiltMap_BuiltMap(B.Map_empty0, t1, t2); t1 = A.BuiltMap_BuiltMap(B.Map_empty0, t1, type$.legacy_ReportSettingsEntity); - return A._$UserSettingsEntity$_("#2F7DC3", A.BuiltList_BuiltList$from(A._setArrayType([A.DashboardField_DashboardField("total_active_invoices", _s14_), A.DashboardField_DashboardField("total_outstanding_invoices", _s14_), A.DashboardField_DashboardField("total_completed_payments", _s14_)], type$.JSArray_legacy_DashboardField), type$.legacy_DashboardField), 3, 1, false, 3, t1, t2); + return A._$UserSettingsEntity$_("#2F7DC3", A.BuiltList_BuiltList$from(A._setArrayType([A.DashboardField_DashboardField("total_active_invoices", _s14_), A.DashboardField_DashboardField("total_outstanding_invoices", _s14_), A.DashboardField_DashboardField("total_completed_payments", _s14_)], type$.JSArray_legacy_DashboardField), type$.legacy_DashboardField), 3, 1, false, 3, t2, t1, t3); }, UserSettingsEntity__initializeBuilder(builder) { - var t1, + var t1, t2, _s14_ = "current_period"; builder.get$_company_model$_$this()._accentColor = "#2F7DC3"; builder.get$_company_model$_$this()._numberYearsActive = 3; t1 = type$.legacy_String; - builder.get$tableColumns().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, t1, type$.legacy_BuiltList_legacy_String)); + t2 = type$.legacy_BuiltList_legacy_String; + builder.get$tableColumns().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, t1, t2)); + builder.get$reactTableColumns().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, t1, t2)); builder.get$reportSettings().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, t1, type$.legacy_ReportSettingsEntity)); builder.get$dashboardFields().replace$1(0, A.BuiltList_BuiltList$from(A._setArrayType([A.DashboardField_DashboardField("total_active_invoices", _s14_), A.DashboardField_DashboardField("total_outstanding_invoices", _s14_), A.DashboardField_DashboardField("total_completed_payments", _s14_)], type$.JSArray_legacy_DashboardField), type$.legacy_DashboardField)); builder.get$_company_model$_$this()._dashboardFieldsPerRowMobile = 1; @@ -56919,15 +56923,17 @@ _$UserCompanyEntity$_(account, company, isAdmin, isOwner, ninjaPortalUrl, notifications, permissions, permissionsUpdatedAt, settings, token, user) { return new A._$UserCompanyEntity(isAdmin, isOwner, permissionsUpdatedAt, permissions, notifications, company, user, token, account, settings, ninjaPortalUrl); }, - _$UserSettingsEntity$_(accentColor, dashboardFields, dashboardFieldsPerRowDesktop, dashboardFieldsPerRowMobile, includeDeletedClients, numberYearsActive, reportSettings, tableColumns) { + _$UserSettingsEntity$_(accentColor, dashboardFields, dashboardFieldsPerRowDesktop, dashboardFieldsPerRowMobile, includeDeletedClients, numberYearsActive, reactTableColumns, reportSettings, tableColumns) { var _s18_ = "UserSettingsEntity"; if (tableColumns == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "tableColumns")); + if (reactTableColumns == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "reactTableColumns")); if (reportSettings == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "reportSettings")); if (dashboardFields == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "dashboardFields")); - return new A._$UserSettingsEntity(accentColor, tableColumns, reportSettings, numberYearsActive, includeDeletedClients, dashboardFields, dashboardFieldsPerRowMobile, dashboardFieldsPerRowDesktop); + return new A._$UserSettingsEntity(accentColor, tableColumns, reactTableColumns, reportSettings, numberYearsActive, includeDeletedClients, dashboardFields, dashboardFieldsPerRowMobile, dashboardFieldsPerRowDesktop); }, _$ReportSettingsEntity$_(columns, sortAscending, sortColumn, sortTotalsAscending, sortTotalsIndex) { if (columns == null) @@ -57148,21 +57154,22 @@ var _ = this; _._ninjaPortalUrl = _._settings = _._account = _._token = _._company_model$_user = _._company_model$_company = _._notifications = _._permissions = _._permissionsUpdatedAt = _._isOwner = _._isAdmin = _._company_model$_$v = null; }, - _$UserSettingsEntity: function _$UserSettingsEntity(t0, t1, t2, t3, t4, t5, t6, t7) { + _$UserSettingsEntity: function _$UserSettingsEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.accentColor = t0; _.tableColumns = t1; - _.reportSettings = t2; - _.numberYearsActive = t3; - _.includeDeletedClients = t4; - _.dashboardFields = t5; - _.dashboardFieldsPerRowMobile = t6; - _.dashboardFieldsPerRowDesktop = t7; + _.reactTableColumns = t2; + _.reportSettings = t3; + _.numberYearsActive = t4; + _.includeDeletedClients = t5; + _.dashboardFields = t6; + _.dashboardFieldsPerRowMobile = t7; + _.dashboardFieldsPerRowDesktop = t8; _._company_model$__hashCode = null; }, UserSettingsEntityBuilder: function UserSettingsEntityBuilder() { var _ = this; - _._dashboardFieldsPerRowDesktop = _._dashboardFieldsPerRowMobile = _._dashboardFields = _._includeDeletedClients = _._numberYearsActive = _._reportSettings = _._tableColumns = _._accentColor = _._company_model$_$v = null; + _._dashboardFieldsPerRowDesktop = _._dashboardFieldsPerRowMobile = _._dashboardFields = _._includeDeletedClients = _._numberYearsActive = _._reportSettings = _._reactTableColumns = _._tableColumns = _._accentColor = _._company_model$_$v = null; }, _$ReportSettingsEntity: function _$ReportSettingsEntity(t0, t1, t2, t3, t4) { var _ = this; @@ -57660,7 +57667,7 @@ LoginResponseBuilder: function LoginResponseBuilder() { this._static = this._userCompanies = this._entities$_$v = null; }, - _$ActivityEntity: function _$ActivityEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) { + _$ActivityEntity: function _$ActivityEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { var _ = this; _.notes = t0; _.key = t1; @@ -57682,13 +57689,14 @@ _.taskId = t17; _.projectId = t18; _.vendorId = t19; - _.tokenId = t20; - _.history = t21; + _.vendorContactId = t20; + _.tokenId = t21; + _.history = t22; _._entities$__hashCode = null; }, ActivityEntityBuilder: function ActivityEntityBuilder() { var _ = this; - _._entities$_history = _._tokenId = _._entities$_vendorId = _._entities$_projectId = _._entities$_taskId = _._contactId = _._ip = _._entities$_isSystem = _._entities$_expenseId = _._entities$_updatedAt = _._entities$_creditId = _._paymentId = _._quoteId = _._purchaseOrderId = _._recurringExpenseId = _._recurringInvoiceId = _._entities$_invoiceId = _._entities$_userId = _._entities$_clientId = _._activityTypeId = _._entities$_key = _._entities$_notes = _._entities$_$v = null; + _._entities$_history = _._tokenId = _._entities$_vendorContactId = _._entities$_vendorId = _._entities$_projectId = _._entities$_taskId = _._contactId = _._ip = _._entities$_isSystem = _._entities$_expenseId = _._entities$_updatedAt = _._entities$_creditId = _._paymentId = _._quoteId = _._purchaseOrderId = _._recurringExpenseId = _._recurringInvoiceId = _._entities$_invoiceId = _._entities$_userId = _._entities$_clientId = _._activityTypeId = _._entities$_key = _._entities$_notes = _._entities$_$v = null; }, _$LedgerEntity: function _$LedgerEntity(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -59613,6 +59621,8 @@ }, _$serializers_closure200: function _$serializers_closure200() { }, + _$serializers_closure201: function _$serializers_closure201() { + }, SettingsEntity_SettingsEntity(clientSettings, companySettings, groupSettings) { var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, _null = null, t1 = clientSettings == null, @@ -60668,7 +60678,7 @@ this._task_model$__hashCode = null; }, TaskTimeBuilder: function TaskTimeBuilder() { - this._endDate = this._startDate = this._task_model$_$v = null; + this._task_model$_endDate = this._task_model$_startDate = this._task_model$_$v = null; }, _$TaskEntity: function _$TaskEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { var _ = this; @@ -61139,7 +61149,7 @@ t4 = user == null ? null : user.id; if (t4 == null) t4 = ""; - return A._$VendorEntity$_(t2, "", "", 0, t4, "", t3, "", 0, "", "", "", "", "", "", A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_DocumentEntity), t1, "", false, false, "", "", "", "", "", "", "", 0, "", ""); + return A._$VendorEntity$_(t2, "", "", 0, t4, "", t3, "", 0, "", "", "", "", "", "", A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_DocumentEntity), t1, "", false, false, null, "", "", "", "", "", "", "", 0, "", ""); }, VendorEntity__initializeBuilder(builder) { builder.get$activities().replace$1(0, A.BuiltList_BuiltList$from(B.List_empty, type$.legacy_ActivityEntity)); @@ -61158,7 +61168,7 @@ builder.get$_vendor_model$_$this()._vendor_model$_customValue4 = ""; return builder; }, - _$VendorEntity$_(activities, address1, address2, archivedAt, assignedUserId, city, contacts, countryId, createdAt, createdUserId, currencyId, customValue1, customValue2, customValue3, customValue4, documents, id, idNumber, isChanged, isDeleted, $name, number, phone, postalCode, privateNotes, publicNotes, state, updatedAt, vatNumber, website) { + _$VendorEntity$_(activities, address1, address2, archivedAt, assignedUserId, city, contacts, countryId, createdAt, createdUserId, currencyId, customValue1, customValue2, customValue3, customValue4, documents, id, idNumber, isChanged, isDeleted, loadedAt, $name, number, phone, postalCode, privateNotes, publicNotes, state, updatedAt, vatNumber, website) { var _s12_ = "VendorEntity"; if (contacts == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "contacts")); @@ -61166,7 +61176,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "activities")); if (documents == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "documents")); - return new A._$VendorEntity($name, address1, address2, city, state, postalCode, countryId, phone, privateNotes, publicNotes, website, number, vatNumber, idNumber, currencyId, customValue1, customValue2, customValue3, customValue4, contacts, activities, documents, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, id); + return new A._$VendorEntity(loadedAt, $name, address1, address2, city, state, postalCode, countryId, phone, privateNotes, publicNotes, website, number, vatNumber, idNumber, currencyId, customValue1, customValue2, customValue3, customValue4, contacts, activities, documents, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, id); }, _$VendorContactEntity$_(archivedAt, assignedUserId, createdAt, createdUserId, customValue1, customValue2, customValue3, customValue4, email, firstName, id, isChanged, isDeleted, isPrimary, lastName, link, phone, updatedAt) { return new A._$VendorContactEntity(firstName, lastName, email, isPrimary, phone, customValue1, customValue2, customValue3, customValue4, link, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, id); @@ -61216,44 +61226,45 @@ VendorItemResponseBuilder: function VendorItemResponseBuilder() { this._vendor_model$_data = this._vendor_model$_$v = null; }, - _$VendorEntity: function _$VendorEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29) { + _$VendorEntity: function _$VendorEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30) { var _ = this; - _.name = t0; - _.address1 = t1; - _.address2 = t2; - _.city = t3; - _.state = t4; - _.postalCode = t5; - _.countryId = t6; - _.phone = t7; - _.privateNotes = t8; - _.publicNotes = t9; - _.website = t10; - _.number = t11; - _.vatNumber = t12; - _.idNumber = t13; - _.currencyId = t14; - _.customValue1 = t15; - _.customValue2 = t16; - _.customValue3 = t17; - _.customValue4 = t18; - _.contacts = t19; - _.activities = t20; - _.documents = t21; - _.isChanged = t22; - _.createdAt = t23; - _.updatedAt = t24; - _.archivedAt = t25; - _.isDeleted = t26; - _.createdUserId = t27; - _.assignedUserId = t28; - _.id = t29; + _.loadedAt = t0; + _.name = t1; + _.address1 = t2; + _.address2 = t3; + _.city = t4; + _.state = t5; + _.postalCode = t6; + _.countryId = t7; + _.phone = t8; + _.privateNotes = t9; + _.publicNotes = t10; + _.website = t11; + _.number = t12; + _.vatNumber = t13; + _.idNumber = t14; + _.currencyId = t15; + _.customValue1 = t16; + _.customValue2 = t17; + _.customValue3 = t18; + _.customValue4 = t19; + _.contacts = t20; + _.activities = t21; + _.documents = t22; + _.isChanged = t23; + _.createdAt = t24; + _.updatedAt = t25; + _.archivedAt = t26; + _.isDeleted = t27; + _.createdUserId = t28; + _.assignedUserId = t29; + _.id = t30; _._vendor_model$__hashCode = null; }, VendorEntityBuilder: function VendorEntityBuilder() { var _ = this; - _._vendor_model$_assignedUserId = _._vendor_model$_createdUserId = _._vendor_model$_isDeleted = _._vendor_model$_archivedAt = _._vendor_model$_updatedAt = _._vendor_model$_createdAt = _._vendor_model$_isChanged = _._vendor_model$_documents = _._vendor_model$_activities = _._vendor_model$_contacts = _._vendor_model$_customValue4 = _._vendor_model$_customValue3 = _._vendor_model$_customValue2 = _._vendor_model$_customValue1 = _._vendor_model$_currencyId = _._vendor_model$_idNumber = _._vendor_model$_vatNumber = _._vendor_model$_number = _._vendor_model$_website = _._vendor_model$_publicNotes = _._vendor_model$_privateNotes = _._vendor_model$_phone = _._vendor_model$_countryId = _._vendor_model$_postalCode = _._vendor_model$_state = _._vendor_model$_city = _._vendor_model$_address2 = _._vendor_model$_address1 = _._vendor_model$_name = _._vendor_model$_$v = null; - _._vendor_model$_id = null; + _._vendor_model$_createdUserId = _._vendor_model$_isDeleted = _._vendor_model$_archivedAt = _._vendor_model$_updatedAt = _._vendor_model$_createdAt = _._vendor_model$_isChanged = _._vendor_model$_documents = _._vendor_model$_activities = _._vendor_model$_contacts = _._vendor_model$_customValue4 = _._vendor_model$_customValue3 = _._vendor_model$_customValue2 = _._vendor_model$_customValue1 = _._vendor_model$_currencyId = _._vendor_model$_idNumber = _._vendor_model$_vatNumber = _._vendor_model$_number = _._vendor_model$_website = _._vendor_model$_publicNotes = _._vendor_model$_privateNotes = _._vendor_model$_phone = _._vendor_model$_countryId = _._vendor_model$_postalCode = _._vendor_model$_state = _._vendor_model$_city = _._vendor_model$_address2 = _._vendor_model$_address1 = _._vendor_model$_name = _._vendor_model$_loadedAt = _._vendor_model$_$v = null; + _._vendor_model$_id = _._vendor_model$_assignedUserId = null; }, _$VendorContactEntity: function _$VendorContactEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { var _ = this; @@ -62317,8 +62328,8 @@ MyCustomScrollBehavior: function MyCustomScrollBehavior(t0) { this._androidOverscrollIndicator = t0; }, - UpdateUserPreferences$(appLayout, colorTheme, customColors, editAfterSaving, enableDarkMode, enableJSPDF, enableTooltips, enableTouchEvents, flexibleSearch, historyMode, isFilterVisible, isPreviewVisible, longPressSelectionIsDefault, menuMode, moduleLayout, persistData, persistUi, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, $sidebar, tapSelectedToEdit, textScaleFactor) { - return new A.UpdateUserPreferences(appLayout, moduleLayout, $sidebar, menuMode, historyMode, enableDarkMode, longPressSelectionIsDefault, requireAuthentication, isPreviewVisible, isFilterVisible, showKanban, rowsPerPage, colorTheme, persistData, persistUi, tapSelectedToEdit, textScaleFactor, showPdfPreview, enableJSPDF, customColors, editAfterSaving, enableTouchEvents, enableTooltips, flexibleSearch); + UpdateUserPreferences$(appLayout, colorTheme, customColors, editAfterSaving, enableDarkMode, enableJSPDF, enableTooltips, enableTouchEvents, flexibleSearch, historyMode, isFilterVisible, isPreviewVisible, longPressSelectionIsDefault, menuMode, moduleLayout, persistData, persistUi, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, showPdfPreviewSideBySide, $sidebar, tapSelectedToEdit, textScaleFactor) { + return new A.UpdateUserPreferences(appLayout, moduleLayout, $sidebar, menuMode, historyMode, enableDarkMode, longPressSelectionIsDefault, requireAuthentication, isPreviewVisible, isFilterVisible, showKanban, rowsPerPage, colorTheme, persistData, persistUi, tapSelectedToEdit, textScaleFactor, showPdfPreview, showPdfPreviewSideBySide, enableJSPDF, customColors, editAfterSaving, enableTouchEvents, enableTooltips, flexibleSearch); }, viewEntitiesByType(entityType, filterEntity) { var store, uiState, t1 = {}, @@ -62544,7 +62555,7 @@ } }, selectEntity(entity, forceView, longPress) { - var context, store, uiState, entityUIState, t2, client, _null = null, + var context, store, uiState, entityUIState, t2, _null = null, t1 = $.$get$navigatorKey(); t1.toString; context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); @@ -62606,15 +62617,8 @@ t1[0].call$1(new A.TogglePreviewSidebar()); } } - else { - if (forceView && type$.legacy_BelongsToClient._is(entity)) { - t1 = t1.userCompanyStates; - t2 = uiState.selectedCompanyIndex; - client = t1._list[t2].clientState.$get$1(0, entity.get$clientId(entity)); - } else - client = _null; - A.viewEntity(false, entity, client, false); - } + else + A.viewEntity(false, entity, _null, false); } } }, @@ -62692,7 +62696,7 @@ }, TogglePreviewSidebar: function TogglePreviewSidebar() { }, - UpdateUserPreferences: function UpdateUserPreferences(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + UpdateUserPreferences: function UpdateUserPreferences(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24) { var _ = this; _.appLayout = t0; _.moduleLayout = t1; @@ -62712,12 +62716,13 @@ _.tapSelectedToEdit = t15; _.textScaleFactor = t16; _.showPdfPreview = t17; - _.enableJSPDF = t18; - _.customColors = t19; - _.editAfterSaving = t20; - _.enableTouchEvents = t21; - _.enableTooltips = t22; - _.flexibleSearch = t23; + _.showPdfPreviewSideBySide = t18; + _.enableJSPDF = t19; + _.customColors = t20; + _.editAfterSaving = t21; + _.enableTouchEvents = t22; + _.enableTooltips = t23; + _.flexibleSearch = t24; }, LoadAccountSuccess: function LoadAccountSuccess(t0, t1) { this.completer = t0; @@ -85784,6 +85789,8 @@ }, showPdfPreviewReducer_closure: function showPdfPreviewReducer_closure() { }, + showPdfPreviewSideBySideReducer_closure: function showPdfPreviewSideBySideReducer_closure() { + }, editAfterSavingReducer_closure: function editAfterSavingReducer_closure() { }, enableTouchEventsReducer_closure: function enableTouchEventsReducer_closure() { @@ -85926,7 +85933,7 @@ t4 = type$.legacy_String; t5 = A.BuiltMap_BuiltMap(B.Map_empty0, t4, type$.legacy_CompanyPrefState); t1 = A.BuiltMap_BuiltMap(B.Map_empty0, t1, type$.legacy_PrefStateSortField); - return A._$PrefState$_(B.AppLayout_desktop, "light", t5, A.BuiltMap_BuiltMap(B.Map_soKdN, t4, t4), true, false, false, true, true, true, false, false, false, B.AppSidebarMode_float, false, false, true, false, true, B.AppSidebarMode_collapse, B.ModuleLayout_table, false, true, false, 10, false, true, t1, false, 1, t3, t2); + return A._$PrefState$_(B.AppLayout_desktop, "light", t5, A.BuiltMap_BuiltMap(B.Map_soKdN, t4, t4), true, false, false, true, true, true, false, false, false, B.AppSidebarMode_float, false, false, true, false, true, B.AppSidebarMode_collapse, B.ModuleLayout_table, false, true, false, 10, false, true, false, t1, false, 1, t3, t2); }, PrefState__initializeBuilder(builder) { var t1 = type$.legacy_EntityType, @@ -85948,6 +85955,7 @@ builder.get$_pref_state$_$this()._persistUI = true; builder.get$_pref_state$_$this()._editAfterSaving = true; builder.get$_pref_state$_$this()._showPdfPreview = true; + builder.get$_pref_state$_$this()._showPdfPreviewSideBySide = false; builder.get$_pref_state$_$this()._enableTouchEvents = true; builder.get$_pref_state$_$this()._enableFlexibleSearch = false; builder.get$_pref_state$_$this()._enableJSPDF = true; @@ -85989,7 +85997,7 @@ throw A.wrapException(A.ArgumentError$($name, null)); } }, - _$PrefState$_(appLayout, colorTheme, companyPrefs, customColors, editAfterSaving, enableDarkMode, enableFlexibleSearch, enableJSPDF, enableTooltips, enableTouchEvents, hideDesktopWarning, hideGatewayWarning, hideReviewApp, historySidebarMode, isFilterVisible, isHistoryVisible, isMenuVisible, isPreviewVisible, longPressSelectionIsDefault, menuSidebarMode, moduleLayout, persistData, persistUI, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, sortFields, tapSelectedToEdit, textScaleFactor, useSidebarEditor, useSidebarViewer) { + _$PrefState$_(appLayout, colorTheme, companyPrefs, customColors, editAfterSaving, enableDarkMode, enableFlexibleSearch, enableJSPDF, enableTooltips, enableTouchEvents, hideDesktopWarning, hideGatewayWarning, hideReviewApp, historySidebarMode, isFilterVisible, isHistoryVisible, isMenuVisible, isPreviewVisible, longPressSelectionIsDefault, menuSidebarMode, moduleLayout, persistData, persistUI, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, showPdfPreviewSideBySide, sortFields, tapSelectedToEdit, textScaleFactor, useSidebarEditor, useSidebarViewer) { var _s9_ = "PrefState"; if (useSidebarEditor == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "useSidebarEditor")); @@ -86001,7 +86009,7 @@ A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "sortFields")); if (companyPrefs == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "companyPrefs")); - return new A._$PrefState(appLayout, moduleLayout, menuSidebarMode, historySidebarMode, useSidebarEditor, useSidebarViewer, customColors, isPreviewVisible, isMenuVisible, showKanban, showPdfPreview, enableTouchEvents, enableFlexibleSearch, isHistoryVisible, enableDarkMode, isFilterVisible, persistData, persistUI, longPressSelectionIsDefault, requireAuthentication, tapSelectedToEdit, enableJSPDF, rowsPerPage, enableTooltips, colorTheme, hideDesktopWarning, hideGatewayWarning, hideReviewApp, editAfterSaving, textScaleFactor, sortFields, companyPrefs); + return new A._$PrefState(appLayout, moduleLayout, menuSidebarMode, historySidebarMode, useSidebarEditor, useSidebarViewer, customColors, isPreviewVisible, isMenuVisible, showKanban, showPdfPreview, showPdfPreviewSideBySide, enableTouchEvents, enableFlexibleSearch, isHistoryVisible, enableDarkMode, isFilterVisible, persistData, persistUI, longPressSelectionIsDefault, requireAuthentication, tapSelectedToEdit, enableJSPDF, rowsPerPage, enableTooltips, colorTheme, hideDesktopWarning, hideGatewayWarning, hideReviewApp, editAfterSaving, textScaleFactor, sortFields, companyPrefs); }, _$PrefStateSortField$_(ascending, field) { if (field == null) @@ -86047,7 +86055,7 @@ }, _$HistoryRecordSerializer: function _$HistoryRecordSerializer() { }, - _$PrefState: function _$PrefState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31) { + _$PrefState: function _$PrefState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { var _ = this; _.appLayout = t0; _.moduleLayout = t1; @@ -86060,33 +86068,34 @@ _.isMenuVisible = t8; _.showKanban = t9; _.showPdfPreview = t10; - _.enableTouchEvents = t11; - _.enableFlexibleSearch = t12; - _.isHistoryVisible = t13; - _.enableDarkMode = t14; - _.isFilterVisible = t15; - _.persistData = t16; - _.persistUI = t17; - _.longPressSelectionIsDefault = t18; - _.requireAuthentication = t19; - _.tapSelectedToEdit = t20; - _.enableJSPDF = t21; - _.rowsPerPage = t22; - _.enableTooltips = t23; - _.colorTheme = t24; - _.hideDesktopWarning = t25; - _.hideGatewayWarning = t26; - _.hideReviewApp = t27; - _.editAfterSaving = t28; - _.textScaleFactor = t29; - _.sortFields = t30; - _.companyPrefs = t31; + _.showPdfPreviewSideBySide = t11; + _.enableTouchEvents = t12; + _.enableFlexibleSearch = t13; + _.isHistoryVisible = t14; + _.enableDarkMode = t15; + _.isFilterVisible = t16; + _.persistData = t17; + _.persistUI = t18; + _.longPressSelectionIsDefault = t19; + _.requireAuthentication = t20; + _.tapSelectedToEdit = t21; + _.enableJSPDF = t22; + _.rowsPerPage = t23; + _.enableTooltips = t24; + _.colorTheme = t25; + _.hideDesktopWarning = t26; + _.hideGatewayWarning = t27; + _.hideReviewApp = t28; + _.editAfterSaving = t29; + _.textScaleFactor = t30; + _.sortFields = t31; + _.companyPrefs = t32; _.__hashCode = null; }, PrefStateBuilder: function PrefStateBuilder() { var _ = this; - _._editAfterSaving = _._hideReviewApp = _._hideGatewayWarning = _._hideDesktopWarning = _._colorTheme = _._enableTooltips = _._rowsPerPage = _._enableJSPDF = _._tapSelectedToEdit = _._requireAuthentication = _._longPressSelectionIsDefault = _._persistUI = _._persistData = _._isFilterVisible = _._enableDarkMode = _._isHistoryVisible = _._enableFlexibleSearch = _._enableTouchEvents = _._showPdfPreview = _._showKanban = _._isMenuVisible = _._isPreviewVisible = _._customColors = _._useSidebarViewer = _._useSidebarEditor = _._historySidebarMode = _._menuSidebarMode = _._moduleLayout = _._appLayout = _._pref_state$_$v = null; - _._companyPrefs = _._sortFields = _._textScaleFactor = null; + _._hideReviewApp = _._hideGatewayWarning = _._hideDesktopWarning = _._colorTheme = _._enableTooltips = _._rowsPerPage = _._enableJSPDF = _._tapSelectedToEdit = _._requireAuthentication = _._longPressSelectionIsDefault = _._persistUI = _._persistData = _._isFilterVisible = _._enableDarkMode = _._isHistoryVisible = _._enableFlexibleSearch = _._enableTouchEvents = _._showPdfPreviewSideBySide = _._showPdfPreview = _._showKanban = _._isMenuVisible = _._isPreviewVisible = _._customColors = _._useSidebarViewer = _._useSidebarEditor = _._historySidebarMode = _._menuSidebarMode = _._moduleLayout = _._appLayout = _._pref_state$_$v = null; + _._companyPrefs = _._sortFields = _._textScaleFactor = _._editAfterSaving = null; }, _$PrefStateSortField: function _$PrefStateSortField(t0, t1) { this.field = t0; @@ -87832,12 +87841,18 @@ _addVendor_closure: function _addVendor_closure(t0) { this.action = t0; }, + _addVendor__closure: function _addVendor__closure() { + }, _updateVendor_closure: function _updateVendor_closure(t0) { this.action = t0; }, + _updateVendor__closure: function _updateVendor__closure() { + }, _setLoadedVendor_closure: function _setLoadedVendor_closure(t0) { this.action = t0; }, + _setLoadedVendor__closure: function _setLoadedVendor__closure() { + }, dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState) { var t1 = vendorList._list, t2 = A._arrayInstanceType(t1)._eval$1("WhereIterable<1>"), @@ -98514,12 +98529,13 @@ _.onTap = t3; _.key = t4; }, - _ClientContactListTile_build_closure: function _ClientContactListTile_build_closure() { - }, - _ClientContactListTile_build_closure0: function _ClientContactListTile_build_closure0(t0, t1) { + _ClientContactListTile_build_closure: function _ClientContactListTile_build_closure(t0, t1) { this.$this = t0; this.localization = t1; }, + _ClientContactListTile_build_closure0: function _ClientContactListTile_build_closure0(t0) { + this.$this = t0; + }, _VendorContactListTile: function _VendorContactListTile(t0, t1, t2, t3, t4) { var _ = this; _.invoice = t0; @@ -98528,12 +98544,13 @@ _.onTap = t3; _.key = t4; }, - _VendorContactListTile_build_closure: function _VendorContactListTile_build_closure() { - }, - _VendorContactListTile_build_closure0: function _VendorContactListTile_build_closure0(t0, t1) { + _VendorContactListTile_build_closure: function _VendorContactListTile_build_closure(t0, t1) { this.$this = t0; this.localization = t1; }, + _VendorContactListTile_build_closure0: function _VendorContactListTile_build_closure0(t0) { + this.$this = t0; + }, InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, entityType) { var t3, entity, t4, t5, t6, t7, t8, t1 = {}, t2 = store.__Store__state_A; @@ -98794,7 +98811,7 @@ this.$this = t0; this.index = t1; }, - InvoiceEditDesktopState_build_closure25: function InvoiceEditDesktopState_build_closure25(t0, t1, t2, t3, t4, t5, t6) { + InvoiceEditDesktopState_build_closure25: function InvoiceEditDesktopState_build_closure25(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.$this = t0; _.invoice = t1; @@ -98803,6 +98820,7 @@ _.store = t4; _.state = t5; _.localization = t6; + _.originalInvoice = t7; }, InvoiceEditDesktopState_build__closure: function InvoiceEditDesktopState_build__closure(t0, t1) { this.viewModel = t0; @@ -107237,7 +107255,7 @@ productReport_closure4: function productReport_closure4() { }, profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { - var t2, columns, t3, t4, t5, t6, t7, t8, payment, t9, client, vendor, skip, row, t10, t11, t12, t13, scope, value, t14, expense, value0, t15, t16, value1, t17, _null = null, + var t2, columns, t3, t4, t5, t6, t7, t8, payment, t9, client, vendor, skip, row, t10, value, t11, t12, t13, scope, value0, t14, expense, value1, t15, t16, value2, t17, _null = null, _s15_ = "profit_and_loss", data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), t1 = userCompany.settings, @@ -107263,7 +107281,7 @@ vendor = A.VendorEntity_VendorEntity(_null, _null, _null); skip = payment.isDeleted || client.isDeleted; row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t2, t2.length, t4), t10 = payment.id, t11 = client.settings; t9.moveNext$0();) { + for (t9 = new J.ArrayIterator(t2, t2.length, t4), t10 = payment.id, value = payment.transactionReference, t11 = client.settings; t9.moveNext$0();) { t12 = t9.__interceptors$_current; switch (t12) { case B.ProfitAndLossReportFields_12: @@ -107273,87 +107291,95 @@ t13 = scope == null ? _null : t5._as(J.$index$asx(scope.localizationsState._typeToResources, B.Type_AppLocalization_KyD)); t13.toString; t13 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t13.localeCode), "payment"); - value = t13 == null ? "" : t13; + value0 = t13 == null ? "" : t13; break; case B.ProfitAndLossReportFields_0: - value = client.displayName; + value0 = client.displayName; break; case B.ProfitAndLossReportFields_1: - value = client.address1; + value0 = client.address1; break; case B.ProfitAndLossReportFields_2: - value = client.address2; + value0 = client.address2; break; case B.ProfitAndLossReportFields_3: - value = client.city; + value0 = client.city; break; case B.ProfitAndLossReportFields_4: - value = client.state; + value0 = client.state; break; case B.ProfitAndLossReportFields_5: t13 = staticState.countryMap; t14 = client.countryId; t14 = t13._map$_map.$index(0, t14); - value = t14 == null ? _null : t14.name; - if (value == null) - value = ""; + value0 = t14 == null ? _null : t14.name; + if (value0 == null) + value0 = ""; break; case B.ProfitAndLossReportFields_6: - value = vendor.name; + value0 = vendor.name; break; case B.ProfitAndLossReportFields_7: - value = vendor.address1; + value0 = vendor.address1; break; case B.ProfitAndLossReportFields_8: - value = vendor.address2; + value0 = vendor.address2; break; case B.ProfitAndLossReportFields_9: - value = vendor.city; + value0 = vendor.city; break; case B.ProfitAndLossReportFields_10: - value = vendor.state; + value0 = vendor.state; break; case B.ProfitAndLossReportFields_11: t13 = staticState.countryMap; t14 = vendor.countryId; t14 = t13._map$_map.$index(0, t14); - value = t14 == null ? _null : t14.name; - if (value == null) - value = ""; + value0 = t14 == null ? _null : t14.name; + if (value0 == null) + value0 = ""; break; case B.ProfitAndLossReportFields_13: - value = payment.get$completedAmount(); + value0 = payment.get$completedAmount(); break; case B.ProfitAndLossReportFields_14: - value = payment.get$completedAmount(); + value0 = payment.get$completedAmount(); break; case B.ProfitAndLossReportFields_15: - value = 0; + value0 = 0; break; case B.ProfitAndLossReportFields_16: - value = payment.get$completedAmount(); + value0 = payment.get$completedAmount(); break; case B.ProfitAndLossReportFields_17: - value = payment.date; + value0 = payment.date; break; case B.ProfitAndLossReportFields_18: - value = ""; + value0 = ""; + break; + case B.ProfitAndLossReportFields_19: + t13 = staticState.currencyMap; + t14 = t11.currencyId; + value0 = t13._map$_map.$index(0, t14).name; + break; + case B.ProfitAndLossReportFields_20: + value0 = value; break; default: - value = ""; + value0 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t12), _null, reportsUIState, userCompany, value)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t12), _null, reportsUIState, userCompany, value0)) skip = true; - t12 = J.getInterceptor$(value); - if (t12.get$runtimeType(value) === B.Type_EntityType_6qb) { + t12 = J.getInterceptor$(value0); + if (t12.get$runtimeType(value0) === B.Type_EntityType_6qb) { t12 = payment.get$entityType(); row.push(new A.ReportEntityTypeValue(payment.get$entityType(), t12, t10)); - } else if (t12.get$runtimeType(value) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value, payment.get$entityType(), t10)); - else if (t12.get$runtimeType(value) === B.Type_double_K1J || t12.get$runtimeType(value) === B.Type_int_tHn) - row.push(new A.ReportNumberValue(value, _null, t11.currencyId, _null, payment.get$entityType(), t10)); + } else if (t12.get$runtimeType(value0) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value0, payment.get$entityType(), t10)); + else if (t12.get$runtimeType(value0) === B.Type_double_K1J || t12.get$runtimeType(value0) === B.Type_int_tHn) + row.push(new A.ReportNumberValue(value0, _null, t11.currencyId, _null, payment.get$entityType(), t10)); else - row.push(new A.ReportStringValue(value, payment.get$entityType(), t10)); + row.push(new A.ReportStringValue(value0, payment.get$entityType(), t10)); } if (!skip) data.push(row); @@ -107373,7 +107399,7 @@ else skip = true; row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t2, t2.length, t4), t10 = expense.id, t11 = expense.entityType, t12 = expense.categoryId, value = expense.date, value0 = expense.amount, t13 = expense.usesInclusiveTaxes, t14 = expense.currencyId; t9.moveNext$0();) { + for (t9 = new J.ArrayIterator(t2, t2.length, t4), t10 = expense.id, t11 = expense.entityType, value = expense.transactionReference, t12 = expense.currencyId, t13 = expense.categoryId, value0 = expense.date, value1 = expense.amount, t14 = expense.usesInclusiveTaxes; t9.moveNext$0();) { t15 = t9.__interceptors$_current; switch (t15) { case B.ProfitAndLossReportFields_12: @@ -107383,86 +107409,92 @@ t16 = scope == null ? _null : t5._as(J.$index$asx(scope.localizationsState._typeToResources, B.Type_AppLocalization_KyD)); t16.toString; t16 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t16.localeCode), "expense"); - value1 = t16 == null ? "" : t16; + value2 = t16 == null ? "" : t16; break; case B.ProfitAndLossReportFields_0: - value1 = client.displayName; + value2 = client.displayName; break; case B.ProfitAndLossReportFields_1: - value1 = client.address1; + value2 = client.address1; break; case B.ProfitAndLossReportFields_2: - value1 = client.address2; + value2 = client.address2; break; case B.ProfitAndLossReportFields_3: - value1 = client.city; + value2 = client.city; break; case B.ProfitAndLossReportFields_4: - value1 = client.state; + value2 = client.state; break; case B.ProfitAndLossReportFields_5: t16 = staticState.countryMap; t17 = client.countryId; t17 = t16._map$_map.$index(0, t17); - value1 = t17 == null ? _null : t17.name; - if (value1 == null) - value1 = ""; + value2 = t17 == null ? _null : t17.name; + if (value2 == null) + value2 = ""; break; case B.ProfitAndLossReportFields_6: - value1 = vendor.name; + value2 = vendor.name; break; case B.ProfitAndLossReportFields_7: - value1 = vendor.address1; + value2 = vendor.address1; break; case B.ProfitAndLossReportFields_8: - value1 = vendor.address2; + value2 = vendor.address2; break; case B.ProfitAndLossReportFields_9: - value1 = vendor.city; + value2 = vendor.city; break; case B.ProfitAndLossReportFields_10: - value1 = vendor.state; + value2 = vendor.state; break; case B.ProfitAndLossReportFields_11: t16 = staticState.countryMap; t17 = vendor.countryId; - value1 = t16._map$_map.$index(0, t17); + value2 = t16._map$_map.$index(0, t17); break; case B.ProfitAndLossReportFields_13: - value1 = -(t13 ? value0 : value0 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3())); + value2 = -(t14 ? value1 : value1 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3())); break; case B.ProfitAndLossReportFields_14: - value1 = 0; + value2 = 0; break; case B.ProfitAndLossReportFields_15: - value1 = t13 ? value0 : value0 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3()); + value2 = t14 ? value1 : value1 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3()); break; case B.ProfitAndLossReportFields_16: - value1 = -(t13 ? value0 : value0 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3())); + value2 = -(t14 ? value1 : value1 + (expense.get$calculateTaxAmount1() + expense.get$calculateTaxAmount2() + expense.get$calculateTaxAmount3())); break; case B.ProfitAndLossReportFields_17: - value1 = value; + value2 = value0; break; case B.ProfitAndLossReportFields_18: - t16 = expenseCategoryMap._map$_map.$index(0, t12); - value1 = t16 == null ? _null : t16.name; - if (value1 == null) - value1 = ""; + t16 = expenseCategoryMap._map$_map.$index(0, t13); + value2 = t16 == null ? _null : t16.name; + if (value2 == null) + value2 = ""; + break; + case B.ProfitAndLossReportFields_19: + value2 = staticState.currencyMap._map$_map.$index(0, t12).name; + break; + case B.ProfitAndLossReportFields_20: + value2 = value; break; default: - value1 = ""; + value2 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t15), _null, reportsUIState, userCompany, value1)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t15), _null, reportsUIState, userCompany, value2)) skip = true; - t15 = J.getInterceptor$(value1); - if (t15.get$runtimeType(value1) === B.Type_EntityType_6qb) + t15 = J.getInterceptor$(value2); + if (t15.get$runtimeType(value2) === B.Type_EntityType_6qb) row.push(new A.ReportEntityTypeValue(t11, t11, t10)); - else if (t15.get$runtimeType(value1) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value1, t11, t10)); - else if (t15.get$runtimeType(value1) === B.Type_double_K1J || t15.get$runtimeType(value1) === B.Type_int_tHn) - row.push(new A.ReportNumberValue(value1, _null, t14, _null, t11, t10)); + else if (t15.get$runtimeType(value2) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value2, t11, t10)); + else if (t15.get$runtimeType(value2) === B.Type_double_K1J || t15.get$runtimeType(value2) === B.Type_int_tHn) + row.push(new A.ReportNumberValue(value2, _null, t12, _null, t11, t10)); else - row.push(new A.ReportStringValue(value1, t11, t10)); + row.push(new A.ReportStringValue(value2, t11, t10)); } if (!skip) data.push(row); @@ -107472,7 +107504,7 @@ B.JSArray_methods.sort$1(data, new A.profitAndLossReport_closure1(profitAndLossReportSettings, A.List_List$of(new A.MappedListIterable(t2, new A.profitAndLossReport_closure2(), t1), true, t3))); t4 = type$.MappedListIterable_of_legacy_ProfitAndLossReportFields_and_legacy_String; t5 = t4._eval$1("ListIterable.E"); - t6 = A.List_List$of(new A.MappedListIterable(B.List_T8q, new A.profitAndLossReport_closure3(), t4), true, t5); + t6 = A.List_List$of(new A.MappedListIterable(B.List_oOa, new A.profitAndLossReport_closure3(), t4), true, t5); return new A.ReportResult(A.List_List$of(new A.MappedListIterable(t2, new A.profitAndLossReport_closure4(), t1), true, t3), t6, A.List_List$of(new A.MappedListIterable(defaultColumns, new A.profitAndLossReport_closure5(), t4), true, t5), data, _null, true); }, ProfitAndLossReportFields: function ProfitAndLossReportFields(t0, t1) { @@ -107682,7 +107714,7 @@ lineItemReport_closure5: function lineItemReport_closure5() { }, purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { - var t2, columns, t3, t4, t5, t6, t7, t8, purchaseOrder, t9, vendor, contact, value, row, t10, t11, value0, value1, value2, t12, value3, t13, t14, value4, value5, value6, value7, value8, value9, value10, value11, value12, t15, value13, value14, value15, value16, t16, t17, value17, value18, value19, value20, value21, value22, t18, t19, t20, t21, value23, value24, value25, value26, value27, value28, value29, value30, value31, value32, value33, t22, skip, t23, value34, t24, t25, selectedColumns, _null = null, + var t2, columns, t3, t4, t5, t6, t7, purchaseOrder, t8, vendor, contact, value, row, t9, t10, value0, value1, value2, t11, value3, t12, t13, value4, value5, value6, value7, value8, value9, value10, value11, value12, t14, value13, value14, value15, value16, value17, value18, value19, value20, value21, value22, t15, t16, t17, t18, value23, value24, value25, value26, value27, value28, value29, value30, value31, value32, value33, t19, skip, t20, value34, t21, t22, selectedColumns, _null = null, _s14_ = "purchase_order", data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), entities = A._setArrayType([], type$.JSArray_legacy_BaseEntity), @@ -107697,25 +107729,25 @@ columns = A.BuiltList_BuiltList$from(A.List_List$of(t1, true, t1.$ti._eval$1("Iterable.E")), t2); } else columns = A.BuiltList_BuiltList$from(defaultColumns, t2); - for (t1 = purchaseOrderMap.get$keys(purchaseOrderMap), t2 = t1._map, t1 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, A._instanceType(t1)._precomputed1), t2 = columns._list, t3 = A._arrayInstanceType(t2), t4 = t3._eval$1("ArrayIterator<1>"), t5 = userCompany.company, t6 = type$.JSArray_legacy_String, t7 = type$.JSArray_legacy_ReportElement, t8 = purchaseOrderMap._map$_map; t1.moveNext$0();) { - purchaseOrder = t8.$index(0, t1.__js_helper$_current); - t9 = purchaseOrder.vendorId; - vendor = vendorMap._map$_map.$index(0, t9); + for (t1 = purchaseOrderMap.get$keys(purchaseOrderMap), t2 = t1._map, t1 = A.LinkedHashMapKeyIterator$(t2, t2._modifications, A._instanceType(t1)._precomputed1), t2 = columns._list, t3 = A._arrayInstanceType(t2), t4 = t3._eval$1("ArrayIterator<1>"), t5 = userCompany.company, t6 = type$.JSArray_legacy_ReportElement, t7 = purchaseOrderMap._map$_map; t1.moveNext$0();) { + purchaseOrder = t7.$index(0, t1.__js_helper$_current); + t8 = purchaseOrder.vendorId; + vendor = vendorMap._map$_map.$index(0, t8); if (vendor == null) vendor = A.VendorEntity_VendorEntity(_null, _null, _null); - t9 = purchaseOrder.invitations._list; - if (t9.length === 0) + t8 = purchaseOrder.invitations._list; + if (t8.length === 0) continue; - contact = vendor.getContact$1(B.JSArray_methods.get$first(t9).vendorContactId); + contact = vendor.getContact$1(B.JSArray_methods.get$first(t8).vendorContactId); value = purchaseOrder.isDeleted; if (value && !t5.reportIncludeDeleted || vendor.isDeleted) continue; if (!t5.reportIncludeDrafts && purchaseOrder.statusId === "1") continue; - row = A._setArrayType([], t7); - for (t9 = new J.ArrayIterator(t2, t2.length, t4), t10 = purchaseOrder.id, t11 = purchaseOrder.entityType, value0 = vendor.number, value1 = vendor.state, value2 = vendor.website, t12 = contact == null, value3 = vendor.phone, t13 = purchaseOrder.createdUserId, t14 = purchaseOrder.assignedUserId, value4 = vendor.city, value5 = purchaseOrder.privateNotes, value6 = purchaseOrder.publicNotes, value7 = purchaseOrder.taxRate1, value8 = purchaseOrder.taxName1, value9 = purchaseOrder.taxRate2, value10 = purchaseOrder.taxName2, value11 = vendor.vatNumber, value12 = vendor.postalCode, t15 = vendor.countryId, value13 = purchaseOrder.exchangeRate, value14 = purchaseOrder.amount, value15 = purchaseOrder.taxAmount, value16 = value14 - value15, t16 = t11 === B.EntityType_quote, t17 = purchaseOrder.statusId, value17 = purchaseOrder.archivedAt, value18 = purchaseOrder.updatedAt, value19 = purchaseOrder.customSurcharge4, value20 = purchaseOrder.customSurcharge3, value21 = purchaseOrder.customSurcharge2, value22 = purchaseOrder.customSurcharge1, t18 = purchaseOrder.customValue4, t19 = purchaseOrder.customValue3, t20 = purchaseOrder.customValue2, t21 = purchaseOrder.customValue1, value23 = purchaseOrder.autoBill, value24 = purchaseOrder.partial, value25 = purchaseOrder.dueDate, value26 = purchaseOrder.date, value27 = purchaseOrder.partialDueDate, value28 = purchaseOrder.poNumber, value29 = purchaseOrder.discount, value30 = vendor.address2, value31 = vendor.address1, value32 = vendor.name, value33 = purchaseOrder.number, t22 = t5.settings, skip = false; t9.moveNext$0();) { - t23 = t9.__interceptors$_current; - switch (t23) { + row = A._setArrayType([], t6); + for (t8 = new J.ArrayIterator(t2, t2.length, t4), t9 = purchaseOrder.id, t10 = purchaseOrder.entityType, value0 = vendor.number, value1 = vendor.state, value2 = vendor.website, t11 = contact == null, value3 = vendor.phone, t12 = purchaseOrder.createdUserId, t13 = purchaseOrder.assignedUserId, value4 = vendor.city, value5 = purchaseOrder.privateNotes, value6 = purchaseOrder.publicNotes, value7 = purchaseOrder.taxRate1, value8 = purchaseOrder.taxName1, value9 = purchaseOrder.taxRate2, value10 = purchaseOrder.taxName2, value11 = vendor.vatNumber, value12 = vendor.postalCode, t14 = vendor.countryId, value13 = purchaseOrder.exchangeRate, value14 = purchaseOrder.amount, value15 = purchaseOrder.taxAmount, value16 = value14 - value15, value17 = purchaseOrder.archivedAt, value18 = purchaseOrder.updatedAt, value19 = purchaseOrder.customSurcharge4, value20 = purchaseOrder.customSurcharge3, value21 = purchaseOrder.customSurcharge2, value22 = purchaseOrder.customSurcharge1, t15 = purchaseOrder.customValue4, t16 = purchaseOrder.customValue3, t17 = purchaseOrder.customValue2, t18 = purchaseOrder.customValue1, value23 = purchaseOrder.autoBill, value24 = purchaseOrder.partial, value25 = purchaseOrder.dueDate, value26 = purchaseOrder.date, value27 = purchaseOrder.partialDueDate, value28 = purchaseOrder.poNumber, value29 = purchaseOrder.discount, value30 = vendor.address2, value31 = vendor.address1, value32 = vendor.name, value33 = purchaseOrder.number, t19 = t5.settings, skip = false; t8.moveNext$0();) { + t20 = t8.__interceptors$_current; + switch (t20) { case B.PurchaseOrderReportFields_0: value34 = value14; break; @@ -107761,16 +107793,16 @@ value34 = value23; break; case B.PurchaseOrderReportFields_17: - value34 = A.presentCustomField(t5, "invoice1", t21); + value34 = A.presentCustomField(t5, "invoice1", t18); break; case B.PurchaseOrderReportFields_18: - value34 = A.presentCustomField(t5, "invoice2", t20); + value34 = A.presentCustomField(t5, "invoice2", t17); break; case B.PurchaseOrderReportFields_19: - value34 = A.presentCustomField(t5, "invoice3", t19); + value34 = A.presentCustomField(t5, "invoice3", t16); break; case B.PurchaseOrderReportFields_20: - value34 = A.presentCustomField(t5, "invoice4", t18); + value34 = A.presentCustomField(t5, "invoice4", t15); break; case B.PurchaseOrderReportFields_21: value34 = value22; @@ -107794,7 +107826,7 @@ value34 = value; break; case B.PurchaseOrderReportFields_28: - value34 = t16 && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], t6), t17); + value34 = purchaseOrder.get$isApproved(); break; case B.PurchaseOrderReportFields_29: value34 = value15; @@ -107806,8 +107838,8 @@ value34 = value13; break; case B.PurchaseOrderReportFields_7: - t24 = staticState.countryMap._map$_map.$index(0, t15); - value34 = t24 == null ? _null : t24.name; + t21 = staticState.countryMap._map$_map.$index(0, t14); + value34 = t21 == null ? _null : t21.name; if (value34 == null) value34 = ""; break; @@ -107845,12 +107877,12 @@ value34 = value4; break; case B.PurchaseOrderReportFields_44: - t24 = staticState.currencyMap; - t25 = t22.currencyId; - if (t25 == null) - t25 = "1"; - t25 = t24._map$_map.$index(0, t25); - value34 = t25 == null ? _null : t25.name; + t21 = staticState.currencyMap; + t22 = t19.currencyId; + if (t22 == null) + t22 = "1"; + t22 = t21._map$_map.$index(0, t22); + value34 = t22 == null ? _null : t22.name; if (value34 == null) value34 = ""; break; @@ -107858,25 +107890,25 @@ value34 = purchaseOrder.get$isViewed(); break; case B.PurchaseOrderReportFields_46: - t24 = userMap._map$_map.$index(0, t14); - if (t24 == null) + t21 = userMap._map$_map.$index(0, t13); + if (t21 == null) value34 = _null; else { - t25 = B.JSString_methods.trim$0(t24.firstName + " " + t24.lastName); - t24 = t25.length !== 0 ? t25 : t24.email; - value34 = t24; + t22 = B.JSString_methods.trim$0(t21.firstName + " " + t21.lastName); + t21 = t22.length !== 0 ? t22 : t21.email; + value34 = t21; } if (value34 == null) value34 = ""; break; case B.PurchaseOrderReportFields_47: - t24 = userMap._map$_map.$index(0, t13); - if (t24 == null) + t21 = userMap._map$_map.$index(0, t12); + if (t21 == null) value34 = _null; else { - t25 = B.JSString_methods.trim$0(t24.firstName + " " + t24.lastName); - t24 = t25.length !== 0 ? t25 : t24.email; - value34 = t24; + t22 = B.JSString_methods.trim$0(t21.firstName + " " + t21.lastName); + t21 = t22.length !== 0 ? t22 : t21.email; + value34 = t21; } if (value34 == null) value34 = ""; @@ -107885,17 +107917,17 @@ value34 = value3; break; case B.PurchaseOrderReportFields_49: - value34 = t12 ? _null : contact.email; + value34 = t11 ? _null : contact.email; if (value34 == null) value34 = ""; break; case B.PurchaseOrderReportFields_51: - value34 = t12 ? _null : B.JSString_methods.trim$0(contact.firstName + " " + contact.lastName); + value34 = t11 ? _null : B.JSString_methods.trim$0(contact.firstName + " " + contact.lastName); if (value34 == null) value34 = ""; break; case B.PurchaseOrderReportFields_50: - value34 = t12 ? _null : contact.phone; + value34 = t11 ? _null : contact.phone; if (value34 == null) value34 = ""; break; @@ -107911,16 +107943,16 @@ default: value34 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t23), _null, reportsUIState, userCompany, value34)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t20), _null, reportsUIState, userCompany, value34)) skip = true; - t23 = J.getInterceptor$(value34); - if (t23.get$runtimeType(value34) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value34, t11, t10)); - else if (t23.get$runtimeType(value34) === B.Type_double_K1J || t23.get$runtimeType(value34) === B.Type_int_tHn) { - t23 = t22.currencyId; - row.push(new A.ReportNumberValue(value34, _null, t23 == null ? "1" : t23, value13, t11, t10)); + t20 = J.getInterceptor$(value34); + if (t20.get$runtimeType(value34) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value34, t10, t9)); + else if (t20.get$runtimeType(value34) === B.Type_double_K1J || t20.get$runtimeType(value34) === B.Type_int_tHn) { + t20 = t19.currencyId; + row.push(new A.ReportNumberValue(value34, _null, t20 == null ? "1" : t20, value13, t10, t9)); } else - row.push(new A.ReportStringValue(value34, t11, t10)); + row.push(new A.ReportStringValue(value34, t10, t9)); } if (!skip) { data.push(row); @@ -108120,7 +108152,7 @@ lineItemReport_closure12: function lineItemReport_closure12() { }, quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { - var defaultColumns, t2, t3, columns, t4, t5, t6, t7, t8, t9, quote, t10, client, contact, value, row, t11, t12, value0, t13, value1, value2, value3, value4, value5, t14, value6, t15, t16, t17, value7, value8, value9, value10, value11, value12, value13, value14, value15, t18, value16, value17, value18, value19, t19, t20, value20, value21, value22, value23, value24, value25, t21, t22, t23, t24, value26, value27, value28, value29, value30, value31, value32, value33, value34, value35, value36, value37, value38, value39, t25, t26, skip, t27, value40, t28, t29, currencyId, selectedColumns, _null = null, + var defaultColumns, t2, t3, columns, t4, t5, t6, t7, t8, quote, t9, client, contact, value, row, t10, t11, value0, t12, value1, value2, value3, value4, value5, t13, value6, t14, t15, t16, value7, value8, value9, value10, value11, value12, value13, value14, value15, t17, value16, value17, value18, value19, value20, value21, value22, value23, value24, value25, t18, t19, t20, t21, value26, value27, value28, value29, value30, value31, value32, value33, value34, value35, value36, value37, value38, value39, t22, t23, skip, t24, value40, t25, t26, currencyId, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), entities = A._setArrayType([], type$.JSArray_legacy_BaseEntity), t1 = userCompany.settings, @@ -108135,25 +108167,25 @@ columns = A.BuiltList_BuiltList$from(A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E")), t3); } else columns = A.BuiltList_BuiltList$from(defaultColumns, t3); - for (t2 = quoteMap.get$keys(quoteMap), t3 = t2._map, t2 = A.LinkedHashMapKeyIterator$(t3, t3._modifications, A._instanceType(t2)._precomputed1), t3 = columns._list, t4 = A._arrayInstanceType(t3), t5 = t4._eval$1("ArrayIterator<1>"), t6 = type$.JSArray_legacy_String, t7 = userCompany.company, t8 = type$.JSArray_legacy_ReportElement, t9 = quoteMap._map$_map; t2.moveNext$0();) { - quote = t9.$index(0, t2.__js_helper$_current); - t10 = quote.clientId; - client = clientMap._map$_map.$index(0, t10); + for (t2 = quoteMap.get$keys(quoteMap), t3 = t2._map, t2 = A.LinkedHashMapKeyIterator$(t3, t3._modifications, A._instanceType(t2)._precomputed1), t3 = columns._list, t4 = A._arrayInstanceType(t3), t5 = t4._eval$1("ArrayIterator<1>"), t6 = userCompany.company, t7 = type$.JSArray_legacy_ReportElement, t8 = quoteMap._map$_map; t2.moveNext$0();) { + quote = t8.$index(0, t2.__js_helper$_current); + t9 = quote.clientId; + client = clientMap._map$_map.$index(0, t9); if (client == null) client = A.ClientEntity_ClientEntity(_null, _null, _null, _null); - t10 = quote.invitations._list; - if (t10.length === 0) + t9 = quote.invitations._list; + if (t9.length === 0) continue; - contact = client.getContact$1(B.JSArray_methods.get$first(t10).clientContactId); + contact = client.getContact$1(B.JSArray_methods.get$first(t9).clientContactId); value = quote.isDeleted; - if (value && !t7.reportIncludeDeleted || client.isDeleted) + if (value && !t6.reportIncludeDeleted || client.isDeleted) continue; - if (!t7.reportIncludeDrafts && quote.statusId === "1") + if (!t6.reportIncludeDrafts && quote.statusId === "1") continue; - row = A._setArrayType([], t8); - for (t10 = new J.ArrayIterator(t3, t3.length, t5), t11 = quote.id, t12 = quote.entityType, value0 = client.number, t13 = client.shippingCountryId, value1 = client.shippingPostalCode, value2 = client.shippingState, value3 = client.shippingCity, value4 = client.state, value5 = client.website, t14 = contact == null, value6 = client.phone, t15 = quote.createdUserId, t16 = quote.assignedUserId, t17 = client.settings, value7 = client.city, value8 = quote.privateNotes, value9 = quote.publicNotes, value10 = quote.taxRate1, value11 = quote.taxName1, value12 = quote.taxRate2, value13 = quote.taxName2, value14 = client.vatNumber, value15 = client.postalCode, t18 = client.countryId, value16 = quote.exchangeRate, value17 = quote.amount, value18 = quote.taxAmount, value19 = value17 - value18, t19 = t12 === B.EntityType_quote, t20 = quote.statusId, value20 = quote.archivedAt, value21 = quote.updatedAt, value22 = quote.customSurcharge4, value23 = quote.customSurcharge3, value24 = quote.customSurcharge2, value25 = quote.customSurcharge1, t21 = quote.customValue4, t22 = quote.customValue3, t23 = quote.customValue2, t24 = quote.customValue1, value26 = quote.autoBill, value27 = quote.partial, value28 = quote.dueDate, value29 = quote.date, value30 = quote.partialDueDate, value31 = quote.poNumber, value32 = quote.discount, value33 = client.shippingAddress2, value34 = client.shippingAddress1, value35 = client.address2, value36 = client.address1, value37 = client.balance, value38 = client.displayName, value39 = quote.number, t25 = value17 / value16, t26 = t7.settings, skip = false; t10.moveNext$0();) { - t27 = t10.__interceptors$_current; - switch (t27) { + row = A._setArrayType([], t7); + for (t9 = new J.ArrayIterator(t3, t3.length, t5), t10 = quote.id, t11 = quote.entityType, value0 = client.number, t12 = client.shippingCountryId, value1 = client.shippingPostalCode, value2 = client.shippingState, value3 = client.shippingCity, value4 = client.state, value5 = client.website, t13 = contact == null, value6 = client.phone, t14 = quote.createdUserId, t15 = quote.assignedUserId, t16 = client.settings, value7 = client.city, value8 = quote.privateNotes, value9 = quote.publicNotes, value10 = quote.taxRate1, value11 = quote.taxName1, value12 = quote.taxRate2, value13 = quote.taxName2, value14 = client.vatNumber, value15 = client.postalCode, t17 = client.countryId, value16 = quote.exchangeRate, value17 = quote.amount, value18 = quote.taxAmount, value19 = value17 - value18, value20 = quote.archivedAt, value21 = quote.updatedAt, value22 = quote.customSurcharge4, value23 = quote.customSurcharge3, value24 = quote.customSurcharge2, value25 = quote.customSurcharge1, t18 = quote.customValue4, t19 = quote.customValue3, t20 = quote.customValue2, t21 = quote.customValue1, value26 = quote.autoBill, value27 = quote.partial, value28 = quote.dueDate, value29 = quote.date, value30 = quote.partialDueDate, value31 = quote.poNumber, value32 = quote.discount, value33 = client.shippingAddress2, value34 = client.shippingAddress1, value35 = client.address2, value36 = client.address1, value37 = client.balance, value38 = client.displayName, value39 = quote.number, t22 = value17 / value16, t23 = t6.settings, skip = false; t9.moveNext$0();) { + t24 = t9.__interceptors$_current; + switch (t24) { case B.QuoteReportFields_0: value40 = value17; break; @@ -108161,7 +108193,7 @@ value40 = value17; break; case B.QuoteReportFields_2: - value40 = A.round(t25, 2); + value40 = A.round(t22, 2); break; case B.QuoteReportFields_17: value40 = value39; @@ -108211,16 +108243,16 @@ value40 = value26; break; case B.QuoteReportFields_25: - value40 = A.presentCustomField(t7, "invoice1", t24); + value40 = A.presentCustomField(t6, "invoice1", t21); break; case B.QuoteReportFields_26: - value40 = A.presentCustomField(t7, "invoice2", t23); + value40 = A.presentCustomField(t6, "invoice2", t20); break; case B.QuoteReportFields_27: - value40 = A.presentCustomField(t7, "invoice3", t22); + value40 = A.presentCustomField(t6, "invoice3", t19); break; case B.QuoteReportFields_28: - value40 = A.presentCustomField(t7, "invoice4", t21); + value40 = A.presentCustomField(t6, "invoice4", t18); break; case B.QuoteReportFields_29: value40 = value25; @@ -108244,7 +108276,7 @@ value40 = value; break; case B.QuoteReportFields_36: - value40 = t19 && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], t6), t20); + value40 = quote.get$isApproved(); break; case B.QuoteReportFields_37: value40 = value18; @@ -108256,8 +108288,8 @@ value40 = value16; break; case B.QuoteReportFields_9: - t28 = staticState.countryMap._map$_map.$index(0, t18); - value40 = t28 == null ? _null : t28.name; + t25 = staticState.countryMap._map$_map.$index(0, t17); + value40 = t25 == null ? _null : t25.name; if (value40 == null) value40 = ""; break; @@ -108295,10 +108327,10 @@ value40 = value7; break; case B.QuoteReportFields_52: - t28 = staticState.currencyMap; - t29 = t17.currencyId; - t29 = t28._map$_map.$index(0, t29); - value40 = t29 == null ? _null : t29.name; + t25 = staticState.currencyMap; + t26 = t16.currencyId; + t26 = t25._map$_map.$index(0, t26); + value40 = t26 == null ? _null : t26.name; if (value40 == null) value40 = ""; break; @@ -108306,25 +108338,25 @@ value40 = quote.get$isViewed(); break; case B.QuoteReportFields_54: - t28 = userMap._map$_map.$index(0, t16); - if (t28 == null) + t25 = userMap._map$_map.$index(0, t15); + if (t25 == null) value40 = _null; else { - t29 = B.JSString_methods.trim$0(t28.firstName + " " + t28.lastName); - t28 = t29.length !== 0 ? t29 : t28.email; - value40 = t28; + t26 = B.JSString_methods.trim$0(t25.firstName + " " + t25.lastName); + t25 = t26.length !== 0 ? t26 : t25.email; + value40 = t25; } if (value40 == null) value40 = ""; break; case B.QuoteReportFields_55: - t28 = userMap._map$_map.$index(0, t15); - if (t28 == null) + t25 = userMap._map$_map.$index(0, t14); + if (t25 == null) value40 = _null; else { - t29 = B.JSString_methods.trim$0(t28.firstName + " " + t28.lastName); - t28 = t29.length !== 0 ? t29 : t28.email; - value40 = t28; + t26 = B.JSString_methods.trim$0(t25.firstName + " " + t25.lastName); + t25 = t26.length !== 0 ? t26 : t25.email; + value40 = t25; } if (value40 == null) value40 = ""; @@ -108333,17 +108365,17 @@ value40 = value6; break; case B.QuoteReportFields_57: - value40 = t14 ? _null : contact.email; + value40 = t13 ? _null : contact.email; if (value40 == null) value40 = ""; break; case B.QuoteReportFields_59: - value40 = t14 ? _null : B.JSString_methods.trim$0(contact.firstName + " " + contact.lastName); + value40 = t13 ? _null : B.JSString_methods.trim$0(contact.firstName + " " + contact.lastName); if (value40 == null) value40 = ""; break; case B.QuoteReportFields_58: - value40 = t14 ? _null : contact.phone; + value40 = t13 ? _null : contact.phone; if (value40 == null) value40 = ""; break; @@ -108363,8 +108395,8 @@ value40 = value1; break; case B.QuoteReportFields_15: - t28 = staticState.countryMap._map$_map.$index(0, t13); - value40 = t28 == null ? _null : t28.name; + t25 = staticState.countryMap._map$_map.$index(0, t12); + value40 = t25 == null ? _null : t25.name; if (value40 == null) value40 = ""; break; @@ -108374,21 +108406,21 @@ default: value40 = ""; } - if (!A.ReportResult_matchField(A.EnumUtils_parse(t27), _null, reportsUIState, userCompany, value40)) + if (!A.ReportResult_matchField(A.EnumUtils_parse(t24), _null, reportsUIState, userCompany, value40)) skip = true; - t28 = J.getInterceptor$(value40); - if (t28.get$runtimeType(value40) === B.Type_bool_lhE) - row.push(new A.ReportBoolValue(value40, t12, t11)); - else if (t28.get$runtimeType(value40) === B.Type_double_K1J || t28.get$runtimeType(value40) === B.Type_int_tHn) { - currencyId = t17.currencyId; - if (B.JSArray_methods.contains$1(A._setArrayType([B.QuoteReportFields_2], t1), t27)) { - currencyId = t26.currencyId; + t25 = J.getInterceptor$(value40); + if (t25.get$runtimeType(value40) === B.Type_bool_lhE) + row.push(new A.ReportBoolValue(value40, t11, t10)); + else if (t25.get$runtimeType(value40) === B.Type_double_K1J || t25.get$runtimeType(value40) === B.Type_int_tHn) { + currencyId = t16.currencyId; + if (B.JSArray_methods.contains$1(A._setArrayType([B.QuoteReportFields_2], t1), t24)) { + currencyId = t23.currencyId; if (currencyId == null) currencyId = "1"; } - row.push(new A.ReportNumberValue(value40, _null, currencyId, value16, t12, t11)); + row.push(new A.ReportNumberValue(value40, _null, currencyId, value16, t11, t10)); } else - row.push(new A.ReportStringValue(value40, t12, t11)); + row.push(new A.ReportStringValue(value40, t11, t10)); } if (!skip) { data.push(row); @@ -110237,7 +110269,7 @@ taskReport_closure4: function taskReport_closure4() { }, transactionReport(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, staticState) { - var t2, columns, t3, t4, t5, t6, t7, t8, t9, transaction, row, t10, value, t11, t12, t13, t14, value0, t15, t16, t17, value1, value2, t18, t19, t20, value3, t21, skip, t22, value4, t23, selectedColumns, _null = null, + var t2, columns, t3, t4, t5, t6, t7, t8, t9, transaction, row, t10, value, t11, t12, t13, t14, value0, t15, t16, t17, value1, value2, t18, t19, value3, t20, t21, skip, t22, value4, t23, selectedColumns, _null = null, _s11_ = "transaction", data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), entities = A._setArrayType([], type$.JSArray_legacy_BaseEntity), @@ -110257,7 +110289,7 @@ if (transaction.isDeleted && !t9.reportIncludeDeleted) continue; row = A._setArrayType([], t7); - for (t10 = new J.ArrayIterator(t2, t2.length, t4), value = transaction.id, t11 = transaction.createdAt, t12 = transaction.updatedAt, t13 = transaction.invoiceIds, t14 = transaction.expenseId, value0 = transaction.category, t15 = transaction.bankAccountId, t16 = transaction.statusId, t17 = transaction.vendorId, value1 = transaction.description, value2 = transaction.date, t18 = transaction.categoryId, t19 = transaction.baseType, t20 = t19 === "CREDIT", value3 = transaction.amount, t19 = t19 === "DEBIT", t21 = transaction.currencyId, t11 *= 1000, t12 *= 1000, skip = false; t10.moveNext$0();) { + for (t10 = new J.ArrayIterator(t2, t2.length, t4), value = transaction.id, t11 = transaction.createdAt, t12 = transaction.updatedAt, t13 = transaction.invoiceIds, t14 = transaction.expenseId, value0 = transaction.category, t15 = transaction.bankAccountId, t16 = transaction.statusId, t17 = transaction.vendorId, value1 = transaction.description, value2 = transaction.date, t18 = transaction.categoryId, t19 = transaction.baseType === "CREDIT", value3 = transaction.amount, t20 = !t19, t21 = transaction.currencyId, t11 *= 1000, t12 *= 1000, skip = false; t10.moveNext$0();) { t22 = t10.__interceptors$_current; switch (t22) { case B.TransactionReportFields_0: @@ -110272,10 +110304,10 @@ value4 = value3; break; case B.TransactionReportFields_5: - value4 = t19 ? value3 : 0; + value4 = t20 ? value3 : 0; break; case B.TransactionReportFields_4: - value4 = t20 ? value3 : 0; + value4 = t19 ? value3 : 0; break; case B.TransactionReportFields_7: t23 = categoryMap._map$_map.$index(0, t18); @@ -111627,12 +111659,7 @@ this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure6: function _DeviceSettingsState_build_closure6(t0, t1, t2) { - this.localization = t0; - this.prefState = t1; - this.viewModel = t2; - }, - _DeviceSettingsState_build__closure7: function _DeviceSettingsState_build__closure7(t0, t1) { + _DeviceSettingsState_build_closure6: function _DeviceSettingsState_build_closure6(t0, t1) { this.viewModel = t0; this.context = t1; }, @@ -111644,7 +111671,12 @@ this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure9: function _DeviceSettingsState_build_closure9(t0, t1) { + _DeviceSettingsState_build_closure9: function _DeviceSettingsState_build_closure9(t0, t1, t2) { + this.localization = t0; + this.prefState = t1; + this.viewModel = t2; + }, + _DeviceSettingsState_build__closure7: function _DeviceSettingsState_build__closure7(t0, t1) { this.viewModel = t0; this.context = t1; }, @@ -111660,7 +111692,11 @@ this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure13: function _DeviceSettingsState_build_closure13(t0, t1, t2) { + _DeviceSettingsState_build_closure13: function _DeviceSettingsState_build_closure13(t0, t1) { + this.viewModel = t0; + this.context = t1; + }, + _DeviceSettingsState_build_closure14: function _DeviceSettingsState_build_closure14(t0, t1, t2) { this.localization = t0; this.state = t1; this.viewModel = t2; @@ -111673,7 +111709,7 @@ this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure14: function _DeviceSettingsState_build_closure14(t0, t1) { + _DeviceSettingsState_build_closure15: function _DeviceSettingsState_build_closure15(t0, t1) { this.context = t0; this.viewModel = t1; }, @@ -111681,17 +111717,17 @@ this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure15: function _DeviceSettingsState_build_closure15(t0, t1) { + _DeviceSettingsState_build_closure16: function _DeviceSettingsState_build_closure16(t0, t1) { this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure16: function _DeviceSettingsState_build_closure16() { + _DeviceSettingsState_build_closure17: function _DeviceSettingsState_build_closure17() { }, - _DeviceSettingsState_build_closure17: function _DeviceSettingsState_build_closure17(t0, t1) { + _DeviceSettingsState_build_closure18: function _DeviceSettingsState_build_closure18(t0, t1) { this.viewModel = t0; this.context = t1; }, - _DeviceSettingsState_build_closure18: function _DeviceSettingsState_build_closure18(t0, t1, t2, t3) { + _DeviceSettingsState_build_closure19: function _DeviceSettingsState_build_closure19(t0, t1, t2, t3) { var _ = this; _.viewModel = t0; _.context = t1; @@ -111703,7 +111739,7 @@ _DeviceSettingsState_build__closure3: function _DeviceSettingsState_build__closure3(t0) { this.enableDarkMode = t0; }, - _DeviceSettingsState_build_closure19: function _DeviceSettingsState_build_closure19(t0, t1, t2, t3) { + _DeviceSettingsState_build_closure20: function _DeviceSettingsState_build_closure20(t0, t1, t2, t3) { var _ = this; _.localization = t0; _.prefState = t1; @@ -111721,14 +111757,14 @@ this.selector = t0; this.value = t1; }, - _DeviceSettingsState_build_closure20: function _DeviceSettingsState_build_closure20(t0, t1) { + _DeviceSettingsState_build_closure21: function _DeviceSettingsState_build_closure21(t0, t1) { this.prefState = t0; this.localization = t1; }, _DeviceSettingsState_build__closure0: function _DeviceSettingsState_build__closure0(t0) { this.prefState = t0; }, - _DeviceSettingsState_build_closure21: function _DeviceSettingsState_build_closure21(t0, t1, t2, t3) { + _DeviceSettingsState_build_closure22: function _DeviceSettingsState_build_closure22(t0, t1, t2, t3) { var _ = this; _.context = t0; _.localization = t1; @@ -111749,14 +111785,14 @@ DeviceSettingsVM_fromStore(store) { var t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return new A.DeviceSettingsVM(t1, new A.DeviceSettingsVM_fromStore_closure(), new A.DeviceSettingsVM_fromStore_closure0(store), new A.DeviceSettingsVM_fromStore_closure1(store), new A.DeviceSettingsVM_fromStore_closure2(store), new A.DeviceSettingsVM_fromStore_closure3(store), new A.DeviceSettingsVM_fromStore_closure4(store), new A.DeviceSettingsVM_fromStore_closure5(store), new A.DeviceSettingsVM_fromStore_closure6(store), new A.DeviceSettingsVM_fromStore_closure7(store), new A.DeviceSettingsVM_fromStore_closure8(store), new A.DeviceSettingsVM_fromStore_closure9(store), new A.DeviceSettingsVM_fromStore_closure10(store), new A.DeviceSettingsVM_fromStore_closure11(store), new A.DeviceSettingsVM_fromStore_closure12(store), new A.DeviceSettingsVM_fromStore_closure13(store), new A.DeviceSettingsVM_fromStore_closure14(store), new A.DeviceSettingsVM_fromStore_closure15(store), new A.DeviceSettingsVM_fromStore_closure16(store), new A.DeviceSettingsVM_fromStore_closure17(store), A.Future_Future(new A.DeviceSettingsVM_fromStore_closure18(), type$.legacy_bool)); + return new A.DeviceSettingsVM(t1, new A.DeviceSettingsVM_fromStore_closure(), new A.DeviceSettingsVM_fromStore_closure0(store), new A.DeviceSettingsVM_fromStore_closure1(store), new A.DeviceSettingsVM_fromStore_closure2(store), new A.DeviceSettingsVM_fromStore_closure3(store), new A.DeviceSettingsVM_fromStore_closure4(store), new A.DeviceSettingsVM_fromStore_closure5(store), new A.DeviceSettingsVM_fromStore_closure6(store), new A.DeviceSettingsVM_fromStore_closure7(store), new A.DeviceSettingsVM_fromStore_closure8(store), new A.DeviceSettingsVM_fromStore_closure9(store), new A.DeviceSettingsVM_fromStore_closure10(store), new A.DeviceSettingsVM_fromStore_closure11(store), new A.DeviceSettingsVM_fromStore_closure12(store), new A.DeviceSettingsVM_fromStore_closure13(store), new A.DeviceSettingsVM_fromStore_closure14(store), new A.DeviceSettingsVM_fromStore_closure15(store), new A.DeviceSettingsVM_fromStore_closure16(store), new A.DeviceSettingsVM_fromStore_closure17(store), new A.DeviceSettingsVM_fromStore_closure18(store), A.Future_Future(new A.DeviceSettingsVM_fromStore_closure19(), type$.legacy_bool)); }, DeviceSettingsScreen: function DeviceSettingsScreen(t0) { this.key = t0; }, DeviceSettingsScreen_build_closure: function DeviceSettingsScreen_build_closure() { }, - DeviceSettingsVM: function DeviceSettingsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { + DeviceSettingsVM: function DeviceSettingsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) { var _ = this; _.state = t0; _.onRefreshTap = t1; @@ -111773,12 +111809,13 @@ _.onRequireAuthenticationChanged = t12; _.onPersistDataChanged = t13; _.onShowPdfChanged = t14; - _.onEnableJSPDFChanged = t15; - _.onEnableTouchEventsChanged = t16; - _.onEnableTooltipsChanged = t17; - _.onEnableFlexibleSearchChanged = t18; - _.onTextScaleFactorChanged = t19; - _.authenticationSupported = t20; + _.onShowPdfSideBySideChanged = t15; + _.onEnableJSPDFChanged = t16; + _.onEnableTouchEventsChanged = t17; + _.onEnableTooltipsChanged = t18; + _.onEnableFlexibleSearchChanged = t19; + _.onTextScaleFactorChanged = t20; + _.authenticationSupported = t21; }, DeviceSettingsVM_fromStore_closure: function DeviceSettingsVM_fromStore_closure() { }, @@ -111800,7 +111837,7 @@ DeviceSettingsVM_fromStore_closure8: function DeviceSettingsVM_fromStore_closure8(t0) { this.store = t0; }, - DeviceSettingsVM_fromStore_closure14: function DeviceSettingsVM_fromStore_closure14(t0) { + DeviceSettingsVM_fromStore_closure15: function DeviceSettingsVM_fromStore_closure15(t0) { this.store = t0; }, DeviceSettingsVM_fromStore_closure12: function DeviceSettingsVM_fromStore_closure12(t0) { @@ -111809,15 +111846,18 @@ DeviceSettingsVM_fromStore_closure13: function DeviceSettingsVM_fromStore_closure13(t0) { this.store = t0; }, - DeviceSettingsVM_fromStore_closure17: function DeviceSettingsVM_fromStore_closure17(t0) { + DeviceSettingsVM_fromStore_closure14: function DeviceSettingsVM_fromStore_closure14(t0) { this.store = t0; }, - DeviceSettingsVM_fromStore_closure15: function DeviceSettingsVM_fromStore_closure15(t0) { + DeviceSettingsVM_fromStore_closure18: function DeviceSettingsVM_fromStore_closure18(t0) { this.store = t0; }, DeviceSettingsVM_fromStore_closure16: function DeviceSettingsVM_fromStore_closure16(t0) { this.store = t0; }, + DeviceSettingsVM_fromStore_closure17: function DeviceSettingsVM_fromStore_closure17(t0) { + this.store = t0; + }, DeviceSettingsVM_fromStore_closure6: function DeviceSettingsVM_fromStore_closure6(t0) { this.store = t0; }, @@ -111834,7 +111874,7 @@ DeviceSettingsVM_fromStore_closure10: function DeviceSettingsVM_fromStore_closure10(t0) { this.store = t0; }, - DeviceSettingsVM_fromStore_closure18: function DeviceSettingsVM_fromStore_closure18() { + DeviceSettingsVM_fromStore_closure19: function DeviceSettingsVM_fromStore_closure19() { }, DeviceSettingsVM_fromStore_closure2: function DeviceSettingsVM_fromStore_closure2(t0) { this.store = t0; @@ -117646,6 +117686,99 @@ this._debugLifecycleState = t0; this._framework$_element = null; }, + _TransactionViewState_build_closure: function _TransactionViewState_build_closure(t0) { + this.state = t0; + }, + _TransactionViewState_build_closure0: function _TransactionViewState_build_closure0() { + }, + _MatchDeposits: function _MatchDeposits(t0, t1) { + this.viewModel = t0; + this.key = t1; + }, + _MatchDepositsState: function _MatchDepositsState(t0) { + var _ = this; + _._selectedInvoices = _._transaction_view$_invoices = _._transaction_view$_focusNode = _._transaction_view$_filterController = null; + _._showFilter = false; + _._endDate = _._startDate = _._maxAmount = _._minAmount = ""; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _MatchDepositsState_updateInvoiceList_closure: function _MatchDepositsState_updateInvoiceList_closure(t0, t1) { + this.$this = t0; + this.state = t1; + }, + _MatchDepositsState_updateInvoiceList_closure0: function _MatchDepositsState_updateInvoiceList_closure0() { + }, + _MatchDepositsState_build_closure: function _MatchDepositsState_build_closure(t0) { + this._box_0 = t0; + }, + _MatchDepositsState_build_closure0: function _MatchDepositsState_build_closure0(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure7: function _MatchDepositsState_build__closure7(t0) { + this.$this = t0; + }, + _MatchDepositsState_build_closure1: function _MatchDepositsState_build_closure1(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure6: function _MatchDepositsState_build__closure6(t0) { + this.$this = t0; + }, + _MatchDepositsState_build_closure2: function _MatchDepositsState_build_closure2(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure5: function _MatchDepositsState_build__closure5(t0) { + this.$this = t0; + }, + _MatchDepositsState_build_closure3: function _MatchDepositsState_build_closure3(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure4: function _MatchDepositsState_build__closure4(t0, t1) { + this.$this = t0; + this.value = t1; + }, + _MatchDepositsState_build_closure4: function _MatchDepositsState_build_closure4(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure3: function _MatchDepositsState_build__closure3(t0, t1) { + this.$this = t0; + this.value = t1; + }, + _MatchDepositsState_build_closure5: function _MatchDepositsState_build_closure5(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure2: function _MatchDepositsState_build__closure2(t0, t1) { + this.$this = t0; + this.date = t1; + }, + _MatchDepositsState_build_closure6: function _MatchDepositsState_build_closure6(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure1: function _MatchDepositsState_build__closure1(t0, t1) { + this.$this = t0; + this.date = t1; + }, + _MatchDepositsState_build_closure8: function _MatchDepositsState_build_closure8() { + }, + _MatchDepositsState_build_closure7: function _MatchDepositsState_build_closure7(t0) { + this.$this = t0; + }, + _MatchDepositsState_build__closure0: function _MatchDepositsState_build__closure0(t0, t1) { + this.$this = t0; + this.invoice = t1; + }, + _MatchDepositsState_build___closure: function _MatchDepositsState_build___closure(t0, t1) { + this.$this = t0; + this.invoice = t1; + }, + _MatchDepositsState_build_closure9: function _MatchDepositsState_build_closure9(t0, t1, t2) { + this.$this = t0; + this.context = t1; + this.transaction = t2; + }, + _MatchDepositsState_build__closure: function _MatchDepositsState_build__closure() { + }, _MatchWithdrawals: function _MatchWithdrawals(t0, t1) { this.viewModel = t0; this.key = t1; @@ -118738,12 +118871,30 @@ this.viewModel = t0; this.context = t1; }, + _VendorViewState_build__closure2: function _VendorViewState_build__closure2(t0, t1) { + this.viewModel = t0; + this.context = t1; + }, _VendorViewState_build_closure: function _VendorViewState_build_closure(t0, t1) { this.viewModel = t0; this.context = t1; }, __VendorViewState_State_SingleTickerProviderStateMixin: function __VendorViewState_State_SingleTickerProviderStateMixin() { }, + VendorViewActivity: function VendorViewActivity(t0, t1) { + this.viewModel = t0; + this.key = t1; + }, + _VendorViewActivityState: function _VendorViewActivityState(t0) { + this._widget = null; + this._debugLifecycleState = t0; + this._framework$_element = null; + }, + _VendorViewActivityState_build_closure0: function _VendorViewActivityState_build_closure0() { + }, + _VendorViewActivityState_build_closure: function _VendorViewActivityState_build_closure(t0) { + this.activities = t0; + }, VendorViewDetails: function VendorViewDetails(t0, t1) { this.vendor = t0; this.key = t1; @@ -118864,6 +119015,10 @@ this.viewModel = t0; this.context = t1; }, + _VendorViewFullwidthState_build__closure3: function _VendorViewFullwidthState_build__closure3(t0, t1) { + this.viewModel = t0; + this.context = t1; + }, __VendorViewFullwidthState_State_TickerProviderStateMixin: function __VendorViewFullwidthState_State_TickerProviderStateMixin() { }, VendorOverview: function VendorOverview(t0, t1, t2) { @@ -129176,6 +129331,15 @@ } return toCurrency.exchangeRate * (1 / fromCurrency.exchangeRate); }, + supportsInAppPurchase() { + var t1 = $.$get$navigatorKey(); + t1.toString; + t1 = A.StoreProvider_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), type$.legacy_AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isHosted()) + return false; + return A.isIOS(); + }, isApple() { return false; }, @@ -131335,7 +131499,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 387 + $signature: 395 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(params) { @@ -131349,7 +131513,7 @@ $defaultValues() { return [null]; }, - $signature: 659 + $signature: 641 }; A.AppBootstrap_prepareEngineInitializer__closure.prototype = { call$2(resolve, _) { @@ -131375,7 +131539,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 387 + $signature: 395 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { @@ -131389,7 +131553,7 @@ $defaultValues() { return [null]; }, - $signature: 659 + $signature: 641 }; A.AppBootstrap__prepareAppRunner__closure.prototype = { call$2(resolve, _) { @@ -131414,7 +131578,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 387 + $signature: 395 }; A.AssetManager.prototype = { get$_baseUrl() { @@ -131525,19 +131689,19 @@ t1.toString; return domNode instanceof t1; }, - $signature: 654 + $signature: 842 }; A.AssetManager__baseUrl_closure0.prototype = { call$1(domNode) { return domNode; }, - $signature: 501 + $signature: 455 }; A.AssetManager__baseUrl_closure1.prototype = { call$1(element) { return element.name === "assetBase"; }, - $signature: 654 + $signature: 842 }; A.AssetManagerException.prototype = { toString$0(_) { @@ -132717,7 +132881,7 @@ else return $.$get$_context().$index(0, "_flutterWebCachedExports"); }, - $signature: 10 + $signature: 11 }; A.patchCanvasKitModule_closure0.prototype = { call$1(value) { @@ -132732,7 +132896,7 @@ else return $.$get$_context().$index(0, "_flutterWebCachedModule"); }, - $signature: 10 + $signature: 11 }; A.patchCanvasKitModule_closure2.prototype = { call$1(value) { @@ -133339,19 +133503,19 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 543 + $signature: 397 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 543 + $signature: 397 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.diffResult.viewsToAdd, view); }, - $signature: 183 + $signature: 195 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { call$1(group) { @@ -133363,13 +133527,13 @@ call$1(view) { return !this.viewsNeedingOverlays.contains$1(0, view); }, - $signature: 183 + $signature: 195 }; A.HtmlViewEmbedder__updateOverlays_closure1.prototype = { call$1(view) { return !this.$this._overlays.containsKey$1(0, view); }, - $signature: 183 + $signature: 195 }; A.ViewClipChain.prototype = {}; A.EmbeddedViewParams.prototype = { @@ -133458,7 +133622,7 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t1, 0, index), B.JSArray_methods.sublist$1(t2, t1.length - index), false, _null); }, - $signature: 670 + $signature: 773 }; A.diffViewList_lookBackwards.prototype = { call$1(index) { @@ -133478,7 +133642,7 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(t2, index + 1), B.JSArray_methods.sublist$2(t1, 0, t1.length - 1 - index), true, B.JSArray_methods.get$first(t2)); }, - $signature: 670 + $signature: 773 }; A.FontFallbackData.prototype = { ensureFontsSupportText$2(text, fontFamilies) { @@ -133640,7 +133804,7 @@ call$0() { return 0; }, - $signature: 167 + $signature: 166 }; A._makeResolvedNotoFontFromCss_closure.prototype = { call$0() { @@ -133671,13 +133835,13 @@ call$1(font) { return B.JSArray_methods.contains$1($.$get$_cjkFonts(), font); }, - $signature: 3125 + $signature: 3128 }; A.findMinimumFontsForCodeUnits_closure0.prototype = { call$1(codeUnit) { return this._box_0.bestFont.resolvedFont.tree.root.containsDeep$1(codeUnit); }, - $signature: 183 + $signature: 195 }; A.NotoFont.prototype = { ensureResolved$0() { @@ -133925,7 +134089,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 101 + $signature: 99 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -133941,13 +134105,13 @@ call$1(fetchResult) { return A.promiseToFuture(fetchResult.arrayBuffer(), type$.dynamic).then$1$1(0, new A.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 796 + $signature: 574 }; A.NotoDownloader_downloadAsBytes__closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 584 + $signature: 580 }; A.NotoDownloader_downloadAsString_closure.prototype = { call$1(response) { @@ -133960,7 +134124,7 @@ call$1(x) { return A._asStringS(x); }, - $signature: 298 + $signature: 368 }; A.SkiaFontCollection.prototype = { ensureFontsLoaded$0() { @@ -134137,13 +134301,13 @@ call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 610 + $signature: 608 }; A.SkiaFontCollection_ensureFontsLoaded_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 610 + $signature: 608 }; A.SkiaFontCollection__registerFont__downloadFont.prototype = { call$0() { @@ -134224,7 +134388,7 @@ call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 584 + $signature: 580 }; A.RegisteredFont.prototype = {}; A.skiaDecodeImageFromPixels_closure.prototype = { @@ -134255,7 +134419,7 @@ t1.toString; return type$.JavaScriptObject._as(t1); }, - $signature: 353 + $signature: 356 }; A.fetchImage_closure.prototype = { call$1($event) { @@ -134383,7 +134547,7 @@ throw A.wrapException(A.ImageCodecException$("Failed to resurrect image from pixels.")); return t3; }, - $signature: 353 + $signature: 356 }; A.AnimatedImageFrameInfo.prototype = { get$duration(_) { @@ -134625,7 +134789,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 363 + $signature: 354 }; A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -134646,7 +134810,7 @@ t1 = (t2 == null ? $._configuration = new A.FlutterConfiguration(self.window.flutterConfiguration) : t2).get$canvasKitBaseUrl() + "profiling/"; return J.$add$ansx(t1, file); }, - $signature: 756 + $signature: 856 }; A.downloadCanvasKit_closure0.prototype = { call$1(ck) { @@ -136144,7 +136308,7 @@ } return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 353 + $signature: 356 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -136486,7 +136650,7 @@ call$1(font) { return this.fontFamily == font; }, - $signature: 66 + $signature: 65 }; A.CanvasKitError.prototype = { toString$0(_) { @@ -136518,7 +136682,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 386 + $signature: 389 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -136560,7 +136724,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 91 + $signature: 96 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -136716,7 +136880,7 @@ call$1(arg) { return A.callMethod(this._this, "warn", [arg]); }, - $signature: 39 + $signature: 40 }; A.DomNavigator.prototype = {}; A.DomDocument.prototype = {}; @@ -137075,7 +137239,7 @@ } else if (t1.checkCount > 5) t.cancel$0(0); }, - $signature: 422 + $signature: 486 }; A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { call$1(_) { @@ -137146,12 +137310,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 788 + $signature: 573 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 149 + $signature: 133 }; A.FrameReference.prototype = { get$value(receiver) { @@ -142179,7 +142343,7 @@ $.SurfaceSceneBuilder__lastFrameScene = t1._as(B.JSArray_methods.get$first(t2)); return new A.SurfaceScene(t1._as(B.JSArray_methods.get$first(t2)).rootElement); }, - $signature: 3127 + $signature: 3130 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -142223,7 +142387,7 @@ call$1(c) { return (c.get$value(c) >>> 24 & 255) < 1; }, - $signature: 3222 + $signature: 3225 }; A.SharedCanvas.prototype = {}; A.EngineGradient.prototype = {}; @@ -143223,7 +143387,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 788 + $signature: 573 }; A._addUrlStrategyListener_closure.prototype = { call$1(jsStrategy) { @@ -143231,7 +143395,7 @@ $._isUrlStrategySet = true; $._customUrlStrategy = t1; }, - $signature: 823 + $signature: 744 }; A._addUrlStrategyListener_closure0.prototype = { call$0() { @@ -143349,55 +143513,55 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event.preventDefault(); }, - $signature: 149 + $signature: 133 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 165 + $signature: 167 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 165 + $signature: 167 }; A.KeyboardBinding.prototype = { _addEventListener$2(_, eventName, handler) { @@ -143429,13 +143593,13 @@ return this.handler.call$1($event); return null; }, - $signature: 825 + $signature: 790 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { this._box_0.result = handled; }, - $signature: 82 + $signature: 80 }; A.KeyboardBinding__setup_closure.prototype = { call$1($event) { @@ -143595,7 +143759,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 91 + $signature: 96 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -143607,7 +143771,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 799 + $signature: 812 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -143657,13 +143821,13 @@ t1 = B.Map_omVDm.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 98784247808 : t1; }, - $signature: 167 + $signature: 166 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 799 + $signature: 812 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -143698,7 +143862,7 @@ this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 532 + $signature: 414 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { @@ -143874,7 +144038,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 149 + $signature: 133 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -143968,12 +144132,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 149 + $signature: 133 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 149 + $signature: 133 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; @@ -144460,7 +144624,7 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 149 + $signature: 133 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { @@ -144479,13 +144643,13 @@ call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 91 + $signature: 96 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 386 + $signature: 389 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1($content) { @@ -144501,7 +144665,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 386 + $signature: 389 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure.prototype = { call$2(mutations, _) { @@ -144539,7 +144703,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 91 + $signature: 96 }; A.invoke2_closure.prototype = { call$0() { @@ -144618,7 +144782,7 @@ wrapper.append($content._readLocal$0()); return wrapper; }, - $signature: 353 + $signature: 356 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -144749,7 +144913,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 825 + $signature: 790 }; A._WheelEventListenerMixin.prototype = { _addWheelEventListener$1(handler) { @@ -145811,7 +145975,7 @@ call$1(mode) { this.$this.update$0(0); }, - $signature: 588 + $signature: 789 }; A.LabelAndValue.prototype = { update$0(_) { @@ -146040,7 +146204,7 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 588 + $signature: 789 }; A.Scrollable_update_closure1.prototype = { call$1(_) { @@ -146781,7 +146945,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 363 + $signature: 354 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -147663,7 +147827,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 159 + $signature: 157 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -148600,7 +148764,7 @@ call$1($name) { return A.S($name) + ": " + A.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 120 + $signature: 119 }; A.TextLayoutService.prototype = { performLayout$1(constraints) { @@ -150032,7 +150196,7 @@ t2.toString; this.subscriptions.push(A.DomSubscription$(t2, "input", A.allowInterop(new A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure(t1, key, t2)))); }, - $signature: 99 + $signature: 101 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -151071,7 +151235,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(J.toRadixString$1$n(byte, 16), 2, "0"); }, - $signature: 320 + $signature: 365 }; A.Matrix40.prototype = { Matrix4$identity$0() { @@ -151800,7 +151964,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A.EngineSingletonFlutterWindow.prototype = { get$devicePixelRatio(_) { @@ -151912,7 +152076,7 @@ } } }, - $signature: 720 + $signature: 713 }; A._HeaderValue__parse_done.prototype = { call$0() { @@ -151954,7 +152118,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index); }, - $signature: 69 + $signature: 70 }; A._HeaderValue__parse_expect.prototype = { call$1(expected) { @@ -151963,7 +152127,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 99 + $signature: 101 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -151973,7 +152137,7 @@ ++_this._box_0.index; return true; }, - $signature: 66 + $signature: 65 }; A._HeaderValue__parse_parseParameters.prototype = { call$0() { @@ -152022,7 +152186,7 @@ } return B.JSString_methods.substring$2(t3, start, t1.index).toLowerCase(); }, - $signature: 69 + $signature: 70 }; A._HeaderValue__parse_parseParameters_parseParameterValue.prototype = { call$0() { @@ -152051,7 +152215,7 @@ } else return _this.parseValue.call$0(); }, - $signature: 69 + $signature: 70 }; A._ContentType.prototype = {}; J.Interceptor.prototype = { @@ -153789,7 +153953,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 526 + $signature: 545 }; A.SentinelValue.prototype = { get$id() { @@ -154801,7 +154965,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 167 + $signature: 166 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -154811,7 +154975,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 148 + $signature: 149 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -155254,7 +155418,7 @@ call$1(tag) { return this.prototypeForTag(tag); }, - $signature: 614 + $signature: 822 }; A.JSSyntaxRegExp.prototype = { toString$0(_) { @@ -155959,7 +156123,7 @@ call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 398 + $signature: 428 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { @@ -156459,7 +156623,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 129 + $signature: 126 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -156802,7 +156966,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 131 + $signature: 129 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -156945,7 +157109,7 @@ this._future._completeError$2(e, s); } }, - $signature: 131 + $signature: 129 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -157018,7 +157182,7 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 264 + $signature: 294 }; A.Stream_pipe_closure.prototype = { call$1(_) { @@ -157082,7 +157246,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 91 + $signature: 96 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -157429,7 +157593,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 131 + $signature: 129 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -157955,7 +158119,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 129 + $signature: 126 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -158650,7 +158814,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 147 + $signature: 148 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -158752,7 +158916,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 147 + $signature: 148 }; A._HashSet.prototype = { _newSet$0() { @@ -159187,7 +159351,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 159 + $signature: 157 }; A.IterableMixin.prototype = { map$1$1(_, toElement, $T) { @@ -159297,7 +159461,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 159 + $signature: 157 }; A.LinkedList.prototype = { contains$1(_, entry) { @@ -159750,7 +159914,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 267 + $signature: 289 }; A.MapMixin.prototype = { cast$2$0(receiver, RK, RV) { @@ -160801,7 +160965,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 147 + $signature: 148 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -161038,7 +161202,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 147 + $signature: 148 }; A.SplayTreeSet__copyNode_copyChildren.prototype = { call$2(node, dest) { @@ -161196,7 +161360,7 @@ call$1(each) { return this.$this.$index(0, each); }, - $signature: 614 + $signature: 822 }; A._JsonMapKeyIterable.prototype = { get$length(_) { @@ -161232,7 +161396,7 @@ } return null; }, - $signature: 10 + $signature: 11 }; A.Utf8Decoder__decoderNonfatal_closure.prototype = { call$0() { @@ -161244,7 +161408,7 @@ } return null; }, - $signature: 10 + $signature: 11 }; A.AsciiCodec.prototype = { get$name(_) { @@ -161795,7 +161959,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 267 + $signature: 289 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -161860,7 +162024,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 267 + $signature: 289 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -162543,7 +162707,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 452 + $signature: 529 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -162551,7 +162715,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 116 + $signature: 121 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -162577,7 +162741,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 116 + $signature: 121 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -164584,7 +164748,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 452 + $signature: 529 }; A._Uri.prototype = { get$_text() { @@ -164875,7 +165039,7 @@ call$1(s) { return A._Uri__uriEncode(B.List_qg40, s, B.C_Utf8Codec, false); }, - $signature: 120 + $signature: 119 }; A._Uri__makeQuery_writeParameter.prototype = { call$2(key, value) { @@ -164889,7 +165053,7 @@ t1._contents += A.S(A._Uri__uriEncode(B.List_nxB, value, B.C_Utf8Codec, true)); } }, - $signature: 720 + $signature: 713 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -164900,7 +165064,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 148 + $signature: 149 }; A.UriData.prototype = { get$uri() { @@ -165906,7 +166070,7 @@ else t3.completeError$1(e); }, - $signature: 381 + $signature: 360 }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = {$isIFrameElement: 1}; @@ -166035,13 +166199,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 148 + $signature: 149 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 148 + $signature: 149 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -166094,13 +166258,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 148 + $signature: 149 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 148 + $signature: 149 }; A.MidiPort.prototype = { get$id(receiver) { @@ -166523,13 +166687,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 148 + $signature: 149 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 148 + $signature: 149 }; A.SelectElement.prototype = { get$length(receiver) { @@ -166680,13 +166844,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 170 + $signature: 172 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 170 + $signature: 172 }; A.StyleSheet.prototype = {$isStyleSheet: 1}; A.TextAreaElement.prototype = { @@ -167263,21 +167427,21 @@ if (J.startsWith$1$s(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5)), value); }, - $signature: 170 + $signature: 172 }; A._DataAttributeMap_keys_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.keys.push(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5))); }, - $signature: 170 + $signature: 172 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 170 + $signature: 172 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -167346,13 +167510,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 339 + $signature: 340 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 339 + $signature: 340 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -167886,7 +168050,7 @@ t1._unsubscribed = true; } }, - $signature: 264 + $signature: 294 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -167918,7 +168082,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 264 + $signature: 294 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -167929,7 +168093,7 @@ t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 159 + $signature: 157 }; A._File.prototype = { existsSync$0() { @@ -167982,7 +168146,7 @@ new A._File_readAsBytes_readDataChunked_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 702 + $signature: 674 }; A._File_readAsBytes_readDataChunked_read.prototype = { call$0() { @@ -168007,7 +168171,7 @@ call$1(file) { return file.length$0(0).then$1$1(0, new A._File_readAsBytes__closure(this.readDataChunked, file), type$.Uint8List).whenComplete$1(file.get$close(file)); }, - $signature: 702 + $signature: 674 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -168235,7 +168399,7 @@ } else return o; }, - $signature: 392 + $signature: 402 }; A.promiseToFuture_closure.prototype = { call$1(r) { @@ -168744,13 +168908,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 691 + $signature: 765 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 691 + $signature: 765 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -169187,7 +169351,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 526 + $signature: 545 }; A.webOnlyWarmupEngine_closure0.prototype = { call$0() { @@ -169213,7 +169377,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 526 + $signature: 545 }; A.PlatformViewRegistry.prototype = {}; A.KeyEventType.prototype = { @@ -169276,13 +169440,13 @@ } return ""; }, - $signature: 69 + $signature: 70 }; A.KeyData__quotedCharCode_closure.prototype = { call$1(code) { return B.JSString_methods.padLeft$2(J.toRadixString$1$n(code, 16), 2, "0"); }, - $signature: 320 + $signature: 365 }; A.Color.prototype = { get$red() { @@ -169384,7 +169548,7 @@ call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 461 + $signature: 527 }; A.decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { @@ -169940,13 +170104,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 148 + $signature: 149 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 148 + $signature: 149 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -172154,13 +172318,13 @@ t1 = true; return t1; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -172173,67 +172337,67 @@ t1 = true; return t1; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.newAttribution); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.attributionToRemove); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return J.$eq$(element.attribution, this.attributionToRemove); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { @@ -172247,70 +172411,70 @@ $.$get$_log1().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + A.S(marker), null, null); return J.$eq$(marker.attribution, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = this.attribution; return t1 == null || J.$eq$(marker.attribution, t1); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.attribution); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.startMarker.attribution); }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -172340,13 +172504,13 @@ call$0() { return 0; }, - $signature: 167 + $signature: 166 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 167 + $signature: 166 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -172356,14 +172520,14 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers before offset: " + this.startOffset + " - " + A.S(this.$this.markers))); }, - $signature: 704 + $signature: 700 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -172379,7 +172543,7 @@ call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -172409,13 +172573,13 @@ call$0() { return 0; }, - $signature: 167 + $signature: 166 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 167 + $signature: 166 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -172426,19 +172590,19 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers after offset: " + _this._box_0.endOffset + " - " + A.S(_this.$this.markers))); }, - $signature: 704 + $signature: 700 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 719 + $signature: 703 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -172446,7 +172610,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -172476,13 +172640,13 @@ call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 47 + $signature: 46 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 719 + $signature: 703 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -172878,7 +173042,7 @@ t1.initialY = t4; } }, - $signature: 86 + $signature: 87 }; A.BoardItemState_build_closure2.prototype = { call$0() { @@ -173015,7 +173179,7 @@ t1.leftListX = t2; } }, - $signature: 86 + $signature: 87 }; A.BoardListState_build_closure1.prototype = { call$0() { @@ -173058,7 +173222,7 @@ else return t1; }, - $signature: 162 + $signature: 160 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -173935,7 +174099,7 @@ else return temp; }, - $signature: 162 + $signature: 160 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -174024,7 +174188,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 3298 + $signature: 3301 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -174073,7 +174237,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 3538 + $signature: 3541 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -174358,7 +174522,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 762 + $signature: 819 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -175046,14 +175210,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 159 + $signature: 157 }; A.MapBuilder_replace_closure0.prototype = { call$2(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 159 + $signature: 157 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -176024,13 +176188,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 180 + $signature: 174 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 392 + $signature: 402 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -176069,13 +176233,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 180 + $signature: 174 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 180 + $signature: 174 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -176209,13 +176373,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 180 + $signature: 174 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 180 + $signature: 174 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -176254,13 +176418,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 180 + $signature: 174 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 180 + $signature: 174 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -176665,7 +176829,7 @@ call$1(value) { return value == null; }, - $signature: 147 + $signature: 148 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -176680,13 +176844,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 159 + $signature: 157 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 147 + $signature: 148 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -176703,7 +176867,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 159 + $signature: 157 }; A.CachedNetworkImage.prototype = { build$1(context) { @@ -176930,7 +177094,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 394 + $signature: 412 }; A.ImageRenderMethodForWeb.prototype = { toString$0(_) { @@ -177088,19 +177252,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 461 + $signature: 527 }; A.MultiImageStreamCompleter_closure0.prototype = { call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); }, - $signature: 398 + $signature: 428 }; A.MultiImageStreamCompleter_closure1.prototype = { call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("loading an image"), error, this.informationCollector, true, stack); }, - $signature: 398 + $signature: 428 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -177932,7 +178096,7 @@ call$1(_) { return null; }, - $signature: 664 + $signature: 662 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { @@ -178094,7 +178258,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 543 + $signature: 397 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -178211,7 +178375,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 99 + $signature: 101 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -178277,7 +178441,7 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 548 + $signature: 547 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { @@ -180163,7 +180327,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(0, value); }, - $signature: 570 + $signature: 566 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -181174,7 +181338,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 164 + $signature: 163 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -181192,14 +181356,14 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 66 + $signature: 65 }; A.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1(rendererId) { var _this = this; B.JSArray_methods.addAll$1(_this.details, _this.$this.getSeriesRenderer$1(rendererId).getNearestDatumDetailPerSeries$5$selectExactEventLocation$selectOverlappingPoints(_this.drawAreaPoint, true, _this.boundsOverride, false, false)); }, - $signature: 99 + $signature: 101 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -181328,7 +181492,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 99 + $signature: 101 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -181355,7 +181519,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 164 + $signature: 163 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -181872,7 +182036,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 66 + $signature: 65 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -181886,7 +182050,7 @@ call$1(id) { return id === this.seriesId; }, - $signature: 66 + $signature: 65 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { @@ -182644,7 +182808,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 99 + $signature: 101 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -182875,7 +183039,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 595 + $signature: 592 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -182886,13 +183050,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 595 + $signature: 592 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 607 + $signature: 595 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -182900,7 +183064,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return view.layout$2(t1, t1); }, - $signature: 164 + $signature: 163 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -182912,7 +183076,7 @@ t1 = true; return t1; }, - $signature: 607 + $signature: 595 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -182982,7 +183146,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 164 + $signature: 163 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -183005,7 +183169,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 164 + $signature: 163 }; A.RightMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -183028,7 +183192,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 164 + $signature: 163 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -183059,7 +183223,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 164 + $signature: 163 }; A.TopMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -183082,7 +183246,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 164 + $signature: 163 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -183105,7 +183269,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 164 + $signature: 163 }; A.LayoutPosition.prototype = { toString$0(_) { @@ -183492,7 +183656,7 @@ call$1(_) { return null; }, - $signature: 664 + $signature: 662 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -183653,7 +183817,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 1270 + $signature: 1271 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -184384,7 +184548,7 @@ call$1(_) { return false; }, - $signature: 464 + $signature: 515 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { @@ -184565,12 +184729,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 99 + $signature: 101 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 99 + $signature: 101 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -184665,7 +184829,7 @@ if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 661 + $signature: 659 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -184678,7 +184842,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 661 + $signature: 659 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -184829,7 +184993,7 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 669 + $signature: 661 }; A.Series_Series_closure2.prototype = { call$1(index) { @@ -184843,7 +185007,7 @@ index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 669 + $signature: 661 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -185041,13 +185205,13 @@ call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 673 + $signature: 671 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 673 + $signature: 671 }; A.BaseChartState.prototype = { initState$0() { @@ -185292,7 +185456,7 @@ break; } }, - $signature: 96 + $signature: 93 }; A.TabularLegendLayout.prototype = { build$2(context, legendEntries) { @@ -185373,7 +185537,7 @@ call$2(max, current) { return current > max ? current : max; }, - $signature: 452 + $signature: 529 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { @@ -185553,7 +185717,7 @@ t2.dashPatternIndex = (t3 + 1) % t1.length; return dashSegment; }, - $signature: 10 + $signature: 11 }; A.CartesianChart0.prototype = { createDisjointMeasureAxes$0() { @@ -186147,7 +186311,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 697 + $signature: 696 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -188243,19 +188407,19 @@ call$0() { return this.dirname; }, - $signature: 69 + $signature: 70 }; A.MemoryDirectory_createTempSync_closure0.prototype = { call$0() { return this.dirname; }, - $signature: 69 + $signature: 70 }; A.MemoryDirectory_createTempSync_name.prototype = { call$0() { return A.S(this.basename) + this._box_0._tempCounter; }, - $signature: 69 + $signature: 70 }; A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin.prototype = {}; A.MemoryFile.prototype = { @@ -188347,13 +188511,13 @@ call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFile__resolvedBackingOrCreate_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFile__doCreate_closure.prototype = { call$2($parent, isFinalSegment) { @@ -188445,14 +188609,14 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 711 + $signature: 704 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 131 + $signature: 129 }; A._FileSink_close_closure.prototype = { call$1(_) { @@ -188464,7 +188628,7 @@ call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 129 + $signature: 126 }; A._FileSink__addData_closure.prototype = { call$1(node) { @@ -188547,13 +188711,13 @@ call$0() { return B.JSArray_methods.join$1(B.JSArray_methods.sublist$2(this.parts, 0, this.i + 1), this.$this._memory_file_system$_context.style.get$separator()); }, - $signature: 69 + $signature: 70 }; A._MemoryFileSystem_findNode_closure.prototype = { call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 713 + $signature: 708 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -188667,25 +188831,25 @@ call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFileSystemEntity_resolvedBacking_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFileSystemEntity_resolvedBacking_closure0.prototype = { call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFileSystemEntity_defaultCheckType_closure.prototype = { call$0() { return this.$this.path; }, - $signature: 69 + $signature: 70 }; A.MemoryFileSystemEntity_internalCreateSync_closure.prototype = { call$5($parent, childName, child, currentSegment, finalSegment) { @@ -188812,7 +188976,7 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 713 + $signature: 708 }; A.DirectoryAddOnsMixin.prototype = {}; A.ErrorCodes_EINVAL_closure.prototype = { @@ -188957,13 +189121,13 @@ call$1(e) { this.addPickedFile.call$4(this.file, null, A._asStringQ(B.FileReader_methods.get$result(this.reader)), null); }, - $signature: 381 + $signature: 360 }; A.FilePickerWeb_pickFiles_changeEventListener_closure0.prototype = { call$1(e) { this.addPickedFile.call$4(this.file, type$.nullable_Uint8List._as(B.FileReader_methods.get$result(this.reader)), null, null); }, - $signature: 381 + $signature: 360 }; A.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1(_) { @@ -188986,7 +189150,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + A.S(next); }, - $signature: 756 + $signature: 856 }; A.FileType.prototype = { toString$0(_) { @@ -189178,13 +189342,13 @@ call$1(path) { return J.trim$0$s(path); }, - $signature: 120 + $signature: 119 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { return path.length !== 0; }, - $signature: 66 + $signature: 65 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -189195,13 +189359,13 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 120 + $signature: 119 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 66 + $signature: 65 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -189422,13 +189586,13 @@ call$1(ext) { return ext.toUpperCase(); }, - $signature: 120 + $signature: 119 }; A.KDialogHandler_resultStringToFilePaths_closure.prototype = { call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 120 + $signature: 119 }; A.QarmaAndZenityHandler.prototype = { generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) { @@ -189469,7 +189633,7 @@ call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 120 + $signature: 119 }; A.PlatformFile.prototype = { $eq(_, other) { @@ -189501,7 +189665,7 @@ call$1(filePath) { return filePath.length !== 0; }, - $signature: 66 + $signature: 65 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -190932,7 +191096,7 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 91 + $signature: 96 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -191338,7 +191502,7 @@ t1.toString; return t1; }, - $signature: 366 + $signature: 353 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -191346,7 +191510,7 @@ t1.toString; return t1; }, - $signature: 366 + $signature: 353 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -191493,7 +191657,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 793 + $signature: 781 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -191863,7 +192027,7 @@ call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 89 + $signature: 91 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -192007,7 +192171,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 830 + $signature: 826 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -192043,7 +192207,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 830 + $signature: 826 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -192068,7 +192232,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 366 + $signature: 353 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { @@ -192254,7 +192418,7 @@ call$0() { return J.trimLeft$0$s(this.$this.exceptionAsString$0().split("\n")[0]); }, - $signature: 69 + $signature: 70 }; A.FlutterErrorDetails_summary_closure.prototype = { call$1(node) { @@ -192298,13 +192462,13 @@ call$1(value) { return value + 1; }, - $signature: 116 + $signature: 121 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 116 + $signature: 121 }; A.FlutterError_toString_closure.prototype = { call$1(node) { @@ -192316,7 +192480,7 @@ call$1(line) { return J.contains$1$asx(line, "StackTrace.current") || B.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || B.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 66 + $signature: 65 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -192426,7 +192590,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 842 + $signature: 830 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -192449,7 +192613,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 387 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -192475,7 +192639,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 842 + $signature: 830 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -192498,7 +192662,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 387 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -192753,7 +192917,7 @@ call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 101 + $signature: 99 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -192871,7 +193035,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ChangeNotifier)], type$.JSArray_DiagnosticsNode); }, - $signature: 123 + $signature: 122 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -193061,7 +193225,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 183 + $signature: 195 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -193302,7 +193466,7 @@ ++t3.lines; } }, - $signature: 617 + $signature: 821 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { @@ -193789,7 +193953,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 101 + $signature: 99 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -194022,7 +194186,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 66 + $signature: 65 }; A.SynchronousFuture.prototype = { asStream$0() { @@ -194322,14 +194486,14 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent)], type$.JSArray_DiagnosticsNode); }, - $signature: 123 + $signature: 122 }; A.GestureBinding_dispatchEvent_closure0.prototype = { call$0() { var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent), A.DiagnosticsProperty$("Target", this.entry.target, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.HitTestTarget)], type$.JSArray_DiagnosticsNode); }, - $signature: 123 + $signature: 122 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { @@ -195748,7 +195912,7 @@ call$0() { return this.estimate.toString$0(0) + "; fling at " + this.velocity.toString$0(0) + "."; }, - $signature: 69 + $signature: 70 }; A.DragGestureRecognizer__checkEnd_closure0.prototype = { call$0() { @@ -195757,7 +195921,7 @@ return "Could not estimate velocity."; return t1.toString$0(0) + "; judged to not be a fling."; }, - $signature: 69 + $signature: 70 }; A.DragGestureRecognizer__checkEnd_closure1.prototype = { call$0() { @@ -195945,7 +196109,7 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 712 + $signature: 818 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { @@ -196859,7 +197023,7 @@ call$1(x) { return x.rotation; }, - $signature: 555 + $signature: 809 }; A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { call$2(a, b) { @@ -196925,7 +197089,7 @@ call$1(x) { return x.rotation; }, - $signature: 555 + $signature: 809 }; A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { call$2(a, b) { @@ -197503,7 +197667,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 586 + $signature: 788 }; A._PackagesViewState__packagesList_closure.prototype = { call$2(context, index) { @@ -197522,7 +197686,7 @@ t3 = false; return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, packageIndex, context, packageName, t2, t1), null); }, - $signature: 162 + $signature: 160 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -197540,7 +197704,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 586 + $signature: 788 }; A._PackageListTile.prototype = { build$1(context) { @@ -197837,7 +198001,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { @@ -197925,7 +198089,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { @@ -197942,13 +198106,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 573 + $signature: 798 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 577 + $signature: 796 }; A._MasterPage.prototype = { build$1(context) { @@ -198047,7 +198211,7 @@ call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 393 + $signature: 417 }; A._DetailView.prototype = { build$1(context) { @@ -198265,7 +198429,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 334 + $signature: 337 }; A._ToolbarContainerLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -198972,7 +199136,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 399 + $signature: 429 }; A._CornerId.prototype = { toString$0(_) { @@ -199928,25 +200092,25 @@ call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 349 + $signature: 330 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(); }, - $signature: 349 + $signature: 330 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 349 + $signature: 330 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 349 + $signature: 330 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { @@ -199958,19 +200122,19 @@ call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 405 + $signature: 445 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 405 + $signature: 445 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 405 + $signature: 445 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { @@ -200056,7 +200220,7 @@ call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 3023 + $signature: 3026 }; A._ButtonStyleState_build_closure17.prototype = { call$1($status) { @@ -201423,7 +201587,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 406 + $signature: 452 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -202245,21 +202409,21 @@ row.toString; return false; }, - $signature: 408 + $signature: 457 }; A.DataTable_build_closure0.prototype = { call$1(row) { row.toString; return false; }, - $signature: 408 + $signature: 457 }; A.DataTable_build_closure1.prototype = { call$1(row) { row.toString; return false; }, - $signature: 408 + $signature: 457 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -202303,13 +202467,13 @@ t2 = rowColor == null ? _this.defaultRowColor._material_state$_resolve.call$1(t3) : rowColor; return new A.TableRow(t1, new A.BoxDecoration(t2, _null, border, _null, _null, _null, B.BoxShape_0), A.List_List$filled(_this.tableColumns.length, B._NullWidget_null1, false, type$.Widget)); }, - $signature: 3199 + $signature: 3202 }; A.DataTable_build_closure4.prototype = { call$1(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 419 + $signature: 472 }; A.DataTable_build_closure5.prototype = { call$0() { @@ -202359,7 +202523,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 420 + $signature: 482 }; A._SortArrow.prototype = { createState$0() { @@ -202758,7 +202922,7 @@ A.throwExpression(A.argumentErrorValue(t6)); return new A.CalendarDatePicker(new A.DateTime(t2, false), new A.DateTime(t4, false), new A.DateTime(t5, false), new A.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); }, - $signature: 3380 + $signature: 3383 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -202792,7 +202956,7 @@ A.throwExpression(A.argumentErrorValue(t7)); return A.Form$(t2, A.Container$(_null, A.Shortcuts$(A.Column$(A._setArrayType([B.Spacer_null, new A.InputDatePickerFormField(t4, new A.DateTime(t6, false), new A.DateTime(t7, false), t8, t8, t9, t10, t11, t12, t13, t5, true, _null), B.Spacer_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.Map_TbTh7), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 3401 + $signature: 3404 }; A._DatePickerDialogState_build_closure.prototype = { call$1(context) { @@ -202807,7 +202971,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 3520 + $signature: 3523 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -203116,7 +203280,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3584 + $signature: 3587 }; A._DialogDefaultsM2.prototype = { get$iconColor() { @@ -203763,7 +203927,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 399 + $signature: 429 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -203891,7 +204055,7 @@ var t1 = this.$this; return new A.CustomSingleChildLayout(new A._DropdownMenuRouteLayout(t1.buttonRect, t1.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new A._CaptureAll(t1.capturedThemes._themes, this.menu, null), null); }, - $signature: 710 + $signature: 632 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -204309,7 +204473,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 432 + $signature: 510 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -204681,7 +204845,7 @@ call$1(isExpanded) { return this.$this._expansion_panel$_handlePressed$2(isExpanded, this.index); }, - $signature: 82 + $signature: 80 }; A.ExpansionTileThemeData.prototype = { get$hashCode(_) { @@ -205308,7 +205472,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 420 + $signature: 482 }; A._InkRippleFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -205454,7 +205618,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 420 + $signature: 482 }; A._InkSplashFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -207838,7 +208002,7 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 818 + $signature: 559 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -209177,7 +209341,7 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 818 + $signature: 559 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -209526,19 +209690,19 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 441 + $signature: 544 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 313 + $signature: 314 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 313 + $signature: 314 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { @@ -209983,7 +210147,7 @@ else t1.removeMaterialState$1(t2); }, - $signature: 82 + $signature: 80 }; A.MaterialStateMixin_addMaterialState_closure.prototype = { call$0() { @@ -211236,7 +211400,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 432 + $signature: 510 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -211392,7 +211556,7 @@ t5 = A.DisplayFeatureSubScreen_avoidBounds(t4); return new A.CustomSingleChildLayout(new A._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, t4.padding, A.LinkedHashSet_LinkedHashSet$of(t5, t5.$ti._eval$1("Iterable.E"))), new A._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 710 + $signature: 632 }; A.PopupMenuButton.prototype = { createState$0() { @@ -211757,7 +211921,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 194 + $signature: 200 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -211890,7 +212054,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 194 + $signature: 200 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -212010,7 +212174,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 194 + $signature: 200 }; A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -212248,7 +212412,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 406 + $signature: 452 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -212787,7 +212951,7 @@ refreshResult.whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 91 + $signature: 96 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -212860,7 +213024,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 162 + $signature: 160 }; A._ReorderableListViewState.prototype = { _wrapWithSemantics$2(child, index) { @@ -212946,7 +213110,7 @@ if (startIndex != endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 394 + $signature: 412 }; A._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -213074,7 +213238,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 91 + $signature: 96 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -215403,7 +215567,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 406 + $signature: 452 }; A._SwitchPainter.prototype = { set$activeThumbImage(value) { @@ -217568,7 +217732,7 @@ call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 200 + $signature: 201 }; A._TextFieldState_build_closure2.prototype = { call$2(context, child) { @@ -217679,7 +217843,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 99 + $signature: 101 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -219126,7 +219290,7 @@ return "0" + A.S(value); return B.JSInt_methods.toString$0(value); }, - $signature: 320 + $signature: 365 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -222816,7 +222980,7 @@ call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 200 + $signature: 201 }; A.TooltipState__createNewEntry_closure1.prototype = { call$1(context) { @@ -222837,7 +223001,7 @@ call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 200 + $signature: 201 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -223025,7 +223189,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 394 + $signature: 412 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -224340,21 +224504,21 @@ var t1 = this.$this; return t1.get$canvas(t1).clipPath$2$doAntiAlias(0, this.path, doAntiAlias); }, - $signature: 82 + $signature: 80 }; A.ClipContext_clipRRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRRect$2$doAntiAlias(this.rrect, doAntiAlias); }, - $signature: 82 + $signature: 80 }; A.ClipContext_clipRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRect$2$doAntiAlias(this.rect, doAntiAlias); }, - $signature: 82 + $signature: 80 }; A.ColorSwatch.prototype = { $index(_, index) { @@ -224829,7 +224993,7 @@ t1.toString; return t1; }, - $signature: 366 + $signature: 353 }; A.ImageCache.prototype = { clear$0(_) { @@ -225573,7 +225737,7 @@ call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 131 + $signature: 129 }; A.ImageInfo.prototype = { clone$0(_) { @@ -225809,7 +225973,7 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving a single-frame image stream"), error, this.informationCollector, true, stack); }, - $signature: 131 + $signature: 129 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -225980,13 +226144,13 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); }, - $signature: 131 + $signature: 129 }; A.MultiFrameImageStreamCompleter_closure0.prototype = { call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("loading an image"), error, this.informationCollector, true, stack); }, - $signature: 131 + $signature: 129 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -227907,7 +228071,7 @@ call$1(str) { return "packages/" + A.S(this.$this._package) + "/" + A.S(str); }, - $signature: 120 + $signature: 119 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -228848,7 +229012,7 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 399 + $signature: 429 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { @@ -230850,7 +231014,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 89 + $signature: 91 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -233424,25 +233588,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 330 + $signature: 331 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 330 + $signature: 331 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 330 + $signature: 331 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 330 + $signature: 331 }; A.RenderObject.prototype = { RenderObject$0() { @@ -234028,7 +234192,7 @@ call$1(child) { child.reassemble$0(); }, - $signature: 108 + $signature: 114 }; A.RenderObject__debugReportException_closure.prototype = { call$0() { @@ -234038,7 +234202,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 123 + $signature: 122 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -234055,13 +234219,13 @@ if (t1) this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 108 + $signature: 114 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 108 + $signature: 114 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -234098,7 +234262,7 @@ } } }, - $signature: 108 + $signature: 114 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -235402,7 +235566,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 89 + $signature: 91 }; A.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1(info) { @@ -236889,7 +237053,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 89 + $signature: 91 }; A.RenderPhysicalShape.prototype = { get$_defaultClip() { @@ -236957,7 +237121,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 89 + $signature: 91 }; A.DecorationPosition.prototype = { toString$0(_) { @@ -240094,7 +240258,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 473 + $signature: 503 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -240116,7 +240280,7 @@ t3 = A._instanceType(t1)._eval$1("WhereIterable"); B.JSArray_methods.forEach$1(A.List_List$of(new A.WhereIterable(t1, new A.RenderSliverMultiBoxAdaptor_collectGarbage__closure(), t3), true, t3._eval$1("Iterable.E")), t2._childManager.get$removeChild()); }, - $signature: 473 + $signature: 503 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -240124,7 +240288,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 697 + $signature: 696 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -240478,7 +240642,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 473 + $signature: 503 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -243588,7 +243752,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 101 + $signature: 99 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -244380,7 +244544,7 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 475 + $signature: 500 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { @@ -244501,7 +244665,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 476 + $signature: 498 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -244518,7 +244682,7 @@ } _this.sortedIds.push(id); }, - $signature: 87 + $signature: 86 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { @@ -244647,19 +244811,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 475 + $signature: 500 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 476 + $signature: 498 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 476 + $signature: 498 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -244669,7 +244833,7 @@ } return true; }, - $signature: 475 + $signature: 500 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -244945,35 +245109,35 @@ call$1(args) { this.handler.call$0(); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onMoveCursorForwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBoolS(args)); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onSetSelection_closure.prototype = { call$1(args) { @@ -244988,14 +245152,14 @@ t3.toString; t1.call$1(A.TextSelection$(B.TextAffinity_1, t2, t3, false)); }, - $signature: 39 + $signature: 40 }; A.SemanticsConfiguration_onSetText_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asStringS(args)); }, - $signature: 39 + $signature: 40 }; A.DebugSemanticsDumpOrder.prototype = { toString$0(_) { @@ -245399,7 +245563,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 101 + $signature: 99 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -245430,7 +245594,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 149 + $signature: 133 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -246099,7 +246263,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 267 + $signature: 289 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -247424,7 +247588,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 116 + $signature: 121 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -247603,7 +247767,7 @@ replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); }, - $signature: 116 + $signature: 121 }; A.SelectionChangedCause.prototype = { toString$0(_) { @@ -247940,7 +248104,7 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("call", this.$call, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.MethodCall)], type$.JSArray_DiagnosticsNode); }, - $signature: 123 + $signature: 122 }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { @@ -247990,7 +248154,7 @@ t1 = true; return !t1; }, - $signature: 66 + $signature: 65 }; A.TextInput__handleTextInputInvocation_closure1.prototype = { call$1(elementIdentifier) { @@ -248022,7 +248186,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 294 + $signature: 275 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -248086,7 +248250,7 @@ type$._ActionsMarker._as(t1); return false; }, - $signature: 277 + $signature: 263 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -248103,7 +248267,7 @@ } return false; }, - $signature: 277 + $signature: 263 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -248117,7 +248281,7 @@ } return false; }, - $signature: 277 + $signature: 263 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -248131,7 +248295,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 277 + $signature: 263 }; A.Actions_maybeInvoke_closure.prototype = { call$1(element) { @@ -248145,7 +248309,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 277 + $signature: 263 }; A._ActionsState.prototype = { initState$0() { @@ -248379,7 +248543,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 484 + $signature: 480 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -248397,14 +248561,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 484 + $signature: 480 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 484 + $signature: 480 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { @@ -249291,7 +249455,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 131 + $signature: 129 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -249422,7 +249586,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 131 + $signature: 129 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -249917,7 +250081,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 92 + $signature: 97 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -249997,13 +250161,13 @@ if (t1 != null && t1.contains$1(0, this.$this)) element.didChangeDependencies$0(); }, - $signature: 92 + $signature: 97 }; A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { call$1(child) { A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); }, - $signature: 92 + $signature: 97 }; A._UbiquitousInheritedWidget.prototype = { createElement$0(_) { @@ -250969,7 +251133,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 342 + $signature: 343 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -251001,7 +251165,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 342 + $signature: 343 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -251033,7 +251197,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 342 + $signature: 343 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -251058,7 +251222,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -251082,7 +251246,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 343 + $signature: 344 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -251107,7 +251271,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -251131,7 +251295,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 343 + $signature: 344 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0() { @@ -251156,7 +251320,7 @@ call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 474 + $signature: 501 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -251436,7 +251600,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 342 + $signature: 343 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(_) { @@ -251576,7 +251740,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { @@ -251600,7 +251764,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 343 + $signature: 344 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { call$0() { @@ -251625,7 +251789,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 169 + $signature: 171 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { call$1(value) { @@ -251649,7 +251813,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 343 + $signature: 344 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -251669,7 +251833,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 474 + $signature: 501 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -254682,7 +254846,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 422 + $signature: 486 }; A.EditableTextState__onCursorTick_closure.prototype = { call$0() { @@ -254700,7 +254864,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 422 + $signature: 486 }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { @@ -256080,7 +256244,7 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 141 + $signature: 145 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -256626,7 +256790,7 @@ } return true; }, - $signature: 294 + $signature: 275 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -256804,7 +256968,7 @@ call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 141 + $signature: 145 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -257060,47 +257224,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 278 + $signature: 270 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$2(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 278 + $signature: 270 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx <= t1.left; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx >= t1.right; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$2(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 278 + $signature: 270 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy <= t1.top; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy >= t1.bottom; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -257141,21 +257305,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$2(a, b) { var t1 = this.focusedChild; return B.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dx - t1.get$rect(t1).get$center()._dx), Math.abs(b.get$rect(b).get$center()._dx - t1.get$rect(t1).get$center()._dx)); }, - $signature: 278 + $signature: 270 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { @@ -257163,21 +257327,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 141 + $signature: 145 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4.prototype = { call$2(a, b) { var t1 = this.focusedChild; return B.JSNumber_methods.compareTo$1(Math.abs(a.get$rect(a).get$center()._dy - t1.get$rect(t1).get$center()._dy), Math.abs(b.get$rect(b).get$center()._dy - t1.get$rect(t1).get$center()._dy)); }, - $signature: 278 + $signature: 270 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -257841,7 +258005,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 92 + $signature: 97 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -257989,7 +258153,7 @@ J.add$1$ax(t1, A.ErrorHint$(t5 + " of " + t2 + ", but _dirtyElements only had " + t4 + " entries. This suggests some confusion in the framework internals.")); return t1; }, - $signature: 123 + $signature: 122 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -258387,7 +258551,7 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 92 + $signature: 97 }; A.Element_renderObject_visit.prototype = { call$1(element) { @@ -258398,7 +258562,7 @@ else element.visitChildren$1(this); }, - $signature: 92 + $signature: 97 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -258406,31 +258570,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 92 + $signature: 97 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 92 + $signature: 97 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 92 + $signature: 97 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 92 + $signature: 97 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 92 + $signature: 97 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -258491,14 +258655,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 123 + $signature: 122 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 123 + $signature: 122 }; A.StatelessElement.prototype = { build$0() { @@ -258626,7 +258790,7 @@ else child.visitChildren$1(this); }, - $signature: 92 + $signature: 97 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -259039,7 +259203,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 294 + $signature: 275 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -259172,7 +259336,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 489 + $signature: 476 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -259186,7 +259350,7 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 545 + $signature: 474 }; A.GestureDetector_build_closure7.prototype = { call$0() { @@ -259211,7 +259375,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 358 + $signature: 359 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -259224,7 +259388,7 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 361 + $signature: 363 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -259466,7 +259630,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -259484,7 +259648,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -259495,7 +259659,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -259513,7 +259677,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -259531,7 +259695,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 80 + $signature: 78 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -259542,7 +259706,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 80 + $signature: 78 }; A.HeroFlightDirection.prototype = { toString$0(_) { @@ -259587,7 +259751,7 @@ } element.visitChildren$1(_this); }, - $signature: 92 + $signature: 97 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -260819,7 +260983,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 506 + $signature: 443 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { @@ -260843,7 +261007,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 506 + $signature: 443 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { @@ -260878,7 +261042,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 506 + $signature: 443 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -260907,7 +261071,7 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 441 + $signature: 544 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -260983,19 +261147,19 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 441 + $signature: 544 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 313 + $signature: 314 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 313 + $signature: 314 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -261123,7 +261287,7 @@ } return true; }, - $signature: 294 + $signature: 275 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -261688,14 +261852,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 123 + $signature: 122 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 123 + $signature: 122 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -262453,7 +262617,7 @@ if (t2 === true) t1.focusScopeNode.requestFocus$0(); }, - $signature: 91 + $signature: 96 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -262461,7 +262625,7 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 91 + $signature: 96 }; A.Route_isCurrent_closure.prototype = { call$1(e) { @@ -262672,7 +262836,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 371 + $signature: 373 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -265268,7 +265432,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 294 + $signature: 275 }; A.PageStorage.prototype = { build$1(context) { @@ -265632,7 +265796,7 @@ } return false; }, - $signature: 179 + $signature: 180 }; A._PageViewState_build_closure0.prototype = { call$2(context, position) { @@ -265761,7 +265925,7 @@ var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 91 + $signature: 96 }; A._HtmlElementViewController.prototype = { _platform_view$_initialize$0() { @@ -265932,7 +266096,7 @@ if (t1.get$awaitingCreation()) t1.create$1$size(0, size); }, - $signature: 432 + $signature: 510 }; A._PlatformViewLinkState__onPlatformViewCreated_closure.prototype = { call$0() { @@ -267926,7 +268090,7 @@ t5 = new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 194 + $signature: 200 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -269217,7 +269381,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeType(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ScrollNotificationObserverState)], type$.JSArray_DiagnosticsNode); }, - $signature: 123 + $signature: 122 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { @@ -269226,14 +269390,14 @@ this.$this._scroll_notification_observer$_notifyListeners$1(t1); return false; }, - $signature: 540 + $signature: 394 }; A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._scroll_notification_observer$_notifyListeners$1(notification); return false; }, - $signature: 179 + $signature: 180 }; A._ConvertedScrollMetricsNotification.prototype = {}; A.ScrollPhysics.prototype = { @@ -270301,7 +270465,7 @@ var itemIndex = B.JSInt_methods._tdivFast$1(index, 2); return (index & 1) === 0 ? this.itemBuilder.call$2(context, itemIndex) : this.separatorBuilder.call$2(context, itemIndex); }, - $signature: 162 + $signature: 160 }; A.ListView$separated_closure0.prototype = { call$2(_, index) { @@ -270709,7 +270873,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 489 + $signature: 476 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -270735,7 +270899,7 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 545 + $signature: 474 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { @@ -272483,13 +272647,13 @@ call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 270 + $signature: 286 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 491 + $signature: 386 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -272525,7 +272689,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 200 + $signature: 201 }; A.RawScrollbarState_build_closure0.prototype = { call$1($event) { @@ -272986,7 +273150,7 @@ call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 275 + $signature: 278 }; A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; A.SelectionContainer.prototype = { @@ -273757,7 +273921,7 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 89 + $signature: 91 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -274260,7 +274424,7 @@ t2.remove$1(0, index); } }, - $signature: 87 + $signature: 86 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -275439,7 +275603,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); }, - $signature: 358 + $signature: 359 }; A._SelectionHandleOverlayState_build_closure0.prototype = { call$1(instance) { @@ -275449,7 +275613,7 @@ instance.onUpdate = t1.onSelectionHandleDragUpdate; instance.onEnd = t1.onSelectionHandleDragEnd; }, - $signature: 361 + $signature: 363 }; A.TextSelectionGestureDetectorBuilder.prototype = { get$_lastSecondaryTapWasOnSelection() { @@ -276164,7 +276328,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 358 + $signature: 359 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -276175,7 +276339,7 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 361 + $signature: 363 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { @@ -278000,7 +278164,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 91 + $signature: 96 }; A.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1(s) { @@ -297440,7 +297604,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 91 + $signature: 96 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -297578,7 +297742,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 108 + $signature: 114 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -297611,7 +297775,7 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent += mainAxisExtent; }, - $signature: 108 + $signature: 114 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -299144,7 +299308,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 101 + $signature: 99 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -299345,7 +299509,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 149 + $signature: 133 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -299582,7 +299746,7 @@ call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 147 + $signature: 148 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -299922,7 +300086,7 @@ call$1(_) { return A.init(); }, - $signature: 793 + $signature: 781 }; A.GoogleSignInPlugin_init_closure.prototype = { call$1(initializedAuth) { @@ -300230,7 +300394,7 @@ t2 = t1._contents += A.S(A.htmlSerializeEscape(v, true)); t1._contents = t2 + '"'; }, - $signature: 478 + $signature: 521 }; A.Comment.prototype = { get$nodeType(_) { @@ -300357,7 +300521,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 480 + $signature: 493 }; A.FilteredElementList.prototype = { forEach$1(_, f) { @@ -301184,13 +301348,13 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 478 + $signature: 521 }; A.Phase_startTagHtml__closure.prototype = { call$0() { return this.value; }, - $signature: 69 + $signature: 70 }; A.InitialPhase.prototype = { processSpaceCharacters$1(token) { @@ -302705,13 +302869,13 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 478 + $signature: 521 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { return this.value; }, - $signature: 69 + $signature: 70 }; A.TextPhase.prototype = { processStartTag$1(token) { @@ -304539,7 +304703,7 @@ t1 = true; return !t1; }, - $signature: 480 + $signature: 493 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -304555,19 +304719,19 @@ t1 = true; return !t1; }, - $signature: 480 + $signature: 493 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 183 + $signature: 195 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { return v.length !== 0 && v === this.select; }, - $signature: 66 + $signature: 65 }; A.Token0.prototype = {}; A.TagToken.prototype = {}; @@ -306575,7 +306739,7 @@ call$1(e) { return J.startsWith$1$s(e, this.name); }, - $signature: 66 + $signature: 65 }; A.HtmlTokenizer_emitCurrentToken_closure.prototype = { call$0() { @@ -306583,7 +306747,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 69 + $signature: 70 }; A.ActiveFormattingElements.prototype = { add$1(_, node) { @@ -306907,19 +307071,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 159 + $signature: 157 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 107 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 107 }; A._escape_closure1.prototype = { call$1(match) { @@ -306930,13 +307094,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 112 + $signature: 107 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 112 + $signature: 107 }; A._escape_closure3.prototype = { call$1(match) { @@ -306944,19 +307108,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 112 + $signature: 107 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 112 + $signature: 107 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 112 + $signature: 107 }; A._escape_closure5.prototype = { call$1(match) { @@ -306966,7 +307130,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 112 + $signature: 107 }; A._escape_closure6.prototype = { call$1(match) { @@ -306976,7 +307140,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 112 + $signature: 107 }; A._escape_closure7.prototype = { call$1(match) { @@ -306986,13 +307150,13 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 112 + $signature: 107 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 112 + $signature: 107 }; A._postProcess_closure.prototype = { call$1(rule) { @@ -307189,14 +307353,14 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 837 + $signature: 836 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 837 + $signature: 836 }; A.Rule_findRule_closure1.prototype = { call$0() { @@ -307208,31 +307372,31 @@ call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 213 + $signature: 216 }; A._BaseRules_blankRule_closure.prototype = { call$2($content, node) { return A.isBlock(node._el) ? "\n\n" : ""; }, - $signature: 64 + $signature: 66 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { return A.isBlock(node._el) ? "\n\n" + $content + "\n\n" : $content; }, - $signature: 64 + $signature: 66 }; A._CommonRules_paragraph_closure.prototype = { call$2($content, node) { return "\n\n" + $content + "\n\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_lineBreak_closure.prototype = { call$2($content, node) { return A.getStyleOption("br") + "\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_heading_closure.prototype = { call$2($content, node) { @@ -307244,7 +307408,7 @@ } else return "\n\n" + B.JSArray_methods.join$0(A.List_List$filled(hLevel, "#", false, type$.String)) + " " + $content + "\n\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_blockquote_closure.prototype = { call$2($content, node) { @@ -307254,7 +307418,7 @@ t2 = A.RegExp_RegExp("^", true, false, true, false); return "\n\n" + A.stringReplaceAllUnchecked(t1, t2, "> ") + "\n\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_list_closure.prototype = { call$2($content, node) { @@ -307263,7 +307427,7 @@ else return "\n\n" + $content + "\n\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_listItem_closure.prototype = { call$2($content, node) { @@ -307298,7 +307462,7 @@ postfix = t1 ? "\n" : ""; return prefix + convertContent + postfix; }, - $signature: 64 + $signature: 66 }; A._CommonRules_indentedCodeBlock_closure.prototype = { call$1(node) { @@ -307316,7 +307480,7 @@ t1 = false; return t1; }, - $signature: 213 + $signature: 216 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -307341,7 +307505,7 @@ return result + "\n\n"; } }, - $signature: 64 + $signature: 66 }; A._CommonRules_fencedCodeBlock_closure.prototype = { call$1(node) { @@ -307359,7 +307523,7 @@ t1 = false; return t1; }, - $signature: 213 + $signature: 216 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -307377,19 +307541,19 @@ language = className; return "\n\n" + A.getStyleOption("fence") + language + "\n" + node.get$firstChild(node).get$textContent() + "\n" + A.getStyleOption("fence") + "\n\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_horizontalRule_closure.prototype = { call$2($content, node) { return A.getStyleOption("hr") + "\n"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_inlineLink_closure.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "inlined" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 213 + $signature: 216 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -307402,13 +307566,13 @@ renderedTitle = title.length === 0 ? title : ' "' + title + '"'; return "[" + $content + "](" + t1 + renderedTitle + ")"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_referenceLink_closure0.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "referenced" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 213 + $signature: 216 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -307440,7 +307604,7 @@ $._linkReferences.push(reference); return result; }, - $signature: 64 + $signature: 66 }; A._CommonRules_referenceLink_closure.prototype = { call$0() { @@ -307451,7 +307615,7 @@ result = ""; return result; }, - $signature: 69 + $signature: 70 }; A._CommonRules_emphasis_closure.prototype = { call$2($content, node) { @@ -307460,7 +307624,7 @@ return ""; return A.getStyleOption(_s11_) + $content + A.getStyleOption(_s11_); }, - $signature: 64 + $signature: 66 }; A._CommonRules_strong_closure.prototype = { call$2($content, node) { @@ -307469,7 +307633,7 @@ return ""; return A.getStyleOption(_s15_) + $content + A.getStyleOption(_s15_); }, - $signature: 64 + $signature: 66 }; A._CommonRules_strike_closure.prototype = { call$2($content, node) { @@ -307477,7 +307641,7 @@ return ""; return "~~" + $content + "~~"; }, - $signature: 64 + $signature: 66 }; A._CommonRules_code_closure.prototype = { call$1(node) { @@ -307496,7 +307660,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 213 + $signature: 216 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -307520,7 +307684,7 @@ } return delimiter + leadingSpace + $content + trailingSpace + delimiter; }, - $signature: 64 + $signature: 66 }; A._CommonRules_code__closure.prototype = { call$1(match) { @@ -307543,25 +307707,25 @@ titlePart = title.length !== 0 ? ' "' + title + '"' : ""; return src.length !== 0 ? "![" + alt + "](" + src + titlePart + ")" : ""; }, - $signature: 64 + $signature: 66 }; A._TableRules_table_closure.prototype = { call$2($content, node) { return "\n" + $content + "\n"; }, - $signature: 64 + $signature: 66 }; A._TableRules_tr_closure.prototype = { call$2($content, node) { return $content + "\n"; }, - $signature: 64 + $signature: 66 }; A._TableRules_tHeadBody_closure.prototype = { call$2($content, node) { return $content; }, - $signature: 64 + $signature: 66 }; A._TableRules_th_closure.prototype = { call$2($content, node) { @@ -307584,14 +307748,14 @@ } return result; }, - $signature: 64 + $signature: 66 }; A._TableRules_td_closure.prototype = { call$2($content, node) { var result = " " + $content + " |"; return node.get$isParentFirstChild() ? "| " + $content + " |" : result; }, - $signature: 64 + $signature: 66 }; A.countSiblingEl_closure.prototype = { call$1(node) { @@ -307892,13 +308056,13 @@ t3.toString; this.completer.complete$1(0, A.StreamedResponse$(new A.ByteStream(t2), t3, J.get$length$asx(body), B.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 566 + $signature: 557 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 566 + $signature: 557 }; A.ByteStream.prototype = { toBytes$0() { @@ -307913,7 +308077,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 711 + $signature: 704 }; A.ClientException.prototype = { toString$0(_) { @@ -308146,7 +308310,7 @@ t2 = A._Uri__uriEncode(B.List_nxB, key, t1, true); return this.pairs.push(A._setArrayType([t2, A._Uri__uriEncode(B.List_nxB, value, t1, true)], type$.JSArray_String)); }, - $signature: 170 + $signature: 172 }; A.mapToQuery_closure0.prototype = { call$1(pair) { @@ -308172,7 +308336,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 120 + $signature: 119 }; A.MediaType.prototype = { get$mimeType(_) { @@ -308277,13 +308441,13 @@ } else t1._contents = t3 + A.S(value); }, - $signature: 170 + $signature: 172 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 112 + $signature: 107 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -308291,7 +308455,7 @@ t1.toString; return t1; }, - $signature: 112 + $signature: 107 }; A.ExifData.prototype = { ExifData$from$1(other) { @@ -309066,7 +309230,7 @@ call$1(i) { return i; }, - $signature: 116 + $signature: 121 }; A.Image0.prototype = { $add(_, other) { @@ -309439,7 +309603,7 @@ t1.complete$1(0, A.List_List$of(new A.MappedListIterable(files, new A.ImagePickerPlugin__getSelectedXFiles__closure(), t2), true, t2._eval$1("ListIterable.E"))); } }, - $signature: 457 + $signature: 536 }; A.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1(file) { @@ -309457,7 +309621,7 @@ if ((t1.future._state & 30) === 0) t1.completeError$1($event); }, - $signature: 457 + $signature: 536 }; A.ImageResizer.prototype = { resizeImageIfNeeded$4(file, maxWidth, maxHeight, imageQuality) { @@ -309592,14 +309756,14 @@ call$1($event) { this.imageLoadCompleter.complete$1(0, this.imageElement); }, - $signature: 339 + $signature: 340 }; A.ImageResizer_loadImage_closure0.prototype = { call$1($event) { B.ImageElement_methods.remove$0(this.imageElement); this.imageLoadCompleter.completeError$1("Error while loading image."); }, - $signature: 339 + $signature: 340 }; A.MethodChannelImagePicker.prototype = { getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source) { @@ -310052,7 +310216,7 @@ call$1(item) { return A._asStringS(item); }, - $signature: 298 + $signature: 368 }; A._$PurchasesResultWrapperFromJson_closure.prototype = { call$2(k, e) { @@ -311459,7 +311623,7 @@ call$1(e) { return A._asStringS(e); }, - $signature: 298 + $signature: 368 }; A._$SKProductDiscountWrapperFromJson_closure.prototype = { call$2(k, e) { @@ -311563,7 +311727,7 @@ call$1(locale) { return "default"; }, - $signature: 120 + $signature: 119 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -311950,13 +312114,13 @@ call$1(i) { return i; }, - $signature: 116 + $signature: 121 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 116 + $signature: 121 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -312366,20 +312530,20 @@ call$1(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 147 + $signature: 148 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2(a, b) { var t1 = this.possibilities; return B.JSInt_methods.compareTo$1(t1[a].length, t1[b].length); }, - $signature: 319 + $signature: 382 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1(x) { return x; }, - $signature: 87 + $signature: 86 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -312937,19 +313101,19 @@ if (t1._framework$_element != null) t1.setState$1(new A._CountryPickerDialogState_build__closure2()); }, - $signature: 99 + $signature: 101 }; A._CountryPickerDialogState_build__closure0.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.dialCode, this.value); }, - $signature: 479 + $signature: 496 }; A._CountryPickerDialogState_build__closure1.prototype = { call$1(country) { return B.JSString_methods.contains$1(country.name.toLowerCase(), this.value.toLowerCase()); }, - $signature: 479 + $signature: 496 }; A._CountryPickerDialogState_build__closure2.prototype = { call$0() { @@ -313068,7 +313232,7 @@ t2 = this.$this._widget.initialCountryCode; return t1 === t2; }, - $signature: 479 + $signature: 496 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { @@ -313158,7 +313322,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 387 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { @@ -313173,7 +313337,7 @@ } return t1.validatorMessage; }, - $signature: 265 + $signature: 293 }; A.IconPosition.prototype = { toString$0(_) { @@ -314501,20 +314665,23 @@ return false; }, matchesFilter$1(filter) { - var t1, i, _this = this; - for (t1 = _this.contacts._list, i = 0; i < t1.length; ++i) - if (t1[i].matchesFilter$1(filter)) + var t1, t2, i, t3, _this = this; + for (t1 = _this.contacts._list, t2 = type$.JSArray_legacy_String, i = 0; i < t1.length; ++i) { + t3 = t1[i]; + if (A.matchesStrings(A._setArrayType([t3.firstName + " " + t3.lastName, t3.email, t3.phone], t2), filter)) return true; - return A.matchesStrings(A._setArrayType([_this.displayName, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.city, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); + } + return A.matchesStrings(A._setArrayType([_this.displayName, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.city, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], t2), filter); }, matchesFilterValue$1(filter) { - var t1, i, value, _this = this; - for (t1 = _this.contacts._list, i = 0; i < t1.length; ++i) { - value = t1[i].matchesFilterValue$1(filter); + var t1, t2, i, t3, value, _this = this; + for (t1 = _this.contacts._list, t2 = type$.JSArray_legacy_String, i = 0; i < t1.length; ++i) { + t3 = t1[i]; + value = A.matchesStringsValue(A._setArrayType([t3.firstName + " " + t3.lastName, t3.email, t3.phone], t2), filter); if (value != null) return value; } - return A.matchesStringsValue(A._setArrayType([_this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.city, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); + return A.matchesStringsValue(A._setArrayType([_this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.city, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], t2), filter); }, getActions$4$client$includeEdit$multiselect$userCompany(client, includeEdit, multiselect, userCompany) { var _this = this, @@ -314604,38 +314771,38 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 305 + $signature: 378 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 139 + $signature: 140 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 488 + $signature: 484 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 139 + $signature: 140 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 139 + $signature: 140 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 139 + $signature: 140 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { @@ -314658,37 +314825,11 @@ }, matchesFilter$1(filter) { var _this = this; - if (filter == null || filter.length === 0) - return true; - filter = filter.toLowerCase(); - if (B.JSString_methods.contains$1(_this.firstName.toLowerCase(), filter)) - return true; - if (B.JSString_methods.contains$1(_this.lastName.toLowerCase(), filter)) - return true; - if (B.JSString_methods.contains$1(_this.phone.toLowerCase(), filter)) - return true; - if (B.JSString_methods.contains$1(_this.email.toLowerCase(), filter)) - return true; - return false; + return A.matchesStrings(A._setArrayType([_this.firstName + " " + _this.lastName, _this.email, _this.phone], type$.JSArray_legacy_String), filter); }, matchesFilterValue$1(filter) { - var t1, _this = this; - if (filter == null || filter.length === 0) - return null; - filter = filter.toLowerCase(); - if (B.JSString_methods.contains$1(_this.get$fullName().toLowerCase(), filter)) - return _this.get$fullName(); - else { - t1 = _this.email; - if (B.JSString_methods.contains$1(t1.toLowerCase(), filter)) - return t1; - else { - t1 = _this.phone; - if (B.JSString_methods.contains$1(t1.toLowerCase(), filter)) - return t1; - } - } - return null; + var _this = this; + return A.matchesStringsValue(A._setArrayType([_this.firstName + " " + _this.lastName, _this.email, _this.phone], type$.JSArray_legacy_String), filter); }, get$listDisplayName() { return this.get$fullNameOrEmail(); @@ -316133,7 +316274,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 61 + $signature: 63 }; A.FeesAndLimitsSettings.prototype = {}; A._$CompanyGatewayListResponseSerializer.prototype = { @@ -317365,14 +317506,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 752 + $signature: 711 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1(b) { b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 752 + $signature: 711 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -318669,7 +318810,7 @@ }; A._$UserSettingsEntitySerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - var result = A._setArrayType(["table_columns", serializers.serialize$2$specifiedType(object.tableColumns, B.FullType_mZn), "report_settings", serializers.serialize$2$specifiedType(object.reportSettings, B.FullType_Nhy), "number_years_active", serializers.serialize$2$specifiedType(object.numberYearsActive, B.FullType_kjq), "include_deleted_clients", serializers.serialize$2$specifiedType(object.includeDeletedClients, B.FullType_MtR), "dashboard_fields", serializers.serialize$2$specifiedType(object.dashboardFields, B.FullType_e7r0), "dashboard_fields_per_row_mobile", serializers.serialize$2$specifiedType(object.dashboardFieldsPerRowMobile, B.FullType_kjq), "dashboard_fields_per_row_desktop", serializers.serialize$2$specifiedType(object.dashboardFieldsPerRowDesktop, B.FullType_kjq)], type$.JSArray_legacy_Object), + var result = A._setArrayType(["table_columns", serializers.serialize$2$specifiedType(object.tableColumns, B.FullType_mZn), "react_table_column", serializers.serialize$2$specifiedType(object.reactTableColumns, B.FullType_mZn), "report_settings", serializers.serialize$2$specifiedType(object.reportSettings, B.FullType_Nhy), "number_years_active", serializers.serialize$2$specifiedType(object.numberYearsActive, B.FullType_kjq), "include_deleted_clients", serializers.serialize$2$specifiedType(object.includeDeletedClients, B.FullType_MtR), "dashboard_fields", serializers.serialize$2$specifiedType(object.dashboardFields, B.FullType_e7r0), "dashboard_fields_per_row_mobile", serializers.serialize$2$specifiedType(object.dashboardFieldsPerRowMobile, B.FullType_kjq), "dashboard_fields_per_row_desktop", serializers.serialize$2$specifiedType(object.dashboardFieldsPerRowDesktop, B.FullType_kjq)], type$.JSArray_legacy_Object), value = object.accentColor; if (value != null) { result.push("accent_color"); @@ -318706,6 +318847,18 @@ t6 = t7; t6.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_mZn)); break; + case "react_table_column": + t6 = result.get$_company_model$_$this(); + t7 = t6._reactTableColumns; + if (t7 == null) { + t7 = new A.MapBuilder(_null, $, _null, t5); + t7.replace$1(0, B.Map_empty0); + t6._reactTableColumns = t7; + t6 = t7; + } else + t6 = t7; + t6.replace$1(0, serializers.deserialize$2$specifiedType(value, B.FullType_mZn)); + break; case "report_settings": t6 = result.get$_company_model$_$this(); t7 = t6._reportSettings; @@ -320284,12 +320437,12 @@ return false; if (other === _this) return true; - return other instanceof A.UserSettingsEntity && _this.accentColor == other.accentColor && J.$eq$(_this.tableColumns, other.tableColumns) && J.$eq$(_this.reportSettings, other.reportSettings) && _this.numberYearsActive === other.numberYearsActive && _this.includeDeletedClients === other.includeDeletedClients && J.$eq$(_this.dashboardFields, other.dashboardFields) && _this.dashboardFieldsPerRowMobile === other.dashboardFieldsPerRowMobile && _this.dashboardFieldsPerRowDesktop === other.dashboardFieldsPerRowDesktop; + return other instanceof A.UserSettingsEntity && _this.accentColor == other.accentColor && J.$eq$(_this.tableColumns, other.tableColumns) && J.$eq$(_this.reactTableColumns, other.reactTableColumns) && J.$eq$(_this.reportSettings, other.reportSettings) && _this.numberYearsActive === other.numberYearsActive && _this.includeDeletedClients === other.includeDeletedClients && J.$eq$(_this.dashboardFields, other.dashboardFields) && _this.dashboardFieldsPerRowMobile === other.dashboardFieldsPerRowMobile && _this.dashboardFieldsPerRowDesktop === other.dashboardFieldsPerRowDesktop; }, get$hashCode(_) { var _this = this, t1 = _this._company_model$__hashCode; - return t1 == null ? _this._company_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, J.get$hashCode$(_this.accentColor)), J.get$hashCode$(_this.tableColumns)), J.get$hashCode$(_this.reportSettings)), B.JSInt_methods.get$hashCode(_this.numberYearsActive)), B.JSBool_methods.get$hashCode(_this.includeDeletedClients)), J.get$hashCode$(_this.dashboardFields)), B.JSInt_methods.get$hashCode(_this.dashboardFieldsPerRowMobile)), B.JSInt_methods.get$hashCode(_this.dashboardFieldsPerRowDesktop))) : t1; + return t1 == null ? _this._company_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, J.get$hashCode$(_this.accentColor)), J.get$hashCode$(_this.tableColumns)), J.get$hashCode$(_this.reactTableColumns)), J.get$hashCode$(_this.reportSettings)), B.JSInt_methods.get$hashCode(_this.numberYearsActive)), B.JSBool_methods.get$hashCode(_this.includeDeletedClients)), J.get$hashCode$(_this.dashboardFields)), B.JSInt_methods.get$hashCode(_this.dashboardFieldsPerRowMobile)), B.JSInt_methods.get$hashCode(_this.dashboardFieldsPerRowDesktop))) : t1; }, toString$0(_) { var _this = this, @@ -320297,6 +320450,7 @@ t2 = J.getInterceptor$ax(t1); t2.add$2(t1, "accentColor", _this.accentColor); t2.add$2(t1, "tableColumns", _this.tableColumns); + t2.add$2(t1, "reactTableColumns", _this.reactTableColumns); t2.add$2(t1, "reportSettings", _this.reportSettings); t2.add$2(t1, "numberYearsActive", _this.numberYearsActive); t2.add$2(t1, "includeDeletedClients", _this.includeDeletedClients); @@ -320312,6 +320466,11 @@ t2 = t1._tableColumns; return t2 == null ? t1._tableColumns = A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String) : t2; }, + get$reactTableColumns() { + var t1 = this.get$_company_model$_$this(), + t2 = t1._reactTableColumns; + return t2 == null ? t1._reactTableColumns = A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String) : t2; + }, get$reportSettings() { var t1 = this.get$_company_model$_$this(), t2 = t1._reportSettings; @@ -320332,16 +320491,21 @@ t2 = t1.$ti; t2._eval$1("_BuiltMap<1,2>")._as(t1); _this._tableColumns = new A.MapBuilder(t1._mapFactory, t1._map$_map, t1, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MapBuilder<1,2>")); - t2 = $$v.reportSettings; + t2 = $$v.reactTableColumns; t2.toString; t1 = t2.$ti; t1._eval$1("_BuiltMap<1,2>")._as(t2); - _this._reportSettings = new A.MapBuilder(t2._mapFactory, t2._map$_map, t2, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("MapBuilder<1,2>")); + _this._reactTableColumns = new A.MapBuilder(t2._mapFactory, t2._map$_map, t2, t1._eval$1("@<1>")._bind$1(t1._rest[1])._eval$1("MapBuilder<1,2>")); + t1 = $$v.reportSettings; + t1.toString; + t2 = t1.$ti; + t2._eval$1("_BuiltMap<1,2>")._as(t1); + _this._reportSettings = new A.MapBuilder(t1._mapFactory, t1._map$_map, t1, t2._eval$1("@<1>")._bind$1(t2._rest[1])._eval$1("MapBuilder<1,2>")); _this._numberYearsActive = $$v.numberYearsActive; _this._includeDeletedClients = $$v.includeDeletedClients; - t1 = $$v.dashboardFields; - t1.toString; - _this._dashboardFields = A.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); + t2 = $$v.dashboardFields; + t2.toString; + _this._dashboardFields = A.ListBuilder_ListBuilder(t2, t2.$ti._precomputed1); _this._dashboardFieldsPerRowMobile = $$v.dashboardFieldsPerRowMobile; _this._dashboardFieldsPerRowDesktop = $$v.dashboardFieldsPerRowDesktop; _this._company_model$_$v = null; @@ -320349,7 +320513,7 @@ return _this; }, build$0() { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, exception, _this = this, _s18_ = "UserSettingsEntity", _$result = null; try { @@ -320357,21 +320521,22 @@ if (_$result0 == null) { t1 = _this.get$_company_model$_$this()._accentColor; t2 = _this.get$tableColumns().build$0(); - t3 = _this.get$reportSettings().build$0(); - t4 = _this.get$_company_model$_$this()._numberYearsActive; - if (t4 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "numberYearsActive")); - t5 = _this.get$_company_model$_$this()._includeDeletedClients; + t3 = _this.get$reactTableColumns().build$0(); + t4 = _this.get$reportSettings().build$0(); + t5 = _this.get$_company_model$_$this()._numberYearsActive; if (t5 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "numberYearsActive")); + t6 = _this.get$_company_model$_$this()._includeDeletedClients; + if (t6 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "includeDeletedClients")); - t6 = _this.get$dashboardFields().build$0(); - t7 = _this.get$_company_model$_$this()._dashboardFieldsPerRowMobile; - if (t7 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "dashboardFieldsPerRowMobile")); - t8 = _this.get$_company_model$_$this()._dashboardFieldsPerRowDesktop; + t7 = _this.get$dashboardFields().build$0(); + t8 = _this.get$_company_model$_$this()._dashboardFieldsPerRowMobile; if (t8 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "dashboardFieldsPerRowMobile")); + t9 = _this.get$_company_model$_$this()._dashboardFieldsPerRowDesktop; + if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s18_, "dashboardFieldsPerRowDesktop")); - _$result0 = A._$UserSettingsEntity$_(t1, t6, t8, t7, t5, t4, t3, t2); + _$result0 = A._$UserSettingsEntity$_(t1, t7, t9, t8, t6, t5, t3, t4, t2); } _$result = _$result0; } catch (exception) { @@ -320379,6 +320544,8 @@ try { _$failedField = "tableColumns"; _this.get$tableColumns().build$0(); + _$failedField = "reactTableColumns"; + _this.get$reactTableColumns().build$0(); _$failedField = "reportSettings"; _this.get$reportSettings().build$0(); _$failedField = "dashboardFields"; @@ -321036,7 +321203,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 514 + $signature: 450 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -322465,7 +322632,7 @@ return false; return true; }, - $signature: 531 + $signature: 449 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -322733,6 +322900,11 @@ result.push("vendor_id"); result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); } + value = object.vendorContactId; + if (value != null) { + result.push("vendor_contact_id"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_h8g)); + } value = object.tokenId; if (value != null) { result.push("token_id"); @@ -322837,6 +323009,10 @@ t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_entities$_$this()._entities$_vendorId = t2; break; + case "vendor_contact_id": + t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); + result.get$_entities$_$this()._entities$_vendorContactId = t2; + break; case "token_id": t2 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_entities$_$this()._tokenId = t2; @@ -323052,12 +323228,12 @@ return false; if (other === _this) return true; - return other instanceof A.ActivityEntity && _this.notes === other.notes && _this.key === other.key && _this.activityTypeId === other.activityTypeId && _this.clientId == other.clientId && _this.userId === other.userId && _this.invoiceId == other.invoiceId && _this.recurringInvoiceId == other.recurringInvoiceId && _this.recurringExpenseId == other.recurringExpenseId && _this.purchaseOrderId == other.purchaseOrderId && _this.quoteId == other.quoteId && _this.paymentId == other.paymentId && _this.creditId == other.creditId && _this.updatedAt === other.updatedAt && _this.expenseId == other.expenseId && _this.isSystem == other.isSystem && _this.ip == other.ip && _this.contactId == other.contactId && _this.taskId == other.taskId && _this.projectId == other.projectId && _this.vendorId == other.vendorId && _this.tokenId == other.tokenId && J.$eq$(_this.history, other.history); + return other instanceof A.ActivityEntity && _this.notes === other.notes && _this.key === other.key && _this.activityTypeId === other.activityTypeId && _this.clientId == other.clientId && _this.userId === other.userId && _this.invoiceId == other.invoiceId && _this.recurringInvoiceId == other.recurringInvoiceId && _this.recurringExpenseId == other.recurringExpenseId && _this.purchaseOrderId == other.purchaseOrderId && _this.quoteId == other.quoteId && _this.paymentId == other.paymentId && _this.creditId == other.creditId && _this.updatedAt === other.updatedAt && _this.expenseId == other.expenseId && _this.isSystem == other.isSystem && _this.ip == other.ip && _this.contactId == other.contactId && _this.taskId == other.taskId && _this.projectId == other.projectId && _this.vendorId == other.vendorId && _this.vendorContactId == other.vendorContactId && _this.tokenId == other.tokenId && J.$eq$(_this.history, other.history); }, get$hashCode(_) { var _this = this, t1 = _this._entities$__hashCode; - return t1 == null ? _this._entities$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSString_methods.get$hashCode(_this.notes)), B.JSString_methods.get$hashCode(_this.key)), B.JSString_methods.get$hashCode(_this.activityTypeId)), J.get$hashCode$(_this.clientId)), B.JSString_methods.get$hashCode(_this.userId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.recurringInvoiceId)), J.get$hashCode$(_this.recurringExpenseId)), J.get$hashCode$(_this.purchaseOrderId)), J.get$hashCode$(_this.quoteId)), J.get$hashCode$(_this.paymentId)), J.get$hashCode$(_this.creditId)), B.JSInt_methods.get$hashCode(_this.updatedAt)), J.get$hashCode$(_this.expenseId)), J.get$hashCode$(_this.isSystem)), J.get$hashCode$(_this.ip)), J.get$hashCode$(_this.contactId)), J.get$hashCode$(_this.taskId)), J.get$hashCode$(_this.projectId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.tokenId)), J.get$hashCode$(_this.history))) : t1; + return t1 == null ? _this._entities$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSString_methods.get$hashCode(_this.notes)), B.JSString_methods.get$hashCode(_this.key)), B.JSString_methods.get$hashCode(_this.activityTypeId)), J.get$hashCode$(_this.clientId)), B.JSString_methods.get$hashCode(_this.userId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.recurringInvoiceId)), J.get$hashCode$(_this.recurringExpenseId)), J.get$hashCode$(_this.purchaseOrderId)), J.get$hashCode$(_this.quoteId)), J.get$hashCode$(_this.paymentId)), J.get$hashCode$(_this.creditId)), B.JSInt_methods.get$hashCode(_this.updatedAt)), J.get$hashCode$(_this.expenseId)), J.get$hashCode$(_this.isSystem)), J.get$hashCode$(_this.ip)), J.get$hashCode$(_this.contactId)), J.get$hashCode$(_this.taskId)), J.get$hashCode$(_this.projectId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.vendorContactId)), J.get$hashCode$(_this.tokenId)), J.get$hashCode$(_this.history))) : t1; }, toString$0(_) { var _this = this, @@ -323083,6 +323259,7 @@ t2.add$2(t1, "taskId", _this.taskId); t2.add$2(t1, "projectId", _this.projectId); t2.add$2(t1, "vendorId", _this.vendorId); + t2.add$2(t1, "vendorContactId", _this.vendorContactId); t2.add$2(t1, "tokenId", _this.tokenId); t2.add$2(t1, "history", _this.history); return t2.toString$0(t1); @@ -323125,6 +323302,7 @@ _this._entities$_taskId = $$v.taskId; _this._entities$_projectId = $$v.projectId; _this._entities$_vendorId = $$v.vendorId; + _this._entities$_vendorContactId = $$v.vendorContactId; _this._tokenId = $$v.tokenId; t1 = $$v.history; if (t1 == null) @@ -323141,7 +323319,7 @@ return _this; }, build$0() { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, exception, _this = this, _s14_ = "ActivityEntity", _$result = null; try { @@ -323177,9 +323355,10 @@ t18 = _this.get$_entities$_$this()._entities$_taskId; t19 = _this.get$_entities$_$this()._entities$_projectId; t20 = _this.get$_entities$_$this()._entities$_vendorId; - t21 = _this.get$_entities$_$this()._tokenId; - t22 = _this._entities$_history; - _$result0 = new A._$ActivityEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22 == null ? null : t22.build$0()); + t21 = _this.get$_entities$_$this()._entities$_vendorContactId; + t22 = _this.get$_entities$_$this()._tokenId; + t23 = _this._entities$_history; + _$result0 = new A._$ActivityEntity(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23 == null ? null : t23.build$0()); } _$result = _$result0; } catch (exception) { @@ -327699,6 +327878,14 @@ t4 = "1"; return this.rebuild$1(new A.InvoiceEntity_applyVendor_closure(this, A.getExchangeRate(t1, t4, vendor.currencyId), state, t3[t2].userCompany.company.settings)); }, + get$isApproved() { + var t1 = this.entityType; + if (t1 === B.EntityType_quote && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), this.statusId)) + return true; + if (t1 === B.EntityType_purchaseOrder && B.JSArray_methods.contains$1(A._setArrayType(["3"], type$.JSArray_legacy_String), this.statusId)) + return true; + return false; + }, get$netBalance() { var t2, t1 = this.amount; @@ -328070,8 +328257,7 @@ if (t3 === B.EntityType_quote) { t1 = _this.invoiceId; if ((t1 == null ? "" : t1).length === 0) { - t1 = B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), t4); - if (!t1) + if (!_this.get$isApproved()) actions.push(B.EntityAction_approve); actions.push(B.EntityAction_convertToInvoice); } else @@ -328209,10 +328395,9 @@ }, get$isUnpaid() { var t1 = this.entityType; - if (t1 === B.EntityType_quote) { - t1 = B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), this.statusId); - return !t1; - } else + if (t1 === B.EntityType_quote) + return !this.get$isApproved(); + else return !(t1 === B.EntityType_invoice && this.statusId === "4"); }, get$isViewed() { @@ -328273,13 +328458,7 @@ return _s2_; if (_this.get$isViewed()) if (_this.get$isUnpaid()) - if (!(t2 === B.EntityType_invoice && _this.statusId === "3")) - if (!_this.get$isCancelledOrReversed()) - t1 = !(t2 === B.EntityType_quote && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), _this.statusId)); - else - t1 = false; - else - t1 = false; + t1 = !(t2 === B.EntityType_invoice && _this.statusId === "3") && !_this.get$isCancelledOrReversed() && !_this.get$isApproved(); else t1 = false; else @@ -328401,7 +328580,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 384 + $signature: 407 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -328432,7 +328611,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 384 + $signature: 407 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -328494,7 +328673,7 @@ call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(invitation) { @@ -328619,7 +328798,7 @@ t1 = false; return t1; }, - $signature: 531 + $signature: 449 }; A.InvoiceEntity_history_closure0.prototype = { call$1(activity) { @@ -328631,19 +328810,19 @@ call$1(item) { return item.typeId === "2"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -328682,13 +328861,13 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 389 + $signature: 391 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 389 + $signature: 391 }; A.InvoiceEntity_getInvitationForClientContact_closure0.prototype = { call$0() { @@ -328700,7 +328879,7 @@ call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 389 + $signature: 391 }; A.InvoiceEntity_getInvitationForVendorContact_closure0.prototype = { call$0() { @@ -328797,7 +328976,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return A.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 206 + $signature: 207 }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { @@ -328808,7 +328987,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -328819,7 +328998,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -328830,7 +329009,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.InvitationEntity.prototype = { matchesFilter$1(filter) { @@ -331018,73 +331197,73 @@ call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 206 + $signature: 207 }; A.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 216 + $signature: 217 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -331408,19 +331587,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 217 + $signature: 220 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 217 + $signature: 220 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 217 + $signature: 220 }; A.PaymentEntity_invoiceId_closure0.prototype = { call$0() { @@ -333044,7 +333223,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 174 + $signature: 176 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -333910,7 +334089,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 175 + $signature: 169 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -334529,7 +334708,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 678 + $signature: 774 }; A._$serializers_closure0.prototype = { call$0() { @@ -334541,7 +334720,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 301 + $signature: 377 }; A._$serializers_closure2.prototype = { call$0() { @@ -334553,61 +334732,61 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 727 + $signature: 764 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 401 + $signature: 432 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 826 + $signature: 745 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 550 + $signature: 743 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 560 + $signature: 742 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 561 + $signature: 737 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 561 + $signature: 737 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 569 + $signature: 729 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 578 + $signature: 726 }; A._$serializers_closure13.prototype = { call$0() { @@ -334625,31 +334804,31 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 856 + $signature: 712 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 591 + $signature: 710 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 613 + $signature: 705 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 641 + $signature: 702 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 560 + $signature: 742 }; A._$serializers_closure20.prototype = { call$0() { @@ -334661,61 +334840,61 @@ call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 644 + $signature: 668 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 856 + $signature: 712 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 591 + $signature: 710 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 645 + $signature: 664 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure31.prototype = { call$0() { @@ -334739,31 +334918,31 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure38.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure39.prototype = { call$0() { @@ -334781,85 +334960,85 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 685 + $signature: 656 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 429 + $signature: 489 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 727 + $signature: 764 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 725 + $signature: 629 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 725 + $signature: 629 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 301 + $signature: 377 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 729 + $signature: 627 }; A._$serializers_closure48.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 763 + $signature: 625 }; A._$serializers_closure49.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 764 + $signature: 588 }; A._$serializers_closure50.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 550 + $signature: 743 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 685 + $signature: 656 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 776 + $signature: 586 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 826 + $signature: 745 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 786 + $signature: 577 }; A._$serializers_closure55.prototype = { call$0() { @@ -334877,13 +335056,13 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 429 + $signature: 489 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 798 + $signature: 571 }; A._$serializers_closure59.prototype = { call$0() { @@ -334907,79 +335086,79 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BankAccountEntity); }, - $signature: 678 + $signature: 774 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionEntity); }, - $signature: 809 + $signature: 569 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 812 + $signature: 564 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 816 + $signature: 562 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 429 + $signature: 489 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 819 + $signature: 561 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 645 + $signature: 664 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 822 + $signature: 556 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 836 + $signature: 552 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 840 + $signature: 752 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 547 + $signature: 650 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 401 + $signature: 432 }; A._$serializers_closure75.prototype = { call$0() { @@ -334992,7 +335171,7 @@ var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure77.prototype = { call$0() { @@ -335004,7 +335183,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 578 + $signature: 726 }; A._$serializers_closure79.prototype = { call$0() { @@ -335040,91 +335219,91 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 301 + $signature: 377 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 613 + $signature: 705 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 798 + $signature: 571 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 547 + $signature: 650 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 641 + $signature: 702 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 442 + $signature: 542 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 442 + $signature: 542 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 442 + $signature: 542 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 786 + $signature: 577 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 816 + $signature: 562 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 569 + $signature: 729 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure99.prototype = { call$0() { @@ -335136,25 +335315,25 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 840 + $signature: 752 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 812 + $signature: 564 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 763 + $signature: 625 }; A._$serializers_closure103.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 729 + $signature: 627 }; A._$serializers_closure104.prototype = { call$0() { @@ -335166,13 +335345,13 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 822 + $signature: 556 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TransactionEntity); }, - $signature: 809 + $signature: 569 }; A._$serializers_closure107.prototype = { call$0() { @@ -335190,7 +335369,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 776 + $signature: 586 }; A._$serializers_closure110.prototype = { call$0() { @@ -335202,25 +335381,25 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 301 + $signature: 377 }; A._$serializers_closure112.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 137 + $signature: 138 }; A._$serializers_closure113.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 819 + $signature: 561 }; A._$serializers_closure114.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 836 + $signature: 552 }; A._$serializers_closure115.prototype = { call$0() { @@ -335232,20 +335411,20 @@ call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 557 + $signature: 550 }; A._$serializers_closure117.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 557 + $signature: 550 }; A._$serializers_closure118.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure119.prototype = { call$0() { @@ -335269,480 +335448,486 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; A._$serializers_closure123.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 447 + $signature: 375 }; A._$serializers_closure124.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 447 + $signature: 375 }; A._$serializers_closure125.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 2942 + $signature: 375 }; A._$serializers_closure126.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DashboardField); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); }, - $signature: 2974 + $signature: 2945 }; A._$serializers_closure127.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DashboardField); }, - $signature: 2978 + $signature: 2977 }; A._$serializers_closure128.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); }, - $signature: 40 + $signature: 2981 }; A._$serializers_closure129.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 2979 + $signature: 39 }; A._$serializers_closure130.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); }, - $signature: 40 + $signature: 2982 }; A._$serializers_closure131.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 2980 + $signature: 39 }; A._$serializers_closure132.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); }, - $signature: 2988 + $signature: 2983 }; A._$serializers_closure133.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); }, - $signature: 2996 + $signature: 2991 }; A._$serializers_closure134.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); - }, - $signature: 2998 - }; - A._$serializers_closure135.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); }, $signature: 2999 }; + A._$serializers_closure135.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); + }, + $signature: 3001 + }; A._$serializers_closure136.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); }, - $signature: 3003 + $signature: 3002 }; A._$serializers_closure137.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); - }, - $signature: 3004 - }; - A._$serializers_closure138.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); }, $signature: 3006 }; + A._$serializers_closure138.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); + }, + $signature: 3007 + }; A._$serializers_closure139.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); }, - $signature: 3008 + $signature: 3009 }; A._$serializers_closure140.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); }, - $signature: 644 + $signature: 3011 }; A._$serializers_closure141.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 3017 + $signature: 668 }; A._$serializers_closure142.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); }, - $signature: 40 + $signature: 3020 }; A._$serializers_closure143.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3021 + $signature: 39 }; A._$serializers_closure144.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure145.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); - }, - $signature: 3022 - }; - A._$serializers_closure146.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure147.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); - }, - $signature: 562 - }; - A._$serializers_closure148.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure149.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); - }, - $signature: 562 - }; - A._$serializers_closure150.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure151.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); }, $signature: 3024 }; + A._$serializers_closure145.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure146.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); + }, + $signature: 3025 + }; + A._$serializers_closure147.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure148.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); + }, + $signature: 560 + }; + A._$serializers_closure149.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure150.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); + }, + $signature: 560 + }; + A._$serializers_closure151.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; A._$serializers_closure152.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); }, - $signature: 401 + $signature: 3027 }; A._$serializers_closure153.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 3032 + $signature: 432 }; A._$serializers_closure154.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); }, - $signature: 3040 + $signature: 3035 }; A._$serializers_closure155.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); }, - $signature: 40 + $signature: 3043 }; A._$serializers_closure156.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3050 + $signature: 39 }; A._$serializers_closure157.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); }, - $signature: 245 + $signature: 3053 }; A._$serializers_closure158.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 40 + $signature: 245 }; A._$serializers_closure159.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 245 + $signature: 39 }; A._$serializers_closure160.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 40 + $signature: 245 }; A._$serializers_closure161.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 245 + $signature: 39 }; A._$serializers_closure162.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 40 + $signature: 245 }; A._$serializers_closure163.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 245 + $signature: 39 }; A._$serializers_closure164.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 40 + $signature: 245 }; A._$serializers_closure165.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure166.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, $signature: 245 }; - A._$serializers_closure166.prototype = { + A._$serializers_closure167.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 - }; - A._$serializers_closure167.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); - }, - $signature: 3055 + $signature: 39 }; A._$serializers_closure168.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); }, - $signature: 40 + $signature: 3058 }; A._$serializers_closure169.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3056 + $signature: 39 }; A._$serializers_closure170.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); }, - $signature: 40 + $signature: 3059 }; A._$serializers_closure171.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3064 + $signature: 39 }; A._$serializers_closure172.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); }, - $signature: 3065 + $signature: 3067 }; A._$serializers_closure173.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); }, - $signature: 40 + $signature: 3068 }; A._$serializers_closure174.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3066 + $signature: 39 }; A._$serializers_closure175.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); }, - $signature: 40 + $signature: 3069 }; A._$serializers_closure176.prototype = { call$0() { - var t1 = type$.legacy_String; - return A.MapBuilder_MapBuilder(t1, t1); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 204 + $signature: 39 }; A._$serializers_closure177.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure178.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure179.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure180.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 204 + $signature: 185 }; A._$serializers_closure181.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); + var t1 = type$.legacy_String; + return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 447 + $signature: 185 }; A._$serializers_closure182.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 3068 + $signature: 375 }; A._$serializers_closure183.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); }, - $signature: 40 + $signature: 3071 }; A._$serializers_closure184.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3069 + $signature: 39 }; A._$serializers_closure185.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure186.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); - }, - $signature: 764 - }; - A._$serializers_closure187.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure188.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); - }, - $signature: 3070 - }; - A._$serializers_closure189.prototype = { - call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); - }, - $signature: 40 - }; - A._$serializers_closure190.prototype = { - call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); }, $signature: 3072 }; - A._$serializers_closure191.prototype = { + A._$serializers_closure186.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 }; - A._$serializers_closure192.prototype = { + A._$serializers_closure187.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TransactionEntity); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); + }, + $signature: 588 + }; + A._$serializers_closure188.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure189.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); }, $signature: 3073 }; - A._$serializers_closure193.prototype = { + A._$serializers_closure190.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 40 + $signature: 39 + }; + A._$serializers_closure191.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); + }, + $signature: 3075 + }; + A._$serializers_closure192.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure193.prototype = { + call$0() { + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TransactionEntity); + }, + $signature: 3076 }; A._$serializers_closure194.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3079 + $signature: 39 }; A._$serializers_closure195.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); }, - $signature: 40 + $signature: 3082 }; A._$serializers_closure196.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3080 + $signature: 39 }; A._$serializers_closure197.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); }, - $signature: 40 + $signature: 3083 }; A._$serializers_closure198.prototype = { call$0() { - return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 3084 + $signature: 39 }; A._$serializers_closure199.prototype = { call$0() { - return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); }, - $signature: 40 + $signature: 3087 }; A._$serializers_closure200.prototype = { + call$0() { + return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); + }, + $signature: 39 + }; + A._$serializers_closure201.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String); }, - $signature: 3086 + $signature: 3089 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -344087,10 +344272,10 @@ A.TaskTime_stop_closure.prototype = { call$1(b) { var t1 = new A.DateTime(Date.now(), false).toUtc$0(); - b.get$_task_model$_$this()._endDate = t1; + b.get$_task_model$_$this()._task_model$_endDate = t1; return b; }, - $signature: 575 + $signature: 570 }; A.TaskEntity.prototype = { get$clone(_) { @@ -344461,7 +344646,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 56 + $signature: 57 }; A.TaskEntity_areTimesValid_closure.prototype = { call$1(time) { @@ -344519,7 +344704,7 @@ call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 221 + $signature: 223 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -344541,7 +344726,7 @@ t2 = timeB.startDate; return B.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 3138 + $signature: 3141 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -344551,7 +344736,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 56 + $signature: 57 }; A.TaskEntity_updateTaskTime_closure.prototype = { call$1(b) { @@ -344561,7 +344746,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 56 + $signature: 57 }; A.TaskEntity_deleteTaskTime_closure.prototype = { call$1(b) { @@ -344571,7 +344756,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 56 + $signature: 57 }; A.TaskEntity_calculateDuration_closure.prototype = { call$1(taskTime) { @@ -344997,7 +345182,7 @@ updates.call$1(t1); _$result = t1._task_model$_$v; if (_$result == null) - _$result = new A._$TaskTime(t1.get$_task_model$_$this()._startDate, t1.get$_task_model$_$this()._endDate); + _$result = new A._$TaskTime(t1.get$_task_model$_$this()._task_model$_startDate, t1.get$_task_model$_$this()._task_model$_endDate); A.ArgumentError_checkNotNull(_$result, "other"); return t1._task_model$_$v = _$result; }, @@ -345026,8 +345211,8 @@ var _this = this, $$v = _this._task_model$_$v; if ($$v != null) { - _this._startDate = $$v.startDate; - _this._endDate = $$v.endDate; + _this._task_model$_startDate = $$v.startDate; + _this._task_model$_endDate = $$v.endDate; _this._task_model$_$v = null; } return _this; @@ -346914,7 +347099,7 @@ t2 = t1.length; if (t2 === 0) return true; - for (t1 = new J.ArrayIterator(t1, t2, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = this.statusId, t3 = this.baseType, t4 = t3 === "DEBIT", t3 = t3 === "CREDIT"; t1.moveNext$0();) { + for (t1 = new J.ArrayIterator(t1, t2, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = this.statusId, t3 = this.baseType === "CREDIT", t4 = !t3; t1.moveNext$0();) { t5 = t1.__interceptors$_current; if (t5.get$id(t5) === "-2" && t4) return true; @@ -348654,6 +348839,12 @@ A.VendorListResponse.prototype = {}; A.VendorItemResponse.prototype = {}; A.VendorEntity.prototype = { + get$isStale() { + var t1 = this.loadedAt; + if (!(t1 != null && t1 > 0)) + return true; + return Date.now() - t1 > 86400000; + }, get$entityType() { return B.EntityType_vendor; }, @@ -348826,20 +349017,23 @@ return false; }, matchesFilter$1(filter) { - var t1, _this = this; - for (t1 = _this.contacts._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")); t1.moveNext$0();) - if (t1.__interceptors$_current.matchesFilter$1(filter)) + var t1, t2, t3, _this = this; + for (t1 = _this.contacts._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = type$.JSArray_legacy_String; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + if (A.matchesStrings(A._setArrayType([t3.firstName + " " + t3.lastName, t3.email, t3.phone], t2), filter)) return true; - return A.matchesStrings(A._setArrayType([_this.name, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.address2, _this.city, _this.state, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); + } + return A.matchesStrings(A._setArrayType([_this.name, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.address2, _this.city, _this.state, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], t2), filter); }, matchesFilterValue$1(filter) { - var t1, value, _this = this; - for (t1 = _this.contacts._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")); t1.moveNext$0();) { - value = t1.__interceptors$_current.matchesFilterValue$1(filter); + var t1, t2, t3, value, _this = this; + for (t1 = _this.contacts._list, t1 = new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")), t2 = type$.JSArray_legacy_String; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + value = A.matchesStringsValue(A._setArrayType([t3.firstName + " " + t3.lastName, t3.email, t3.phone], t2), filter); if (value != null) return value; } - return A.matchesStringsValue(A._setArrayType([_this.name, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.address2, _this.city, _this.state, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], type$.JSArray_legacy_String), filter); + return A.matchesStringsValue(A._setArrayType([_this.name, _this.vatNumber, _this.idNumber, _this.number, _this.phone, _this.address1, _this.address2, _this.city, _this.state, _this.postalCode, _this.customValue1, _this.customValue2, _this.customValue3, _this.customValue4], t2), filter); }, get$listDisplayName() { return this.name; @@ -348873,38 +349067,38 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 590 + $signature: 587 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return true; }, - $signature: 177 + $signature: 173 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 177 + $signature: 173 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 592 + $signature: 591 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 177 + $signature: 173 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 177 + $signature: 173 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { @@ -348926,28 +349120,12 @@ return this.email; }, matchesFilter$1(filter) { - if (filter == null || filter.length === 0) - return true; - return false; + var _this = this; + return A.matchesStrings(A._setArrayType([_this.firstName + " " + _this.lastName, _this.email, _this.phone], type$.JSArray_legacy_String), filter); }, matchesFilterValue$1(filter) { - var t1, _this = this; - if (filter == null || filter.length === 0) - return null; - filter = filter.toLowerCase(); - if (B.JSString_methods.contains$1(_this.get$fullName().toLowerCase(), filter)) - return _this.get$fullName(); - else { - t1 = _this.email; - if (B.JSString_methods.contains$1(t1.toLowerCase(), filter)) - return t1; - else { - t1 = _this.phone; - if (B.JSString_methods.contains$1(t1.toLowerCase(), filter)) - return t1; - } - } - return null; + var _this = this; + return A.matchesStringsValue(A._setArrayType([_this.firstName + " " + _this.lastName, _this.email, _this.phone], type$.JSArray_legacy_String), filter); }, get$listDisplayName() { return ""; @@ -349114,7 +349292,12 @@ A._$VendorEntitySerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { var result = A._setArrayType(["name", serializers.serialize$2$specifiedType(object.name, B.FullType_h8g), "address1", serializers.serialize$2$specifiedType(object.address1, B.FullType_h8g), "address2", serializers.serialize$2$specifiedType(object.address2, B.FullType_h8g), "city", serializers.serialize$2$specifiedType(object.city, B.FullType_h8g), "state", serializers.serialize$2$specifiedType(object.state, B.FullType_h8g), "postal_code", serializers.serialize$2$specifiedType(object.postalCode, B.FullType_h8g), "country_id", serializers.serialize$2$specifiedType(object.countryId, B.FullType_h8g), "phone", serializers.serialize$2$specifiedType(object.phone, B.FullType_h8g), "private_notes", serializers.serialize$2$specifiedType(object.privateNotes, B.FullType_h8g), "public_notes", serializers.serialize$2$specifiedType(object.publicNotes, B.FullType_h8g), "website", serializers.serialize$2$specifiedType(object.website, B.FullType_h8g), "number", serializers.serialize$2$specifiedType(object.number, B.FullType_h8g), "vat_number", serializers.serialize$2$specifiedType(object.vatNumber, B.FullType_h8g), "id_number", serializers.serialize$2$specifiedType(object.idNumber, B.FullType_h8g), "currency_id", serializers.serialize$2$specifiedType(object.currencyId, B.FullType_h8g), "custom_value1", serializers.serialize$2$specifiedType(object.customValue1, B.FullType_h8g), "custom_value2", serializers.serialize$2$specifiedType(object.customValue2, B.FullType_h8g), "custom_value3", serializers.serialize$2$specifiedType(object.customValue3, B.FullType_h8g), "custom_value4", serializers.serialize$2$specifiedType(object.customValue4, B.FullType_h8g), "contacts", serializers.serialize$2$specifiedType(object.contacts, B.FullType_MO9), "activities", serializers.serialize$2$specifiedType(object.activities, B.FullType_QWw), "documents", serializers.serialize$2$specifiedType(object.documents, B.FullType_EBZ), "created_at", serializers.serialize$2$specifiedType(object.createdAt, B.FullType_kjq), "updated_at", serializers.serialize$2$specifiedType(object.updatedAt, B.FullType_kjq), "archived_at", serializers.serialize$2$specifiedType(object.archivedAt, B.FullType_kjq), "id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g)], type$.JSArray_legacy_Object), - value = object.isChanged; + value = object.loadedAt; + if (value != null) { + result.push("loadedAt"); + result.push(serializers.serialize$2$specifiedType(value, B.FullType_kjq)); + } + value = object.isChanged; if (value != null) { result.push("isChanged"); result.push(serializers.serialize$2$specifiedType(value, B.FullType_MtR)); @@ -349149,6 +349332,10 @@ iterator.moveNext$0(); value = iterator.get$current(iterator); switch (key) { + case "loadedAt": + t8 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_vendor_model$_$this()._vendor_model$_loadedAt = t8; + break; case "name": t8 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_vendor_model$_$this()._vendor_model$_name = t8; @@ -349620,6 +349807,7 @@ var _this = this, t1 = $.$get$newBuiltValueToStringHelper().call$1("VendorEntity"), t2 = J.getInterceptor$ax(t1); + t2.add$2(t1, "loadedAt", _this.loadedAt); t2.add$2(t1, "name", _this.name); t2.add$2(t1, "address1", _this.address1); t2.add$2(t1, "address2", _this.address2); @@ -349718,6 +349906,7 @@ var t1, _this = this, $$v = _this._vendor_model$_$v; if ($$v != null) { + _this._vendor_model$_loadedAt = $$v.loadedAt; _this._vendor_model$_name = $$v.name; _this._vendor_model$_address1 = $$v.address1; _this._vendor_model$_address2 = $$v.address2; @@ -349759,89 +349948,90 @@ return _this; }, build$0() { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, exception, _this = this, _s12_ = "VendorEntity", _$result = null; try { _$result0 = _this._vendor_model$_$v; if (_$result0 == null) { - t1 = _this.get$_vendor_model$_$this()._vendor_model$_name; - if (t1 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "name")); - t2 = _this.get$_vendor_model$_$this()._vendor_model$_address1; + t1 = _this.get$_vendor_model$_$this()._vendor_model$_loadedAt; + t2 = _this.get$_vendor_model$_$this()._vendor_model$_name; if (t2 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address1")); - t3 = _this.get$_vendor_model$_$this()._vendor_model$_address2; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "name")); + t3 = _this.get$_vendor_model$_$this()._vendor_model$_address1; if (t3 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address2")); - t4 = _this.get$_vendor_model$_$this()._vendor_model$_city; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address1")); + t4 = _this.get$_vendor_model$_$this()._vendor_model$_address2; if (t4 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "city")); - t5 = _this.get$_vendor_model$_$this()._vendor_model$_state; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "address2")); + t5 = _this.get$_vendor_model$_$this()._vendor_model$_city; if (t5 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "state")); - t6 = _this.get$_vendor_model$_$this()._vendor_model$_postalCode; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "city")); + t6 = _this.get$_vendor_model$_$this()._vendor_model$_state; if (t6 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "postalCode")); - t7 = _this.get$_vendor_model$_$this()._vendor_model$_countryId; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "state")); + t7 = _this.get$_vendor_model$_$this()._vendor_model$_postalCode; if (t7 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "countryId")); - t8 = _this.get$_vendor_model$_$this()._vendor_model$_phone; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "postalCode")); + t8 = _this.get$_vendor_model$_$this()._vendor_model$_countryId; if (t8 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "phone")); - t9 = _this.get$_vendor_model$_$this()._vendor_model$_privateNotes; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "countryId")); + t9 = _this.get$_vendor_model$_$this()._vendor_model$_phone; if (t9 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "privateNotes")); - t10 = _this.get$_vendor_model$_$this()._vendor_model$_publicNotes; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "phone")); + t10 = _this.get$_vendor_model$_$this()._vendor_model$_privateNotes; if (t10 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "publicNotes")); - t11 = _this.get$_vendor_model$_$this()._vendor_model$_website; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "privateNotes")); + t11 = _this.get$_vendor_model$_$this()._vendor_model$_publicNotes; if (t11 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "website")); - t12 = _this.get$_vendor_model$_$this()._vendor_model$_number; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "publicNotes")); + t12 = _this.get$_vendor_model$_$this()._vendor_model$_website; if (t12 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "number")); - t13 = _this.get$_vendor_model$_$this()._vendor_model$_vatNumber; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "website")); + t13 = _this.get$_vendor_model$_$this()._vendor_model$_number; if (t13 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "vatNumber")); - t14 = _this.get$_vendor_model$_$this()._vendor_model$_idNumber; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "number")); + t14 = _this.get$_vendor_model$_$this()._vendor_model$_vatNumber; if (t14 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "idNumber")); - t15 = _this.get$_vendor_model$_$this()._vendor_model$_currencyId; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "vatNumber")); + t15 = _this.get$_vendor_model$_$this()._vendor_model$_idNumber; if (t15 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "currencyId")); - t16 = _this.get$_vendor_model$_$this()._vendor_model$_customValue1; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "idNumber")); + t16 = _this.get$_vendor_model$_$this()._vendor_model$_currencyId; if (t16 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue1")); - t17 = _this.get$_vendor_model$_$this()._vendor_model$_customValue2; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "currencyId")); + t17 = _this.get$_vendor_model$_$this()._vendor_model$_customValue1; if (t17 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue2")); - t18 = _this.get$_vendor_model$_$this()._vendor_model$_customValue3; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue1")); + t18 = _this.get$_vendor_model$_$this()._vendor_model$_customValue2; if (t18 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue3")); - t19 = _this.get$_vendor_model$_$this()._vendor_model$_customValue4; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue2")); + t19 = _this.get$_vendor_model$_$this()._vendor_model$_customValue3; if (t19 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue3")); + t20 = _this.get$_vendor_model$_$this()._vendor_model$_customValue4; + if (t20 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "customValue4")); - t20 = _this.get$contacts().build$0(); - t21 = _this.get$activities().build$0(); - t22 = _this.get$documents().build$0(); - t23 = _this.get$_vendor_model$_$this()._vendor_model$_isChanged; - t24 = _this.get$_vendor_model$_$this()._vendor_model$_createdAt; - if (t24 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "createdAt")); - t25 = _this.get$_vendor_model$_$this()._vendor_model$_updatedAt; + t21 = _this.get$contacts().build$0(); + t22 = _this.get$activities().build$0(); + t23 = _this.get$documents().build$0(); + t24 = _this.get$_vendor_model$_$this()._vendor_model$_isChanged; + t25 = _this.get$_vendor_model$_$this()._vendor_model$_createdAt; if (t25 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "updatedAt")); - t26 = _this.get$_vendor_model$_$this()._vendor_model$_archivedAt; + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "createdAt")); + t26 = _this.get$_vendor_model$_$this()._vendor_model$_updatedAt; if (t26 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "updatedAt")); + t27 = _this.get$_vendor_model$_$this()._vendor_model$_archivedAt; + if (t27 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "archivedAt")); - t27 = _this.get$_vendor_model$_$this()._vendor_model$_isDeleted; - t28 = _this.get$_vendor_model$_$this()._vendor_model$_createdUserId; - t29 = _this.get$_vendor_model$_$this()._vendor_model$_assignedUserId; - t30 = _this.get$_vendor_model$_$this()._vendor_model$_id; - if (t30 == null) + t28 = _this.get$_vendor_model$_$this()._vendor_model$_isDeleted; + t29 = _this.get$_vendor_model$_$this()._vendor_model$_createdUserId; + t30 = _this.get$_vendor_model$_$this()._vendor_model$_assignedUserId; + t31 = _this.get$_vendor_model$_$this()._vendor_model$_id; + if (t31 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s12_, "id")); - _$result0 = A._$VendorEntity$_(t21, t2, t3, t26, t29, t4, t20, t7, t24, t28, t15, t16, t17, t18, t19, t22, t30, t14, t23, t27, t1, t12, t8, t6, t9, t10, t5, t25, t13, t11); + _$result0 = A._$VendorEntity$_(t22, t3, t4, t27, t30, t5, t21, t8, t25, t29, t16, t17, t18, t19, t20, t23, t31, t15, t24, t28, t1, t2, t13, t9, t7, t10, t11, t6, t26, t14, t12); } _$result = _$result0; } catch (exception) { @@ -353585,7 +353775,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 174 + $signature: 176 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -356089,7 +356279,7 @@ case 0: // Function start $async$goto = 3; - return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/vendors/" + entityId, credentials.token), $async$loadItem$2); + return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/vendors/" + entityId + "?include=activities", credentials.token), $async$loadItem$2); case 3: // returning from await. response = $async$result; @@ -356124,7 +356314,7 @@ case 0: // Function start $async$goto = 3; - return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/vendors?include=activities", credentials.token), $async$loadList$1); + return A._asyncAwait(B.C_WebClient.$get$2(0, credentials.url + "/vendors", credentials.token), $async$loadList$1); case 3: // returning from await. response = $async$result; @@ -356627,7 +356817,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.legacy_List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 3280 + $signature: 3283 }; A._parseError__closure.prototype = { call$1(error) { @@ -356671,7 +356861,7 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 608 + $signature: 607 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -356782,19 +356972,19 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); } }, - $signature: 471 + $signature: 512 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 618 + $signature: 617 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 619 + $signature: 618 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { @@ -356904,7 +357094,7 @@ t13 = A.getLayout(context) === B.AppLayout_mobile ? A.LinkedHashMap_LinkedHashMap$_literal(["/login", new A.InvoiceNinjaAppState_build__closure0(), "/main", new A.InvoiceNinjaAppState_build__closure1(), "/dashboard", new A.InvoiceNinjaAppState_build__closure2(t2), "/product", new A.InvoiceNinjaAppState_build__closure3(), "/product/view", new A.InvoiceNinjaAppState_build__closure4(), "/product/edit", new A.InvoiceNinjaAppState_build__closure5(), "/client", new A.InvoiceNinjaAppState_build__closure6(), "/client/view", new A.InvoiceNinjaAppState_build__closure7(), "/client/edit", new A.InvoiceNinjaAppState_build__closure8(), "/client/pdf", new A.InvoiceNinjaAppState_build__closure9(), "/invoice", new A.InvoiceNinjaAppState_build__closure10(), "/invoice/view", new A.InvoiceNinjaAppState_build__closure11(), "/invoice/edit", new A.InvoiceNinjaAppState_build__closure12(), "/invoice/email", new A.InvoiceNinjaAppState_build__closure13(), "/invoice/pdf", new A.InvoiceNinjaAppState_build__closure14(), "/document", new A.InvoiceNinjaAppState_build__closure15(), "/document/view", new A.InvoiceNinjaAppState_build__closure16(), "/document/edit", new A.InvoiceNinjaAppState_build__closure17(), "/expense", new A.InvoiceNinjaAppState_build__closure18(), "/expense/view", new A.InvoiceNinjaAppState_build__closure19(), "/expense/edit", new A.InvoiceNinjaAppState_build__closure20(), "/vendor", new A.InvoiceNinjaAppState_build__closure21(), "/vendor/view", new A.InvoiceNinjaAppState_build__closure22(), "/vendor/edit", new A.InvoiceNinjaAppState_build__closure23(), "/task", new A.InvoiceNinjaAppState_build__closure24(), "/task/view", new A.InvoiceNinjaAppState_build__closure25(), "/task/edit", new A.InvoiceNinjaAppState_build__closure26(), "/project", new A.InvoiceNinjaAppState_build__closure27(), "/project/view", new A.InvoiceNinjaAppState_build__closure28(), "/project/edit", new A.InvoiceNinjaAppState_build__closure29(), "/payment", new A.InvoiceNinjaAppState_build__closure30(), "/payment/view", new A.InvoiceNinjaAppState_build__closure31(), "/payment/edit", new A.InvoiceNinjaAppState_build__closure32(), "/payment/refund", new A.InvoiceNinjaAppState_build__closure33(), "/quote", new A.InvoiceNinjaAppState_build__closure34(), "/quote/view", new A.InvoiceNinjaAppState_build__closure35(), "/quote/edit", new A.InvoiceNinjaAppState_build__closure36(), "/quote/email", new A.InvoiceNinjaAppState_build__closure37(), "/quote/pdf", new A.InvoiceNinjaAppState_build__closure38(), "/transaction", new A.InvoiceNinjaAppState_build__closure39(), "/transaction/view", new A.InvoiceNinjaAppState_build__closure40(), "/transaction/edit", new A.InvoiceNinjaAppState_build__closure41(), "/settings/bank_accounts", new A.InvoiceNinjaAppState_build__closure42(), "/settings/bank_accounts/view", new A.InvoiceNinjaAppState_build__closure43(), "/settings/bank_accounts/edit", new A.InvoiceNinjaAppState_build__closure44(), "/purchase_order", new A.InvoiceNinjaAppState_build__closure45(), "/purchase_order/view", new A.InvoiceNinjaAppState_build__closure46(), "/purchase_order/edit", new A.InvoiceNinjaAppState_build__closure47(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure48(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure49(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure50(), "/settings/subscriptions", new A.InvoiceNinjaAppState_build__closure51(), "/settings/subscriptions/view", new A.InvoiceNinjaAppState_build__closure52(), "/settings/subscriptions/edit", new A.InvoiceNinjaAppState_build__closure53(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure54(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure55(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure56(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure57(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure58(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure59(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure60(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure61(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure62(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure63(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure64(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure65(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure66(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure67(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure68(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure69(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure70(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure71(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure72(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure73(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure74(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure75(), "/credit", new A.InvoiceNinjaAppState_build__closure76(), "/credit/view", new A.InvoiceNinjaAppState_build__closure77(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure78(), "/credit/email", new A.InvoiceNinjaAppState_build__closure79(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure80(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure81(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure82(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure83(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure84(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure85(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure86(), "/settings", new A.InvoiceNinjaAppState_build__closure87(), "/reports", new A.InvoiceNinjaAppState_build__closure88(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure89(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure90(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure91(), "/settings/payment_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure93(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure94(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure95(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure96(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure97(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure98(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure99(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure100(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure101(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure102(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure103(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure104(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure105(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure106(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure107(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure108(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure109(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure110(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure111(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure112(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure113(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure114()], t13, t14) : A.LinkedHashMap_LinkedHashMap$_empty(t13, t14); return new A.StyledToast(new A.WebSocketRefresh(new A.WindowManager(new A.MaterialApp(t9, t3, t13, t1, t11, new A.InvoiceNinjaAppState_build__closure115(t2), "Invoice Ninja", t4, locale, t12, t10, false, t8, _null), _null), _null), t6, t7, t5, locale, _null); }, - $signature: 3564 + $signature: 3567 }; A.InvoiceNinjaAppState_build__closure115.prototype = { call$2(context, child) { @@ -356917,61 +357107,61 @@ t1 = t1 == null ? null : t1.enableMilitaryTime; return new A.MediaQuery(data.copyWith$2$alwaysUse24HourFormat$textScaleFactor(t1 === true, t2), child, null); }, - $signature: 620 + $signature: 619 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 3601 + $signature: 3604 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { return new A.LoginScreen(null); }, - $signature: 618 + $signature: 617 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 619 + $signature: 618 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { return new A.ChangeLayoutBanner(new A.DashboardScreenBuilder(null), this.state.prefState.appLayout, B.AppLayout_mobile, null); }, - $signature: 3620 + $signature: 3623 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 3642 + $signature: 3645 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 3668 + $signature: 3671 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 3692 + $signature: 3695 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 3799 + $signature: 3802 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, false, null); }, - $signature: 3804 + $signature: 3807 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { @@ -357121,13 +357311,13 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 630 + $signature: 778 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 632 + $signature: 630 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { @@ -358638,7 +358828,7 @@ t1 = ""; return new A.MessageDialog(t2, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 303 + $signature: 366 }; A.checkForChanges__closure.prototype = { call$0() { @@ -358818,7 +359008,7 @@ t2 = A.calculateLayout($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1)); t3 = store.__Store__dispatchers_F; if (t2 === B.AppLayout_mobile) { - t2 = A.UpdateUserPreferences$(B.AppLayout_mobile, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = A.UpdateUserPreferences$(B.AppLayout_mobile, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(t2); } else { @@ -358860,7 +359050,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 656 + $signature: 644 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -358913,7 +359103,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 37 + $signature: 38 }; A._getRoutes_closure.prototype = { call$1(part) { @@ -359347,7 +359537,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 674 + $signature: 673 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -359373,7 +359563,7 @@ call$1(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 37 + $signature: 38 }; A._createClearData_closure.prototype = { call$3(store, action, next) { @@ -359406,7 +359596,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 674 + $signature: 673 }; A.appReducer_closure.prototype = { call$1(b) { @@ -359426,7 +359616,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 156 + $signature: 155 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -359638,7 +359828,7 @@ call$2(state, action) { return true; }, - $signature: 687 + $signature: 678 }; A.AppState.prototype = { get$company() { @@ -360208,7 +360398,7 @@ var t1 = company.id; return t1.length !== 0; }, - $signature: 688 + $signature: 687 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -360222,7 +360412,7 @@ } return true; }, - $signature: 689 + $signature: 688 }; A.Credentials.prototype = { get$token() { @@ -360912,7 +361102,7 @@ call$1(userCompany) { B.JSArray_methods.forEach$1(this.state.userCompanyStates._list, new A._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 694 + $signature: 692 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -361075,7 +361265,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 91 + $signature: 96 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -361256,7 +361446,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 156 + $signature: 155 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -361264,7 +361454,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 156 + $signature: 155 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -361275,7 +361465,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 156 + $signature: 155 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -361283,7 +361473,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 156 + $signature: 155 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -361291,14 +361481,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 156 + $signature: 155 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 156 + $signature: 155 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -361306,14 +361496,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 156 + $signature: 155 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 156 + $signature: 155 }; A.AuthState.prototype = { get$isHosted() { @@ -361565,7 +361755,7 @@ call$1(bankAccount) { return bankAccount.get$id(bankAccount); }, - $signature: 38 + $signature: 37 }; A.handleBankAccountAction_closure0.prototype = { call$1(b) { @@ -361573,7 +361763,7 @@ b.get$_transaction_model$_$this()._bankAccountId = t1; return b; }, - $signature: 185 + $signature: 202 }; A._editBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -361678,7 +361868,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 473 }; A._archiveBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -361687,7 +361877,7 @@ t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 492 + $signature: 505 }; A._archiveBankAccount__closure1.prototype = { call$1(error) { @@ -361725,7 +361915,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 473 }; A._deleteBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -361734,7 +361924,7 @@ t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 492 + $signature: 505 }; A._deleteBankAccount__closure1.prototype = { call$1(error) { @@ -361772,7 +361962,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 411 + $signature: 473 }; A._restoreBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -361781,7 +361971,7 @@ t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 492 + $signature: 505 }; A._restoreBankAccount__closure1.prototype = { call$1(error) { @@ -361821,7 +362011,7 @@ } t1.completer.complete$1(0, bankAccount); }, - $signature: 325 + $signature: 358 }; A._saveBankAccount__closure0.prototype = { call$1(error) { @@ -361857,7 +362047,7 @@ t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); this.action.completer.complete$1(0, null); }, - $signature: 325 + $signature: 358 }; A._loadBankAccount__closure0.prototype = { call$1(error) { @@ -361990,7 +362180,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure335.prototype = { call$2(completer, action) { @@ -362008,31 +362198,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure338.prototype = { call$2(selectedId, action) { return action.get$bankAccountId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure339.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$bankAccount()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure340.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure342.prototype = { call$2(selectedId, action) { @@ -362087,7 +362277,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure114.prototype = { call$2(bankAccount, action) { @@ -362100,7 +362290,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_isChanged = true; return b; }, - $signature: 499 + $signature: 456 }; A.editingReducer_closure115.prototype = { call$2(bankAccounts, action) { @@ -362265,7 +362455,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 453 }; A._deleteBankAccountSuccess_closure.prototype = { call$1(b) { @@ -362287,7 +362477,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 453 }; A._restoreBankAccountSuccess_closure.prototype = { call$1(b) { @@ -362309,7 +362499,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 453 }; A._addBankAccount_closure.prototype = { call$1(b) { @@ -362322,7 +362512,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 354 + $signature: 355 }; A._updateBankAccount_closure.prototype = { call$1(b) { @@ -362331,7 +362521,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 354 + $signature: 355 }; A._setLoadedBankAccount_closure.prototype = { call$1(b) { @@ -362340,7 +362530,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 354 + $signature: 355 }; A.memoizedDropdownBankAccountList_closure.prototype = { call$5(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId) { @@ -362430,7 +362620,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 354 + $signature: 355 }; A.BankAccountUIState.prototype = { get$isCreatingNew() { @@ -362913,13 +363103,13 @@ call$1(client) { return client.get$id(client); }, - $signature: 38 + $signature: 37 }; A.handleClientAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 139 + $signature: 140 }; A.handleClientAction_closure1.prototype = { call$1(b) { @@ -362927,21 +363117,21 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 56 + $signature: 57 }; A.handleClientAction_closure2.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_payment_model$_$this()._payment_model$_clientId = t1; }, - $signature: 778 + $signature: 754 }; A.handleClientAction_closure3.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_project_model$_$this()._project_model$_clientId = t1; }, - $signature: 780 + $signature: 756 }; A.handleClientAction_closure4.prototype = { call$1(_) { @@ -363012,7 +363202,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 154 + $signature: 159 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -363159,7 +363349,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 296 + $signature: 351 }; A._archiveClient__closure0.prototype = { call$1(clients) { @@ -363168,7 +363358,7 @@ t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 539 + $signature: 408 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -363242,7 +363432,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 296 + $signature: 351 }; A._deleteClient__closure0.prototype = { call$1(clients) { @@ -363251,7 +363441,7 @@ t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 539 + $signature: 408 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -363326,7 +363516,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 296 + $signature: 351 }; A._restoreClient__closure0.prototype = { call$1(clients) { @@ -363335,7 +363525,7 @@ t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 539 + $signature: 408 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -363646,19 +363836,19 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 827 + $signature: 825 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 827 + $signature: 825 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { @@ -363692,7 +363882,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure387.prototype = { call$2(selectedId, action) { @@ -363716,13 +363906,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure392.prototype = { call$2(selectedId, action) { @@ -363770,7 +363960,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure400.prototype = { call$2(selectedId, action) { @@ -363783,7 +363973,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure133.prototype = { call$2(client, action) { @@ -364097,7 +364287,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 390 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -364119,7 +364309,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 390 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -364141,7 +364331,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 390 }; A._addClient_closure.prototype = { call$1(b) { @@ -364154,7 +364344,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 226 + $signature: 227 }; A._addClient__closure.prototype = { call$1(b) { @@ -364171,7 +364361,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 226 + $signature: 227 }; A._updateClient__closure.prototype = { call$1(b) { @@ -364188,7 +364378,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 226 + $signature: 227 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -364206,7 +364396,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 226 + $signature: 227 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -364216,7 +364406,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 226 + $signature: 227 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { @@ -364242,7 +364432,7 @@ call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 821 + $signature: 840 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -364303,7 +364493,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 622 + $signature: 548 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -364318,7 +364508,7 @@ call$2(clientId, paymentMap) { return A.getClientUnappliedPayments(clientId, paymentMap); }, - $signature: 662 + $signature: 837 }; A.getClientUnappliedPayments_closure.prototype = { call$2(paymentId, payment) { @@ -364386,7 +364576,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 226 + $signature: 227 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -364974,7 +365164,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -365011,7 +365201,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 790 + $signature: 827 }; A.userCompanyEntityReducer__closure9.prototype = { call$1(b) { @@ -365019,7 +365209,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -365039,7 +365229,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { @@ -365055,7 +365245,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { @@ -365071,7 +365261,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { @@ -365084,7 +365274,7 @@ b.get$user(b).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { @@ -365100,7 +365290,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { @@ -365115,7 +365305,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure6.prototype = { call$2(userCompany, action) { @@ -365128,7 +365318,7 @@ b.get$settings().get$dashboardFields().replace$1(0, this.action.dashboardFields); return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer_closure7.prototype = { call$2(userCompany, action) { @@ -365145,14 +365335,14 @@ b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowDesktop = this.action.numberFieldsPerRowDesktop; return b; }, - $signature: 97 + $signature: 95 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowMobile = this.action.numberFieldsPerRowMobile; return b; }, - $signature: 97 + $signature: 95 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -365163,7 +365353,7 @@ b.get$user(b).get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 97 + $signature: 95 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -365183,7 +365373,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -365205,7 +365395,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { @@ -365283,13 +365473,13 @@ call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 585 + $signature: 823 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { return this.state.clientState.map._map$_map.$index(0, clientId); }, - $signature: 296 + $signature: 351 }; A.filteredSelector_closure2.prototype = { call$1(client) { @@ -365301,31 +365491,31 @@ call$1(quoteId) { return this.state.quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 68 + $signature: 64 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 160 + $signature: 150 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { return this.state.paymentState.map._map$_map.$index(0, paymentId); }, - $signature: 227 + $signature: 228 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 388 + $signature: 396 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { return this.state.projectState.map._map$_map.$index(0, projectId); }, - $signature: 306 + $signature: 350 }; A.filteredSelector_closure8.prototype = { call$1(project) { @@ -365337,7 +365527,7 @@ call$1(taskId) { return this.state.taskState.map._map$_map.$index(0, taskId); }, - $signature: 201 + $signature: 187 }; A.filteredSelector_closure10.prototype = { call$1(task) { @@ -365349,19 +365539,19 @@ call$1(invoiceId) { return this.state.invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 68 + $signature: 64 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 160 + $signature: 150 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 718 + $signature: 816 }; A.UserCompanyState.prototype = { get$company() { @@ -366810,7 +367000,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 38 + $signature: 37 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(value) { @@ -366947,7 +367137,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 309 + $signature: 349 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -366956,7 +367146,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 390 + $signature: 401 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -366994,7 +367184,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 309 + $signature: 349 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -367003,7 +367193,7 @@ t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 390 + $signature: 401 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -367041,7 +367231,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 309 + $signature: 349 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -367050,7 +367240,7 @@ t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 390 + $signature: 401 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -367083,7 +367273,7 @@ t1[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 91 + $signature: 96 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -367123,7 +367313,7 @@ } t1.completer.complete$1(0, companyGateway); }, - $signature: 312 + $signature: 347 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -367160,7 +367350,7 @@ t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 312 + $signature: 347 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -367297,7 +367487,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { @@ -367315,13 +367505,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { @@ -367376,7 +367566,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { @@ -367407,7 +367597,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 61 + $signature: 63 }; A._filterCompanyGatewaysByCustom1_closure.prototype = { call$1(b) { @@ -367547,7 +367737,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 403 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -367569,7 +367759,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 403 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -367591,7 +367781,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 403 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -367604,7 +367794,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 190 + $signature: 204 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -367612,7 +367802,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 63 }; A._updateCompanyGateway_closure.prototype = { call$1(b) { @@ -367621,7 +367811,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 190 + $signature: 204 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -367629,7 +367819,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 63 }; A._setLoadedCompanyGateway_closure.prototype = { call$1(b) { @@ -367638,7 +367828,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 190 + $signature: 204 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -367646,14 +367836,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 63 }; A._setLoadedCompany_closure1.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.companyGateways, new A._setLoadedCompany__closure1(), new A._setLoadedCompany__closure2(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 190 + $signature: 204 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -367665,7 +367855,7 @@ call$1(item) { return item; }, - $signature: 556 + $signature: 799 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -367674,14 +367864,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 190 + $signature: 204 }; A._setLoadedCompanyGateways_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.companyGateways, new A._setLoadedCompanyGateways__closure(), new A._setLoadedCompanyGateways__closure0(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 190 + $signature: 204 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -367693,7 +367883,7 @@ call$1(item) { return item; }, - $signature: 556 + $signature: 799 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -367702,7 +367892,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 190 + $signature: 204 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { @@ -367742,7 +367932,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 662 + $signature: 837 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -367758,7 +367948,7 @@ call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 821 + $signature: 840 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -367776,7 +367966,7 @@ call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 622 + $signature: 548 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { @@ -368342,7 +368532,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 38 + $signature: 37 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -368425,7 +368615,7 @@ b.get$credits().addAll$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.handleCreditAction__closure(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 46 + $signature: 47 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -368435,7 +368625,7 @@ t2 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t2, t1, null); }, - $signature: 580 + $signature: 793 }; A.handleCreditAction_closure8.prototype = { call$1(_) { @@ -368640,7 +368830,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._archiveCredit__closure0.prototype = { call$1(credits) { @@ -368649,7 +368839,7 @@ t1[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._archiveCredit__closure1.prototype = { call$1(error) { @@ -368687,7 +368877,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._deleteCredit__closure0.prototype = { call$1(credits) { @@ -368696,7 +368886,7 @@ t1[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._deleteCredit__closure1.prototype = { call$1(error) { @@ -368734,7 +368924,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._restoreCredit__closure0.prototype = { call$1(credits) { @@ -368743,7 +368933,7 @@ t1[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._restoreCredit__closure1.prototype = { call$1(error) { @@ -368776,7 +368966,7 @@ t1[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markSentCredit__closure0.prototype = { call$1(error) { @@ -368810,7 +369000,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markPaidCredit__closure0.prototype = { call$1(error) { @@ -368848,7 +369038,7 @@ t1[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 91 + $signature: 96 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -368888,7 +369078,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -368904,7 +369094,7 @@ } t1.completer.complete$1(0, credit); }, - $signature: 65 + $signature: 67 }; A._saveCredit__closure1.prototype = { call$1(error) { @@ -368942,7 +369132,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._loadCredit__closure0.prototype = { call$1(error) { @@ -369014,7 +369204,7 @@ t1[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._downloadCredits__closure0.prototype = { call$1(error) { @@ -369047,7 +369237,7 @@ t1[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { @@ -369093,7 +369283,7 @@ t1[0].call$1(new A.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._saveDocument__closure2.prototype = { call$1(error) { @@ -369190,13 +369380,13 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 601 + $signature: 782 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { @@ -369227,7 +369417,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { @@ -369251,19 +369441,19 @@ call$2(selectedId, action) { return action.credit.id; }, - $signature: 601 + $signature: 782 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { @@ -369317,7 +369507,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { @@ -369330,7 +369520,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure49.prototype = { call$2(credit, action) { @@ -369349,7 +369539,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 609 + $signature: 780 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -369368,7 +369558,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 611 + $signature: 776 }; A.editingReducer__closure20.prototype = { call$1(b) { @@ -369381,7 +369571,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 612 + $signature: 775 }; A.editingReducer__closure19.prototype = { call$1(b) { @@ -369701,14 +369891,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 329 + $signature: 342 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -369730,7 +369920,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 419 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -369752,7 +369942,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 419 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -369774,7 +369964,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 419 }; A._addCredit_closure.prototype = { call$1(b) { @@ -369787,7 +369977,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 329 + $signature: 342 }; A._addCredit__closure.prototype = { call$1(b) { @@ -369803,7 +369993,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 329 + $signature: 342 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -369817,13 +370007,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 332 + $signature: 341 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 139 + $signature: 140 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { @@ -369868,7 +370058,7 @@ call$7(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap); }, - $signature: 397 + $signature: 421 }; A.filteredCreditsSelector_closure.prototype = { call$1(creditId) { @@ -370011,7 +370201,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -370026,7 +370216,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 329 + $signature: 342 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -370512,7 +370702,7 @@ b.$indexSet(0, t2, A.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 671 + $signature: 772 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { @@ -370525,7 +370715,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 671 + $signature: 772 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { @@ -370708,7 +370898,7 @@ }; A.chartQuotes_closure.prototype = { call$2(int, quote) { - var date, t2, t3, t4, amount, exchangeRate, t5, t6, _this = this, _s6_ = "active", + var date, t2, t3, amount, exchangeRate, t4, _this = this, _s6_ = "active", _s8_ = "approved", _s10_ = "unapproved", t1 = quote.clientId, @@ -370723,71 +370913,69 @@ else if (t1 === "month") date = B.JSString_methods.substring$2(date, 0, 7) + "-01"; } - t1 = quote.statusId; - if (!(t1 === "1" || quote.isDeleted || client.isDeleted || date.length === 0)) { - t2 = _this.settings; - t3 = client.settings.currencyId; - if (t2.matchesCurrency$1(t3)) { - t4 = t2.includeTaxes; + if (!(quote.statusId === "1" || quote.isDeleted || client.isDeleted || date.length === 0)) { + t1 = _this.settings; + t2 = client.settings.currencyId; + if (t1.matchesCurrency$1(t2)) { + t3 = t1.includeTaxes; amount = quote.amount; - amount = t4 ? amount : amount - quote.taxAmount; - if (t2.currencyId === "-1") { - t4 = _this.company.settings.currencyId; - t4 = t3 !== (t4 == null ? "1" : t4); + amount = t3 ? amount : amount - quote.taxAmount; + if (t1.currencyId === "-1") { + t3 = _this.company.settings.currencyId; + t3 = t2 !== (t3 == null ? "1" : t3); } else - t4 = false; - if (t4) { - t4 = quote.exchangeRate; - if (t4 !== 1 && t4 !== 0) - exchangeRate = 1 / t4; + t3 = false; + if (t3) { + t3 = quote.exchangeRate; + if (t3 !== 1 && t3 !== 0) + exchangeRate = 1 / t3; else { - t4 = _this.company.settings.currencyId; - if (t4 == null) - t4 = "1"; - exchangeRate = A.getExchangeRate(_this.currencyMap, t3, t4); + t3 = _this.company.settings.currencyId; + if (t3 == null) + t3 = "1"; + exchangeRate = A.getExchangeRate(_this.currencyMap, t2, t3); } amount *= exchangeRate; } - t3 = _this.activeData; - t3.total += amount; - t4 = quote.entityType === B.EntityType_quote; - if (t4 && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), t1)) + t2 = _this.activeData; + t2.total += amount; + if (quote.get$isApproved()) _this.approvedData.total += amount; else _this.unapprovedData.total += amount; - t5 = _this.company; - if (quote.isBetween$2(t2.startDate$1(t5), t2.endDate$1(t5))) { - t2 = _this.totals; - if (t2.$index(0, _s6_).$index(0, date) == null) { - t2.$index(0, _s6_).$indexSet(0, date, 0); - t2.$index(0, _s8_).$indexSet(0, date, 0); - t2.$index(0, _s10_).$indexSet(0, date, 0); - t5 = type$.JSArray_legacy_String; - t3.entityMap.$indexSet(0, date, A._setArrayType([], t5)); - _this.approvedData.entityMap.$indexSet(0, date, A._setArrayType([], t5)); - _this.unapprovedData.entityMap.$indexSet(0, date, A._setArrayType([], t5)); + t3 = _this.company; + if (quote.isBetween$2(t1.startDate$1(t3), t1.endDate$1(t3))) { + t1 = _this.totals; + if (t1.$index(0, _s6_).$index(0, date) == null) { + t1.$index(0, _s6_).$indexSet(0, date, 0); + t1.$index(0, _s8_).$indexSet(0, date, 0); + t1.$index(0, _s10_).$indexSet(0, date, 0); + t3 = type$.JSArray_legacy_String; + t2.entityMap.$indexSet(0, date, A._setArrayType([], t3)); + _this.approvedData.entityMap.$indexSet(0, date, A._setArrayType([], t3)); + _this.unapprovedData.entityMap.$indexSet(0, date, A._setArrayType([], t3)); } - t5 = t2.$index(0, _s6_); - t5.$indexSet(0, date, t5.$index(0, date) + amount); - t5 = _this.counts; - t5.$indexSet(0, _s6_, t5.$index(0, _s6_) + 1); - t3 = t3.entityMap.$index(0, date); - t6 = quote.id; - J.add$1$ax(t3, t6); - if (t4 && B.JSArray_methods.contains$1(A._setArrayType(["3", "4"], type$.JSArray_legacy_String), t1)) { - t1 = t2.$index(0, _s8_); + t3 = t1.$index(0, _s6_); + t3.$indexSet(0, date, t3.$index(0, date) + amount); + t3 = _this.counts; + t3.$indexSet(0, _s6_, t3.$index(0, _s6_) + 1); + t2 = t2.entityMap.$index(0, date); + t4 = quote.id; + J.add$1$ax(t2, t4); + if (quote.get$isApproved()) { + t1 = t1.$index(0, _s8_); t1.$indexSet(0, date, t1.$index(0, date) + amount); - t5.$indexSet(0, _s8_, t5.$index(0, _s8_) + 1); - t5 = _this.approvedData; - J.add$1$ax(t5.entityMap.$index(0, date), t6); - t5.periodTotal += amount; + t3.$indexSet(0, _s8_, t3.$index(0, _s8_) + 1); + t3 = _this.approvedData; + J.add$1$ax(t3.entityMap.$index(0, date), t4); + t3.periodTotal += amount; } else { - t1 = t2.$index(0, _s10_); + t1 = t1.$index(0, _s10_); t1.$indexSet(0, date, t1.$index(0, date) + amount); - t5.$indexSet(0, _s10_, t5.$index(0, _s10_) + 1); - t5 = _this.unapprovedData; - J.add$1$ax(t5.entityMap.$index(0, date), t6); - t5.periodTotal += amount; + t3.$indexSet(0, _s10_, t3.$index(0, _s10_) + 1); + t3 = _this.unapprovedData; + J.add$1$ax(t3.entityMap.$index(0, date), t4); + t3.periodTotal += amount; } } } @@ -370799,13 +370987,13 @@ call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 700 + $signature: 763 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 700 + $signature: 763 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -370896,13 +371084,13 @@ call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 708 + $signature: 762 }; A.memoizedPreviousChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 708 + $signature: 762 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -371170,13 +371358,13 @@ call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 724 + $signature: 760 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 724 + $signature: 760 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { @@ -371204,7 +371392,7 @@ call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 341 + $signature: 335 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -371222,13 +371410,13 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 346 + $signature: 258 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 341 + $signature: 335 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -371246,7 +371434,7 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 346 + $signature: 258 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { @@ -371281,7 +371469,7 @@ call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 341 + $signature: 335 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -371299,13 +371487,13 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 346 + $signature: 258 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 341 + $signature: 335 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -371323,13 +371511,13 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 346 + $signature: 258 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 748 + $signature: 753 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -371349,13 +371537,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 400 + $signature: 434 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 748 + $signature: 753 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -371375,7 +371563,7 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 400 + $signature: 434 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { @@ -371416,7 +371604,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 781 + $signature: 750 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -371888,7 +372076,7 @@ call$1(design) { return design.get$id(design); }, - $signature: 38 + $signature: 37 }; A.handleDesignAction_closure0.prototype = { call$1(b) { @@ -372027,7 +372215,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 333 }; A._archiveDesign__closure0.prototype = { call$1(designs) { @@ -372036,7 +372224,7 @@ t1[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 438 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -372074,7 +372262,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 333 }; A._deleteDesign__closure0.prototype = { call$1(designs) { @@ -372083,7 +372271,7 @@ t1[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 438 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -372121,7 +372309,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 348 + $signature: 333 }; A._restoreDesign__closure0.prototype = { call$1(designs) { @@ -372130,7 +372318,7 @@ t1[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 438 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -372170,7 +372358,7 @@ } t1.completer.complete$1(0, design); }, - $signature: 155 + $signature: 154 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -372206,7 +372394,7 @@ t1[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 154 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -372325,13 +372513,13 @@ call$2(completer, action) { return false; }, - $signature: 859 + $signature: 1270 }; A.selectedIdReducer_closure179.prototype = { call$2(completer, action) { return ""; }, - $signature: 1271 + $signature: 859 }; A.selectedIdReducer_closure180.prototype = { call$2(completer, action) { @@ -372343,31 +372531,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { @@ -372440,7 +372628,7 @@ b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 514 + $signature: 450 }; A._viewDesignList_closure.prototype = { call$1(b) { @@ -372587,7 +372775,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 441 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -372609,7 +372797,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 441 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -372631,7 +372819,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 441 }; A._addDesign_closure.prototype = { call$1(b) { @@ -372644,7 +372832,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 350 + $signature: 326 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -372653,7 +372841,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 350 + $signature: 326 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -372662,7 +372850,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 350 + $signature: 326 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { @@ -372734,7 +372922,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 348 + $signature: 333 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -372761,7 +372949,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 350 + $signature: 326 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -373232,7 +373420,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 38 + $signature: 37 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -373339,7 +373527,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 552 + $signature: 741 }; A._archiveDocument__closure0.prototype = { call$1(documents) { @@ -373348,7 +373536,7 @@ t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 404 + $signature: 444 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -373381,7 +373569,7 @@ t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 404 + $signature: 444 }; A._downloadDocuments__closure0.prototype = { call$1(error) { @@ -373452,7 +373640,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 552 + $signature: 741 }; A._restoreDocument__closure0.prototype = { call$1(documents) { @@ -373461,7 +373649,7 @@ t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 404 + $signature: 444 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -373497,7 +373685,7 @@ t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 55 + $signature: 56 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -373634,7 +373822,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { @@ -373646,13 +373834,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { @@ -373707,7 +373895,7 @@ b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 559 + $signature: 740 }; A._viewDocumentList_closure.prototype = { call$1(b) { @@ -373863,7 +374051,7 @@ t1.get$_safeMap().remove$1(0, null); return b; }, - $signature: 241 + $signature: 259 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -373895,7 +374083,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 241 + $signature: 259 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -373904,14 +374092,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 241 + $signature: 259 }; A._setLoadedDocuments_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.documents, new A._setLoadedDocuments__closure(), new A._setLoadedDocuments__closure0(), type$.legacy_String, type$.legacy_DocumentEntity)); return b; }, - $signature: 241 + $signature: 259 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -373932,7 +374120,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 241 + $signature: 259 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3(documentMap, documentList, documentListState) { @@ -374441,7 +374629,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 38 + $signature: 37 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -374468,7 +374656,7 @@ t1 = false; return t1; }, - $signature: 168 + $signature: 170 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { @@ -374605,7 +374793,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { @@ -374614,7 +374802,7 @@ t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -374652,7 +374840,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { @@ -374661,7 +374849,7 @@ t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -374699,7 +374887,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { @@ -374708,7 +374896,7 @@ t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -374748,7 +374936,7 @@ } t1.completer.complete$1(0, expense); }, - $signature: 135 + $signature: 137 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -374786,7 +374974,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 135 + $signature: 137 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -374825,7 +375013,7 @@ this.action.toString; t1[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 574 + $signature: 724 }; A._loadExpenses__closure0.prototype = { call$1(error) { @@ -374871,7 +375059,7 @@ t1[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 135 + $signature: 137 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -374964,7 +375152,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure79.prototype = { call$2(completer, action) { @@ -374982,7 +375170,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { @@ -375000,13 +375188,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { @@ -375289,7 +375477,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 454 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -375311,7 +375499,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 454 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -375333,7 +375521,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 454 }; A._addExpense_closure.prototype = { call$1(b) { @@ -375346,7 +375534,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 355 + $signature: 320 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -375355,7 +375543,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 355 + $signature: 320 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -375364,7 +375552,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 355 + $signature: 320 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { @@ -375430,13 +375618,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.memoizedFilteredExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 579 + $signature: 719 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -375533,7 +375721,7 @@ call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -375549,7 +375737,7 @@ call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -375601,7 +375789,7 @@ call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -375617,7 +375805,7 @@ call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -375655,7 +375843,7 @@ call$1(item) { return item; }, - $signature: 583 + $signature: 718 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -375670,7 +375858,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 355 + $signature: 320 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -376173,7 +376361,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 38 + $signature: 37 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -376189,7 +376377,7 @@ b.get$_transaction_model$_$this()._transaction_model$_categoryId = t1; return b; }, - $signature: 185 + $signature: 202 }; A._editExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -376294,7 +376482,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 409 + $signature: 459 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -376303,7 +376491,7 @@ t1[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 460 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -376341,7 +376529,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 409 + $signature: 459 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -376350,7 +376538,7 @@ t1[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 460 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -376388,7 +376576,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 409 + $signature: 459 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -376397,7 +376585,7 @@ t1[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 460 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -376437,7 +376625,7 @@ } t1.completer.complete$1(0, expenseCategory); }, - $signature: 356 + $signature: 313 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -376473,7 +376661,7 @@ t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 356 + $signature: 313 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -376610,31 +376798,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { @@ -376689,7 +376877,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { @@ -376720,7 +376908,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 357 + $signature: 310 }; A._filterExpenseCategoriesByCustom1_closure.prototype = { call$1(b) { @@ -376856,7 +377044,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 412 + $signature: 463 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -376878,7 +377066,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 412 + $signature: 463 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -376900,7 +377088,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 412 + $signature: 463 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -376913,7 +377101,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 295 + $signature: 312 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -376922,7 +377110,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 295 + $signature: 312 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -376931,7 +377119,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 295 + $signature: 312 }; A.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { @@ -376984,7 +377172,7 @@ call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -377000,7 +377188,7 @@ call$2(companyGatewayId, transactionMap) { return A.transactionStatsForExpenseCategory(companyGatewayId, transactionMap); }, - $signature: 413 + $signature: 465 }; A.transactionStatsForExpenseCategory_closure.prototype = { call$2(transactionId, transaction) { @@ -377010,7 +377198,7 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 414 + $signature: 466 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -377052,7 +377240,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 295 + $signature: 312 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -377524,7 +377712,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 38 + $signature: 37 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -377650,7 +377838,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 415 + $signature: 467 }; A._archiveGroup__closure0.prototype = { call$1(groups) { @@ -377659,7 +377847,7 @@ t1[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 416 + $signature: 468 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -377697,7 +377885,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 415 + $signature: 467 }; A._deleteGroup__closure0.prototype = { call$1(groups) { @@ -377706,7 +377894,7 @@ t1[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 416 + $signature: 468 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -377744,7 +377932,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 415 + $signature: 467 }; A._restoreGroup__closure0.prototype = { call$1(groups) { @@ -377753,7 +377941,7 @@ t1[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 416 + $signature: 468 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -377793,7 +377981,7 @@ } t1.completer.complete$1(0, group); }, - $signature: 260 + $signature: 261 }; A._saveGroup__closure0.prototype = { call$1(error) { @@ -377831,7 +378019,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 260 + $signature: 261 }; A._loadGroup__closure0.prototype = { call$1(error) { @@ -377919,7 +378107,7 @@ t1[0].call$1(new A.SaveGroupSuccess(group)); this.action.completer.complete$1(0, null); }, - $signature: 260 + $signature: 261 }; A._saveDocument__closure0.prototype = { call$1(error) { @@ -377992,7 +378180,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { @@ -378010,13 +378198,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { @@ -378040,7 +378228,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { @@ -378053,7 +378241,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { @@ -378084,7 +378272,7 @@ b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 417 + $signature: 470 }; A._viewGroupList_closure.prototype = { call$1(b) { @@ -378193,7 +378381,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 418 + $signature: 471 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -378215,7 +378403,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 418 + $signature: 471 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -378237,7 +378425,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 418 + $signature: 471 }; A._addGroup_closure.prototype = { call$1(b) { @@ -378250,7 +378438,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 187 + $signature: 182 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -378259,7 +378447,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 187 + $signature: 182 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -378268,14 +378456,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 187 + $signature: 182 }; A._setLoadedGroups_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new A._setLoadedGroups__closure(), new A._setLoadedGroups__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 187 + $signature: 182 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -378287,7 +378475,7 @@ call$1(item) { return item; }, - $signature: 625 + $signature: 697 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -378296,14 +378484,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 187 + $signature: 182 }; A._setLoadedCompany_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new A._setLoadedCompany__closure(), new A._setLoadedCompany__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 187 + $signature: 182 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -378315,7 +378503,7 @@ call$1(item) { return item; }, - $signature: 625 + $signature: 697 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -378324,7 +378512,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 187 + $signature: 182 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { @@ -378972,7 +379160,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 38 + $signature: 37 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -379084,14 +379272,14 @@ b.get$invoices().addAll$1(0, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.handleInvoiceAction__closure(), t2._eval$1("WhereIterable<1>")), new A.handleInvoiceAction__closure0(), t3), true, t3._eval$1("Iterable.E"))); return b; }, - $signature: 46 + $signature: 47 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.legacy_InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 168 + $signature: 170 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -379101,7 +379289,7 @@ t2 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t2, null, t1); }, - $signature: 580 + $signature: 793 }; A.handleInvoiceAction_closure10.prototype = { call$1(_) { @@ -379298,7 +379486,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._cancelInvoices__closure0.prototype = { call$1(error) { @@ -379336,7 +379524,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { @@ -379345,7 +379533,7 @@ t1[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._archiveInvoice__closure1.prototype = { call$1(error) { @@ -379383,7 +379571,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { @@ -379393,7 +379581,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._deleteInvoice__closure1.prototype = { call$1(error) { @@ -379431,7 +379619,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { @@ -379441,7 +379629,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._restoreInvoice__closure1.prototype = { call$1(error) { @@ -379475,7 +379663,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { @@ -379509,7 +379697,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { @@ -379542,7 +379730,7 @@ t1[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._downloadInvoices__closure0.prototype = { call$1(error) { @@ -379581,7 +379769,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._emailInvoice__closure0.prototype = { call$1(error) { @@ -379614,7 +379802,7 @@ t1[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { @@ -379654,7 +379842,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -379674,7 +379862,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 65 + $signature: 67 }; A._saveInvoice__closure1.prototype = { call$1(error) { @@ -379712,7 +379900,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._loadInvoice__closure0.prototype = { call$1(error) { @@ -379806,7 +379994,7 @@ t1[0].call$1(new A.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._saveDocument__closure22.prototype = { call$1(error) { @@ -379903,13 +380091,13 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 626 + $signature: 691 }; A.editingItemIndexReducer_closure1.prototype = { call$2(index, action) { @@ -379939,7 +380127,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure368.prototype = { call$2(selectedId, action) { @@ -379963,19 +380151,19 @@ call$2(selectedId, action) { return action.invoice.id; }, - $signature: 626 + $signature: 691 }; A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure373.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { @@ -380029,7 +380217,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure383.prototype = { call$2(selectedId, action) { @@ -380042,7 +380230,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure122.prototype = { call$2(invoice, action) { @@ -380061,7 +380249,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure52()); }, - $signature: 627 + $signature: 686 }; A.editingReducer__closure52.prototype = { call$1(b) { @@ -380080,7 +380268,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure51()); }, - $signature: 629 + $signature: 685 }; A.editingReducer__closure51.prototype = { call$1(b) { @@ -380093,7 +380281,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure50()); }, - $signature: 633 + $signature: 670 }; A.editingReducer__closure50.prototype = { call$1(b) { @@ -380517,7 +380705,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 364 + $signature: 306 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -380552,7 +380740,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 364 + $signature: 306 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -380567,7 +380755,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new A._updateInvoice__closure())); return b; }, - $signature: 364 + $signature: 306 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -380594,13 +380782,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 332 + $signature: 341 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 139 + $signature: 140 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$8(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { @@ -380661,7 +380849,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 261 + $signature: 262 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -380860,7 +381048,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -380875,7 +381063,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 364 + $signature: 306 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -381402,20 +381590,20 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 38 + $signature: 37 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { A.editEntity(null, this._box_0.payment.rebuild$1(new A.handlePaymentAction__closure1()), true, null); }, - $signature: 37 + $signature: 38 }; A.handlePaymentAction__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 46 + $signature: 47 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -381428,7 +381616,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ViewRefundPayment(t1)); }, - $signature: 37 + $signature: 38 }; A.handlePaymentAction__closure.prototype = { call$1(b) { @@ -381440,7 +381628,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 46 + $signature: 47 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { @@ -381448,7 +381636,7 @@ b.get$_payment_model$_$this()._sendEmail = t1; return b; }, - $signature: 46 + $signature: 47 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -381478,7 +381666,7 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 630 + $signature: 778 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -381506,7 +381694,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 632 + $signature: 630 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -381596,7 +381784,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 227 + $signature: 228 }; A._archivePayment__closure0.prototype = { call$1(payments) { @@ -381605,7 +381793,7 @@ t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 373 + $signature: 304 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -381643,7 +381831,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 227 + $signature: 228 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -381653,7 +381841,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 373 + $signature: 304 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -381691,7 +381879,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 227 + $signature: 228 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -381701,7 +381889,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 373 + $signature: 304 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -381815,7 +382003,7 @@ t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 373 + $signature: 304 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -381990,7 +382178,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { @@ -382008,7 +382196,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { @@ -382026,13 +382214,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { @@ -382080,7 +382268,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { @@ -382093,7 +382281,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { @@ -382124,7 +382312,7 @@ b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 46 + $signature: 47 }; A._viewPaymentList_closure.prototype = { call$1(b) { @@ -382309,7 +382497,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 483 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -382331,7 +382519,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 483 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -382353,7 +382541,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 421 + $signature: 483 }; A._addPayment_closure.prototype = { call$1(b) { @@ -382366,7 +382554,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 375 + $signature: 302 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -382375,7 +382563,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 375 + $signature: 302 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -382384,57 +382572,57 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 375 + $signature: 302 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 668 + $signature: 654 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 227 + $signature: 228 }; A.paymentsByInvoiceSelector_closure0.prototype = { call$1(payment) { var t1 = payment.paymentables._list; return new A.MappedListIterable(t1, new A.paymentsByInvoiceSelector__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).contains$1(0, this.invoiceId) && !payment.isDeleted; }, - $signature: 388 + $signature: 396 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 183 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 668 + $signature: 654 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 227 + $signature: 228 }; A.paymentsByCreditSelector_closure0.prototype = { call$1(payment) { var t1 = payment.paymentables._list; return new A.MappedListIterable(t1, new A.paymentsByCreditSelector__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).contains$1(0, this.creditId) && !payment.isDeleted; }, - $signature: 388 + $signature: 396 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 195 + $signature: 183 }; A.memoizedFilteredPaymentList_closure.prototype = { call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { @@ -382483,7 +382671,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 183 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -382543,7 +382731,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 375 + $signature: 302 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -383024,7 +383212,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 38 + $signature: 37 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -383135,7 +383323,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 487 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -383144,7 +383332,7 @@ t1[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 488 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -383182,7 +383370,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 487 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -383191,7 +383379,7 @@ t1[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 488 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -383229,7 +383417,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 423 + $signature: 487 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -383238,7 +383426,7 @@ t1[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 488 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -383278,7 +383466,7 @@ } t1.completer.complete$1(0, paymentTerm); }, - $signature: 376 + $signature: 299 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -383314,7 +383502,7 @@ t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 376 + $signature: 299 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -383451,31 +383639,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { @@ -383548,7 +383736,7 @@ b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 686 + $signature: 645 }; A._viewPaymentTermList_closure.prototype = { call$1(b) { @@ -383695,7 +383883,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 425 + $signature: 491 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -383717,7 +383905,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 425 + $signature: 491 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -383739,7 +383927,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 425 + $signature: 491 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -383789,7 +383977,7 @@ call$1(item) { return item; }, - $signature: 703 + $signature: 636 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -383875,7 +384063,7 @@ call$1(item) { return item; }, - $signature: 703 + $signature: 636 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -384369,7 +384557,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 38 + $signature: 37 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -384389,7 +384577,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 705 + $signature: 633 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -384409,7 +384597,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 705 + $signature: 633 }; A.StartProductMultiselect.prototype = {}; A.AddToProductMultiselect.prototype = {}; @@ -384536,7 +384724,7 @@ t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 495 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -384583,7 +384771,7 @@ t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 495 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -384630,7 +384818,7 @@ t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 427 + $signature: 495 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -384899,7 +385087,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.editingReducer_closure147.prototype = { call$2(product, action) { @@ -384912,7 +385100,7 @@ b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 174 + $signature: 176 }; A.editingReducer_closure148.prototype = { call$2(products, action) { @@ -384948,7 +385136,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure404.prototype = { call$2(selectedId, action) { @@ -384966,13 +385154,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure407.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure408.prototype = { call$2(selectedId, action) { @@ -385199,7 +385387,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 428 + $signature: 497 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -385221,7 +385409,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 428 + $signature: 497 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -385243,7 +385431,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 428 + $signature: 497 }; A._addProduct_closure.prototype = { call$1(b) { @@ -385256,7 +385444,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 380 + $signature: 297 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -385265,7 +385453,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 380 + $signature: 297 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -385274,7 +385462,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 380 + $signature: 297 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -385311,7 +385499,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { @@ -385440,7 +385628,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 380 + $signature: 297 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -385935,7 +386123,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 38 + $signature: 37 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -385944,7 +386132,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 56 + $signature: 57 }; A.handleProjectAction_closure1.prototype = { call$1(b) { @@ -386104,7 +386292,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 306 + $signature: 350 }; A._archiveProject__closure0.prototype = { call$1(projects) { @@ -386113,7 +386301,7 @@ t1[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 430 + $signature: 499 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -386151,7 +386339,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 306 + $signature: 350 }; A._deleteProject__closure0.prototype = { call$1(projects) { @@ -386160,7 +386348,7 @@ t1[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 430 + $signature: 499 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -386198,7 +386386,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 306 + $signature: 350 }; A._restoreProject__closure0.prototype = { call$1(projects) { @@ -386207,7 +386395,7 @@ t1[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 430 + $signature: 499 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -386253,7 +386441,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 262 + $signature: 284 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -386291,7 +386479,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 262 + $signature: 284 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -386376,7 +386564,7 @@ t1[0].call$1(new A.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 262 + $signature: 284 }; A._saveDocument__closure14.prototype = { call$1(error) { @@ -386473,19 +386661,19 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 726 + $signature: 626 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 726 + $signature: 626 }; A.selectedIdReducer_closure34.prototype = { call$2(completer, action) { @@ -386503,7 +386691,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { @@ -386521,13 +386709,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { @@ -386582,7 +386770,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { @@ -386613,7 +386801,7 @@ b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 175 + $signature: 169 }; A._viewProjectList_closure.prototype = { call$1(b) { @@ -386798,7 +386986,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 431 + $signature: 502 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -386820,7 +387008,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 431 + $signature: 502 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -386842,7 +387030,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 431 + $signature: 502 }; A._addProject_closure.prototype = { call$1(b) { @@ -386855,7 +387043,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 297 + $signature: 298 }; A._updateProject_closure.prototype = { call$1(b) { @@ -386864,7 +387052,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 297 + $signature: 298 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -386873,7 +387061,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 297 + $signature: 298 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -386910,27 +387098,27 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 400 + $signature: 434 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 781 + $signature: 750 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 737 + $signature: 622 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 737 + $signature: 622 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { @@ -387060,7 +387248,7 @@ call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 740 + $signature: 620 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -387076,7 +387264,7 @@ call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 740 + $signature: 620 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -387118,7 +387306,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 297 + $signature: 298 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -387665,7 +387853,7 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 38 + $signature: 37 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(purchaseOrder) { @@ -387934,7 +388122,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._archivePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -387943,7 +388131,7 @@ t1[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._archivePurchaseOrder__closure1.prototype = { call$1(error) { @@ -387981,7 +388169,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._deletePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -387990,7 +388178,7 @@ t1[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._deletePurchaseOrder__closure1.prototype = { call$1(error) { @@ -388028,7 +388216,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._restorePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -388037,7 +388225,7 @@ t1[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._restorePurchaseOrder__closure1.prototype = { call$1(error) { @@ -388071,7 +388259,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.get$completer().complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._approvePurchaseOrder__closure0.prototype = { call$1(error) { @@ -388104,7 +388292,7 @@ t1[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markSentPurchaseOrder__closure0.prototype = { call$1(error) { @@ -388138,7 +388326,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._convertPurchaseOrdersToExpense__closure0.prototype = { call$1(error) { @@ -388172,7 +388360,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._addPurchaseOrdersToInventory__closure0.prototype = { call$1(error) { @@ -388205,7 +388393,7 @@ t1[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._acceptPurchaseOrders__closure0.prototype = { call$1(error) { @@ -388238,7 +388426,7 @@ t1[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._cancelPurchaseOrders__closure0.prototype = { call$1(error) { @@ -388276,7 +388464,7 @@ t1[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._emailPurchaseOrder__closure0.prototype = { call$1(error) { @@ -388316,7 +388504,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { @@ -388338,7 +388526,7 @@ } t1.completer.complete$1(0, purchaseOrder); }, - $signature: 65 + $signature: 67 }; A._savePurchaseOrder__closure1.prototype = { call$1(error) { @@ -388376,7 +388564,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._loadPurchaseOrder__closure0.prototype = { call$1(error) { @@ -388411,7 +388599,7 @@ t1[0].call$1(new A.DownloadPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._downloadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -388444,7 +388632,7 @@ t1[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._bulkEmailPurchaseOrders__closure0.prototype = { call$1(error) { @@ -388535,7 +388723,7 @@ t1[0].call$1(new A.SavePurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._saveDocument__closure8.prototype = { call$1(error) { @@ -388632,13 +388820,13 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 741 + $signature: 614 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { @@ -388669,7 +388857,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { @@ -388693,19 +388881,19 @@ call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 741 + $signature: 614 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { @@ -388759,7 +388947,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { @@ -388772,7 +388960,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure103.prototype = { call$2(purchaseOrder, action) { @@ -388791,7 +388979,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 742 + $signature: 613 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -388810,7 +388998,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 743 + $signature: 612 }; A.editingReducer__closure42.prototype = { call$1(b) { @@ -388823,7 +389011,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 744 + $signature: 611 }; A.editingReducer__closure41.prototype = { call$1(b) { @@ -388862,7 +389050,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 384 + $signature: 407 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { @@ -389141,14 +389329,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { @@ -389160,14 +389348,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { @@ -389179,14 +389367,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -389198,14 +389386,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -389217,14 +389405,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -389246,7 +389434,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 511 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -389268,7 +389456,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 511 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -389290,7 +389478,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 511 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -389299,7 +389487,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 150 + $signature: 151 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -389311,14 +389499,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 150 + $signature: 151 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -389331,7 +389519,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 150 + $signature: 151 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -389347,7 +389535,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 150 + $signature: 151 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -389361,19 +389549,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 332 + $signature: 341 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 177 + $signature: 173 }; A.memoizedFilteredPurchaseOrderList_closure.prototype = { call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 397 + $signature: 421 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -389494,7 +389682,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -389509,7 +389697,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 150 + $signature: 151 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -390073,7 +390261,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 38 + $signature: 37 }; A.handleQuoteAction_closure0.prototype = { call$1(quote) { @@ -390350,7 +390538,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { @@ -390359,7 +390547,7 @@ t1[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._archiveQuote__closure1.prototype = { call$1(error) { @@ -390397,7 +390585,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { @@ -390406,7 +390594,7 @@ t1[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._deleteQuote__closure1.prototype = { call$1(error) { @@ -390444,7 +390632,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { @@ -390453,7 +390641,7 @@ t1[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._restoreQuote__closure1.prototype = { call$1(error) { @@ -390487,7 +390675,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._convertQuotesToInvoices__closure0.prototype = { call$1(error) { @@ -390521,7 +390709,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._convertQuotesToProjects__closure0.prototype = { call$1(error) { @@ -390555,7 +390743,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._approveQuote__closure0.prototype = { call$1(error) { @@ -390588,7 +390776,7 @@ t1[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._markSentQuote__closure0.prototype = { call$1(error) { @@ -390626,7 +390814,7 @@ t1[0].call$1(new A.EmailQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._emailQuote__closure0.prototype = { call$1(error) { @@ -390666,7 +390854,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -390688,7 +390876,7 @@ } t1.completer.complete$1(0, quote); }, - $signature: 65 + $signature: 67 }; A._saveQuote__closure1.prototype = { call$1(error) { @@ -390726,7 +390914,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._loadQuote__closure0.prototype = { call$1(error) { @@ -390761,7 +390949,7 @@ t1[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._downloadQuotes__closure0.prototype = { call$1(error) { @@ -390794,7 +390982,7 @@ t1[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { @@ -390886,7 +391074,7 @@ t1[0].call$1(new A.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._saveDocument__closure12.prototype = { call$1(error) { @@ -390983,13 +391171,13 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 750 + $signature: 610 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { @@ -391019,7 +391207,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { @@ -391043,19 +391231,19 @@ call$2(selectedId, action) { return action.quote.id; }, - $signature: 750 + $signature: 610 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { @@ -391109,7 +391297,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -391122,7 +391310,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure.prototype = { call$2(quote, action) { @@ -391141,7 +391329,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 753 + $signature: 609 }; A.editingReducer__closure4.prototype = { call$1(b) { @@ -391160,7 +391348,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 754 + $signature: 601 }; A.editingReducer__closure3.prototype = { call$1(b) { @@ -391173,7 +391361,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 758 + $signature: 590 }; A.editingReducer__closure2.prototype = { call$1(b) { @@ -391491,14 +391679,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 191 + $signature: 188 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -391520,7 +391708,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 517 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -391542,7 +391730,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 517 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -391564,7 +391752,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 434 + $signature: 517 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -391573,7 +391761,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 191 + $signature: 188 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { @@ -391585,14 +391773,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._convertQuotesToInvoicesSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 191 + $signature: 188 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { @@ -391604,14 +391792,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A._convertQuotesToProjectsSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 191 + $signature: 188 }; A._addQuote_closure.prototype = { call$1(b) { @@ -391624,7 +391812,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 191 + $signature: 188 }; A._addQuote__closure.prototype = { call$1(b) { @@ -391640,7 +391828,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 191 + $signature: 188 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -391654,19 +391842,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 332 + $signature: 341 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 139 + $signature: 140 }; A.memoizedFilteredQuoteList_closure.prototype = { call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 397 + $signature: 421 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -391813,7 +392001,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -391828,7 +392016,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 191 + $signature: 188 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -392358,7 +392546,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 38 + $signature: 37 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -392477,7 +392665,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -392486,7 +392674,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -392524,7 +392712,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -392533,7 +392721,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -392571,7 +392759,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 223 + $signature: 235 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -392580,7 +392768,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -392620,7 +392808,7 @@ } t1.completer.complete$1(0, recurringExpense); }, - $signature: 135 + $signature: 137 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -392658,7 +392846,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 135 + $signature: 137 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -392697,7 +392885,7 @@ this.action.toString; t1[0].call$1(new A.LoadTransactions()); }, - $signature: 574 + $signature: 724 }; A._loadRecurringExpenses__closure0.prototype = { call$1(error) { @@ -392730,7 +392918,7 @@ t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -392763,7 +392951,7 @@ t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 165 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -392809,7 +392997,7 @@ t1[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 135 + $signature: 137 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -392902,7 +393090,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure301.prototype = { call$2(completer, action) { @@ -392920,31 +393108,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { @@ -392999,7 +393187,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { @@ -393177,7 +393365,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 295 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -393199,7 +393387,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 295 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -393221,7 +393409,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 295 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -393234,7 +393422,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 299 + $signature: 300 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -393251,7 +393439,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 299 + $signature: 300 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -393281,7 +393469,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 295 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -393303,7 +393491,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 263 + $signature: 295 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -393312,7 +393500,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 299 + $signature: 300 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -393326,7 +393514,7 @@ call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 579 + $signature: 719 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -393419,7 +393607,7 @@ call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -393435,7 +393623,7 @@ call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -393451,7 +393639,7 @@ call$2(vendorId, transactionMap) { return A.transactionStatsForVendor(vendorId, transactionMap); }, - $signature: 413 + $signature: 465 }; A.transactionStatsForVendor_closure.prototype = { call$2(transactionId, transaction) { @@ -393461,13 +393649,13 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 414 + $signature: 466 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -393483,7 +393671,7 @@ call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 158 + $signature: 161 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -393521,7 +393709,7 @@ call$1(item) { return item; }, - $signature: 583 + $signature: 718 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -393536,7 +393724,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 299 + $signature: 300 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -394067,7 +394255,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 38 + $signature: 37 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(b) { @@ -394236,7 +394424,7 @@ t1[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { @@ -394269,7 +394457,7 @@ t1[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { @@ -394302,7 +394490,7 @@ t1[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._sendNowRecurringInvoice__closure0.prototype = { call$1(error) { @@ -394340,7 +394528,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -394349,7 +394537,7 @@ t1[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -394387,7 +394575,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -394396,7 +394584,7 @@ t1[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { @@ -394434,7 +394622,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 68 + $signature: 64 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -394443,7 +394631,7 @@ t1[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 32 + $signature: 34 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { @@ -394483,7 +394671,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -394499,7 +394687,7 @@ } t1.completer.complete$1(0, recurringInvoice); }, - $signature: 65 + $signature: 67 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -394537,7 +394725,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { @@ -394622,7 +394810,7 @@ t1[0].call$1(new A.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 65 + $signature: 67 }; A._saveDocument__closure4.prototype = { call$1(error) { @@ -394719,13 +394907,13 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 765 + $signature: 585 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { @@ -394756,7 +394944,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { @@ -394781,19 +394969,19 @@ call$2(selectedId, action) { return action.invoice.id; }, - $signature: 765 + $signature: 585 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { @@ -394847,7 +395035,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { @@ -394860,7 +395048,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure76.prototype = { call$2(recurringInvoice, action) { @@ -394879,7 +395067,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 772 + $signature: 584 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -394898,7 +395086,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 773 + $signature: 583 }; A.editingReducer__closure31.prototype = { call$1(b) { @@ -394911,7 +395099,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 774 + $signature: 579 }; A.editingReducer__closure30.prototype = { call$1(b) { @@ -395227,7 +395415,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -395249,7 +395437,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -395259,7 +395447,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 300 + $signature: 301 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -395281,7 +395469,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -395303,7 +395491,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -395325,7 +395513,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -395347,7 +395535,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 235 + $signature: 234 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -395360,7 +395548,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 300 + $signature: 301 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -395375,7 +395563,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 300 + $signature: 301 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -395566,7 +395754,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 100 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -395581,7 +395769,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 300 + $signature: 301 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -396035,14 +396223,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 435 + $signature: 526 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 435 + $signature: 526 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -396078,7 +396266,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 435 + $signature: 526 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -396421,7 +396609,7 @@ t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$0(0); }, - $signature: 782 + $signature: 575 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -396456,7 +396644,7 @@ if (t1 != null) t1.complete$0(0); }, - $signature: 181 + $signature: 206 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -396493,7 +396681,7 @@ t1[0].call$1(new A.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 181 + $signature: 206 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -396530,7 +396718,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 181 + $signature: 206 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -396602,7 +396790,7 @@ t1[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 694 + $signature: 692 }; A._saveSettings__closure0.prototype = { call$1(error) { @@ -396711,7 +396899,7 @@ t1[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 782 + $signature: 575 }; A._saveDocument__closure10.prototype = { call$1(error) { @@ -396801,7 +396989,7 @@ b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { @@ -396818,7 +397006,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -396842,7 +397030,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -396853,7 +397041,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -396864,7 +397052,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { @@ -396881,7 +397069,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { @@ -396914,7 +397102,7 @@ b.get$_company_state$_$this()._updatedAt = t2; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { @@ -396936,7 +397124,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { @@ -396958,7 +397146,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { @@ -396980,7 +397168,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { @@ -397000,7 +397188,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { @@ -397016,7 +397204,7 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { @@ -397038,7 +397226,7 @@ b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { @@ -397052,7 +397240,7 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { @@ -397066,7 +397254,7 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 95 + $signature: 98 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { @@ -397080,7 +397268,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 95 + $signature: 98 }; A.staticLoadedReducer_closure.prototype = { call$1(b) { @@ -397846,7 +398034,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 38 + $signature: 37 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -397951,7 +398139,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 436 + $signature: 530 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { @@ -397960,7 +398148,7 @@ t1[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 383 + $signature: 531 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -397998,7 +398186,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 436 + $signature: 530 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { @@ -398007,7 +398195,7 @@ t1[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 383 + $signature: 531 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -398045,7 +398233,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 436 + $signature: 530 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { @@ -398054,7 +398242,7 @@ t1[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 383 + $signature: 531 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -398094,7 +398282,7 @@ } t1.completer.complete$1(0, subscription); }, - $signature: 302 + $signature: 303 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -398130,7 +398318,7 @@ t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 302 + $signature: 303 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -398263,7 +398451,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure286.prototype = { call$2(completer, action) { @@ -398281,31 +398469,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$subscription()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { @@ -398360,7 +398548,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { @@ -398527,7 +398715,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 534 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -398549,7 +398737,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 534 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -398571,7 +398759,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 438 + $signature: 534 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -398584,7 +398772,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 304 + $signature: 305 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -398593,7 +398781,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 305 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -398602,7 +398790,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 305 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { @@ -398669,7 +398857,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 304 + $signature: 305 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -399163,7 +399351,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 38 + $signature: 37 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -399195,7 +399383,7 @@ taskBDate = taskBTimes.length === 0 ? A.convertTimestampToDate(taskB.createdAt) : B.JSArray_methods.get$first(taskBTimes).startDate; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 718 + $signature: 816 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -399210,7 +399398,7 @@ t1 = false; return t1; }, - $signature: 168 + $signature: 170 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -399356,7 +399544,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 201 + $signature: 187 }; A._archiveTask__closure0.prototype = { call$1(tasks) { @@ -399365,7 +399553,7 @@ t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 266 + $signature: 291 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -399403,7 +399591,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 201 + $signature: 187 }; A._startTask__closure0.prototype = { call$1(tasks) { @@ -399412,7 +399600,7 @@ t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 266 + $signature: 291 }; A._startTask__closure1.prototype = { call$1(error) { @@ -399450,7 +399638,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 201 + $signature: 187 }; A._stopTask__closure0.prototype = { call$1(tasks) { @@ -399459,7 +399647,7 @@ t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 266 + $signature: 291 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -399497,7 +399685,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 201 + $signature: 187 }; A._deleteTask__closure0.prototype = { call$1(tasks) { @@ -399506,7 +399694,7 @@ t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 266 + $signature: 291 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -399544,7 +399732,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 201 + $signature: 187 }; A._restoreTask__closure0.prototype = { call$1(tasks) { @@ -399553,7 +399741,7 @@ t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 266 + $signature: 291 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -399593,7 +399781,7 @@ } t1.completer.complete$1(0, task); }, - $signature: 182 + $signature: 190 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -399631,7 +399819,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 182 + $signature: 190 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -399716,7 +399904,7 @@ t1[0].call$1(new A.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 182 + $signature: 190 }; A._saveDocument__closure16.prototype = { call$1(error) { @@ -399847,7 +400035,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { @@ -399884,7 +400072,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { @@ -399902,13 +400090,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { @@ -399999,7 +400187,7 @@ b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 56 + $signature: 57 }; A._viewTaskList_closure.prototype = { call$1(b) { @@ -400173,7 +400361,7 @@ } } }, - $signature: 234 + $signature: 225 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -400183,7 +400371,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 56 + $signature: 57 }; A._archiveTaskSuccess_closure.prototype = { call$1(b) { @@ -400205,7 +400393,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 234 + $signature: 225 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -400227,7 +400415,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 234 + $signature: 225 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -400249,7 +400437,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 234 + $signature: 225 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -400271,7 +400459,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 234 + $signature: 225 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -400293,7 +400481,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 234 + $signature: 225 }; A._addTask_closure.prototype = { call$1(b) { @@ -400306,7 +400494,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 307 + $signature: 308 }; A._updateTask_closure.prototype = { call$1(b) { @@ -400315,7 +400503,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 307 + $signature: 308 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -400324,13 +400512,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 307 + $signature: 308 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 221 + $signature: 223 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -400384,7 +400572,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t2; return b; }, - $signature: 63 + $signature: 62 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { @@ -400428,7 +400616,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 546 + $signature: 555 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -400464,7 +400652,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 546 + $signature: 555 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -400549,7 +400737,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 308 + $signature: 309 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -400565,7 +400753,7 @@ call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 308 + $signature: 309 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -400581,7 +400769,7 @@ call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 308 + $signature: 309 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -400624,7 +400812,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 307 + $signature: 308 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -401130,7 +401318,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 38 + $signature: 37 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -401138,7 +401326,7 @@ b.get$_task_model$_$this()._task_model$_statusId = t1; return b; }, - $signature: 56 + $signature: 57 }; A._editTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -401243,7 +401431,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 439 + $signature: 385 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -401252,7 +401440,7 @@ t1[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 543 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -401290,7 +401478,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 439 + $signature: 385 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -401299,7 +401487,7 @@ t1[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 543 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -401337,7 +401525,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 439 + $signature: 385 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -401346,7 +401534,7 @@ t1[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 543 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -401386,7 +401574,7 @@ } t1.completer.complete$1(0, taskStatus); }, - $signature: 268 + $signature: 288 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -401422,7 +401610,7 @@ t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 268 + $signature: 288 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -401559,31 +401747,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { @@ -401638,7 +401826,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { @@ -401669,7 +401857,7 @@ b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 157 + $signature: 156 }; A._viewTaskStatusList_closure.prototype = { call$1(b) { @@ -401822,7 +402010,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 310 + $signature: 311 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -401830,7 +402018,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 157 + $signature: 156 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -401852,7 +402040,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 310 + $signature: 311 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -401874,7 +402062,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 310 + $signature: 311 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -401896,7 +402084,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 310 + $signature: 311 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -401909,7 +402097,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 311 + $signature: 383 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -401918,7 +402106,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 311 + $signature: 383 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -401927,7 +402115,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 311 + $signature: 383 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { @@ -402037,7 +402225,7 @@ call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 308 + $signature: 309 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -402110,7 +402298,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 311 + $signature: 383 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -402581,7 +402769,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 38 + $signature: 37 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -402692,7 +402880,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 269 + $signature: 287 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { @@ -402701,7 +402889,7 @@ t1[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 478 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -402739,7 +402927,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 269 + $signature: 287 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { @@ -402748,7 +402936,7 @@ t1[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 478 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -402786,7 +402974,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 269 + $signature: 287 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { @@ -402795,7 +402983,7 @@ t1[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 478 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -402835,7 +403023,7 @@ } t1.completer.complete$1(0, taxRate); }, - $signature: 134 + $signature: 135 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -402871,7 +403059,7 @@ t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 134 + $signature: 135 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -402984,7 +403172,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { @@ -403002,13 +403190,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { @@ -403166,7 +403354,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 443 + $signature: 541 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -403188,7 +403376,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 443 + $signature: 541 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -403210,7 +403398,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 443 + $signature: 541 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -403835,7 +404023,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 38 + $signature: 37 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -403946,7 +404134,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 444 + $signature: 540 }; A._archiveToken__closure0.prototype = { call$1(tokens) { @@ -403955,7 +404143,7 @@ t1[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 445 + $signature: 539 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -403993,7 +404181,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 444 + $signature: 540 }; A._deleteToken__closure0.prototype = { call$1(tokens) { @@ -404002,7 +404190,7 @@ t1[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 445 + $signature: 539 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -404040,7 +404228,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 444 + $signature: 540 }; A._restoreToken__closure0.prototype = { call$1(tokens) { @@ -404049,7 +404237,7 @@ t1[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 445 + $signature: 539 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -404089,7 +404277,7 @@ } t1.completer.complete$1(0, token); }, - $signature: 314 + $signature: 315 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -404127,7 +404315,7 @@ t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 314 + $signature: 315 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -404264,31 +404452,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { @@ -404343,7 +404531,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { @@ -404521,7 +404709,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 446 + $signature: 538 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -404543,7 +404731,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 446 + $signature: 538 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -404565,7 +404753,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 446 + $signature: 538 }; A._addToken_closure.prototype = { call$1(b) { @@ -404578,7 +404766,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 315 + $signature: 316 }; A._updateToken_closure.prototype = { call$1(b) { @@ -404587,7 +404775,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 316 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -404596,7 +404784,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 315 + $signature: 316 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { @@ -404682,7 +404870,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 315 + $signature: 316 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -405194,7 +405382,7 @@ call$1(transaction) { return transaction.get$id(transaction); }, - $signature: 38 + $signature: 37 }; A._editTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -405299,7 +405487,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 448 + $signature: 537 }; A._archiveTransaction__closure0.prototype = { call$1(transactions) { @@ -405308,7 +405496,7 @@ t1[0].call$1(new A.ArchiveTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 316 + $signature: 317 }; A._archiveTransaction__closure1.prototype = { call$1(error) { @@ -405346,7 +405534,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 448 + $signature: 537 }; A._deleteTransaction__closure0.prototype = { call$1(transactions) { @@ -405355,7 +405543,7 @@ t1[0].call$1(new A.DeleteTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 316 + $signature: 317 }; A._deleteTransaction__closure1.prototype = { call$1(error) { @@ -405393,7 +405581,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].transactionState.map._map$_map.$index(0, id); }, - $signature: 448 + $signature: 537 }; A._restoreTransaction__closure0.prototype = { call$1(transactions) { @@ -405402,7 +405590,7 @@ t1[0].call$1(new A.RestoreTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 316 + $signature: 317 }; A._restoreTransaction__closure1.prototype = { call$1(error) { @@ -405436,7 +405624,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 316 + $signature: 317 }; A._convertTransactions__closure0.prototype = { call$1(error) { @@ -405470,7 +405658,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; A._convertToPayment__closure0.prototype = { call$1(error) { @@ -405504,7 +405692,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; A._convertToExpense__closure0.prototype = { call$1(error) { @@ -405544,7 +405732,7 @@ } t1.completer.complete$1(0, transaction); }, - $signature: 231 + $signature: 233 }; A._saveTransaction__closure0.prototype = { call$1(error) { @@ -405580,7 +405768,7 @@ t1[0].call$1(new A.LoadTransactionSuccess(transaction)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 233 }; A._loadTransaction__closure0.prototype = { call$1(error) { @@ -405710,7 +405898,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.selectedIdReducer_closure350.prototype = { call$2(completer, action) { @@ -405728,31 +405916,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_transaction ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure353.prototype = { call$2(selectedId, action) { return action.get$transactionId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure354.prototype = { call$2(selectedId, action) { return J.get$id$x(J.get$transaction$x(action)); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { @@ -405807,7 +405995,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure118.prototype = { call$2(transactions, action) { @@ -405838,7 +406026,7 @@ b.get$_transaction_model$_$this()._transaction_model$_isChanged = true; return b; }, - $signature: 185 + $signature: 202 }; A._viewTransactionList_closure.prototype = { call$1(b) { @@ -406004,7 +406192,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 449 + $signature: 535 }; A._deleteTransactionSuccess_closure.prototype = { call$1(b) { @@ -406026,7 +406214,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 449 + $signature: 535 }; A._restoreTransactionSuccess_closure.prototype = { call$1(b) { @@ -406048,7 +406236,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 449 + $signature: 535 }; A._addTransaction_closure.prototype = { call$1(b) { @@ -406061,7 +406249,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 228 + $signature: 231 }; A._updateTransaction_closure.prototype = { call$1(b) { @@ -406070,7 +406258,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 228 + $signature: 231 }; A._convertTransactionToPayment_closure.prototype = { call$1(b) { @@ -406079,7 +406267,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 228 + $signature: 231 }; A._convertTransactionToExpense_closure.prototype = { call$1(b) { @@ -406088,7 +406276,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 228 + $signature: 231 }; A._setLoadedTransaction_closure.prototype = { call$1(b) { @@ -406097,7 +406285,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 228 + $signature: 231 }; A.memoizedFilteredTransactionList_closure.prototype = { call$9(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState) { @@ -406146,7 +406334,7 @@ call$2(bankAccountId, transactionMap) { return A.transactionStatsForBankAccount(bankAccountId, transactionMap); }, - $signature: 413 + $signature: 465 }; A.transactionStatsForBankAccount_closure.prototype = { call$2(transactionId, transaction) { @@ -406156,7 +406344,7 @@ else if (transaction.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 414 + $signature: 466 }; A.TransactionState.prototype = { $get$1(_, transactionId) { @@ -406198,7 +406386,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 228 + $signature: 231 }; A.TransactionUIState.prototype = { get$isCreatingNew() { @@ -407042,11 +407230,13 @@ b.get$_pref_state$_$this()._editAfterSaving = t1; t1 = $.$get$enableTouchEventsReducer().call$2(t2.enableTouchEvents, t3); b.get$_pref_state$_$this()._enableTouchEvents = t1; - t3 = $.$get$showPdfPreviewReducer().call$2(t2.showPdfPreview, t3); - b.get$_pref_state$_$this()._showPdfPreview = t3; + t1 = $.$get$showPdfPreviewReducer().call$2(t2.showPdfPreview, t3); + b.get$_pref_state$_$this()._showPdfPreview = t1; + t3 = $.$get$showPdfPreviewSideBySideReducer().call$2(t2.showPdfPreviewSideBySide, t3); + b.get$_pref_state$_$this()._showPdfPreviewSideBySide = t3; return b; }, - $signature: 608 + $signature: 607 }; A._resortFields_closure.prototype = { call$1(b) { @@ -407214,14 +407404,14 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 317 + $signature: 318 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 317 + $signature: 318 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -407239,20 +407429,20 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 317 + $signature: 318 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 317 + $signature: 318 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 83 + $signature: 79 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -407266,7 +407456,7 @@ return value; } }, - $signature: 83 + $signature: 79 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { @@ -407279,7 +407469,7 @@ call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 83 + $signature: 79 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -407290,13 +407480,13 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 83 + $signature: 79 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 687 + $signature: 678 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { @@ -407366,70 +407556,70 @@ var t1 = action.enableDarkMode; return t1 == null ? enableDarkMode : t1; }, - $signature: 83 + $signature: 79 }; A.enableJspdfReducer_closure.prototype = { call$2(enableJSPDF, action) { var t1 = action.enableJSPDF; return t1 == null ? enableJSPDF : t1; }, - $signature: 83 + $signature: 79 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 83 + $signature: 79 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 83 + $signature: 79 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 83 + $signature: 79 }; A.persistUIReducer_closure.prototype = { call$2(persistUI, action) { action.toString; return persistUI; }, - $signature: 83 + $signature: 79 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 83 + $signature: 79 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 83 + $signature: 79 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 83 + $signature: 79 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 83 + $signature: 79 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { @@ -407442,7 +407632,7 @@ var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 83 + $signature: 79 }; A.isPreviewVisibleReducer_closure1.prototype = { call$2(value, action) { @@ -407533,7 +407723,7 @@ var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 83 + $signature: 79 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { @@ -407547,21 +407737,28 @@ var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 83 + $signature: 79 + }; + A.showPdfPreviewSideBySideReducer_closure.prototype = { + call$2(value, action) { + var t1 = action.showPdfPreviewSideBySide; + return t1 == null ? value : t1; + }, + $signature: 79 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 83 + $signature: 79 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 83 + $signature: 79 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { @@ -407597,7 +407794,7 @@ B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 450 + $signature: 533 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { @@ -407924,7 +408121,7 @@ var t1 = this.record; return t1.entityType == item.entityType && t1.id == item.id; }, - $signature: 689 + $signature: 688 }; A._addToHistory_closure0.prototype = { call$0() { @@ -407939,7 +408136,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 450 + $signature: 533 }; A._addToHistory_closure2.prototype = { call$1(b) { @@ -407953,7 +408150,7 @@ b._listOwner = null; return b; }, - $signature: 450 + $signature: 533 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -407993,7 +408190,7 @@ A.HistoryRecord.prototype = {}; A._$PrefStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - return A._setArrayType(["appLayout", serializers.serialize$2$specifiedType(object.appLayout, B.FullType_88H), "moduleLayout", serializers.serialize$2$specifiedType(object.moduleLayout, B.FullType_2No), "menuSidebarMode", serializers.serialize$2$specifiedType(object.menuSidebarMode, B.FullType_D72), "historySidebarMode", serializers.serialize$2$specifiedType(object.historySidebarMode, B.FullType_D72), "useSidebarEditor", serializers.serialize$2$specifiedType(object.useSidebarEditor, B.FullType_QqY), "useSidebarViewer", serializers.serialize$2$specifiedType(object.useSidebarViewer, B.FullType_QqY), "customColors", serializers.serialize$2$specifiedType(object.customColors, B.FullType_LNO), "isPreviewVisible", serializers.serialize$2$specifiedType(object.isPreviewVisible, B.FullType_MtR), "isMenuVisible", serializers.serialize$2$specifiedType(object.isMenuVisible, B.FullType_MtR), "showKanban", serializers.serialize$2$specifiedType(object.showKanban, B.FullType_MtR), "showPdfPreview", serializers.serialize$2$specifiedType(object.showPdfPreview, B.FullType_MtR), "enableTouchEvents", serializers.serialize$2$specifiedType(object.enableTouchEvents, B.FullType_MtR), "enableFlexibleSearch", serializers.serialize$2$specifiedType(object.enableFlexibleSearch, B.FullType_MtR), "isHistoryVisible", serializers.serialize$2$specifiedType(object.isHistoryVisible, B.FullType_MtR), "enableDarkMode", serializers.serialize$2$specifiedType(object.enableDarkMode, B.FullType_MtR), "isFilterVisible", serializers.serialize$2$specifiedType(object.isFilterVisible, B.FullType_MtR), "persistData", serializers.serialize$2$specifiedType(object.persistData, B.FullType_MtR), "persistUI", serializers.serialize$2$specifiedType(object.persistUI, B.FullType_MtR), "longPressSelectionIsDefault", serializers.serialize$2$specifiedType(object.longPressSelectionIsDefault, B.FullType_MtR), "requireAuthentication", serializers.serialize$2$specifiedType(object.requireAuthentication, B.FullType_MtR), "tapSelectedToEdit", serializers.serialize$2$specifiedType(object.tapSelectedToEdit, B.FullType_MtR), "enableJSPDF", serializers.serialize$2$specifiedType(object.enableJSPDF, B.FullType_MtR), "rowsPerPage", serializers.serialize$2$specifiedType(object.rowsPerPage, B.FullType_kjq), "enableTooltips", serializers.serialize$2$specifiedType(object.enableTooltips, B.FullType_MtR), "colorTheme", serializers.serialize$2$specifiedType(object.colorTheme, B.FullType_h8g), "hideDesktopWarning", serializers.serialize$2$specifiedType(object.hideDesktopWarning, B.FullType_MtR), "hideGatewayWarning", serializers.serialize$2$specifiedType(object.hideGatewayWarning, B.FullType_MtR), "hideReviewApp", serializers.serialize$2$specifiedType(object.hideReviewApp, B.FullType_MtR), "editAfterSaving", serializers.serialize$2$specifiedType(object.editAfterSaving, B.FullType_MtR), "textScaleFactor", serializers.serialize$2$specifiedType(object.textScaleFactor, B.FullType_MME), "sortFields", serializers.serialize$2$specifiedType(object.sortFields, B.FullType_fL6), "companyPrefs", serializers.serialize$2$specifiedType(object.companyPrefs, B.FullType_ym9)], type$.JSArray_legacy_Object); + return A._setArrayType(["appLayout", serializers.serialize$2$specifiedType(object.appLayout, B.FullType_88H), "moduleLayout", serializers.serialize$2$specifiedType(object.moduleLayout, B.FullType_2No), "menuSidebarMode", serializers.serialize$2$specifiedType(object.menuSidebarMode, B.FullType_D72), "historySidebarMode", serializers.serialize$2$specifiedType(object.historySidebarMode, B.FullType_D72), "useSidebarEditor", serializers.serialize$2$specifiedType(object.useSidebarEditor, B.FullType_QqY), "useSidebarViewer", serializers.serialize$2$specifiedType(object.useSidebarViewer, B.FullType_QqY), "customColors", serializers.serialize$2$specifiedType(object.customColors, B.FullType_LNO), "isPreviewVisible", serializers.serialize$2$specifiedType(object.isPreviewVisible, B.FullType_MtR), "isMenuVisible", serializers.serialize$2$specifiedType(object.isMenuVisible, B.FullType_MtR), "showKanban", serializers.serialize$2$specifiedType(object.showKanban, B.FullType_MtR), "showPdfPreview", serializers.serialize$2$specifiedType(object.showPdfPreview, B.FullType_MtR), "showPdfPreviewSideBySide", serializers.serialize$2$specifiedType(object.showPdfPreviewSideBySide, B.FullType_MtR), "enableTouchEvents", serializers.serialize$2$specifiedType(object.enableTouchEvents, B.FullType_MtR), "enableFlexibleSearch", serializers.serialize$2$specifiedType(object.enableFlexibleSearch, B.FullType_MtR), "isHistoryVisible", serializers.serialize$2$specifiedType(object.isHistoryVisible, B.FullType_MtR), "enableDarkMode", serializers.serialize$2$specifiedType(object.enableDarkMode, B.FullType_MtR), "isFilterVisible", serializers.serialize$2$specifiedType(object.isFilterVisible, B.FullType_MtR), "persistData", serializers.serialize$2$specifiedType(object.persistData, B.FullType_MtR), "persistUI", serializers.serialize$2$specifiedType(object.persistUI, B.FullType_MtR), "longPressSelectionIsDefault", serializers.serialize$2$specifiedType(object.longPressSelectionIsDefault, B.FullType_MtR), "requireAuthentication", serializers.serialize$2$specifiedType(object.requireAuthentication, B.FullType_MtR), "tapSelectedToEdit", serializers.serialize$2$specifiedType(object.tapSelectedToEdit, B.FullType_MtR), "enableJSPDF", serializers.serialize$2$specifiedType(object.enableJSPDF, B.FullType_MtR), "rowsPerPage", serializers.serialize$2$specifiedType(object.rowsPerPage, B.FullType_kjq), "enableTooltips", serializers.serialize$2$specifiedType(object.enableTooltips, B.FullType_MtR), "colorTheme", serializers.serialize$2$specifiedType(object.colorTheme, B.FullType_h8g), "hideDesktopWarning", serializers.serialize$2$specifiedType(object.hideDesktopWarning, B.FullType_MtR), "hideGatewayWarning", serializers.serialize$2$specifiedType(object.hideGatewayWarning, B.FullType_MtR), "hideReviewApp", serializers.serialize$2$specifiedType(object.hideReviewApp, B.FullType_MtR), "editAfterSaving", serializers.serialize$2$specifiedType(object.editAfterSaving, B.FullType_MtR), "textScaleFactor", serializers.serialize$2$specifiedType(object.textScaleFactor, B.FullType_MME), "sortFields", serializers.serialize$2$specifiedType(object.sortFields, B.FullType_fL6), "companyPrefs", serializers.serialize$2$specifiedType(object.companyPrefs, B.FullType_ym9)], type$.JSArray_legacy_Object); }, serialize$2(serializers, object) { return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); @@ -408076,6 +408273,10 @@ t8 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); result.get$_pref_state$_$this()._showPdfPreview = t8; break; + case "showPdfPreviewSideBySide": + t8 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); + result.get$_pref_state$_$this()._showPdfPreviewSideBySide = t8; + break; case "enableTouchEvents": t8 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); result.get$_pref_state$_$this()._enableTouchEvents = t8; @@ -408451,12 +408652,12 @@ return false; if (other === _this) return true; - return other instanceof A.PrefState && _this.appLayout === other.appLayout && _this.moduleLayout === other.moduleLayout && _this.menuSidebarMode === other.menuSidebarMode && _this.historySidebarMode === other.historySidebarMode && J.$eq$(_this.useSidebarEditor, other.useSidebarEditor) && J.$eq$(_this.useSidebarViewer, other.useSidebarViewer) && J.$eq$(_this.customColors, other.customColors) && _this.isPreviewVisible === other.isPreviewVisible && _this.isMenuVisible === other.isMenuVisible && _this.showKanban === other.showKanban && _this.showPdfPreview === other.showPdfPreview && _this.enableTouchEvents === other.enableTouchEvents && _this.enableFlexibleSearch === other.enableFlexibleSearch && _this.isHistoryVisible === other.isHistoryVisible && _this.enableDarkMode === other.enableDarkMode && _this.isFilterVisible === other.isFilterVisible && _this.persistData === other.persistData && _this.persistUI === other.persistUI && _this.longPressSelectionIsDefault === other.longPressSelectionIsDefault && _this.requireAuthentication === other.requireAuthentication && _this.tapSelectedToEdit === other.tapSelectedToEdit && _this.enableJSPDF === other.enableJSPDF && _this.rowsPerPage === other.rowsPerPage && _this.enableTooltips === other.enableTooltips && _this.colorTheme === other.colorTheme && _this.hideDesktopWarning === other.hideDesktopWarning && _this.hideGatewayWarning === other.hideGatewayWarning && _this.hideReviewApp === other.hideReviewApp && _this.editAfterSaving === other.editAfterSaving && _this.textScaleFactor === other.textScaleFactor && J.$eq$(_this.sortFields, other.sortFields) && J.$eq$(_this.companyPrefs, other.companyPrefs); + return other instanceof A.PrefState && _this.appLayout === other.appLayout && _this.moduleLayout === other.moduleLayout && _this.menuSidebarMode === other.menuSidebarMode && _this.historySidebarMode === other.historySidebarMode && J.$eq$(_this.useSidebarEditor, other.useSidebarEditor) && J.$eq$(_this.useSidebarViewer, other.useSidebarViewer) && J.$eq$(_this.customColors, other.customColors) && _this.isPreviewVisible === other.isPreviewVisible && _this.isMenuVisible === other.isMenuVisible && _this.showKanban === other.showKanban && _this.showPdfPreview === other.showPdfPreview && _this.showPdfPreviewSideBySide === other.showPdfPreviewSideBySide && _this.enableTouchEvents === other.enableTouchEvents && _this.enableFlexibleSearch === other.enableFlexibleSearch && _this.isHistoryVisible === other.isHistoryVisible && _this.enableDarkMode === other.enableDarkMode && _this.isFilterVisible === other.isFilterVisible && _this.persistData === other.persistData && _this.persistUI === other.persistUI && _this.longPressSelectionIsDefault === other.longPressSelectionIsDefault && _this.requireAuthentication === other.requireAuthentication && _this.tapSelectedToEdit === other.tapSelectedToEdit && _this.enableJSPDF === other.enableJSPDF && _this.rowsPerPage === other.rowsPerPage && _this.enableTooltips === other.enableTooltips && _this.colorTheme === other.colorTheme && _this.hideDesktopWarning === other.hideDesktopWarning && _this.hideGatewayWarning === other.hideGatewayWarning && _this.hideReviewApp === other.hideReviewApp && _this.editAfterSaving === other.editAfterSaving && _this.textScaleFactor === other.textScaleFactor && J.$eq$(_this.sortFields, other.sortFields) && J.$eq$(_this.companyPrefs, other.companyPrefs); }, get$hashCode(_) { var _this = this, t1 = _this.__hashCode; - return t1 == null ? _this.__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, A.Primitives_objectHashCode(_this.appLayout)), A.Primitives_objectHashCode(_this.moduleLayout)), A.Primitives_objectHashCode(_this.menuSidebarMode)), A.Primitives_objectHashCode(_this.historySidebarMode)), J.get$hashCode$(_this.useSidebarEditor)), J.get$hashCode$(_this.useSidebarViewer)), J.get$hashCode$(_this.customColors)), B.JSBool_methods.get$hashCode(_this.isPreviewVisible)), B.JSBool_methods.get$hashCode(_this.isMenuVisible)), B.JSBool_methods.get$hashCode(_this.showKanban)), B.JSBool_methods.get$hashCode(_this.showPdfPreview)), B.JSBool_methods.get$hashCode(_this.enableTouchEvents)), B.JSBool_methods.get$hashCode(_this.enableFlexibleSearch)), B.JSBool_methods.get$hashCode(_this.isHistoryVisible)), B.JSBool_methods.get$hashCode(_this.enableDarkMode)), B.JSBool_methods.get$hashCode(_this.isFilterVisible)), B.JSBool_methods.get$hashCode(_this.persistData)), B.JSBool_methods.get$hashCode(_this.persistUI)), B.JSBool_methods.get$hashCode(_this.longPressSelectionIsDefault)), B.JSBool_methods.get$hashCode(_this.requireAuthentication)), B.JSBool_methods.get$hashCode(_this.tapSelectedToEdit)), B.JSBool_methods.get$hashCode(_this.enableJSPDF)), B.JSInt_methods.get$hashCode(_this.rowsPerPage)), B.JSBool_methods.get$hashCode(_this.enableTooltips)), B.JSString_methods.get$hashCode(_this.colorTheme)), B.JSBool_methods.get$hashCode(_this.hideDesktopWarning)), B.JSBool_methods.get$hashCode(_this.hideGatewayWarning)), B.JSBool_methods.get$hashCode(_this.hideReviewApp)), B.JSBool_methods.get$hashCode(_this.editAfterSaving)), B.JSNumber_methods.get$hashCode(_this.textScaleFactor)), J.get$hashCode$(_this.sortFields)), J.get$hashCode$(_this.companyPrefs))) : t1; + return t1 == null ? _this.__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, A.Primitives_objectHashCode(_this.appLayout)), A.Primitives_objectHashCode(_this.moduleLayout)), A.Primitives_objectHashCode(_this.menuSidebarMode)), A.Primitives_objectHashCode(_this.historySidebarMode)), J.get$hashCode$(_this.useSidebarEditor)), J.get$hashCode$(_this.useSidebarViewer)), J.get$hashCode$(_this.customColors)), B.JSBool_methods.get$hashCode(_this.isPreviewVisible)), B.JSBool_methods.get$hashCode(_this.isMenuVisible)), B.JSBool_methods.get$hashCode(_this.showKanban)), B.JSBool_methods.get$hashCode(_this.showPdfPreview)), B.JSBool_methods.get$hashCode(_this.showPdfPreviewSideBySide)), B.JSBool_methods.get$hashCode(_this.enableTouchEvents)), B.JSBool_methods.get$hashCode(_this.enableFlexibleSearch)), B.JSBool_methods.get$hashCode(_this.isHistoryVisible)), B.JSBool_methods.get$hashCode(_this.enableDarkMode)), B.JSBool_methods.get$hashCode(_this.isFilterVisible)), B.JSBool_methods.get$hashCode(_this.persistData)), B.JSBool_methods.get$hashCode(_this.persistUI)), B.JSBool_methods.get$hashCode(_this.longPressSelectionIsDefault)), B.JSBool_methods.get$hashCode(_this.requireAuthentication)), B.JSBool_methods.get$hashCode(_this.tapSelectedToEdit)), B.JSBool_methods.get$hashCode(_this.enableJSPDF)), B.JSInt_methods.get$hashCode(_this.rowsPerPage)), B.JSBool_methods.get$hashCode(_this.enableTooltips)), B.JSString_methods.get$hashCode(_this.colorTheme)), B.JSBool_methods.get$hashCode(_this.hideDesktopWarning)), B.JSBool_methods.get$hashCode(_this.hideGatewayWarning)), B.JSBool_methods.get$hashCode(_this.hideReviewApp)), B.JSBool_methods.get$hashCode(_this.editAfterSaving)), B.JSNumber_methods.get$hashCode(_this.textScaleFactor)), J.get$hashCode$(_this.sortFields)), J.get$hashCode$(_this.companyPrefs))) : t1; }, toString$0(_) { var _this = this, @@ -408473,6 +408674,7 @@ t2.add$2(t1, "isMenuVisible", _this.isMenuVisible); t2.add$2(t1, "showKanban", _this.showKanban); t2.add$2(t1, "showPdfPreview", _this.showPdfPreview); + t2.add$2(t1, "showPdfPreviewSideBySide", _this.showPdfPreviewSideBySide); t2.add$2(t1, "enableTouchEvents", _this.enableTouchEvents); t2.add$2(t1, "enableFlexibleSearch", _this.enableFlexibleSearch); t2.add$2(t1, "isHistoryVisible", _this.isHistoryVisible); @@ -408556,6 +408758,7 @@ _this._isMenuVisible = $$v.isMenuVisible; _this._showKanban = $$v.showKanban; _this._showPdfPreview = $$v.showPdfPreview; + _this._showPdfPreviewSideBySide = $$v.showPdfPreviewSideBySide; _this._enableTouchEvents = $$v.enableTouchEvents; _this._enableFlexibleSearch = $$v.enableFlexibleSearch; _this._isHistoryVisible = $$v.isHistoryVisible; @@ -408590,7 +408793,7 @@ return _this; }, build$0() { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, exception, _this = this, _s9_ = "PrefState", _$result = null; try { @@ -408623,65 +408826,68 @@ t11 = _this.get$_pref_state$_$this()._showPdfPreview; if (t11 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "showPdfPreview")); - t12 = _this.get$_pref_state$_$this()._enableTouchEvents; + t12 = _this.get$_pref_state$_$this()._showPdfPreviewSideBySide; if (t12 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableTouchEvents")); - t13 = _this.get$_pref_state$_$this()._enableFlexibleSearch; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "showPdfPreviewSideBySide")); + t13 = _this.get$_pref_state$_$this()._enableTouchEvents; if (t13 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableFlexibleSearch")); - t14 = _this.get$_pref_state$_$this()._isHistoryVisible; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableTouchEvents")); + t14 = _this.get$_pref_state$_$this()._enableFlexibleSearch; if (t14 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "isHistoryVisible")); - t15 = _this.get$_pref_state$_$this()._enableDarkMode; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableFlexibleSearch")); + t15 = _this.get$_pref_state$_$this()._isHistoryVisible; if (t15 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableDarkMode")); - t16 = _this.get$_pref_state$_$this()._isFilterVisible; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "isHistoryVisible")); + t16 = _this.get$_pref_state$_$this()._enableDarkMode; if (t16 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "isFilterVisible")); - t17 = _this.get$_pref_state$_$this()._persistData; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableDarkMode")); + t17 = _this.get$_pref_state$_$this()._isFilterVisible; if (t17 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "persistData")); - t18 = _this.get$_pref_state$_$this()._persistUI; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "isFilterVisible")); + t18 = _this.get$_pref_state$_$this()._persistData; if (t18 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "persistUI")); - t19 = _this.get$_pref_state$_$this()._longPressSelectionIsDefault; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "persistData")); + t19 = _this.get$_pref_state$_$this()._persistUI; if (t19 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "longPressSelectionIsDefault")); - t20 = _this.get$_pref_state$_$this()._requireAuthentication; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "persistUI")); + t20 = _this.get$_pref_state$_$this()._longPressSelectionIsDefault; if (t20 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "requireAuthentication")); - t21 = _this.get$_pref_state$_$this()._tapSelectedToEdit; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "longPressSelectionIsDefault")); + t21 = _this.get$_pref_state$_$this()._requireAuthentication; if (t21 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "tapSelectedToEdit")); - t22 = _this.get$_pref_state$_$this()._enableJSPDF; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "requireAuthentication")); + t22 = _this.get$_pref_state$_$this()._tapSelectedToEdit; if (t22 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableJSPDF")); - t23 = _this.get$_pref_state$_$this()._rowsPerPage; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "tapSelectedToEdit")); + t23 = _this.get$_pref_state$_$this()._enableJSPDF; if (t23 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "rowsPerPage")); - t24 = _this.get$_pref_state$_$this()._enableTooltips; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableJSPDF")); + t24 = _this.get$_pref_state$_$this()._rowsPerPage; if (t24 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableTooltips")); - t25 = _this.get$_pref_state$_$this()._colorTheme; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "rowsPerPage")); + t25 = _this.get$_pref_state$_$this()._enableTooltips; if (t25 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "colorTheme")); - t26 = _this.get$_pref_state$_$this()._hideDesktopWarning; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "enableTooltips")); + t26 = _this.get$_pref_state$_$this()._colorTheme; if (t26 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideDesktopWarning")); - t27 = _this.get$_pref_state$_$this()._hideGatewayWarning; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "colorTheme")); + t27 = _this.get$_pref_state$_$this()._hideDesktopWarning; if (t27 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideGatewayWarning")); - t28 = _this.get$_pref_state$_$this()._hideReviewApp; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideDesktopWarning")); + t28 = _this.get$_pref_state$_$this()._hideGatewayWarning; if (t28 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideReviewApp")); - t29 = _this.get$_pref_state$_$this()._editAfterSaving; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideGatewayWarning")); + t29 = _this.get$_pref_state$_$this()._hideReviewApp; if (t29 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "editAfterSaving")); - t30 = _this.get$_pref_state$_$this()._textScaleFactor; + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "hideReviewApp")); + t30 = _this.get$_pref_state$_$this()._editAfterSaving; if (t30 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "editAfterSaving")); + t31 = _this.get$_pref_state$_$this()._textScaleFactor; + if (t31 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s9_, "textScaleFactor")); - t31 = _this.get$sortFields().build$0(); - _$result0 = A._$PrefState$_(t1, t25, _this.get$companyPrefs().build$0(), t7, t29, t15, t13, t22, t24, t12, t26, t27, t28, t4, t16, t14, t9, t8, t19, t3, t2, t17, t18, t20, t23, t10, t11, t31, t21, t30, t5, t6); + t32 = _this.get$sortFields().build$0(); + _$result0 = A._$PrefState$_(t1, t26, _this.get$companyPrefs().build$0(), t7, t30, t16, t14, t23, t25, t13, t27, t28, t29, t4, t17, t15, t9, t8, t20, t3, t2, t18, t19, t21, t24, t10, t11, t12, t32, t22, t31, t5, t6); } _$result = _$result0; } catch (exception) { @@ -409012,7 +409218,7 @@ t3._company_state$_$v = t2; return b; }, - $signature: 656 + $signature: 644 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { @@ -409208,7 +409414,7 @@ call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 168 + $signature: 170 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -410358,7 +410564,7 @@ call$1(user) { return user.get$id(user); }, - $signature: 38 + $signature: 37 }; A.handleUserAction_closure0.prototype = { call$1(b) { @@ -410407,14 +410613,14 @@ var t1 = this.user.id; return b.get$_payment_model$_$this()._payment_model$_assignedUserId = t1; }, - $signature: 778 + $signature: 754 }; A.handleUserAction_closure7.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_project_model$_$this()._project_model$_assignedUserId = t1; }, - $signature: 780 + $signature: 756 }; A.handleUserAction_closure8.prototype = { call$1(b) { @@ -410444,7 +410650,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 318 + $signature: 319 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { @@ -410466,7 +410672,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 318 + $signature: 319 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { @@ -410488,7 +410694,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 318 + $signature: 319 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { @@ -410511,7 +410717,7 @@ call$0() { return this.call$2(null, null); }, - $signature: 318 + $signature: 319 }; A.handleUserAction_closure16.prototype = { call$1(_) { @@ -410645,7 +410851,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 451 + $signature: 532 }; A._archiveUser__closure0.prototype = { call$1(users) { @@ -410694,7 +410900,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 451 + $signature: 532 }; A._deleteUser__closure0.prototype = { call$1(users) { @@ -410743,7 +410949,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 451 + $signature: 532 }; A._restoreUser__closure0.prototype = { call$1(users) { @@ -410861,7 +411067,7 @@ } t1.completer.complete$1(0, user); }, - $signature: 181 + $signature: 206 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -410899,7 +411105,7 @@ t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 181 + $signature: 206 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -411036,7 +411242,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { @@ -411054,13 +411260,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { @@ -411108,7 +411314,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 161 + $signature: 158 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { @@ -411121,7 +411327,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure45.prototype = { call$2(users, action) { @@ -411152,7 +411358,7 @@ b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 79 + $signature: 82 }; A._viewUserList_closure.prototype = { call$1(b) { @@ -411337,7 +411543,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 453 + $signature: 528 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -411359,7 +411565,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 453 + $signature: 528 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -411381,7 +411587,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 453 + $signature: 528 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -411391,7 +411597,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 132 + $signature: 130 }; A._addUser_closure.prototype = { call$1(b) { @@ -411404,7 +411610,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 132 + $signature: 130 }; A._updateUser_closure.prototype = { call$1(b) { @@ -411413,7 +411619,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 132 + $signature: 130 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -411422,7 +411628,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 132 + $signature: 130 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -411431,7 +411637,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 132 + $signature: 130 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -411440,7 +411646,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 132 + $signature: 130 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -411449,14 +411655,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 132 + $signature: 130 }; A._setLoadedUsers_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new A._setLoadedUsers__closure(), new A._setLoadedUsers__closure0(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 132 + $signature: 130 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -411477,14 +411683,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 132 + $signature: 130 }; A._setLoadedCompany_closure5.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new A._setLoadedCompany__closure5(), new A._setLoadedCompany__closure6(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 132 + $signature: 130 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -411505,7 +411711,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 132 + $signature: 130 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { @@ -411568,7 +411774,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 454 + $signature: 525 }; A.userList_closure.prototype = { call$1(userId) { @@ -411588,7 +411794,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 454 + $signature: 525 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -411610,7 +411816,7 @@ call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 454 + $signature: 525 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -412148,14 +412354,14 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 38 + $signature: 37 }; A.handleVendorAction_closure0.prototype = { call$1(contact) { var t1 = contact.link; return t1.length !== 0; }, - $signature: 177 + $signature: 173 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -412272,7 +412478,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 455 + $signature: 524 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { @@ -412281,7 +412487,7 @@ t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 523 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -412319,7 +412525,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 455 + $signature: 524 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { @@ -412328,7 +412534,7 @@ t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 523 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -412366,7 +412572,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 455 + $signature: 524 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { @@ -412375,7 +412581,7 @@ t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 456 + $signature: 523 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -412421,7 +412627,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 271 + $signature: 283 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -412459,7 +412665,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 271 + $signature: 283 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -412544,7 +412750,7 @@ t1[0].call$1(new A.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 271 + $signature: 283 }; A._saveDocument__closure18.prototype = { call$1(error) { @@ -412646,7 +412852,7 @@ call$2(completer, action) { return 0; }, - $signature: 93 + $signature: 92 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { @@ -412676,7 +412882,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { @@ -412694,13 +412900,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { @@ -412755,7 +412961,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { @@ -412786,7 +412992,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 106 + $signature: 89 }; A._addContact_closure.prototype = { call$1(b) { @@ -412797,7 +413003,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 106 + $signature: 89 }; A._removeContact_closure.prototype = { call$1(b) { @@ -412807,7 +413013,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 106 + $signature: 89 }; A._updateContact_closure.prototype = { call$1(b) { @@ -412820,7 +413026,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 106 + $signature: 89 }; A._viewVendorList_closure.prototype = { call$1(b) { @@ -413005,7 +413211,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 458 + $signature: 522 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -413027,7 +413233,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 458 + $signature: 522 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -413049,38 +413255,62 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 458 + $signature: 522 }; A._addVendor_closure.prototype = { call$1(b) { var t1 = b.get$map(b), t2 = this.action.vendor, t3 = t2.id; - t1.$indexSet(0, t3, t2); + t1.$indexSet(0, t3, t2.rebuild$1(new A._addVendor__closure())); t2 = b.get$list(b); !$.$get$isSoundMode() && !t2.$ti._precomputed1._is(null); B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 321 + $signature: 322 + }; + A._addVendor__closure.prototype = { + call$1(b) { + var t1 = Date.now(); + b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; + return b; + }, + $signature: 89 }; A._updateVendor_closure.prototype = { call$1(b) { var t1 = b.get$map(b), t2 = this.action.vendor; - t1.$indexSet(0, t2.id, t2); + t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateVendor__closure())); return b; }, - $signature: 321 + $signature: 322 + }; + A._updateVendor__closure.prototype = { + call$1(b) { + var t1 = Date.now(); + b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; + return b; + }, + $signature: 89 }; A._setLoadedVendor_closure.prototype = { call$1(b) { var t1 = b.get$map(b), t2 = this.action.vendor; - t1.$indexSet(0, t2.id, t2); + t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedVendor__closure())); return b; }, - $signature: 321 + $signature: 322 + }; + A._setLoadedVendor__closure.prototype = { + call$1(b) { + var t1 = Date.now(); + b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; + return b; + }, + $signature: 89 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { @@ -413231,7 +413461,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 321 + $signature: 322 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -413778,7 +414008,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 38 + $signature: 37 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -413889,7 +414119,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 520 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { @@ -413898,7 +414128,7 @@ t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 460 + $signature: 519 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -413936,7 +414166,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 520 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { @@ -413945,7 +414175,7 @@ t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 460 + $signature: 519 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -413983,7 +414213,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 520 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { @@ -413992,7 +414222,7 @@ t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 460 + $signature: 519 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -414032,7 +414262,7 @@ } t1.completer.complete$1(0, webhook); }, - $signature: 322 + $signature: 323 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -414068,7 +414298,7 @@ t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 322 + $signature: 323 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -414205,31 +414435,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 54 + $signature: 55 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 78 + $signature: 81 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 52 + $signature: 53 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 53 + $signature: 54 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { @@ -414284,7 +414514,7 @@ } return t1; }, - $signature: 81 + $signature: 83 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { @@ -414315,7 +414545,7 @@ b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 225 + $signature: 226 }; A._viewWebhookList_closure.prototype = { call$1(b) { @@ -414462,7 +414692,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 463 + $signature: 516 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -414484,7 +414714,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 463 + $signature: 516 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -414506,7 +414736,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 463 + $signature: 516 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -414519,7 +414749,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 323 + $signature: 324 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -414528,7 +414758,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 323 + $signature: 324 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -414537,7 +414767,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 323 + $signature: 324 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { @@ -414621,7 +414851,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 323 + $signature: 324 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -415061,7 +415291,7 @@ call$2(context, constraints) { return A.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new A.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 324 + $signature: 325 }; A.ActionMenuButton.prototype = { build$1(context) { @@ -415097,7 +415327,7 @@ t1.push(A.PopupMenuItem$(A.Row$(A._setArrayType([t3, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction)); } }, - $signature: 272 + $signature: 282 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { @@ -415109,7 +415339,7 @@ call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 272 + $signature: 282 }; A.ViewActionMenuButton.prototype = { build$1(context) { @@ -415416,7 +415646,7 @@ call$0() { return this.$this._widget.onSelectedSortField$1(this.sortField); }, - $signature: 10 + $signature: 11 }; A._AppBottomBarState_build_____closure.prototype = { call$1(value) { @@ -415455,7 +415685,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(1, t2, t1._widget.customValues1, new A._AppBottomBarState_build___closure4(t1), null); }, - $signature: 326 + $signature: 327 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -415488,7 +415718,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(2, t2, t1._widget.customValues2, new A._AppBottomBarState_build___closure3(t1), null); }, - $signature: 326 + $signature: 327 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -415521,7 +415751,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(3, t2, t1._widget.customValues3, new A._AppBottomBarState_build___closure2(t1), null); }, - $signature: 326 + $signature: 327 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -415554,7 +415784,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new A.CustomFieldSelector(4, t2, t1._widget.customValues4, new A._AppBottomBarState_build___closure1(t1), null); }, - $signature: 326 + $signature: 327 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -415729,7 +415959,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 104 + $signature: 105 }; A._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1(b) { @@ -415746,7 +415976,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -415756,13 +415986,13 @@ t1._company_model$_$v = t2; return b; }, - $signature: 79 + $signature: 82 }; A._AppBottomBarState_build__closure.prototype = { call$0() { return this.$this._widget.onCheckboxPressed$0(); }, - $signature: 10 + $signature: 11 }; A._AppBottomBarState_build__closure0.prototype = { call$0() { @@ -415784,7 +416014,7 @@ } return t1; }, - $signature: 10 + $signature: 11 }; A.CustomFieldSelector.prototype = { build$1(context) { @@ -415827,7 +416057,7 @@ call$1(value) { return this.$this.onSelected.call$1(this.customField); }, - $signature: 11 + $signature: 10 }; A.AppBuilder.prototype = { createState$0() { @@ -415880,7 +416110,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 133 + $signature: 134 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -415893,7 +416123,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 133 + $signature: 134 }; A.AppTitleBar.prototype = { build$1(context) { @@ -416060,7 +416290,7 @@ var _null = null, layout = this.$this._widget.suggestedLayout === B.AppLayout_desktop ? B.AppLayout_mobile : B.AppLayout_desktop, t1 = this.store, - t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t3 = t1.__Store__dispatchers_F; t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(t2); @@ -416080,7 +416310,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 37 + $signature: 38 }; A.ConfirmEmail.prototype = { build$1(context) { @@ -416191,14 +416421,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 465 + $signature: 514 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 79 + $signature: 82 }; A.CopyToClipboard.prototype = { build$1(context) { @@ -416299,7 +416529,7 @@ } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 471 + $signature: 512 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -416901,7 +417131,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 125 + $signature: 131 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -417186,7 +417416,7 @@ t2 = J.map$1$1$ax(t2.documents._copy_on_write_list$_list, new A.DocumentGrid_build__closure(t2), type$.legacy_DocumentTile); return A.GridView$count((t1 / 2 - 8) / 200, A.List_List$of(t2, true, t2.$ti._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), new A.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 324 + $signature: 325 }; A.DocumentGrid_build__closure.prototype = { call$1($document) { @@ -417254,7 +417484,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 328 }; A.DocumentTile_build__closure.prototype = { call$1(_) { @@ -417276,7 +417506,7 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$view(t1), B.IconData_58458_MaterialIcons_null_false, _null, _null, false, _null), t1.get$view(t1), t2), A.PopupMenuItem$(new A.IconText(t1.get$download(t1), B.IconData_57857_MaterialIcons_null_false, _null, _null, false, _null), t1.get$download(t1), t2), A.PopupMenuItem$(new A.IconText(t1.get$$delete(t1), B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t1.get$$delete(t1), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 328 + $signature: 329 }; A.DocumentPreview.prototype = { build$1(context) { @@ -417340,7 +417570,7 @@ t6 = t2[t4].userCompany; if (t6.isOwner) { t6 = t6.account; - if (t6.trialStarted.length === 0 && t6.plan === "" && !A.isIOS()) { + if (t6.trialStarted.length === 0 && t6.plan === "" && !A.supportsInAppPurchase()) { t5.toString; t6 = $.$get$LocalizationsProvider__localizedValues(); t7 = t5.localeCode; @@ -417411,7 +417641,7 @@ t2 = new A.LoadingIndicator(_null, false, _null); else { if (showUpgradeBanner) - t3 = !A.isApple() || A.isIOS(); + t3 = !A.isApple() || A.supportsInAppPurchase(); else t3 = false; if (t3) { @@ -417491,7 +417721,7 @@ call$1(action) { return action != null; }, - $signature: 466 + $signature: 513 }; A.EditScaffold_build_closure9.prototype = { call$0() { @@ -417530,7 +417760,7 @@ switch ($async$goto) { case 0: // Function start - if (A.isIOS()) + if (A.supportsInAppPurchase()) A.showDialog(null, true, new A.EditScaffold_build__closure3(), $async$self.context, null, true, type$.void); else { t1 = $async$self.state; @@ -417549,7 +417779,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 273 + $signature: 281 }; A.EditScaffold_build_closure2.prototype = { call$1(action) { @@ -417580,7 +417810,7 @@ t3 = t5.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t3, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, 0, 1 / 0), t1, _null), _null, t3, t2); }, - $signature: 467 + $signature: 509 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -417612,13 +417842,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.getLayout(context) === B.AppLayout_desktop ? A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null) : A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _null), _null, true, _null, _null, new A.EditScaffold_build__closure1(_this.entityActions, remaining), new A.EditScaffold_build__closure2(_this.$this, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 468 + $signature: 508 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 272 + $signature: 282 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -417628,7 +417858,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EditScaffold_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 469 + $signature: 507 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -417638,7 +417868,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 470 + $signature: 506 }; A.EditScaffold_build_closure3.prototype = { call$0() { @@ -417730,7 +417960,7 @@ call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 171 + $signature: 175 }; A.EntityActionListTile.prototype = { build$1(context) { @@ -417934,7 +418164,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 331 + $signature: 332 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -417947,7 +418177,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 274 + $signature: 280 }; A._EntityListTileState_build__closure.prototype = { call$0() { @@ -418048,7 +418278,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 331 + $signature: 332 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -418061,7 +418291,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 274 + $signature: 280 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { @@ -418513,21 +418743,21 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 154 + $signature: 159 }; A._EntityDropdownState_build___wrapUp_closure.prototype = { call$1(duration) { var t1 = this.$this._entity_dropdown$_textController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 37 + $signature: 38 }; A._EntityDropdownState_build__closure2.prototype = { call$1(duration) { var t1 = this.$this._entity_dropdown$_textController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 37 + $signature: 38 }; A._EntityDropdownState_build__closure3.prototype = { call$1(value) { @@ -418570,7 +418800,7 @@ t4 = false; return A.DecoratedFormField$(false, _null, t4, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t5, _null, _null, false, new A._EntityDropdownState_build__closure6(t1), new A._EntityDropdownState_build__closure7(onFieldSubmitted), _null, t2, _null, this.iconButton, B.TextAlign_4, t3); }, - $signature: 472 + $signature: 504 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -418625,13 +418855,13 @@ call$1(timeStamp) { A.Scrollable_ensureVisible(this.context, 0, B.ScrollPositionAlignmentPolicy_0); }, - $signature: 37 + $signature: 38 }; A._EntityDropdownState_build____closure0.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 154 + $signature: 159 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -418672,7 +418902,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 154 + $signature: 159 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -418686,7 +418916,7 @@ t2 = t2._widget.onAddPressed != null ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), B.EdgeInsets_8_8_8_8, _null, t3.get$createNew(), _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t1, _null), t4, t6, t2], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 133 + $signature: 134 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -418735,7 +418965,7 @@ matches = A.List_List$of(new A.WhereIterable(t2, new A._EntityDropdownDialogState_build__createList_closure0(t1), t3), true, t3._eval$1("Iterable.E")); return new A.ScrollableListViewBuilder(new A._EntityDropdownDialogState_build__createList_closure1(t1, matches, this._selectEntity), _null, matches.length, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -418768,7 +418998,7 @@ call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 154 + $signature: 159 }; A.EntityAutocompleteListTile.prototype = { build$1(context) { @@ -418796,7 +419026,7 @@ var t1 = this.$this; return t1.onTap.call$1(t1.entity); }, - $signature: 10 + $signature: 11 }; A._AutocompleteEntity.prototype = { get$id(_) { @@ -418866,7 +419096,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -418878,7 +419108,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A.EntityStateLabel.prototype = { build$1(context) { @@ -418993,12 +419223,12 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t2[0].call$1(new A.FilterByEntity(t1, false)); }, - $signature: 10 + $signature: 11 }; A.EntityTopFilter_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -419042,7 +419272,7 @@ else A.viewEntitiesByType(value, t1); }, - $signature: 220 + $signature: 221 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -419132,7 +419362,7 @@ call$1(action) { return action != null; }, - $signature: 466 + $signature: 513 }; A.EntityTopFilterHeader_build_closure0.prototype = { call$0() { @@ -419154,7 +419384,7 @@ A.EntityTopFilterHeader_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !this.prefState.isFilterVisible, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -419178,7 +419408,7 @@ t3 = t3 ? _null : new A.EntityTopFilterHeader_build__closure(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t2, t4, _null, false, _null), _null, t3, t1); }, - $signature: 467 + $signature: 509 }; A.EntityTopFilterHeader_build__closure.prototype = { call$0() { @@ -419191,13 +419421,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure0(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure1(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 468 + $signature: 508 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_legacy_BaseEntity), action, false); }, - $signature: 272 + $signature: 282 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(context) { @@ -419207,7 +419437,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EntityTopFilterHeader_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 469 + $signature: 507 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -419217,7 +419447,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 470 + $signature: 506 }; A.EntityTopFilterHeader_build_closure5.prototype = { call$0() { @@ -419398,7 +419628,7 @@ call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 166 + $signature: 178 }; A.BoolDropdownButton.prototype = { build$1(context) { @@ -419459,19 +419689,19 @@ call$1(value) { return this.$this.onChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.BoolDropdownButton_build_closure0.prototype = { call$1(value) { return this.$this.onChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.BoolDropdownButton_build_closure2.prototype = { call$0() { return this.$this.onChanged.call$1(false); }, - $signature: 10 + $signature: 11 }; A.BoolDropdownButton_build_closure1.prototype = { call$1(value) { @@ -419483,7 +419713,7 @@ call$0() { return this.$this.onChanged.call$1(true); }, - $signature: 10 + $signature: 11 }; A.BoolDropdownButton_build_closure3.prototype = { call$1(value) { @@ -419790,7 +420020,7 @@ if (t1.onChanged != null) t1.onChanged$1(date); }, - $signature: 57 + $signature: 50 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { @@ -420253,7 +420483,7 @@ else if (this.enterShouldSubmit) t1._widget.onSavePressed$1(this.context); }, - $signature: 71 + $signature: 73 }; A.DesignPicker.prototype = { build$1(context) { @@ -420436,7 +420666,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 114 + $signature: 112 }; A.DynamicSelector.prototype = { build$1(context) { @@ -420839,7 +421069,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 175 + $signature: 169 }; A.SaveCancelButtons.prototype = { build$1(context) { @@ -420868,13 +421098,13 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 335 + $signature: 336 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { return this.$this.onCancelPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.SaveCancelButtons_build_closure0.prototype = { call$1(context) { @@ -420888,13 +421118,13 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 335 + $signature: 336 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { return this.$this.onSavePressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.TimePicker.prototype = { createState$0() { @@ -421022,7 +421252,7 @@ enableMilitaryTime = t2._list[t1].userCompany.company.settings.enableMilitaryTime; return new A.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(enableMilitaryTime), child, null); }, - $signature: 620 + $signature: 619 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -421166,7 +421396,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 106 + $signature: 89 }; A.TokenMeta.prototype = { build$1(context) { @@ -421215,7 +421445,7 @@ var _null = null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null), _null, new A.HistoryDrawer_build__closure(context), B.EdgeInsets_8_8_8_8, _null, _null, _null); }, - $signature: 477 + $signature: 494 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -421226,7 +421456,7 @@ A.HistoryDrawer_build_closure0.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -421570,23 +421800,20 @@ t3 = !enableCustomEmail; if (t3) { t4 = t1.get$customEmailsDisabledHelp(); - t2.push(new A.Padding(B.EdgeInsets_0_0_0_10, new A.IconMessage(t4, _null, _null, A.isApple() && !A.isIOS() ? _null : A.TextButton$(false, A.Text$(t1.get$upgrade().toUpperCase(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null, new A._InvoiceEmailViewState__buildEdit_closure(context, state), _null), _null), _null)); + t2.push(new A.Padding(B.EdgeInsets_0_0_0_10, new A.IconMessage(t4, _null, _null, A.isApple() && !A.supportsInAppPurchase() ? _null : A.TextButton$(false, A.Text$(t1.get$upgrade().toUpperCase(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null, new A._InvoiceEmailViewState__buildEdit_closure(context, state), _null), _null), _null)); } t4 = state.userCompanyStates; t5 = state.uiState.selectedCompanyIndex; t4 = t4._list; - if (t4[t5].userCompany.company.markdownEmailEnabled) - if (_this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) { - t6 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; - t6 === $ && A.throwUnnamedLateFieldNI(); - t6 = !t6.prefState.enableDarkMode; - } else - t6 = false; - else + if (t4[t5].userCompany.company.markdownEmailEnabled) { + t6 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t6 = !t6.prefState.enableDarkMode; + } else t6 = false; t6 = t6 ? B.Color_4294967295 : A.Theme_of(context).backgroundColor; t2.push(new A.ColoredBox(t6, new A.Padding(B.EdgeInsets_24_0_10_16, A.DecoratedFormField$(false, _null, false, _this._invoice_email_view$_subjectController, _null, enableCustomEmail, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$subject(), _null, _null, false, new A._InvoiceEmailViewState__buildEdit_closure0(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), _null), _null)); - if (t4[t5].userCompany.company.markdownEmailEnabled && _this._widget.viewModel.state.prefState.appLayout === B.AppLayout_desktop) + if (t4[t5].userCompany.company.markdownEmailEnabled) t2.push(A.Expanded$(new A.ColoredBox(B.Color_4294967295, new A.IgnorePointer(t3, _null, new A.ExampleEditor(_this._rawBodyPreview, new A._InvoiceEmailViewState__buildEdit_closure1(_this), _null), _null), _null), 1)); else { t1 = t1.get$body(t1); @@ -421682,7 +421909,7 @@ }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { - var t2, t3, t4, t5, _this = this, + var t2, t3, t4, _this = this, t1 = _this.$this; t1._invoice_email_view$_isLoading = false; t1._invoice_email_view$_subjectPreview = J.trim$0$s(_this.subject); @@ -421692,8 +421919,8 @@ t2 = t1._rawBodyPreview = J.trim$0$s(_this.rawBody); t3 = t1._widget.viewModel.state; t4 = t3.userCompanyStates; - t5 = t3.uiState.selectedCompanyIndex; - if (t4._list[t5].userCompany.company.markdownEmailEnabled && t3.prefState.appLayout === B.AppLayout_desktop && B.JSString_methods.startsWith$1(B.JSString_methods.trim$0(t2), "<")) + t3 = t3.uiState.selectedCompanyIndex; + if (t4._list[t3].userCompany.company.markdownEmailEnabled && B.JSString_methods.startsWith$1(B.JSString_methods.trim$0(t2), "<")) t1._rawBodyPreview = A.convert(t2); } if (_this.origSubject.length === 0 && _this.origBody.length === 0) { @@ -421716,7 +421943,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 168 + $signature: 170 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0() { @@ -421728,7 +421955,7 @@ call$1(contact) { return contact != null; }, - $signature: 168 + $signature: 170 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(contact) { @@ -421745,7 +421972,7 @@ } return t1; }, - $signature: 38 + $signature: 37 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1(template) { @@ -421768,7 +421995,7 @@ A._InvoiceEmailViewState__buildEdit_closure.prototype = { call$0() { var t1, t2; - if (A.isIOS()) + if (A.supportsInAppPurchase()) A.showDialog(null, true, new A._InvoiceEmailViewState__buildEdit__closure(), this.context, null, true, type$.void); else { t1 = this.state; @@ -421782,13 +422009,13 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 273 + $signature: 281 }; A._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 71 + $signature: 73 }; A._InvoiceEmailViewState__buildEdit_closure1.prototype = { call$1(value) { @@ -421805,13 +422032,13 @@ call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 71 + $signature: 73 }; A._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 336 + $signature: 276 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { @@ -422005,7 +422232,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 269 + $signature: 287 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -422033,7 +422260,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 269 + $signature: 287 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -422259,7 +422486,7 @@ call$0() { return this.$this._widget.onFilterChanged$1(null); }, - $signature: 10 + $signature: 11 }; A._ListFilterState_build_closure.prototype = { call$1(value) { @@ -422297,13 +422524,13 @@ call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 337 + $signature: 338 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 337 + $signature: 338 }; A._ListFilterState_build_closure2.prototype = { call$1(value) { @@ -422354,7 +422581,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 337 + $signature: 338 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { @@ -422369,7 +422596,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 337 + $signature: 338 }; A._ListFilterState_build___closure.prototype = { call$1(e) { @@ -422477,7 +422704,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure0(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 338 + $signature: 339 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -422495,7 +422722,7 @@ call$0() { return this.$this.onCheckboxPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.ListScaffold_build_closure5.prototype = { call$0() { @@ -422544,7 +422771,7 @@ t1 = this.state; return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ListScaffold_build__closure(context, t1, this.store), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 338 + $signature: 339 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -422558,7 +422785,7 @@ if (t2) A.Scaffold_of(t1).openEndDrawer$0(); else { - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -422568,8 +422795,9 @@ }; A.ActivityListTile.prototype = { build$1(context) { - var t3, t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, recurringExpense, purchaseOrder, title, contact, activity, t7, _null = null, + var t3, t4, t5, t6, user, client, vendor, invoice, quote, credit, recurringInvoice, payment, task, expense, recurringExpense, purchaseOrder, title, vendorContact, clientContact, t7, activity, _null = null, _s18_ = ":recurring_expense", + _s8_ = ":contact", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -422613,39 +422841,69 @@ t2 = t3[t2].purchaseOrderState.map; t3 = t5.purchaseOrderId; purchaseOrder = t2._map$_map.$index(0, t3); - title = t1.lookup$1("activity_" + t5.activityTypeId); - t3 = t1.get$system(t1); - t2 = client == null; - if (!t2) { - t4 = t5.contactId; - t4 = t4 != null && t4.length !== 0; + t3 = t5.activityTypeId; + title = t1.lookup$1("activity_" + t3); + t2 = t1.get$system(t1); + t4 = client == null; + if (!t4) { + t6 = t5.contactId; + t6 = t6 != null && t6.length !== 0; } else - t4 = false; - contact = t4 ? client.getContact$1(t5.contactId) : _null; - t4 = user == null; - if (t4) - t6 = _null; + t6 = false; + if (t6) { + vendorContact = vendor.getContact$1(t5.vendorContactId); + clientContact = client.getContact$1(t5.contactId); + } else { + vendorContact = _null; + clientContact = vendorContact; + } + t6 = user == null; + if (t6) + t7 = _null; else - t6 = user.get$fullName().length !== 0 ? user.get$fullName() : user.email; - activity = J.replaceFirst$2$s(title, ":user", t6 == null ? t3 : t6); - t3 = t2 ? _null : client.displayName; - activity = B.JSString_methods.replaceFirst$2(activity, ":client", t3 == null ? "" : t3); - t3 = invoice == null ? _null : invoice.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":invoice", t3 == null ? "" : t3); - t3 = recurringInvoice == null ? _null : recurringInvoice.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":recurring_invoice", t3 == null ? "" : t3); - t3 = recurringExpense == null ? _null : recurringExpense.number; - activity = B.JSString_methods.replaceFirst$2(activity, _s18_, t3 == null ? "" : t3); - t3 = quote == null ? _null : quote.number; - activity = B.JSString_methods.replaceFirst$2(activity, ":quote", t3 == null ? "" : t3); - t3 = contact == null ? _null : contact.get$fullName(); - if (t3 == null) - t2 = t2 ? _null : client.displayName; - else - t2 = t3; - if (t2 == null) - t2 = t4 ? _null : user.get$fullName(); - activity = B.JSString_methods.replaceFirst$2(activity, ":contact", t2 == null ? "" : t2); + t7 = user.get$fullName().length !== 0 ? user.get$fullName() : user.email; + activity = J.replaceFirst$2$s(title, ":user", t7 == null ? t2 : t7); + t2 = t4 ? _null : client.displayName; + activity = B.JSString_methods.replaceFirst$2(activity, ":client", t2 == null ? "" : t2); + t2 = invoice == null ? _null : invoice.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":invoice", t2 == null ? "" : t2); + t2 = recurringInvoice == null ? _null : recurringInvoice.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":recurring_invoice", t2 == null ? "" : t2); + t2 = recurringExpense == null ? _null : recurringExpense.number; + activity = B.JSString_methods.replaceFirst$2(activity, _s18_, t2 == null ? "" : t2); + t2 = quote == null ? _null : quote.number; + activity = B.JSString_methods.replaceFirst$2(activity, ":quote", t2 == null ? "" : t2); + if (B.JSArray_methods.contains$1(A._setArrayType(["136", "137"], type$.JSArray_legacy_String), t3)) { + t2 = vendorContact == null ? _null : vendorContact.get$fullName(); + if ((t2 == null ? "" : t2).length !== 0) + t2 = vendorContact.get$fullName(); + else { + t2 = vendor == null ? _null : vendor.name; + if ((t2 == null ? "" : t2).length !== 0) + t2 = vendor.name; + else { + t2 = t6 ? _null : user.get$fullName(); + if (t2 == null) + t2 = ""; + } + } + activity = B.JSString_methods.replaceFirst$2(activity, _s8_, t2); + } else { + t2 = clientContact == null ? _null : clientContact.get$fullName(); + if ((t2 == null ? "" : t2).length !== 0) + t2 = clientContact.get$fullName(); + else { + t2 = t4 ? _null : client.displayName; + if ((t2 == null ? "" : t2).length !== 0) + t2 = client.displayName; + else { + t2 = t6 ? _null : user.get$fullName(); + if (t2 == null) + t2 = ""; + } + } + activity = B.JSString_methods.replaceFirst$2(activity, _s8_, t2); + } if (payment == null) t2 = _null; else { @@ -422806,7 +423064,7 @@ call$0() { return this.$this.onPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.SelectedIndicator.prototype = { build$1(context) { @@ -422865,7 +423123,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._LiveTextState_initState__closure()); }, - $signature: 481 + $signature: 490 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -423770,7 +424028,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); if (!t1.get$isPaidAccount()) if (A.isApple()) - A.isIOS(); + A.supportsInAppPurchase(); } t9.push(A.DrawerTile$(company, _null, A.getEntityIcon(B.EntityType_dashboard), _null, new A._MenuDrawerState_build_closure8(store), new A._MenuDrawerState_build_closure9(), t4.get$dashboard())); t1 = A.getEntityIcon(B.EntityType_client); @@ -423878,7 +424136,7 @@ var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 331 + $signature: 332 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { @@ -423891,7 +424149,7 @@ var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure(t1)); }, - $signature: 274 + $signature: 280 }; A._MenuDrawerState_build__companyListItem__closure.prototype = { call$0() { @@ -423905,7 +424163,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 10 + $signature: 11 }; A._MenuDrawerState_build__companyListItem_closure1.prototype = { call$0() { @@ -423953,7 +424211,7 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, 32), new A.SizedBox(15, _null, _null, _null), A.Text$(_this.localization.get$logout(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.legacy_String)); return t2; }, - $signature: 328 + $signature: 329 }; A._MenuDrawerState_build__closure3.prototype = { call$1(company) { @@ -424000,7 +424258,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 688 + $signature: 687 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -424096,7 +424354,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ViewSettings(this.company, _null, _null, _null, false, "account_management", false, _null)); }, - $signature: 10 + $signature: 11 }; A._MenuDrawerState_build_closure7.prototype = { call$0() { @@ -424119,7 +424377,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ViewDashboard(false, "")); }, - $signature: 10 + $signature: 11 }; A._MenuDrawerState_build_closure10.prototype = { call$0() { @@ -424313,7 +424571,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 331 + $signature: 332 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -424326,7 +424584,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure(t1)); }, - $signature: 274 + $signature: 280 }; A._DrawerTileState_build__closure.prototype = { call$0() { @@ -424509,7 +424767,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DismissNativeWarningPermanently()); }, - $signature: 10 + $signature: 11 }; A.SidebarFooter_build__closure0.prototype = { call$0() { @@ -424586,12 +424844,12 @@ A.SidebarFooter_build_closure9.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); return t2[0].call$1(t1); }, - $signature: 10 + $signature: 11 }; A.SidebarFooterCollapsed.prototype = { build$1(context) { @@ -424648,12 +424906,12 @@ t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null), _null, _null, false, _null, _null, _null, _null, A.Text$(t2.get$about(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), t2.get$about(), t3)); return t1; }, - $signature: 328 + $signature: 329 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_menu, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -424776,7 +425034,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 273 + $signature: 281 }; A._showAbout__closure3.prototype = { call$0() { @@ -425028,7 +425286,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 650 + $signature: 546 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -425044,7 +425302,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "your_message_has_been_received"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 303 + $signature: 366 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -425154,7 +425412,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 328 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -425279,7 +425537,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 328 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(value) { @@ -425293,7 +425551,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 171 + $signature: 175 }; A._TheState.prototype = {}; A._theState_closure.prototype = { @@ -425351,7 +425609,7 @@ A.Theme_of(t2).toString; t1.setState$1(new A._DropDownMultiSelectState_initState__closure()); }, - $signature: 37 + $signature: 38 }; A._DropDownMultiSelectState_initState__closure.prototype = { call$0() { @@ -425379,7 +425637,7 @@ t1 = t1.childBuilder$1(t1.selectedValues); return t1; }, - $signature: 133 + $signature: 134 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -425538,7 +425796,7 @@ t2 = type$.legacy_String; return A._setArrayType([A.PopupMenuItem$(new A.IconText(t1.get$viewPortal(), B.IconData_58460_MaterialIcons_null_true, _null, _null, false, _null), t1.get$viewPortal(), t2), A.PopupMenuItem$(new A.IconText(t1.get$copyLink(), B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t1.get$copyLink(), t2)], type$.JSArray_legacy_PopupMenuEntry_legacy_String); }, - $signature: 328 + $signature: 329 }; A.PortalLinks_build_closure2.prototype = { call$1(value) { @@ -426012,7 +426270,7 @@ var t1 = this.$this; t1.setState$1(new A._SystemLogViewerState_build__closure(this._box_0, t1, index, isExpanded)); }, - $signature: 482 + $signature: 485 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -426203,7 +426461,7 @@ } return t1; }, - $signature: 211 + $signature: 213 }; A.AppDataTable_build_closure.prototype = { call$1(row) { @@ -426583,7 +426841,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -426601,7 +426859,9 @@ }; A.EntityDataTableSource.prototype = { getRow$1(index) { - var prefState, t4, t5, entity, listState, uIState, t6, isSelected, rowColor, backgroundColor, t7, wideFields, t8, t9, t10, _this = this, _null = null, t1 = {}, + var prefState, t4, t5, entity, listState, uIState, t6, isSelected, rowColor, backgroundColor, t7, wideFields, t8, t9, t10, _this = this, _null = null, + _s20_ = "long_press_to_select", + t1 = {}, t2 = _this.context, t3 = A.StoreProvider_of(t2, type$.legacy_AppState).__Store__state_A; t3 === $ && A.throwUnnamedLateFieldNI(); @@ -426650,7 +426910,15 @@ t7 = !t5 ? new A.EntityDataTableSource_getRow_closure0(_this, entity) : _null; t8 = A._setArrayType([], type$.JSArray_legacy_DataCell_2); if (t5) { - t2 = prefState.enableTooltips ? A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$editRecord() : _null; + if (prefState.enableTooltips) { + t2 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + t2.toString; + t5 = $.$get$LocalizationsProvider__localizedValues(); + t2 = J.$index$asx(t5.$index(0, t2.localeCode), _s20_); + if (t2 == null) + t2 = J.$index$asx(t5.$index(0, "en"), _s20_); + } else + t2 = _null; t2 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.GestureDetector$(_null, A.Icon$(B._MdiIconData_gg9, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, new A.EntityDataTableSource_getRow_closure1(entity), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.EntityDataTableSource_getRow_closure2(entity), B.EdgeInsets_8_8_8_8, _null, t2, _null); t5 = t3.userCompanyStates; t3 = t3.uiState.selectedCompanyIndex; @@ -426680,7 +426948,7 @@ call$1(value) { return this.$this.onTap.call$1(this.entity); }, - $signature: 11 + $signature: 10 }; A.EntityDataTableSource_getRow_closure2.prototype = { call$0() { @@ -426706,7 +426974,7 @@ call$0() { return this.$this.onTap.call$1(this.entity); }, - $signature: 10 + $signature: 11 }; A.EntityDataTableSource_getRow_closure5.prototype = { call$1(field) { @@ -426723,7 +426991,7 @@ call$0() { return this.$this.onTap.call$1(this.entity); }, - $signature: 10 + $signature: 11 }; A.EntityList.prototype = { createState$0() { @@ -426885,7 +427153,7 @@ call$1(duration) { A.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 37 + $signature: 38 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -426971,14 +427239,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearEntityFilter()); }, - $signature: 10 + $signature: 11 }; A._EntityListState_build__closure2.prototype = { call$2(context, index) { var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? new A.SizedBox(_null, _null, _null, _null) : new A.ListDivider(_null); }, - $signature: 140 + $signature: 141 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -426991,7 +427259,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 140 + $signature: 141 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -427032,7 +427300,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 483 + $signature: 481 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -427041,7 +427309,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list, t1); return this.value !== t1; }, - $signature: 168 + $signature: 170 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -427061,7 +427329,7 @@ call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 482 + $signature: 485 }; A._EntityListState_build__closure7.prototype = { call$1(row) { @@ -427072,30 +427340,30 @@ A._EntityListState_build__closure8.prototype = { call$1(value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 114 + $signature: 112 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 483 + $signature: 481 }; A._EntityListState_build_closure1.prototype = { call$1(action) { return action != null; }, - $signature: 466 + $signature: 513 }; A._EntityListState_build_closure8.prototype = { call$0() { return this.$this._widget.onRefreshed$1(this.context); }, - $signature: 34 + $signature: 32 }; A._EntityListState_build_closure2.prototype = { call$1(value) { @@ -427110,7 +427378,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 483 + $signature: 481 }; A._EntityListState_build_closure4.prototype = { call$1(action) { @@ -427118,7 +427386,7 @@ t1 = A.getEntityActionIcon(action); return A.OutlinedButton$(new A.IconText(this.localization.lookup$1(A.S(action)), t1, _null, _null, false, _null), _null, new A._EntityListState_build__closure10(this.$this, this.entities, action), _null); }, - $signature: 467 + $signature: 509 }; A._EntityListState_build__closure10.prototype = { call$0() { @@ -427135,14 +427403,14 @@ t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2 ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([t1, new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, t2 ? B.Color_4294967295 : B.Color_4278190080, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A._EntityListState_build__closure11(_this.actions, remaining), new A._EntityListState_build__closure12(_this.$this, _this.entities), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 468 + $signature: 508 }; A._EntityListState_build__closure12.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 272 + $signature: 282 }; A._EntityListState_build__closure11.prototype = { call$1(context) { @@ -427152,7 +427420,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return A.List_List$of(new A.MappedListIterable(t1, new A._EntityListState_build___closure2(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 469 + $signature: 507 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -427162,7 +427430,7 @@ t1 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).lookup$1(J.toString$0$(action)); return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.legacy_EntityAction); }, - $signature: 470 + $signature: 506 }; A._EntityListState_build_closure6.prototype = { call$1(context) { @@ -427203,7 +427471,7 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 51 + $signature: 52 }; A.UpgradeDialog.prototype = { createState$0() { @@ -427798,7 +428066,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TextButton*>"); return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, A.List_List$of(new A.MappedListIterable(t1, new A._VariableGrid_build__closure(context), t2), true, t2._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), null, true, true); }, - $signature: 324 + $signature: 325 }; A._VariableGrid_build__closure.prototype = { call$1(field) { @@ -427911,12 +428179,12 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.PopFilterStack()); }, - $signature: 10 + $signature: 11 }; A.ViewScaffold_build_closure0.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -427929,12 +428197,12 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.PopPreviewStack()); }, - $signature: 10 + $signature: 11 }; A.ViewScaffold_build_closure2.prototype = { call$0() { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -427994,7 +428262,7 @@ t1 = this.localization.get$edit(); return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 335 + $signature: 336 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -428050,7 +428318,7 @@ t1[0].call$1(new A.UserLogout()); } }, - $signature: 471 + $signature: 512 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -428608,7 +428876,7 @@ t6.push(new A.Padding(new A.EdgeInsets(16, 20, 16, 10), t7, _null)); if (!_this._isSelfHosted) if (!_this._recoverPassword) - if (!A.isApple() || A.isIOS()) + if (!A.isMacOS()) t7 = state.authState.get$isHosted(); else t7 = false; @@ -428755,7 +429023,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "recover_password_email_sent"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 303 + $signature: 366 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -428805,7 +429073,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure4(t1, index)); }, - $signature: 114 + $signature: 112 }; A._LoginState_build__closure4.prototype = { call$0() { @@ -428824,7 +429092,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure3(t1, index)); }, - $signature: 114 + $signature: 112 }; A._LoginState_build__closure3.prototype = { call$0() { @@ -428970,7 +429238,7 @@ layout = A.calculateLayout(context), moduleLayout = layout === B.AppLayout_desktop ? B.ModuleLayout_table : B.ModuleLayout_list, t1 = this.store, - t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSignUp ? moduleLayout : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = A.UpdateUserPreferences$(layout, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSignUp ? moduleLayout : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t3 = t1.__Store__dispatchers_F; t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(t2); @@ -428990,7 +429258,7 @@ var t1, t2, _this = this, _null = null; if (_this.layout === B.AppLayout_mobile) { if (_this.isSignUp) { - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.ModuleLayout_list, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.ModuleLayout_list, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t2 = _this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -429004,7 +429272,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 37 + $signature: 38 }; A.LoginVM_fromStore__formatApiUrl.prototype = { call$1(url) { @@ -429082,7 +429350,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 485 + $signature: 479 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -429109,7 +429377,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure4.prototype = { call$3(context, completer, url) { @@ -429173,7 +429441,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 486 + $signature: 477 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -429197,7 +429465,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure5.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -429230,7 +429498,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 485 + $signature: 479 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -429251,7 +429519,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore__closure4.prototype = { call$1(error) { @@ -429287,7 +429555,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 486 + $signature: 477 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { @@ -429304,7 +429572,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore__closure2.prototype = { call$1(error) { @@ -429380,13 +429648,13 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 485 + $signature: 479 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure8.prototype = { call$3(context, completer, url) { @@ -429446,13 +429714,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 486 + $signature: 477 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -429499,7 +429767,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -429600,7 +429868,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 163 + $signature: 162 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -429681,7 +429949,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.BankAccountListBuilder.prototype = { build$1(context) { @@ -429757,7 +430025,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearBankAccountMultiselect()); }, - $signature: 10 + $signature: 11 }; A.BankAccountPresenter.prototype = { getField$2$context$field(context, field) { @@ -429843,7 +430111,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartBankAccountMultiselect()); }, - $signature: 10 + $signature: 11 }; A.BankAccountScreen_build_closure8.prototype = { call$1(value) { @@ -430082,7 +430350,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = t1; return b; }, - $signature: 499 + $signature: 456 }; A._BankAccountEditState__onChanged_closure0.prototype = { call$0() { @@ -430094,7 +430362,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._BankAccountEditState_build_closure2.prototype = { call$1(_) { @@ -430146,7 +430414,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateBankAccount(bankAccount)); }, - $signature: 325 + $signature: 358 }; A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -430224,7 +430492,7 @@ } else A.viewEntity(false, savedBankAccount, null, false); }, - $signature: 325 + $signature: 358 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -430362,7 +430630,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -430382,7 +430650,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ClientListItem_build__closure0.prototype = { call$2(context, action) { @@ -430409,7 +430677,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ClientListBuilder.prototype = { build$1(context) { @@ -430484,7 +430752,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearClientMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ClientPdfView.prototype = { createState$0() { @@ -430720,7 +430988,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 344 + $signature: 345 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(value) { @@ -430778,7 +431046,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 57 + $signature: 50 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -430791,7 +431059,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 57 + $signature: 50 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -430989,7 +431257,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartClientMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ClientScreen_build_closure7.prototype = { call$1(value) { @@ -431149,7 +431417,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -431337,7 +431605,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 37 + $signature: 38 }; A.ClientEditContacts.prototype = { createState$0() { @@ -431400,7 +431668,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 139 + $signature: 140 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { @@ -431418,13 +431686,13 @@ call$1(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 37 + $signature: 38 }; A._ClientEditContactsState_build_closure1.prototype = { call$0() { return this.viewModel.onAddContactPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.ContactListTile0.prototype = { build$1(context) { @@ -431587,7 +431855,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 305 + $signature: 378 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -431687,21 +431955,21 @@ var t1 = this.$this; return t1._contact = t1._contact.rebuild$1(new A.ContactEditDetailsState_build___closure(this.value)); }, - $signature: 488 + $signature: 484 }; A.ContactEditDetailsState_build___closure.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 305 + $signature: 378 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 305 + $signature: 378 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -431766,7 +432034,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 166 + $signature: 178 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -431994,7 +432262,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_client)); }, - $signature: 10 + $signature: 11 }; A.ClientEditNotes.prototype = { createState$0() { @@ -432486,7 +432754,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 37 + $signature: 38 }; A.ClientEditScreen.prototype = { build$1(context) { @@ -432528,7 +432796,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t2[0].call$1(new A.UpdateClient(t1)); }, - $signature: 10 + $signature: 11 }; A.ClientEditVM_ClientEditVM$fromStore__closure.prototype = { call$1(b) { @@ -432552,7 +432820,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t2[0].call$1(new A.UpdateClient(t1)); }, - $signature: 10 + $signature: 11 }; A.ClientEditVM_ClientEditVM$fromStore__closure0.prototype = { call$1(b) { @@ -432765,37 +433033,37 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build__closure3.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewState_build_closure.prototype = { call$0() { @@ -432815,7 +433083,7 @@ t6 = t1.can$2(B.UserPermission_view, B.EntityType_task) || t1.can$2(B.UserPermission_create, B.EntityType_task) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure3(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$task(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(A._setArrayType([t2, t3, t4, t5, t6, t1.can$2(B.UserPermission_view, B.EntityType_expense) || t1.can$2(B.UserPermission_create, B.EntityType_expense) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure4(context, _this.store, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$expense(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), _null); }, - $signature: 171 + $signature: 175 }; A._ClientViewState_build___closure.prototype = { call$0() { @@ -432913,13 +433181,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 336 + $signature: 276 }; A.ClientViewDetails.prototype = { createState$0() { @@ -432997,7 +433265,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 211 + $signature: 213 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -433108,13 +433376,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.ClientViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.ClientViewFullwidth.prototype = { createState$0() { @@ -433314,25 +433582,25 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewFullwidthState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewFullwidthState_build__closure5.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ClientViewFullwidthState_build__closure6.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__ClientViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -433386,7 +433654,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -433424,7 +433692,7 @@ t4 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t5, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(B.JSString_methods.$add(t8, A.formatNumber(t6, context, t3, _null, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t2, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(ledger.get$entityType()), _null, _null), new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, t4, _null, t1, _null, _null); }, - $signature: 140 + $signature: 141 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -433436,7 +433704,7 @@ call$0() { return A.showEntityActionsDialog(null, A._setArrayType([this.entity], type$.JSArray_legacy_BaseEntity), false); }, - $signature: 34 + $signature: 32 }; A.ClientOverview.prototype = { build$1(context) { @@ -433717,13 +433985,13 @@ t2[0].call$1(new A.SaveClientDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.client)); t1.then$1$1(0, new A.ClientViewVM_ClientViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ClientViewVM_ClientViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.ClientViewVM_ClientViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -433750,7 +434018,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(value) { @@ -433796,7 +434064,7 @@ call$0() { return this.$this._widget.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._CompanyGatewayListState_build_closure0.prototype = { call$2(oldIndex, newIndex) { @@ -433807,7 +434075,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 125 + $signature: 131 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -433834,7 +434102,7 @@ call$0() { return this.$this._widget.viewModel.onRemovePressed.call$1(this.companyGatewayId); }, - $signature: 10 + $signature: 11 }; A.CompanyGatewayListItem.prototype = { build$1(context) { @@ -433890,7 +434158,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.CompanyGatewayListBuilder.prototype = { build$1(context) { @@ -433962,7 +434230,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 125 + $signature: 131 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -434019,7 +434287,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartCompanyGatewayMultiselect()); }, - $signature: 10 + $signature: 11 }; A.CompanyGatewayScreen_build_closure10.prototype = { call$0() { @@ -434074,7 +434342,7 @@ call$1(companyGatewayId) { return this.$this.viewModel.companyGatewayMap._map$_map.$index(0, companyGatewayId); }, - $signature: 309 + $signature: 349 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { @@ -434090,7 +434358,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 51 + $signature: 52 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -434458,7 +434726,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure1.prototype = { call$0() { @@ -434486,7 +434754,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure5.prototype = { call$1(value) { @@ -434499,7 +434767,7 @@ b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure4.prototype = { call$1(value) { @@ -434521,131 +434789,131 @@ b.get$feesAndLimitsMap().$indexSet(0, this.gatewayTypeId, this.settings.rebuild$1(new A._CompanyGatewayEditState_build___closure(this.value))); return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 192 + $signature: 194 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure8(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure8.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure7(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure7.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure9.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure6(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure6.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure10.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure5.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure11.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure4.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure12.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure3.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure13.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure2.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure14.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure1.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure15.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyGatewayEditState_build__closure0.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 61 + $signature: 63 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(gatewayTypeId) { @@ -434827,13 +435095,13 @@ call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 11 + $signature: 10 }; A._GatewayConfigFieldState_build_closure3.prototype = { call$1(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 71 + $signature: 73 }; A.LimitEditor.prototype = { createState$0() { @@ -434949,14 +435217,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 192 + $signature: 194 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 61 + $signature: 63 }; A._LimitEditorState__onTextChange_closure.prototype = { call$0() { @@ -435137,7 +435405,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 192 + $signature: 194 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -435151,21 +435419,21 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 61 + $signature: 63 }; A._FeesEditorState_build_closure.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 100 + $signature: 104 }; A._FeesEditorState_build__closure2.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure2(this.taxRate))); return b; }, - $signature: 61 + $signature: 63 }; A._FeesEditorState_build___closure2.prototype = { call$1(b) { @@ -435176,21 +435444,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 192 + $signature: 194 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 100 + $signature: 104 }; A._FeesEditorState_build__closure1.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure1(this.taxRate))); return b; }, - $signature: 61 + $signature: 63 }; A._FeesEditorState_build___closure1.prototype = { call$1(b) { @@ -435201,21 +435469,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 192 + $signature: 194 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 100 + $signature: 104 }; A._FeesEditorState_build__closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure0(this.taxRate))); return b; }, - $signature: 61 + $signature: 63 }; A._FeesEditorState_build___closure0.prototype = { call$1(b) { @@ -435226,28 +435494,28 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 192 + $signature: 194 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure(_this.$this, _this.settings, value))); }, - $signature: 11 + $signature: 10 }; A._FeesEditorState_build__closure.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 61 + $signature: 63 }; A._FeesEditorState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 192 + $signature: 194 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -435296,7 +435564,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 312 + $signature: 347 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -435384,7 +435652,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 312 + $signature: 347 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -435438,7 +435706,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 328 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -435501,19 +435769,19 @@ call$0() { return this.$this._widget.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A._CompanyGatewayViewState_build_closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._CompanyGatewayViewState_build_closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._CompanyGatewayOverview.prototype = { build$1(context) { @@ -435628,13 +435896,13 @@ call$0() { return this.$this.viewModel.onStripeVerifyPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A._CompanyGatewayOverview_build_closure0.prototype = { call$0() { return this.$this.viewModel.onStripeImportPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A._CompanyGatewayOverview_build_closure2.prototype = { call$1(e) { @@ -435874,7 +436142,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 490 + $signature: 475 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -435906,7 +436174,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body)); }, - $signature: 347 + $signature: 348 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(value) { @@ -436012,7 +436280,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -436032,7 +436300,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.CreditListItem_build__closure0.prototype = { call$2(context, action) { @@ -436059,7 +436327,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.CreditListBuilder.prototype = { build$1(context) { @@ -436138,7 +436406,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCreditMultiselect()); }, - $signature: 10 + $signature: 11 }; A.CreditPdfScreen.prototype = { build$1(context) { @@ -436322,7 +436590,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartCreditMultiselect()); }, - $signature: 10 + $signature: 11 }; A.CreditScreen_build_closure7.prototype = { call$1(value) { @@ -436509,7 +436777,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -436540,14 +436808,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._CreditEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._CreditEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._CreditEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 279 + $signature: 269 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 62 + $signature: 61 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { @@ -436566,7 +436834,7 @@ } return t1; }, - $signature: 280 + $signature: 268 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -436580,7 +436848,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 281 + $signature: 274 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -436625,7 +436893,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 145 + $signature: 146 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -436637,7 +436905,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 351 + $signature: 352 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -436650,7 +436918,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -436698,7 +436966,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 114 + $signature: 112 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -436724,7 +436992,7 @@ t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); } }, - $signature: 282 + $signature: 292 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -436732,7 +437000,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 63 + $signature: 62 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -436740,7 +437008,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 125 + $signature: 131 }; A.CreditEditNotesScreen.prototype = { build$1(context) { @@ -436767,7 +437035,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 145 + $signature: 146 }; A.CreditEditPDFScreen.prototype = { build$1(context) { @@ -436831,7 +437099,7 @@ $defaultValues() { return [null]; }, - $signature: 176 + $signature: 177 }; A.CreditEditVM_CreditEditVM$fromStore__closure2.prototype = { call$0() { @@ -436919,7 +437187,7 @@ A.viewEntity(false, savedCredit, _null, true); } }, - $signature: 65 + $signature: 67 }; A.CreditEditVM_CreditEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -436948,7 +437216,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 283 + $signature: 290 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -436974,13 +437242,13 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.CreditEditVM_CreditEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -437007,7 +437275,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(value) { @@ -437058,7 +437326,7 @@ $defaultValues() { return [null]; }, - $signature: 284 + $signature: 285 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -437074,13 +437342,13 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.CreditViewVM_CreditViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -437107,7 +437375,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(value) { @@ -437131,7 +437399,7 @@ $defaultValues() { return [null]; }, - $signature: 285 + $signature: 296 }; A.DashboardActivity.prototype = { build$1(context) { @@ -437147,13 +437415,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 336 + $signature: 276 }; A.DashboardChart.prototype = { createState$0() { @@ -437403,7 +437671,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 344 + $signature: 345 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { @@ -437436,7 +437704,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 57 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -437449,7 +437717,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 57 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -437482,7 +437750,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 57 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -437495,7 +437763,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 57 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -437746,7 +438014,7 @@ call$1(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 37 + $signature: 38 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -437783,13 +438051,13 @@ call$0() { return this.$this.viewModel.onOffsetChanged.call$1(1); }, - $signature: 10 + $signature: 11 }; A.DashboardPanels__header__closure6.prototype = { call$0() { return this.$this.viewModel.onOffsetChanged.call$1(-1); }, - $signature: 10 + $signature: 11 }; A.DashboardPanels__header__closure7.prototype = { call$0() { @@ -437801,7 +438069,7 @@ call$0() { return this.$this.viewModel.onShowSidebar.call$0(); }, - $signature: 10 + $signature: 11 }; A.DashboardPanels__runningTasks_closure.prototype = { call$1(task) { @@ -438052,7 +438320,7 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 140 + $signature: 141 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -438102,7 +438370,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_invoice)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_invoice, J.$index$asx(this.currentInvoiceData, index).entityMap.$index(0, date)); }, - $signature: 286 + $signature: 279 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -438116,7 +438384,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_payment)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_payment, J.$index$asx(this.currentPaymentData, index).entityMap.$index(0, date)); }, - $signature: 286 + $signature: 279 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -438130,7 +438398,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_quote)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_quote, J.$index$asx(this.currentQuoteData, index).entityMap.$index(0, date)); }, - $signature: 286 + $signature: 279 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -438144,7 +438412,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_task)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_task, J.$index$asx(this.currentTaskData, index).entityMap.$index(0, date)); }, - $signature: 286 + $signature: 279 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -438158,7 +438426,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_expense)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_expense, J.$index$asx(this.currentExpenseData, index).entityMap.$index(0, date)); }, - $signature: 286 + $signature: 279 }; A._DashboardPanel.prototype = { createState$0() { @@ -438237,49 +438505,49 @@ call$2(chartData, _) { return chartData.date; }, - $signature: 287 + $signature: 277 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 147 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 288 + $signature: 241 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 147 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 287 + $signature: 277 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 147 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 288 + $signature: 241 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 147 }; A._OverviewPanel.prototype = { createState$0() { @@ -438352,73 +438620,73 @@ call$2(chartData, _) { return chartData.date; }, - $signature: 287 + $signature: 277 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_HFpTk_4288585374); }, - $signature: 288 + $signature: 241 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 287 + $signature: 277 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNEaM_4283215696); }, - $signature: 288 + $signature: 241 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 287 + $signature: 277 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 288 + $signature: 241 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 146 + $signature: 147 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -438583,7 +438851,7 @@ t1._company_model$_$v = t3; return b; }, - $signature: 79 + $signature: 82 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { @@ -438609,7 +438877,7 @@ t2[0].call$1(new A.UpdateDashboardFields(t1)); this.$this.setState$1(new A.__DashboardSettingsState_build__closure3()); }, - $signature: 125 + $signature: 131 }; A.__DashboardSettingsState_build__closure2.prototype = { call$1(b) { @@ -438623,7 +438891,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, t2); return b; }, - $signature: 494 + $signature: 464 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -438646,7 +438914,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 494 + $signature: 464 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -438714,7 +438982,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A._DashboardField.prototype = { createState$0() { @@ -438841,7 +439109,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t1); return b; }, - $signature: 494 + $signature: 464 }; A.DashboardScreen.prototype = { createState$0() { @@ -438988,7 +439256,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 220 + $signature: 221 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -438996,7 +439264,7 @@ t1.toString; A.showDialog(null, false, new A._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 37 + $signature: 38 }; A._DashboardScreenState_initState__closure.prototype = { call$1(context) { @@ -439012,7 +439280,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 338 + $signature: 339 }; A._DashboardScreenState_build__closure3.prototype = { call$0() { @@ -439107,7 +439375,7 @@ t2 = _null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure(context, t1, this.store), B.EdgeInsets_4_0_24_0, _null, t2, _null); }, - $signature: 477 + $signature: 494 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -439121,7 +439389,7 @@ if (t2) A.Scaffold_of(t1).openEndDrawer$0(); else { - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -439202,19 +439470,19 @@ call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._CustomTabBarView_build_closure1.prototype = { call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._CustomTabBarView_build_closure2.prototype = { call$0() { return this.$this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__DashboardScreenState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -439287,7 +439555,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, value, _null)); }, - $signature: 11 + $signature: 10 }; A.DashboardVM_fromStore_closure5.prototype = { call$1(value) { @@ -439313,7 +439581,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 166 + $signature: 178 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { @@ -439330,7 +439598,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSidebar(true)); }, - $signature: 10 + $signature: 11 }; A.SidebarScaffold.prototype = { build$1(context) { @@ -439376,7 +439644,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSidebar(false)); }, - $signature: 10 + $signature: 11 }; A.InvoiceSidebar.prototype = { build$1(context) { @@ -439432,25 +439700,25 @@ call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.upcomingInvoices, index), null, false, false, null, null); }, - $signature: 495 + $signature: 361 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.pastDueInvoices, index), null, false, false, null, null); }, - $signature: 495 + $signature: 361 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -439462,13 +439730,13 @@ invoice = t2._map$_map.$index(0, t1); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, false, _null, _null); }, - $signature: 140 + $signature: 141 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.PaymentSidebar.prototype = { build$1(context) { @@ -439520,7 +439788,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -439532,13 +439800,13 @@ payment = t2._map$_map.$index(0, t1); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, _null); }, - $signature: 140 + $signature: 141 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.QuoteSidebar.prototype = { build$1(context) { @@ -439594,25 +439862,25 @@ call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.upcomingQuotes, index), null, false, null); }, - $signature: 496 + $signature: 462 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.expriedQuotes, index), null, false, null); }, - $signature: 496 + $signature: 462 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -439624,13 +439892,13 @@ quote = t2._map$_map.$index(0, t1); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 140 + $signature: 141 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.TaskSidebar.prototype = { build$1(context) { @@ -439686,25 +439954,25 @@ call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.runningTasks, index)); }, - $signature: 360 + $signature: 362 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.TaskSidebar_build_closure1.prototype = { call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.recentTasks, index)); }, - $signature: 360 + $signature: 362 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -439716,13 +439984,13 @@ task = t2._map$_map.$index(0, t1); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 140 + $signature: 141 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.ExpenseSidbar.prototype = { build$1(context) { @@ -439768,13 +440036,13 @@ call$2(context, index) { return A.ExpenseListItem$(J.$index$asx(this.recentExpenses, index), null, false, true, null, null, false); }, - $signature: 497 + $signature: 461 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -439786,13 +440054,13 @@ expense = t2._map$_map.$index(0, t1); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false); }, - $signature: 140 + $signature: 141 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._DashboardSidebar.prototype = { build$1(context) { @@ -439882,7 +440150,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.DesignListBuilder.prototype = { build$1(context) { @@ -439953,7 +440221,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearDesignMultiselect()); }, - $signature: 10 + $signature: 11 }; A.DesignScreen.prototype = { build$1(context) { @@ -439981,7 +440249,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartDesignMultiselect()); }, - $signature: 10 + $signature: 11 }; A.DesignScreen_build_closure7.prototype = { call$1(value) { @@ -440289,7 +440557,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._DesignEditState__onChanged_closure.prototype = { call$1(b) { @@ -440307,7 +440575,7 @@ t2.replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", t3, "body", t4, "footer", t5, "product", t6, "task", t7, "includes", J.trim$0$s(t1._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 514 + $signature: 450 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -440409,7 +440677,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -440515,7 +440783,7 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 155 + $signature: 154 }; A._DesignSettingsState_build_closure1.prototype = { call$0() { @@ -440637,7 +440905,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDesign(design)); }, - $signature: 155 + $signature: 154 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -440735,13 +441003,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 68 + $signature: 64 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 160 + $signature: 150 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { @@ -440749,13 +441017,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 68 + $signature: 64 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { return !quote.isDeleted && quote.designId === this.design.id; }, - $signature: 160 + $signature: 150 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { @@ -440763,13 +441031,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].creditState.map._map$_map.$index(0, creditId); }, - $signature: 68 + $signature: 64 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { return !credit.isDeleted && credit.designId === this.design.id; }, - $signature: 160 + $signature: 150 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { @@ -440777,19 +441045,19 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 68 + $signature: 64 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 160 + $signature: 150 }; A._DesignViewState_build_closure7.prototype = { call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.DesignViewScreen.prototype = { build$1(context) { @@ -440867,7 +441135,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.DocumentListBuilder.prototype = { build$1(context) { @@ -440939,7 +441207,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearDocumentMultiselect()); }, - $signature: 10 + $signature: 11 }; A.DocumentScreen.prototype = { build$1(context) { @@ -440968,7 +441236,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartDocumentMultiselect()); }, - $signature: 10 + $signature: 11 }; A.DocumentScreen_build_closure7.prototype = { call$1(value) { @@ -441145,13 +441413,13 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._DocumentEditState__onChanged_closure.prototype = { call$1(b) { return b; }, - $signature: 559 + $signature: 740 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -441173,7 +441441,7 @@ t1 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([], t1), _null, _null, false, _null, false, _null)], t1), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A.DocumentEditScreen.prototype = { build$1(context) { @@ -441207,7 +441475,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 55 + $signature: 56 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -441340,13 +441608,13 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 37 + $signature: 38 }; A._ExpenseEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -441366,7 +441634,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_expense)); }, - $signature: 10 + $signature: 11 }; A.__ExpenseEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -441601,7 +441869,7 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { @@ -441617,7 +441885,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 106 + $signature: 89 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -441649,7 +441917,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -441707,7 +441975,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 357 + $signature: 310 }; A.ExpenseEditDetailsState_build_closure7.prototype = { call$1(userId) { @@ -441739,7 +442007,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 498 + $signature: 458 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -441752,7 +442020,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 100 + $signature: 104 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -441782,7 +442050,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 498 + $signature: 458 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -441795,7 +442063,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 100 + $signature: 104 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -441825,7 +442093,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 498 + $signature: 458 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -441838,7 +442106,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 100 + $signature: 104 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -441873,7 +442141,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 57 + $signature: 50 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -441901,13 +442169,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 362 + $signature: 364 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 57 + $signature: 50 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -441934,7 +442202,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -442042,13 +442310,13 @@ call$1(path) { return this.$this._widget.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.ExpenseEditNotesState_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this._widget.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.ExpenseEditSettings.prototype = { createState$0() { @@ -442238,7 +442506,7 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, A.formatNumber(this.exchangeRate, t2, null, null, B.FormatNumberType_5, true, null, false)); }, - $signature: 37 + $signature: 38 }; A.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1(b) { @@ -442295,7 +442563,7 @@ call$1(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 37 + $signature: 38 }; A.ExpenseEditSettingsState_build__closure10.prototype = { call$0() { @@ -442324,7 +442592,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 57 + $signature: 50 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { @@ -442365,13 +442633,13 @@ call$1(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 37 + $signature: 38 }; A.ExpenseEditSettingsState_build_closure4.prototype = { call$1(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 154 + $signature: 159 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { @@ -442418,7 +442686,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A.ExpenseEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -442431,7 +442699,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A.ExpenseEditSettingsState_build__closure.prototype = { call$1(b) { @@ -442470,7 +442738,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 135 + $signature: 137 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -442494,7 +442762,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 107 + $signature: 113 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { @@ -442522,7 +442790,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 107 + $signature: 113 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { @@ -442552,7 +442820,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 176 + $signature: 177 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6.prototype = { call$0() { @@ -442634,7 +442902,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 135 + $signature: 137 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -442658,13 +442926,13 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -442691,7 +442959,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(value) { @@ -442816,7 +443084,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -442836,7 +443104,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ExpenseListItem_build__closure0.prototype = { call$2(context, action) { @@ -442863,7 +443131,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ExpenseListBuilder.prototype = { build$1(context) { @@ -442887,7 +443155,7 @@ expenseId = J.$index$asx(t1.expenseList, index); return A.ExpenseListItem$(t1.expenseMap._map$_map.$index(0, expenseId), t1.filter, false, true, null, null, true); }, - $signature: 497 + $signature: 461 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -442930,7 +443198,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearExpenseMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ExpensePresenter.prototype = { getField$2$context$field(context, field) { @@ -443108,7 +443376,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 273 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -443119,7 +443387,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 273 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -443129,7 +443397,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 273 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -443139,7 +443407,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 273 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -443149,7 +443417,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 289 + $signature: 273 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { @@ -443157,7 +443425,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartExpenseMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ExpenseScreen_build_closure13.prototype = { call$1(value) { @@ -443181,7 +443449,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.ExpenseScreen_build_closure16.prototype = { call$0() { @@ -443254,7 +443522,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.ExpenseScreen_build_closure4.prototype = { call$0() { @@ -443404,19 +443672,19 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ExpenseViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ExpenseViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__ExpenseViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -443446,13 +443714,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.ExpenseOverview.prototype = { build$1(context) { @@ -443590,7 +443858,7 @@ t2.$indexSet(0, t3, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t4, _null, _null, B.FormatNumberType_3, true, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t2, _null)], type$.JSArray_legacy_Widget); }, - $signature: 211 + $signature: 213 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -443679,13 +443947,13 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1()); }, - $signature: 67 + $signature: 69 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -443714,7 +443982,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(value) { @@ -443793,7 +444061,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1(b) { @@ -443801,7 +444069,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 357 + $signature: 310 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -443813,7 +444081,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(_) { @@ -443830,7 +444098,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, new A._ExpenseCategoryEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._ExpenseCategoryEditState_build__closure0(t2)), A.FormColorPicker$(t3.color, _null, new A._ExpenseCategoryEditState_build__closure1(_this.viewModel, t3))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._ExpenseCategoryEditState_build__closure.prototype = { call$1(_) { @@ -443855,7 +444123,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 357 + $signature: 310 }; A.ExpenseCategoryEditScreen.prototype = { build$1(context) { @@ -443867,13 +444135,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 3810 + $signature: 2540 }; A.ExpenseCategoryEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new A.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2541 + $signature: 3813 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -443889,7 +444157,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 356 + $signature: 313 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -443963,7 +444231,7 @@ } else A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 356 + $signature: 313 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -444101,7 +444369,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearExpenseCategoryMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ExpenseCategoryPresenter.prototype = { getField$2$context$field(context, field) { @@ -444138,7 +444406,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartExpenseCategoryMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ExpenseCategoryScreen_build_closure9.prototype = { call$0() { @@ -444289,7 +444557,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.ExpenseCategoryViewScreen.prototype = { build$1(context) { @@ -444323,7 +444591,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCurrentRoute("/settings/expense_category")); }, - $signature: 10 + $signature: 11 }; A.GroupEdit.prototype = { createState$0() { @@ -444395,7 +444663,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._GroupEditState__onChanged_closure.prototype = { call$1(b) { @@ -444403,7 +444671,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 417 + $signature: 470 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -444415,7 +444683,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._GroupEditState_build_closure1.prototype = { call$1(_) { @@ -444431,7 +444699,7 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t2._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t1.get$name(t1), _null, _null, false, _null, _null, new A._GroupEditState_build__closure(t2), true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t3), _null, _null, false, _null, false, _null)], t3), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._GroupEditState_build__closure.prototype = { call$1(_) { @@ -444477,7 +444745,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateGroup(group)); }, - $signature: 260 + $signature: 261 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -444551,7 +444819,7 @@ } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 260 + $signature: 261 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -444616,7 +444884,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.GroupListBuilder.prototype = { build$1(context) { @@ -444686,7 +444954,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearGroupMultiselect()); }, - $signature: 10 + $signature: 11 }; A.GroupSettingsScreen.prototype = { build$1(context) { @@ -444718,7 +444986,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartGroupMultiselect()); }, - $signature: 10 + $signature: 11 }; A.GroupSettingsScreen_build_closure3.prototype = { call$1(value) { @@ -444848,7 +445116,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A._GroupViewState_build_closure.prototype = { call$0() { @@ -444860,13 +445128,13 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A._GroupViewState_build_closure1.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.SettingsViewer.prototype = { build$1(context) { @@ -445373,13 +445641,13 @@ t2[0].call$1(new A.SaveGroupDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.group)); t1.then$1$1(0, new A.GroupViewVM_GroupViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.GroupViewVM_GroupViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.GroupViewVM_GroupViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -445406,7 +445674,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(value) { @@ -445493,7 +445761,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -445524,14 +445792,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._InvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._InvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._InvoiceEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), true, null); }, - $signature: 279 + $signature: 269 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -445550,7 +445818,7 @@ } return t1; }, - $signature: 280 + $signature: 268 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -445564,7 +445832,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 281 + $signature: 274 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -445638,7 +445906,7 @@ t2 = this.$this.viewModel; return t1 == null ? t2.onAddVendorContact.call$1(this.contact) : t2.onRemoveContact.call$1(t1); }, - $signature: 10 + $signature: 11 }; A.InvoiceEditContacts_build_closure1.prototype = { call$2(contactA, contactB) { @@ -445664,40 +445932,43 @@ t2 = this.$this.viewModel; return t1 == null ? t2.onAddClientContact.call$1(this.contact) : t2.onRemoveContact.call$1(t1); }, - $signature: 10 + $signature: 11 }; A._ClientContactListTile.prototype = { build$1(context) { - var t4, t5, t6, _this = this, _null = null, + var invitationButton, _this = this, _null = null, t1 = type$.legacy_AppLocalization, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), - t3 = _this.clientContact; - t1 = A.Text$(t3.get$fullName().length !== 0 ? t3.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$blankContact(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.Text$(t3.email, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t4 = _this.invitation; - t5 = t4 == null; - t6 = A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._ClientContactListTile_build_closure(), _null, _null, false, !t5); - t4 = t5 ? _null : t4.link; - if ((t4 == null ? "" : t4).length === 0) - t2 = _null; - else { - t4 = t2.get$copyLink(); - t4 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null, new A._ClientContactListTile_build_closure0(_this, t2), B.EdgeInsets_8_8_8_8, _null, t4, _null); - t2 = t4; - } - return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t6, _null), _null, _this.onTap, false, _null, _null, t3, _null, t1, t2, _null); + store = A.StoreProvider_of(context, type$.legacy_AppState), + t3 = _this.invitation, + t4 = t3 == null; + t3 = t4 ? _null : t3.link; + if ((t3 == null ? "" : t3).length !== 0) { + t3 = t2.get$copyLink(); + invitationButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null, new A._ClientContactListTile_build_closure(_this, t2), B.EdgeInsets_8_8_8_8, _null, t3, _null); + } else + invitationButton = new A.SizedBox(_null, _null, _null, _null); + t2 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._ClientContactListTile_build_closure0(_this), _null, _null, false, !t4)], t2); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3.prefState.showPdfPreviewSideBySide) + t4.push(invitationButton); + t3 = A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t4 = _this.clientContact; + t1 = t4.get$fullName().length !== 0 ? t4.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$blankContact(); + t1 = A._setArrayType([A.Text$(t1, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t2); + t1.push(A.Text$(t4.email, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null)); + t1 = A._setArrayType([t3, new A.SizedBox(8, _null, _null, _null), A.Expanded$(A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t2); + if (!store.__Store__state_A.prefState.showPdfPreviewSideBySide) + t1.push(invitationButton); + return new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t1, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, get$invoice() { return this.invoice; } }; A._ClientContactListTile_build_closure.prototype = { - call$1(value) { - return null; - }, - $signature: 22 - }; - A._ClientContactListTile_build_closure0.prototype = { call$0() { var t1 = this.$this.invitation.link; A.Clipboard_setData(new A.ClipboardData(t1)); @@ -445705,38 +445976,47 @@ }, $signature: 1 }; + A._ClientContactListTile_build_closure0.prototype = { + call$1(value) { + return this.$this.onTap.call$0(); + }, + $signature: 10 + }; A._VendorContactListTile.prototype = { build$1(context) { - var t4, t5, t6, _this = this, _null = null, + var invitationButton, _this = this, _null = null, t1 = type$.legacy_AppLocalization, t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, t1), - t3 = _this.vendorContact; - t1 = A.Text$(t3.get$fullName().length !== 0 ? t3.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$blankContact(), _null, _null, _null, _null, _null, _null, _null, _null, _null); - t3 = A.Text$(t3.email, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t4 = _this.invitation; - t5 = t4 == null; - t6 = A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._VendorContactListTile_build_closure(), _null, _null, false, !t5); - t4 = t5 ? _null : t4.link; - if ((t4 == null ? "" : t4).length === 0) - t2 = _null; - else { - t4 = t2.get$copyLink(); - t4 = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null, new A._VendorContactListTile_build_closure0(_this, t2), B.EdgeInsets_8_8_8_8, _null, t4, _null); - t2 = t4; - } - return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, new A.IgnorePointer(true, _null, t6, _null), _null, _this.onTap, false, _null, _null, t3, _null, t1, t2, _null); + store = A.StoreProvider_of(context, type$.legacy_AppState), + t3 = _this.invitation, + t4 = t3 == null; + t3 = t4 ? _null : t3.link; + if ((t3 == null ? "" : t3).length !== 0) { + t3 = t2.get$copyLink(); + invitationButton = A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57744_MaterialIcons_null_false, _null, _null), _null, new A._VendorContactListTile_build_closure(_this, t2), B.EdgeInsets_8_8_8_8, _null, t3, _null); + } else + invitationButton = new A.SizedBox(_null, _null, _null, _null); + t2 = type$.JSArray_legacy_Widget; + t4 = A._setArrayType([A.Checkbox$(A.Theme_of(context).colorScheme.secondary, false, _null, _null, new A._VendorContactListTile_build_closure0(_this), _null, _null, false, !t4)], t2); + t3 = store.__Store__state_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + if (t3.prefState.showPdfPreviewSideBySide) + t4.push(invitationButton); + t3 = A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t4 = _this.vendorContact; + t1 = t4.get$fullName().length !== 0 ? t4.get$fullName() : A.Localizations_of(context, B.Type_AppLocalization_KyD, t1).get$blankContact(); + t1 = A._setArrayType([A.Text$(t1, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], t2); + t1.push(A.Text$(t4.email, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null)); + t1 = A._setArrayType([t3, new A.SizedBox(8, _null, _null, _null), A.Expanded$(A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t2); + if (!store.__Store__state_A.prefState.showPdfPreviewSideBySide) + t1.push(invitationButton); + return new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t1, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, get$invoice() { return this.invoice; } }; A._VendorContactListTile_build_closure.prototype = { - call$1(value) { - return null; - }, - $signature: 22 - }; - A._VendorContactListTile_build_closure0.prototype = { call$0() { var t1 = this.$this.invitation.link; A.Clipboard_setData(new A.ClipboardData(t1)); @@ -445744,6 +446024,12 @@ }, $signature: 1 }; + A._VendorContactListTile_build_closure0.prototype = { + call$1(value) { + return this.$this.onTap.call$0(); + }, + $signature: 10 + }; A.InvoiceEditContactsScreen.prototype = { build$1(context) { var _null = null; @@ -445987,7 +446273,7 @@ t2.context = context; t11.push(A.InkWell$(false, _null, true, new A.ConstrainedBox(new A.BoxConstraints(1 / 0, 1 / 0, 40, 1 / 0), new A.Padding(B.EdgeInsets_6_6_6_6, A.Text$(t2.title$0(0), _null, 2, B.TextOverflow_2, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.InvoiceEditDesktopState_build_closure5(invoice, vendor, client), new A.InvoiceEditDesktopState_build_closure6(invoice, vendor, client), _null, _null, _null, _null, _null, _null, _null)); } - t11.push(new A.SizedBox(_null, 8, _null, _null)); + t11.push(new A.SizedBox(_null, 12, _null, _null)); t11.push(new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, 186), new A.InvoiceEditContactsScreen(entityType, _null), _null)); t2 = A.Expanded$(A.FormCard$(_null, t11, _null, B.CrossAxisAlignment_0, false, _null, false, B.EdgeInsets_12_12_6_12), 1); t3 = A._setArrayType([], t10); @@ -446118,7 +446404,7 @@ t14 = !invoice.get$isNew() && !t6 ? "" : settings.getDefaultTerms$1(entityType); t14 = A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_termsController, _null, true, _null, t14, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null); t6 = !invoice.get$isNew() && !t6 ? "" : settings.getDefaultFooter$1(entityType); - t6 = A._setArrayType([t14, A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_footerController, _null, true, _null, t6, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_publicNotesController, _null, true, _null, client.publicNotes, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), new A.LayoutBuilder(new A.InvoiceEditDesktopState_build_closure25(_this, invoice, viewModel, company, store, state, t1), _null)], t10); + t6 = A._setArrayType([t14, A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_footerController, _null, true, _null, t6, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_publicNotesController, _null, true, _null, client.publicNotes, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, _this._invoice_edit_desktop$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, _null, 8, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), new A.LayoutBuilder(new A.InvoiceEditDesktopState_build_closure25(_this, invoice, viewModel, company, store, state, t1, originalInvoice), _null)], t10); if (invoice.get$isNew() || state.hasChanges$0()) t6.push(new A.HelpText(t1.get$saveToUploadDocuments(), _null)); else @@ -446168,9 +446454,14 @@ t6.push(A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, t1, false, false, _null, A.formatNumber(t2, context, t11 ? _null : t5, _null, B.FormatNumberType_0, true, _null, false), _null, new A.ValueKey(_s16_ + A.S(t2) + "_" + t5 + "__", t9), _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_5, _null, _null, _null)); } t12.push(A.Row$(A._setArrayType([t3, A.Expanded$(A.Column$(A._setArrayType([A.FormCard$(_null, t6, _null, _null, false, _null, false, B.EdgeInsets_6_12_12_0)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t10), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); - if (state.prefState.showPdfPreview) + t1 = state.prefState; + t2 = t1.showPdfPreview; + if (t2 && !t1.showPdfPreviewSideBySide) t12.push(new A.Padding(B.EdgeInsets_16_2_16_16, new A._PdfPreview(invoice, _null), _null)); - return A.SingleChildScrollView$(A.Column$(t12, B.CrossAxisAlignment_2, new A.ValueKey("__invoice_" + t4 + "__", t9), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, true, _null, false, B.Axis_1); + t3 = A._setArrayType([new A.Flexible(3, B.FlexFit_1, A.Column$(t12, B.CrossAxisAlignment_2, new A.ValueKey("__invoice_" + t4 + "__", t9), B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)], t10); + if (t2 && t1.showPdfPreviewSideBySide) + t3.push(new A.Flexible(2, B.FlexFit_1, new A.Padding(B.EdgeInsets_16_2_16_16, new A._PdfPreview(invoice, _null), _null), _null)); + return A.SingleChildScrollView$(A.Row$(t3, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, true, _null, false, B.Axis_1); } }; A.InvoiceEditDesktopState_didChangeDependencies_closure.prototype = { @@ -446191,7 +446482,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -446242,13 +446533,13 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { @@ -446260,7 +446551,7 @@ call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 290 + $signature: 267 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { @@ -446272,7 +446563,7 @@ call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 290 + $signature: 267 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$0() { @@ -446305,13 +446596,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 362 + $signature: 364 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -446338,7 +446629,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { @@ -446364,7 +446655,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 500 + $signature: 451 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -446376,7 +446667,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure13(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(b) { @@ -446389,7 +446680,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure12(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure12.prototype = { call$1(b) { @@ -446419,7 +446710,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure11(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$1(b) { @@ -446438,7 +446729,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure10(value))); }, - $signature: 11 + $signature: 10 }; A.InvoiceEditDesktopState_build__closure10.prototype = { call$1(b) { @@ -446471,14 +446762,14 @@ call$1(item) { return item.typeId === "2"; }, - $signature: 62 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure24.prototype = { call$1(index) { var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure8(t1, index)); }, - $signature: 114 + $signature: 112 }; A.InvoiceEditDesktopState_build__closure8.prototype = { call$0() { @@ -446518,21 +446809,25 @@ t9 = t6.numberOfInvoiceTaxRates <= 0; if (!t9 || t6.numberOfItemTaxRates > 0 || t7 === B.EntityType_invoice) { t4 = A._setArrayType([], t4); - if (!t9 || t6.numberOfItemTaxRates > 0) - t4.push(A.Expanded$(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, true, new A.InvoiceEditDesktopState_build__closure6(t3, t2), _null, _null, A.Text$(t8.get$inclusiveTaxes(), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2.usesInclusiveTaxes), 1)); - if (t7 === B.EntityType_invoice) - t4.push(A.Expanded$(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, true, new A.InvoiceEditDesktopState_build__closure7(t3, t2), _null, _null, A.Text$(t8.get$autoBillEnabled(), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2.autoBillEnabled), 1)); + if (!t9 || t6.numberOfItemTaxRates > 0) { + t6 = t8.get$inclusiveTaxes(); + t4.push(A.Expanded$(A.Tooltip$(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, true, new A.InvoiceEditDesktopState_build__closure6(t3, t2), _null, _null, A.Text$(t8.get$inclusiveTaxes(), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2.usesInclusiveTaxes), t6), 1)); + } + if (t7 === B.EntityType_invoice && _this.originalInvoice.autoBillEnabled) { + t6 = t8.get$autoBillEnabled(); + t4.push(A.Expanded$(A.Tooltip$(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, true, new A.InvoiceEditDesktopState_build__closure7(t3, t2), _null, _null, A.Text$(t8.get$autoBillEnabled(), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2.autoBillEnabled), t6), 1)); + } t5.push(A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } return A.GridView$count((t1 / 2 - 8) / 50, t5, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 324 + $signature: 325 }; A.InvoiceEditDesktopState_build__closure.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure8(value))); }, - $signature: 155 + $signature: 154 }; A.InvoiceEditDesktopState_build___closure8.prototype = { call$1(b) { @@ -446639,7 +446934,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 106 + $signature: 89 }; A.InvoiceEditDesktopState_build__closure5.prototype = { call$1(value) { @@ -446685,25 +446980,25 @@ call$1(path) { return this.$this._widget.entityViewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.InvoiceEditDesktopState_build_closure27.prototype = { call$3($document, password, idToken) { return this.$this._widget.entityViewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.InvoiceEditDesktopState_build_closure28.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 134 + $signature: 135 }; A.InvoiceEditDesktopState_build_closure29.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 134 + $signature: 135 }; A.InvoiceEditDesktopState_build_closure30.prototype = { call$1(taxRate) { @@ -446712,7 +447007,7 @@ A.print("## UPDATED\nRate 3: " + updatedInvoice.taxName3 + " => " + A.S(updatedInvoice.taxRate3)); this.viewModel.onChanged.call$1(t1.applyTax$2$isThird(taxRate, true)); }, - $signature: 134 + $signature: 135 }; A._PdfPreview.prototype = { createState$0() { @@ -446807,41 +447102,43 @@ return A._asyncStartSync($async$_loadPdf$0, $async$completer); }, build$1(context) { - var t3, t4, t5, t6, t7, _this = this, _null = null, + var t3, t4, t5, t6, t7, t8, _this = this, _null = null, _s13_ = "previous_page", _s9_ = "next_page", t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.StoreProvider_of(context, type$.legacy_AppState).__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([], t3); + t2 = t2.prefState; + t3 = t2.showPdfPreviewSideBySide ? 800 : 1200; + t4 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([], t4); if (_this._pageCount > 1) - t5 = t2.prefState.enableJSPDF || false; + t6 = t2.enableJSPDF || false; else - t5 = false; - if (t5) { + t6 = false; + if (t6) { t1.toString; - t5 = $.$get$LocalizationsProvider__localizedValues(); + t6 = $.$get$LocalizationsProvider__localizedValues(); t1 = t1.localeCode; - t6 = J.$index$asx(t5.$index(0, t1), _s13_); - if (t6 == null) - t6 = J.$index$asx(t5.$index(0, "en"), _s13_); - t7 = _this._currentPage === 1 ? _null : new A.__PdfPreviewState_build_closure(_this); - t1 = J.$index$asx(t5.$index(0, t1), _s9_); + t7 = J.$index$asx(t6.$index(0, t1), _s13_); + if (t7 == null) + t7 = J.$index$asx(t6.$index(0, "en"), _s13_); + t8 = _this._currentPage === 1 ? _null : new A.__PdfPreviewState_build_closure(_this); + t1 = J.$index$asx(t6.$index(0, t1), _s9_); if (t1 == null) - t1 = J.$index$asx(t5.$index(0, "en"), _s9_); - t5 = _this._currentPage == _this._pageCount ? _null : new A.__PdfPreviewState_build_closure0(_this); - t4.push(new A.Padding(B.EdgeInsets_0_0_0_16, A.Row$(A._setArrayType([new A.AppButton(_null, B._MdiIconData_Gjc1, t6, t7, 180, _null), new A.SizedBox(16, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_Up30, t1, t5, 180, _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null)); + t1 = J.$index$asx(t6.$index(0, "en"), _s9_); + t6 = _this._currentPage == _this._pageCount ? _null : new A.__PdfPreviewState_build_closure0(_this); + t5.push(new A.Padding(B.EdgeInsets_0_0_0_16, A.Row$(A._setArrayType([new A.AppButton(_null, B._MdiIconData_Gjc1, t7, t8, 180, _null), new A.SizedBox(16, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_Up30, t1, t6, 180, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_1, _null), _null)); } if (_this._invoice_edit_desktop$_response == null) t1 = A.Container$(_null, _null, B.Clip_0, B.Color_4292927712, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); else - t1 = t2.prefState.enableJSPDF || false ? A.PdfPreview$(new A.__PdfPreviewState_build_closure1(_this), false, false, false, 800, A._setArrayType([_this._currentPage - 1], type$.JSArray_legacy_int)) : new A.HtmlElementView(_this._invoice_edit_desktop$_pdfString, _null); - t4.push(A.Expanded$(t1, 1)); - t3 = A._setArrayType([A.Column$(t4, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t3); + t1 = t2.enableJSPDF || false ? A.PdfPreview$(new A.__PdfPreviewState_build_closure1(_this), false, false, false, 800, A._setArrayType([_this._currentPage - 1], type$.JSArray_legacy_int)) : new A.HtmlElementView(_this._invoice_edit_desktop$_pdfString, _null); + t5.push(A.Expanded$(t1, 1)); + t4 = A._setArrayType([A.Column$(t5, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t4); if (_this._invoice_edit_desktop$_isLoading) - t3.push(A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null)); - return A.Container$(_null, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), B.Clip_0, _null, _null, _null, _null, 1200, _null, _null, _null, _null, _null, _null); + t4.push(A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 4, _null, _null), _null, _null)); + return A.Container$(_null, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, t4, _null), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null); } }; A.__PdfPreviewState_loadPdf_closure.prototype = { @@ -446885,7 +447182,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 650 + $signature: 546 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -447205,7 +447502,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -447254,7 +447551,7 @@ call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 290 + $signature: 267 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { @@ -447266,7 +447563,7 @@ call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 290 + $signature: 267 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -447306,13 +447603,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 362 + $signature: 364 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure15(date))); }, - $signature: 365 + $signature: 367 }; A.InvoiceEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -447339,7 +447636,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -447365,7 +447662,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 500 + $signature: 451 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -447377,7 +447674,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -447390,7 +447687,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -447420,7 +447717,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure10(date))); }, - $signature: 57 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -447433,7 +447730,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure9(value))); }, - $signature: 11 + $signature: 10 }; A.InvoiceEditDetailsState_build__closure9.prototype = { call$1(b) { @@ -447466,25 +447763,25 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 100 + $signature: 104 }; A.InvoiceEditDetailsState_build_closure21.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 100 + $signature: 104 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 100 + $signature: 104 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(value))); }, - $signature: 291 + $signature: 265 }; A.InvoiceEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -447574,7 +447871,7 @@ b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 106 + $signature: 89 }; A.InvoiceEditDetailsState_build_closure28.prototype = { call$1(value) { @@ -447652,7 +447949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 145 + $signature: 146 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -447664,7 +447961,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 351 + $signature: 352 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -447676,7 +447973,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -447732,7 +448029,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_invoice)); }, - $signature: 10 + $signature: 11 }; A.InvoiceEditItems.prototype = { createState$0() { @@ -447966,7 +448263,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 63 + $signature: 62 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -447995,7 +448292,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 134 + $signature: 135 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -448010,7 +448307,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 134 + $signature: 135 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -448025,7 +448322,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 134 + $signature: 135 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -448382,25 +448679,25 @@ t1 = true; return t1; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { @@ -448428,7 +448725,7 @@ $.Debouncer_action = null; } }, - $signature: 37 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1(lineItem) { @@ -448439,7 +448736,7 @@ t1 = true; return t1; }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { @@ -448483,7 +448780,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _null, _null), _null)); return new A.ReorderableDragStartListener(new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 140 + $signature: 141 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(column) { @@ -448540,19 +448837,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 125 + $signature: 131 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 62 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$0() { @@ -448685,7 +448982,7 @@ return true; return B.JSString_methods.contains$1(t1.toLowerCase(), filter); }, - $signature: 585 + $signature: 823 }; A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { @@ -448773,21 +449070,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _null = null; return A.DecoratedFormField$(false, _null, false, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._InvoiceEditItemsDesktopState_build___closure15(this.$this, this.lineItems, this.index), new A._InvoiceEditItemsDesktopState_build___closure16(onFieldSubmitted), _null, false, _null, _null, B.TextAlign_4, _null); }, - $signature: 472 + $signature: 504 }; A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$1(value) { @@ -448807,7 +449104,7 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$3(context, onSelected, options) { @@ -448836,7 +449133,7 @@ call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 154 + $signature: 159 }; A._InvoiceEditItemsDesktopState_build____closure0.prototype = { call$1(entity) { @@ -448845,7 +449142,7 @@ t1 = this.invoice.entityType === B.EntityType_purchaseOrder && this.company.enableProductCost && entity.cost !== 0 ? entity.cost : entity.price; return A.formatNumber(t1, this.context, null, null, B.FormatNumberType_0, true, null, false); }, - $signature: 38 + $signature: 37 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { @@ -448858,14 +449155,14 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure9(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure9.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { @@ -448878,14 +449175,14 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure8(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure8.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { @@ -448898,14 +449195,14 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure7(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure7.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { @@ -448918,14 +449215,14 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure6(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure6.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { @@ -448938,14 +449235,14 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure5(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure17.prototype = { call$1(hasFocus) { @@ -448958,7 +449255,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure4(taxRate)), t1, false); }, - $signature: 503 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build___closure4.prototype = { call$1(b) { @@ -448969,7 +449266,7 @@ b.get$_invoice_model$_$this()._taxRate1 = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure19.prototype = { call$1(hasFocus) { @@ -448982,7 +449279,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure3(taxRate)), t1, false); }, - $signature: 503 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -448993,7 +449290,7 @@ b.get$_invoice_model$_$this()._taxRate2 = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$1(hasFocus) { @@ -449006,7 +449303,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure2(taxRate)), t1, false); }, - $signature: 503 + $signature: 448 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -449017,7 +449314,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { @@ -449030,7 +449327,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure1(value)), t1, false); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure1.prototype = { call$1(b) { @@ -449038,7 +449335,7 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { @@ -449051,7 +449348,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure0(value)), t1, false); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure0.prototype = { call$1(b) { @@ -449059,7 +449356,7 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { @@ -449072,7 +449369,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure(value)), t1); }, - $signature: 71 + $signature: 73 }; A._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1(b) { @@ -449080,7 +449377,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 63 + $signature: 62 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(context) { @@ -449201,7 +449498,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 114 + $signature: 112 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -449209,7 +449506,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.EditInvoiceItem(null)); }, - $signature: 10 + $signature: 11 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1.prototype = { call$2(invoiceItem, index) { @@ -449227,7 +449524,7 @@ t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); } }, - $signature: 282 + $signature: 292 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -449235,7 +449532,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 63 + $signature: 62 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -449243,7 +449540,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 125 + $signature: 131 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -449380,7 +449677,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 145 + $signature: 146 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -449539,7 +449836,7 @@ $defaultValues() { return [null]; }, - $signature: 176 + $signature: 177 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3.prototype = { call$0() { @@ -449673,7 +449970,7 @@ A.viewEntity(false, savedInvoice, _null, true); } }, - $signature: 65 + $signature: 67 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5.prototype = { call$1(error) { @@ -449712,7 +450009,7 @@ t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 283 + $signature: 290 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$1(b) { @@ -449763,13 +450060,13 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -449796,7 +450093,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(value) { @@ -449963,7 +450260,7 @@ t1 = false; return t1; }, - $signature: 168 + $signature: 170 }; A._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0() { @@ -450018,7 +450315,7 @@ t1 = _this.products; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__productList_closure(_this.$this, t1, _this.state, _this.company), _null, t1.length, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -450059,7 +450356,7 @@ t1 = this.tasks; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -450070,7 +450367,7 @@ t2 = this.$this; return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, task), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, task), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, task, context), true, task); }, - $signature: 360 + $signature: 362 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { @@ -450098,7 +450395,7 @@ t1 = this.expenses; return new A.ScrollableListViewBuilder(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), _null, t1.length, _null, _null, _null); }, - $signature: 133 + $signature: 134 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -450113,7 +450410,7 @@ t2 = B.JSArray_methods.contains$1(t1._selected, expense); return A.ExpenseListItem$(expense, t1._invoice_item_selector$_filter, t2, false, new A._InvoiceItemSelectorState_build__expenseList__closure(t1, expense), new A._InvoiceItemSelectorState_build__expenseList__closure0(t1, expense, context), true); }, - $signature: 497 + $signature: 461 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { @@ -450226,7 +450523,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 490 + $signature: 475 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -450269,7 +450566,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body)); }, - $signature: 347 + $signature: 348 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(value) { @@ -450400,7 +450697,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -450478,7 +450775,7 @@ t2 = t3 && B.JSArray_methods.contains$1(t2._list, t4); return new A.InvoiceListItem(invoice, t1.filter, t3, t2, null, null); }, - $signature: 495 + $signature: 361 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -450518,7 +450815,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearInvoiceMultiselect()); }, - $signature: 10 + $signature: 11 }; A.InvoicePdfView.prototype = { createState$0() { @@ -451017,7 +451314,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartInvoiceMultiselect()); }, - $signature: 10 + $signature: 11 }; A.InvoiceScreen_build_closure15.prototype = { call$1(value) { @@ -451041,7 +451338,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.InvoiceScreen_build_closure18.prototype = { call$0() { @@ -451082,7 +451379,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.InvoiceScreen_build_closure7.prototype = { call$1(value) { @@ -451288,43 +451585,43 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure3.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._InvoiceViewState_build__closure4.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__InvoiceViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -451371,13 +451668,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], false, null); }, - $signature: 336 + $signature: 276 }; A.InvoiceViewContacts.prototype = { build$1(context) { @@ -451466,25 +451763,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 177 + $signature: 173 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 592 + $signature: 591 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 139 + $signature: 140 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 488 + $signature: 484 }; A.InvoiceViewDocuments.prototype = { build$1(context) { @@ -451500,13 +451797,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$1($document) { @@ -451556,7 +451853,7 @@ call$1(activity) { return activity.history != null; }, - $signature: 531 + $signature: 449 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$2(a, b) { @@ -451598,13 +451895,13 @@ var _this = this; return _this.viewModel.onViewPdf.call$3(_this.context, _this.invoice, _this.history.activityId); }, - $signature: 10 + $signature: 11 }; A._InvoiceViewHistoryState_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A.InvoiceOverview.prototype = { build$1(context) { @@ -451868,14 +452165,14 @@ if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 261 + $signature: 262 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 261 + $signature: 262 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -451929,7 +452226,7 @@ t1 = _this.invoice; return _this.userCompany.canEditEntity$1(t1) ? _this.$this.viewModel.onEditPressed.call$2(_this.context, B.JSArray_methods.indexOf$2(t1.lineItems._list, _this.invoiceItem, 0)) : null; }, - $signature: 10 + $signature: 11 }; A.InvoiceOverview_build_surchargeRow.prototype = { call$2(label, amount) { @@ -452035,7 +452332,7 @@ $defaultValues() { return [null]; }, - $signature: 284 + $signature: 285 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -452051,13 +452348,13 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -452084,7 +452381,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(value) { @@ -452113,7 +452410,7 @@ $defaultValues() { return [null]; }, - $signature: 285 + $signature: 296 }; A.PaymentEdit.prototype = { createState$0() { @@ -452352,7 +452649,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._PaymentEditState__onChanged_closure.prototype = { call$1(b) { @@ -452377,7 +452674,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -452396,33 +452693,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 217 + $signature: 220 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 217 + $signature: 220 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 261 + $signature: 262 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 261 + $signature: 262 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -452447,7 +452744,7 @@ B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure5.prototype = { call$1(context) { @@ -452471,14 +452768,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 57 + $signature: 50 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure9.prototype = { call$1(paymentType) { @@ -452495,20 +452792,20 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentEditState_build__closure2.prototype = { call$1(b) { b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure11.prototype = { call$1(value) { @@ -452534,7 +452831,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -452546,7 +452843,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 154 + $signature: 159 }; A._PaymentEditState_build_closure14.prototype = { call$1(hasFocus) { @@ -452576,7 +452873,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentEditState_build_closure13.prototype = { call$1(value) { @@ -452600,7 +452897,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A.PaymentableEditor.prototype = { createState$0() { @@ -452767,7 +453064,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._PaymentableEditorState__onChanged_closure.prototype = { call$1(b) { @@ -452780,7 +453077,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 504 + $signature: 447 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -452793,7 +453090,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 504 + $signature: 447 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -452805,7 +453102,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -452818,7 +453115,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -452830,7 +453127,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -452843,26 +453140,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 183 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 195 + $signature: 183 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -452878,7 +453175,7 @@ return t1; } }, - $signature: 38 + $signature: 37 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -452887,7 +453184,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 38 + $signature: 37 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -452923,7 +453220,7 @@ return t1; } }, - $signature: 38 + $signature: 37 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { @@ -452932,7 +453229,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 38 + $signature: 37 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -452968,7 +453265,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -452977,7 +453274,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 46 + $signature: 47 }; A.PaymentEditScreen.prototype = { build$1(context) { @@ -453226,7 +453523,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -453341,7 +453638,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearPaymentMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PaymentPresenter.prototype = { getField$2$context$field(context, field) { @@ -453418,7 +453715,7 @@ call$1(invoice) { return invoice != null; }, - $signature: 160 + $signature: 150 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(invoice) { @@ -453437,7 +453734,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 195 + $signature: 183 }; A.PaymentScreen.prototype = { build$1(context) { @@ -453482,7 +453779,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartPaymentMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PaymentScreen_build_closure7.prototype = { call$1(value) { @@ -453718,7 +454015,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._PaymentRefundState__onChanged_closure.prototype = { call$0() { @@ -453735,13 +454032,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 217 + $signature: 220 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -453753,40 +454050,40 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 57 + $signature: 50 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentRefundState_build__closure0.prototype = { call$1(b) { b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentRefundState_build__closure.prototype = { call$1(b) { b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -453817,7 +454114,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -453926,7 +454223,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._PaymentableEditorState__onChanged_closure6.prototype = { call$1(b) { @@ -453937,7 +454234,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 504 + $signature: 447 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -453946,7 +454243,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -453956,27 +454253,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 46 + $signature: 47 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 195 + $signature: 183 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.legacy_InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 38 + $signature: 37 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -454018,7 +454315,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 46 + $signature: 47 }; A.PaymentRefundScreen.prototype = { build$1(context) { @@ -454221,7 +454518,7 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._PaymentViewState_build__closure.prototype = { call$0() { @@ -454347,7 +454644,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._PaymentTermEditState__onChanged_closure.prototype = { call$1(b) { @@ -454355,7 +454652,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 686 + $signature: 645 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -454367,7 +454664,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -454387,7 +454684,7 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, this.$this._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure(t1))], t3), _null, _null, false, _null, false, _null)], t3), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._PaymentTermEditState_build__closure.prototype = { call$1(value) { @@ -454427,7 +454724,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 376 + $signature: 299 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -454499,7 +454796,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 376 + $signature: 299 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -454567,7 +454864,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.PaymentTermListBuilder.prototype = { build$1(context) { @@ -454639,7 +454936,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearPaymentTermMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PaymentTermScreen.prototype = { build$1(context) { @@ -454667,7 +454964,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartPaymentTermMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PaymentTermScreen_build_closure7.prototype = { call$1(value) { @@ -454804,7 +455101,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.PaymentTermViewScreen.prototype = { build$1(context) { @@ -455008,7 +455305,7 @@ b.get$_product_model$_$this()._product_model$_stockNotificationThreshold = t1; return b; }, - $signature: 174 + $signature: 176 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -455020,7 +455317,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._ProductEditState_build_closure.prototype = { call$1(val) { @@ -455039,7 +455336,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 100 + $signature: 104 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -455050,13 +455347,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 174 + $signature: 176 }; A._ProductEditState_build_closure1.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure1(taxRate))); }, - $signature: 100 + $signature: 104 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -455067,13 +455364,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 174 + $signature: 176 }; A._ProductEditState_build_closure2.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure0(taxRate))); }, - $signature: 100 + $signature: 104 }; A._ProductEditState_build__closure0.prototype = { call$1(b) { @@ -455084,20 +455381,20 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 174 + $signature: 176 }; A._ProductEditState_build_closure3.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._ProductEditState_build__closure.prototype = { call$1(b) { b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 174 + $signature: 176 }; A.ProductEditScreen.prototype = { build$1(context) { @@ -455293,7 +455590,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -455314,7 +455611,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ProductListItem_build__closure0.prototype = { call$2(context, action) { @@ -455342,7 +455639,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ProductListBuilder.prototype = { build$1(context) { @@ -455413,7 +455710,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearProductMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ProductPresenter.prototype = { getField$2$context$field(context, field) { @@ -455509,7 +455806,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartProductMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ProductScreen_build_closure7.prototype = { call$1(value) { @@ -455693,13 +455990,13 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ProductViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__ProductViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -455726,13 +456023,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.ProductViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.ProductOverview.prototype = { createState$0() { @@ -455840,13 +456137,13 @@ t2[0].call$1(new A.SaveProductDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.product)); t1.then$1$1(0, new A.ProductViewVM_ProductViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProductViewVM_ProductViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.ProductViewVM_ProductViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -455873,7 +456170,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(value) { @@ -455977,7 +456274,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._ProjectEditState__onChanged_closure.prototype = { call$1(b) { @@ -456004,7 +456301,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 175 + $signature: 169 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -456016,7 +456313,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._ProjectEditState_build_closure.prototype = { call$1(context) { @@ -456054,7 +456351,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t6, t8, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure4(t9, t1), _null), t10, A.DecoratedFormField$(false, _null, false, t2._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t4, _null, _null, false, _null, _null, t7, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, t2._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t3.get$taskRate(), _null, _null, false, _null, _null, t7, true, _null, _null, B.TextAlign_4, _null), new A.CustomField(t2._project_edit$_custom1Controller, _null, t7, "project1", t1.customValue1, false, _null), new A.CustomField(t2._project_edit$_custom2Controller, _null, t7, "project2", t1.customValue2, false, _null), new A.CustomField(t2._project_edit$_custom3Controller, _null, t7, "project3", t1.customValue3, false, _null), new A.CustomField(t2._project_edit$_custom4Controller, _null, t7, "project4", t1.customValue4, false, _null), A.DecoratedFormField$(false, _null, false, t2._project_edit$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t5), _null, _null, false, _null, true, _null)], t5), _null, _null, _null, false, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_legacy_String)); }, - $signature: 151 + $signature: 152 }; A._ProjectEditState_build__closure.prototype = { call$1(val) { @@ -456083,13 +456380,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 175 + $signature: 169 }; A._ProjectEditState_build__closure0.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A._ProjectEditState_build__closure4.prototype = { call$1(userId) { @@ -456102,20 +456399,20 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 175 + $signature: 169 }; A._ProjectEditState_build__closure3.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 57 + $signature: 50 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 175 + $signature: 169 }; A.ProjectEditScreen.prototype = { build$1(context) { @@ -456149,7 +456446,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 262 + $signature: 284 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -456179,7 +456476,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -456267,7 +456564,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 262 + $signature: 284 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -456362,7 +456659,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -456382,7 +456679,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ProjectListItem_build__closure0.prototype = { call$2(context, action) { @@ -456409,7 +456706,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.ProjectListBuilder.prototype = { build$1(context) { @@ -456483,7 +456780,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearProjectMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ProjectPresenter.prototype = { getField$2$context$field(context, field) { @@ -456572,7 +456869,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartProjectMultiselect()); }, - $signature: 10 + $signature: 11 }; A.ProjectScreen_build_closure7.prototype = { call$1(value) { @@ -456761,19 +457058,19 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ProjectViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._ProjectViewState_build_closure.prototype = { call$0() { return this.viewModel.onAddTaskPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.__ProjectViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -456800,13 +457097,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.ProjectViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.ProjectOverview.prototype = { createState$0() { @@ -456855,7 +457152,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 481 + $signature: 490 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -456903,13 +457200,13 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, _null), new A.ListDivider(_null)], t8)); return t6; }, - $signature: 211 + $signature: 213 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { return this.$this._widget.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.ProjectViewScreen.prototype = { build$1(context) { @@ -456967,7 +457264,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 56 + $signature: 57 }; A.ProjectViewVM_ProjectViewVM$fromStore_closure1.prototype = { call$2(context, multipartFile) { @@ -456977,13 +457274,13 @@ t2[0].call$1(new A.SaveProjectDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.project)); t1.then$1$1(0, new A.ProjectViewVM_ProjectViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.ProjectViewVM_ProjectViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -457010,7 +457307,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(value) { @@ -457089,7 +457386,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -457120,14 +457417,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 279 + $signature: 269 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 62 + $signature: 61 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { @@ -457146,7 +457443,7 @@ } return t1; }, - $signature: 280 + $signature: 268 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -457160,7 +457457,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 281 + $signature: 274 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -457205,7 +457502,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 145 + $signature: 146 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -457227,7 +457524,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -457274,7 +457571,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 114 + $signature: 112 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -457299,7 +457596,7 @@ t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); } }, - $signature: 282 + $signature: 292 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -457307,7 +457604,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 125 + $signature: 131 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(context) { @@ -457334,7 +457631,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 145 + $signature: 146 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(context) { @@ -457398,7 +457695,7 @@ $defaultValues() { return [null]; }, - $signature: 176 + $signature: 177 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure2.prototype = { call$0() { @@ -457488,7 +457785,7 @@ A.viewEntity(false, savedPurchaseOrder, _null, true); } }, - $signature: 65 + $signature: 67 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -457517,7 +457814,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 283 + $signature: 290 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -457543,13 +457840,13 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -457576,7 +457873,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(value) { @@ -457622,7 +457919,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body)); }, - $signature: 347 + $signature: 348 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(value) { @@ -457729,7 +458026,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -457749,7 +458046,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.PurchaseOrderListItem_build__closure0.prototype = { call$2(context, action) { @@ -457776,7 +458073,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.PurchaseOrderListBuilder.prototype = { build$1(context) { @@ -457853,7 +458150,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearPurchaseOrderMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PurchaseOrderPdfScreen.prototype = { build$1(context) { @@ -458088,7 +458385,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartPurchaseOrderMultiselect()); }, - $signature: 10 + $signature: 11 }; A.PurchaseOrderScreen_build_closure12.prototype = { call$1(value) { @@ -458112,7 +458409,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { @@ -458153,7 +458450,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { @@ -458264,7 +458561,7 @@ $defaultValues() { return [null]; }, - $signature: 284 + $signature: 285 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -458280,13 +458577,13 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -458313,7 +458610,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(value) { @@ -458337,7 +458634,7 @@ $defaultValues() { return [null]; }, - $signature: 285 + $signature: 296 }; A.QuoteEditDetailsScreen.prototype = { build$1(context) { @@ -458367,7 +458664,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 145 + $signature: 146 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -458379,7 +458676,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 351 + $signature: 352 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -458392,7 +458689,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -458439,7 +458736,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 114 + $signature: 112 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -458464,7 +458761,7 @@ t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); } }, - $signature: 282 + $signature: 292 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -458472,7 +458769,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 125 + $signature: 131 }; A.QuoteEditNotesScreen.prototype = { build$1(context) { @@ -458499,7 +458796,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 145 + $signature: 146 }; A.QuoteEditPDFScreen.prototype = { build$1(context) { @@ -458563,7 +458860,7 @@ $defaultValues() { return [null]; }, - $signature: 176 + $signature: 177 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure2.prototype = { call$0() { @@ -458651,7 +458948,7 @@ A.viewEntity(false, savedQuote, _null, true); } }, - $signature: 65 + $signature: 67 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -458680,7 +458977,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 283 + $signature: 290 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -458706,13 +459003,13 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -458739,7 +459036,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(value) { @@ -458817,7 +459114,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -458848,14 +459145,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._QuoteEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._QuoteEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._QuoteEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 279 + $signature: 269 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 62 + $signature: 61 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { @@ -458874,7 +459171,7 @@ } return t1; }, - $signature: 280 + $signature: 268 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -458888,7 +459185,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 281 + $signature: 274 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -458932,7 +459229,7 @@ t2[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 490 + $signature: 475 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -458964,7 +459261,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body)); }, - $signature: 347 + $signature: 348 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(value) { @@ -459084,7 +459381,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -459153,7 +459450,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.QuoteListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 496 + $signature: 462 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -459192,7 +459489,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearQuoteMultiselect()); }, - $signature: 10 + $signature: 11 }; A.QuotePdfScreen.prototype = { build$1(context) { @@ -459428,7 +459725,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartQuoteMultiselect()); }, - $signature: 10 + $signature: 11 }; A.QuoteScreen_build_closure13.prototype = { call$1(value) { @@ -459452,7 +459749,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.QuoteScreen_build_closure16.prototype = { call$0() { @@ -459525,7 +459822,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.QuoteScreen_build_closure4.prototype = { call$0() { @@ -459604,7 +459901,7 @@ $defaultValues() { return [null]; }, - $signature: 284 + $signature: 285 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -459620,13 +459917,13 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -459653,7 +459950,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(value) { @@ -459677,7 +459974,7 @@ $defaultValues() { return [null]; }, - $signature: 285 + $signature: 296 }; A.RecurringExpenseEditScreen.prototype = { build$1(context) { @@ -459704,7 +460001,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 135 + $signature: 137 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -459717,7 +460014,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5(t3), t4); }, - $signature: 107 + $signature: 113 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4.prototype = { call$1(_) { @@ -459745,7 +460042,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3(t3), t4); }, - $signature: 107 + $signature: 113 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2.prototype = { call$1(_) { @@ -459788,7 +460085,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 176 + $signature: 177 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure6.prototype = { call$0() { @@ -459872,7 +460169,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 135 + $signature: 137 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -459894,13 +460191,13 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -459927,7 +460224,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(value) { @@ -460057,7 +460354,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -460076,7 +460373,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.RecurringExpenseListItem_build__closure0.prototype = { call$2(context, action) { @@ -460102,7 +460399,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.RecurringExpenseListBuilder.prototype = { build$1(context) { @@ -460174,7 +460471,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearRecurringExpenseMultiselect()); }, - $signature: 10 + $signature: 11 }; A.RecurringExpensePresenter.prototype = { getField$2$context$field(context, field) { @@ -460340,7 +460637,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartRecurringExpenseMultiselect()); }, - $signature: 10 + $signature: 11 }; A.RecurringExpenseScreen_build_closure7.prototype = { call$1(value) { @@ -460502,13 +460799,13 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1()); }, - $signature: 67 + $signature: 69 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -460537,7 +460834,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(value) { @@ -460615,7 +460912,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -460646,14 +460943,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(t1, new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 279 + $signature: 269 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 62 + $signature: 61 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -460672,7 +460969,7 @@ } return t1; }, - $signature: 280 + $signature: 268 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -460686,7 +460983,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 281 + $signature: 274 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -460731,7 +461028,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 145 + $signature: 146 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -460743,7 +461040,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 351 + $signature: 352 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -460756,7 +461053,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -460804,7 +461101,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 114 + $signature: 112 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -460830,7 +461127,7 @@ t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); } }, - $signature: 282 + $signature: 292 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -460838,7 +461135,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 63 + $signature: 62 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -460846,7 +461143,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 125 + $signature: 131 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(context) { @@ -460873,7 +461170,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 145 + $signature: 146 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(context) { @@ -460937,7 +461234,7 @@ $defaultValues() { return [null]; }, - $signature: 176 + $signature: 177 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2.prototype = { call$0() { @@ -461025,7 +461322,7 @@ A.viewEntity(false, savedRecurringInvoice, _null, true); } }, - $signature: 65 + $signature: 67 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2.prototype = { call$1(error) { @@ -461054,7 +461351,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 283 + $signature: 290 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -461080,13 +461377,13 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringInvoice)); t1.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$1(error) { @@ -461113,7 +461410,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(value) { @@ -461237,7 +461534,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -461344,7 +461641,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearRecurringInvoiceMultiselect()); }, - $signature: 10 + $signature: 11 }; A.RecurringInvoicePdfScreen.prototype = { build$1(context) { @@ -461556,7 +461853,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartRecurringInvoiceMultiselect()); }, - $signature: 10 + $signature: 11 }; A.RecurringInvoiceScreen_build_closure13.prototype = { call$1(value) { @@ -461572,7 +461869,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -461613,7 +461910,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -461732,7 +462029,7 @@ $defaultValues() { return [null]; }, - $signature: 284 + $signature: 285 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -461748,13 +462045,13 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -461781,7 +462078,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(value) { @@ -461805,7 +462102,7 @@ $defaultValues() { return [null]; }, - $signature: 285 + $signature: 296 }; A.ClientReportFields.prototype = { toString$0(_) { @@ -461834,25 +462131,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 505 + $signature: 446 }; A.clientReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 505 + $signature: 446 }; A.clientReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 505 + $signature: 446 }; A.ContactReportFields.prototype = { toString$0(_) { @@ -461881,25 +462178,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 507 + $signature: 442 }; A.contactReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 507 + $signature: 442 }; A.contactReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 507 + $signature: 442 }; A.CreditReportFields.prototype = { toString$0(_) { @@ -461928,25 +462225,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 508 + $signature: 440 }; A.creditReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.creditReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 508 + $signature: 440 }; A.creditReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 508 + $signature: 440 }; A.DocumentReportFields.prototype = { toString$0(_) { @@ -462069,7 +462366,7 @@ _this.entities.push($document); } }, - $signature: 55 + $signature: 56 }; A.documentReport_closure2.prototype = { call$2(productId, product) { @@ -462086,7 +462383,7 @@ _this.entities.push($document); } }, - $signature: 55 + $signature: 56 }; A.documentReport_closure3.prototype = { call$2(invoiceId, invoice) { @@ -462103,7 +462400,7 @@ _this.entities.push($document); } }, - $signature: 55 + $signature: 56 }; A.documentReport_closure4.prototype = { call$2(quoteId, quote) { @@ -462120,31 +462417,31 @@ _this.entities.push($document); } }, - $signature: 55 + $signature: 56 }; A.documentReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 509 + $signature: 439 }; A.documentReport_closure6.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.documentReport_closure7.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 509 + $signature: 439 }; A.documentReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 509 + $signature: 439 }; A.ExpenseReportFields.prototype = { toString$0(_) { @@ -462173,25 +462470,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 510 + $signature: 437 }; A.expenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.expenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 510 + $signature: 437 }; A.expenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 510 + $signature: 437 }; A.InvoiceItemReportFields.prototype = { toString$0(_) { @@ -462220,13 +462517,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 511 + $signature: 436 }; A.lineItemReport_closure16.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.lineItemReport_closure17.prototype = { call$1(field) { @@ -462238,13 +462535,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 511 + $signature: 436 }; A.lineItemReport_closure19.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 511 + $signature: 436 }; A.InvoiceReportFields.prototype = { toString$0(_) { @@ -462273,25 +462570,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 512 + $signature: 435 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.invoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 512 + $signature: 435 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 512 + $signature: 435 }; A.TaxRateReportFields0.prototype = { toString$0(_) { @@ -462320,31 +462617,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 367 + $signature: 369 }; A.taxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.taxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 367 + $signature: 369 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 367 + $signature: 369 }; A.taxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 367 + $signature: 369 }; A.PaymentReportFields.prototype = { toString$0(_) { @@ -462373,25 +462670,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 513 + $signature: 433 }; A.paymentReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.paymentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 513 + $signature: 433 }; A.paymentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 513 + $signature: 433 }; A.TaxRateReportFields.prototype = { toString$0(_) { @@ -462420,31 +462717,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 368 + $signature: 370 }; A.paymentTaxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.paymentTaxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 368 + $signature: 370 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 368 + $signature: 370 }; A.paymentTaxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 368 + $signature: 370 }; A.ProductReportFields.prototype = { toString$0(_) { @@ -462473,25 +462770,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 382 + $signature: 384 }; A.productReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.productReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 382 + $signature: 384 }; A.productReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 382 + $signature: 384 }; A.ProfitAndLossReportFields.prototype = { toString$0(_) { @@ -462506,7 +462803,7 @@ }; A.profitAndLossReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_T8q, e, type$.legacy_ProfitAndLossReportFields); + return A.EnumUtils_fromString(B.List_oOa, e, type$.legacy_ProfitAndLossReportFields); }, $signature: 2753 }; @@ -462520,31 +462817,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 369 + $signature: 371 }; A.profitAndLossReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.profitAndLossReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 369 + $signature: 371 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 369 + $signature: 371 }; A.profitAndLossReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 369 + $signature: 371 }; A.PurchaseOrderItemReportFields.prototype = { toString$0(_) { @@ -462573,13 +462870,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 515 + $signature: 431 }; A.lineItemReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.lineItemReport_closure3.prototype = { call$1(field) { @@ -462591,13 +462888,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 515 + $signature: 431 }; A.lineItemReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 515 + $signature: 431 }; A.PurchaseOrderReportFields.prototype = { toString$0(_) { @@ -462626,25 +462923,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 516 + $signature: 430 }; A.purchaseOrderReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.purchaseOrderReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.purchaseOrderReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 516 + $signature: 430 }; A.purchaseOrderReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 516 + $signature: 430 }; A.QuoteItemReportFields.prototype = { toString$0(_) { @@ -462673,13 +462970,13 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 517 + $signature: 427 }; A.lineItemReport_closure9.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.lineItemReport_closure10.prototype = { call$1(field) { @@ -462691,13 +462988,13 @@ call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 517 + $signature: 427 }; A.lineItemReport_closure12.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 517 + $signature: 427 }; A.QuoteReportFields.prototype = { toString$0(_) { @@ -462726,25 +463023,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 518 + $signature: 426 }; A.quoteReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.quoteReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 518 + $signature: 426 }; A.quoteReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 518 + $signature: 426 }; A.RecurringExpenseReportFields.prototype = { toString$0(_) { @@ -462773,25 +463070,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 519 + $signature: 425 }; A.recurringExpenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.recurringExpenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 519 + $signature: 425 }; A.recurringExpenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 519 + $signature: 425 }; A.RecurringInvoiceReportFields.prototype = { toString$0(_) { @@ -462820,25 +463117,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 520 + $signature: 424 }; A.recurringInvoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.recurringInvoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 520 + $signature: 424 }; A.recurringInvoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 520 + $signature: 424 }; A.ReportCharts.prototype = { build$1(context) { @@ -463126,7 +463423,7 @@ if (hideReports) { t2 = J.$index$asx(t5.$index(0, t9), _s23_); t2 = A._setArrayType([new A.HelpText(t2 == null ? J.$index$asx(t5.$index(0, "en"), _s23_) : t2, _null)], t3); - if (!A.isApple() || A.isIOS()) + if (!A.isApple() || A.supportsInAppPurchase()) t2.push(new A.AppButton(_null, _null, t1.get$upgrade().toUpperCase(), new A.ReportsScreen_build_closure23(context, state), _null, _null)); t1 = A.Center$(A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null); } else { @@ -463155,7 +463452,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure6(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 338 + $signature: 339 }; A.ReportsScreen_build__closure6.prototype = { call$0() { @@ -463306,19 +463603,19 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 344 + $signature: 345 }; A.ReportsScreen_build_closure14.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 365 + $signature: 367 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 365 + $signature: 367 }; A.ReportsScreen_build_closure18.prototype = { call$1(value) { @@ -463372,7 +463669,7 @@ var t1 = this.localization; return new A.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure3(this.$this, context, this.reportResult), true, null, null); }, - $signature: 335 + $signature: 336 }; A.ReportsScreen_build__closure3.prototype = { call$0() { @@ -463391,7 +463688,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 104 + $signature: 105 }; A.ReportsScreen_build_closure20.prototype = { call$0() { @@ -463429,7 +463726,7 @@ t3 = _null; return A.IconButton$(B.Alignment_0_0, _null, _null, true, t1, _null, new A.ReportsScreen_build__closure1(context, t2, this.store), B.EdgeInsets_4_0_20_0, _null, t3, _null); }, - $signature: 477 + $signature: 494 }; A.ReportsScreen_build__closure1.prototype = { call$0() { @@ -463443,7 +463740,7 @@ if (t2) A.Scaffold_of(t1).openEndDrawer$0(); else { - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.AppSidebar_history, _null, _null); t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -463454,7 +463751,7 @@ A.ReportsScreen_build_closure23.prototype = { call$0() { var t1, t2; - if (A.isIOS()) + if (A.supportsInAppPurchase()) A.showDialog(null, true, new A.ReportsScreen_build__closure0(), this.context, null, true, type$.void); else { t1 = this.state; @@ -463468,7 +463765,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 273 + $signature: 281 }; A.ReportsScreen_build_closure24.prototype = { call$1(context) { @@ -463492,7 +463789,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 104 + $signature: 105 }; A.ReportsScreen_build_closure25.prototype = { call$0() { @@ -464061,7 +464358,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 344 + $signature: 345 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(textEditingValue) { @@ -464113,7 +464410,7 @@ var t1 = this.textEditingController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 37 + $signature: 38 }; A.ReportResult_tableFilters_closure5.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { @@ -464121,7 +464418,7 @@ t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_HFpTk_4288585374, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null, _null, _null, _null); return A.DecoratedFormField$(false, _null, false, textEditingController, t1, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, _null, new A.ReportResult_tableFilters__closure4(onFieldSubmitted), _null, true, _null, _null, B.TextAlign_4, _null); }, - $signature: 472 + $signature: 504 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -464525,7 +464822,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 57 + $signature: 50 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -464535,7 +464832,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateReportSettings(t1, _null, _null, _null, _null, _null, _null, index, _null, _null)); }, - $signature: 482 + $signature: 485 }; A.ReportsScreenVM_fromStore_closure1.prototype = { call$2(context, filterMap) { @@ -464573,7 +464870,7 @@ b.get$columns(b).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.legacy_String)); return b; }, - $signature: 790 + $signature: 827 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -464583,7 +464880,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 97 + $signature: 95 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -464593,7 +464890,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 79 + $signature: 82 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -464812,25 +465109,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 521 + $signature: 423 }; A.taskReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.taskReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 521 + $signature: 423 }; A.taskReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 521 + $signature: 423 }; A.TransactionReportFields.prototype = { toString$0(_) { @@ -464873,25 +465170,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 522 + $signature: 422 }; A.transactionReport_closure4.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.transactionReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.transactionReport_closure5.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 522 + $signature: 422 }; A.transactionReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 522 + $signature: 422 }; A.VendorReportFields.prototype = { toString$0(_) { @@ -464920,25 +465217,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 523 + $signature: 420 }; A.vendorReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.vendorReportSettings, this.selectedColumns); }, - $signature: 73 + $signature: 71 }; A.vendorReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 523 + $signature: 420 }; A.vendorReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 523 + $signature: 420 }; A.AccountManagement.prototype = { createState$0() { @@ -465227,11 +465524,11 @@ t8.push(new A.Padding(B.EdgeInsets_16_0_16_8, new A.AppButton(_null, B.IconData_57627_MaterialIcons_null_false, t7.toUpperCase(), new A._AccountOverview_build_closure(_this, context), _null, _null), _null)); } if (t3[t4].userCompany.ninjaPortalUrl.length !== 0) - t7 = (!A.isApple() || A.isIOS()) && state.get$isHosted(); + t7 = (!A.isApple() || A.supportsInAppPurchase()) && state.get$isHosted(); else t7 = false; if (t7) { - if (account.trialStarted.length === 0 && account.plan === "" && !A.isIOS()) { + if (account.trialStarted.length === 0 && account.plan === "" && !A.supportsInAppPurchase()) { t7 = J.$index$asx(t5.$index(0, t6), _s16_); if (t7 == null) t7 = J.$index$asx(t5.$index(0, _s2_), _s16_); @@ -465359,12 +465656,12 @@ call$0() { return this.$this.viewModel.onSetPrimaryCompany.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A._AccountOverview_build_closure0.prototype = { call$0() { var t1, t2; - if (A.isIOS()) + if (A.supportsInAppPurchase()) A.showDialog(null, true, new A._AccountOverview_build__closure7(), this.context, null, true, type$.void); else { t1 = this.state; @@ -465378,7 +465675,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 273 + $signature: 281 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { @@ -465492,7 +465789,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 171 + $signature: 175 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -465655,13 +465952,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 465 + $signature: 514 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 171 + $signature: 175 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(value) { @@ -466288,7 +466585,7 @@ call$1(value) { return this.$this._validateSubdomain$0(); }, - $signature: 71 + $signature: 73 }; A._ClientPortalState_build_closure2.prototype = { call$1(val) { @@ -466314,7 +466611,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure11(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure11.prototype = { call$1(b) { @@ -466327,7 +466624,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure10(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure10.prototype = { call$1(b) { @@ -466340,7 +466637,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure9(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure9.prototype = { call$1(b) { @@ -466353,7 +466650,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure8(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure8.prototype = { call$1(b) { @@ -466374,7 +466671,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure7(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure7.prototype = { call$1(b) { @@ -466432,7 +466729,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure5.prototype = { call$1(b) { @@ -466445,7 +466742,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure4.prototype = { call$1(b) { @@ -466458,7 +466755,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure3.prototype = { call$1(b) { @@ -466471,7 +466768,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure2.prototype = { call$1(b) { @@ -466484,7 +466781,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure1.prototype = { call$1(b) { @@ -466497,7 +466794,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure0.prototype = { call$1(b) { @@ -466510,7 +466807,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._ClientPortalState_build__closure.prototype = { call$1(b) { @@ -466557,7 +466854,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 525 + $signature: 415 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -467181,13 +467478,13 @@ call$0() { return this.viewModel.onConfigurePaymentTermsPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A._CompanyDetailsState_build_closure12.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure6(value))); }, - $signature: 291 + $signature: 265 }; A._CompanyDetailsState_build__closure6.prototype = { call$1(b) { @@ -467201,7 +467498,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure5(value))); }, - $signature: 291 + $signature: 265 }; A._CompanyDetailsState_build__closure5.prototype = { call$1(b) { @@ -467215,7 +467512,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure4(value))); }, - $signature: 291 + $signature: 265 }; A._CompanyDetailsState_build__closure4.prototype = { call$1(b) { @@ -467229,7 +467526,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 291 + $signature: 265 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -467243,7 +467540,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -467256,7 +467553,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -467269,7 +467566,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -467282,7 +467579,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._CompanyDetailsState_build__closure.prototype = { call$1(b) { @@ -467295,13 +467592,13 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A._CompanyDetailsState_build_closure21.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -467341,7 +467638,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 525 + $signature: 415 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -467393,7 +467690,7 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 417 + $signature: 470 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1(b) { @@ -467472,7 +467769,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 67 + $signature: 69 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -467499,13 +467796,13 @@ t2[0].call$1(new A.SaveCompanyDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile)); t1.then$1$1(0, new A.CompanyDetailsVM_fromStore__closure0(context), type$.Null).catchError$1(new A.CompanyDetailsVM_fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.CompanyDetailsVM_fromStore__closure1.prototype = { call$1(error) { @@ -467532,7 +467829,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { @@ -467724,7 +468021,7 @@ if (t2._list[t1].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 220 + $signature: 221 }; A.CustomFieldsSettings.prototype = { build$1(context) { @@ -467759,7 +468056,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A.CustomFieldsSettings_build__closure5.prototype = { call$1(b) { @@ -467786,7 +468083,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A.CustomFieldsSettings_build__closure3.prototype = { call$1(b) { @@ -467813,7 +468110,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A.CustomFieldsSettings_build__closure1.prototype = { call$1(b) { @@ -467840,7 +468137,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A.CustomFieldsSettings_build__closure.prototype = { call$1(b) { @@ -468001,7 +468298,7 @@ var t1 = this.$this._widget; return t1.onTaxesChanged$1(!t1.taxesEnabled); }, - $signature: 10 + $signature: 11 }; A._CustomFormFieldState_build_closure1.prototype = { call$1(value) { @@ -468209,6 +468506,11 @@ _s12_ = "hide_preview", _s12_0 = "after_saving", _s11_ = "view_record", + _s16_ = "show_pdf_preview", + _s21_ = "show_pdf_preview_help", + _s18_ = "browser_pdf_viewer", + _s23_ = "browser_pdf_viewer_help", + _s16_0 = "preview_location", _s11_0 = "extra_large", _s22_ = "enable_flexible_search", _s27_ = "enable_flexible_search_help", @@ -468216,15 +468518,11 @@ _s20_ = "enable_tooltips_help", _s19_ = "enable_touch_events", _s24_ = "enable_touch_events_help", - _s16_ = "show_pdf_preview", - _s21_ = "show_pdf_preview_help", - _s18_ = "browser_pdf_viewer", - _s23_ = "browser_pdf_viewer_help", _s12_1 = "persist_data", _s17_ = "persist_data_help", - _s16_0 = "end_all_sessions", + _s16_1 = "end_all_sessions", _s18_0 = "status_color_theme", - _s16_1 = "load_color_theme", + _s16_2 = "load_color_theme", _s9_ = "clear_all", _s8_ = "contrast", _s13_ = "export_colors", @@ -468299,7 +468597,34 @@ t12 = ""; t8.push(A.BoolDropdownButton$(t12, t11, _null, _null, t9, _null, new A._DeviceSettingsState_build_closure4(viewModel, context), !t10)); } - t8 = A.FormCard$(_null, t8, _null, _null, false, _null, false, _null); + t8 = A._setArrayType([A.FormCard$(_null, t8, _null, _null, false, _null, false, _null)], t7); + if (A.getLayout(context) === B.AppLayout_desktop) { + t9 = J.$index$asx(t3.$index(0, t4), _s16_); + t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s16_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t10 = J.$index$asx(t3.$index(0, t4), _s21_); + t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s21_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t11 = prefState.showPdfPreview; + t11 = A._setArrayType([A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure5(viewModel, context), A.Icon$(B._MdiIconData_MO91, _null, _null), t10, t9, t11)], t7); + t9 = J.$index$asx(t3.$index(0, t4), _s18_); + t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s18_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t10 = J.$index$asx(t3.$index(0, t4), _s23_); + t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s23_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t12 = prefState.enableJSPDF; + t11.push(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure6(viewModel, context), A.Icon$(B._MdiIconData_MO91, _null, _null), t10, t9, !t12)); + t11.push(new A.SizedBox(_null, 10, _null, _null)); + t9 = J.$index$asx(t3.$index(0, t4), _s16_0); + if (t9 == null) + t9 = J.$index$asx(t3.$index(0, _s2_), _s16_0); + t10 = prefState.showPdfPreviewSideBySide; + t12 = J.$index$asx(t3.$index(0, t4), "bottom"); + if (t12 == null) + t12 = J.$index$asx(t3.$index(0, _s2_), "bottom"); + t13 = J.$index$asx(t3.$index(0, t4), "side"); + if (t13 == null) + t13 = J.$index$asx(t3.$index(0, _s2_), "side"); + t11.push(A.BoolDropdownButton$(t12, t13, _null, _null, t9, _null, new A._DeviceSettingsState_build_closure7(viewModel, context), t10)); + t8.push(A.FormCard$(_null, t11, _null, _null, false, _null, false, _null)); + } t9 = t1.get$fontSize(t1); t10 = prefState.textScaleFactor; t11 = J.$index$asx(t3.$index(0, t4), "small"); @@ -468310,56 +468635,43 @@ t14 = J.$index$asx(t3.$index(0, t4), "large"); t14 = A.DropdownMenuItem$(A.Text$(t14 == null ? J.$index$asx(t3.$index(0, _s2_), "large") : t14, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 1.2, t12); t15 = J.$index$asx(t3.$index(0, t4), _s11_0); - t9 = A.AppDropdownButton$(_null, "", true, A._setArrayType([t11, t13, t14, A.DropdownMenuItem$(A.Text$(t15 == null ? J.$index$asx(t3.$index(0, _s2_), _s11_0) : t15, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 1.4, t12)], type$.JSArray_legacy_DropdownMenuItem_legacy_double), _null, t9, new A._DeviceSettingsState_build_closure5(viewModel, context), _null, false, t10, t12); - t10 = A.FutureBuilder$(new A._DeviceSettingsState_build_closure6(t1, prefState, viewModel), viewModel.authenticationSupported, type$.legacy_bool); + t9 = A.AppDropdownButton$(_null, "", true, A._setArrayType([t11, t13, t14, A.DropdownMenuItem$(A.Text$(t15 == null ? J.$index$asx(t3.$index(0, _s2_), _s11_0) : t15, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 1.4, t12)], type$.JSArray_legacy_DropdownMenuItem_legacy_double), _null, t9, new A._DeviceSettingsState_build_closure8(viewModel, context), _null, false, t10, t12); + t10 = A.FutureBuilder$(new A._DeviceSettingsState_build_closure9(t1, prefState, viewModel), viewModel.authenticationSupported, type$.legacy_bool); t11 = J.$index$asx(t3.$index(0, t4), _s22_); t11 = A.Text$(t11 == null ? J.$index$asx(t3.$index(0, _s2_), _s22_) : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null); t12 = J.$index$asx(t3.$index(0, t4), _s27_); t12 = A.Text$(t12 == null ? J.$index$asx(t3.$index(0, _s2_), _s27_) : t12, _null, _null, _null, _null, _null, _null, _null, _null, _null); t13 = prefState.enableFlexibleSearch; - t13 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, t9, _null), t10, A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure7(viewModel, context), A.Icon$(B.IconData_58727_MaterialIcons_null_false, _null, _null), t12, t11, t13)], t7); + t13 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, t9, _null), t10, A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure10(viewModel, context), A.Icon$(B.IconData_58727_MaterialIcons_null_false, _null, _null), t12, t11, t13)], t7); if (A.getLayout(context) === B.AppLayout_desktop) { t9 = J.$index$asx(t3.$index(0, t4), _s15_); t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s15_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); t10 = J.$index$asx(t3.$index(0, t4), _s20_); t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s20_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); t11 = prefState.enableTooltips; - t11 = A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure8(viewModel, context), A.Icon$(B._MdiIconData_AmO1, _null, _null), t10, t9, t11); + t11 = A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure11(viewModel, context), A.Icon$(B._MdiIconData_AmO1, _null, _null), t10, t9, t11); t9 = J.$index$asx(t3.$index(0, t4), _s19_); t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s19_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); t10 = J.$index$asx(t3.$index(0, t4), _s24_); t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s24_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); t12 = prefState.enableTouchEvents; - t12 = A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure9(viewModel, context), A.Icon$(B.IconData_58992_MaterialIcons_null_false, _null, _null), t10, t9, t12); - t9 = J.$index$asx(t3.$index(0, t4), _s16_); - t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s16_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t10 = J.$index$asx(t3.$index(0, t4), _s21_); - t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s21_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t14 = prefState.showPdfPreview; - t14 = A._setArrayType([t11, t12, A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure10(viewModel, context), A.Icon$(B._MdiIconData_MO91, _null, _null), t10, t9, t14)], t7); - t9 = J.$index$asx(t3.$index(0, t4), _s18_); - t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s18_) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t10 = J.$index$asx(t3.$index(0, t4), _s23_); - t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s23_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t11 = prefState.enableJSPDF; - t14.push(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure11(viewModel, context), A.Icon$(B._MdiIconData_MO91, _null, _null), t10, t9, !t11)); - B.JSArray_methods.addAll$1(t13, t14); + B.JSArray_methods.addAll$1(t13, A._setArrayType([t11, A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure12(viewModel, context), A.Icon$(B.IconData_58992_MaterialIcons_null_false, _null, _null), t10, t9, t12)], t7)); } t9 = J.$index$asx(t3.$index(0, t4), _s12_1); t9 = A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s12_1) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); t10 = J.$index$asx(t3.$index(0, t4), _s17_); t10 = A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s17_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null); t11 = prefState.persistData; - t13.push(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure12(viewModel, context), A.Icon$(B.IconData_58705_MaterialIcons_null_false, _null, _null), t10, t9, t11)); - t13 = A.FormCard$(_null, t13, _null, _null, false, _null, false, _null); - t11 = A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, _null); - t9 = J.$index$asx(t3.$index(0, t4), _s16_0); - t8 = A._setArrayType([t8, t13, A.FormCard$(_null, A._setArrayType([new A.Builder(new A._DeviceSettingsState_build_closure13(t1, state, viewModel), _null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t11, _null, new A._DeviceSettingsState_build_closure14(context, viewModel), false, _null, _null, _null, _null, A.Text$(t9 == null ? J.$index$asx(t3.$index(0, _s2_), _s16_0) : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)], t7), _null, _null, false, _null, true, _null)], t7); + t13.push(A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure13(viewModel, context), A.Icon$(B.IconData_58705_MaterialIcons_null_false, _null, _null), t10, t9, t11)); + t8.push(A.FormCard$(_null, t13, _null, _null, false, _null, false, _null)); + t13 = A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, _null); + t11 = J.$index$asx(t3.$index(0, t4), _s16_1); + t8.push(A.FormCard$(_null, A._setArrayType([new A.Builder(new A._DeviceSettingsState_build_closure14(t1, state, viewModel), _null), A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t13, _null, new A._DeviceSettingsState_build_closure15(context, viewModel), false, _null, _null, _null, _null, A.Text$(t11 == null ? J.$index$asx(t3.$index(0, _s2_), _s16_1) : t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)], t7), _null, _null, false, _null, true, _null)); t9 = J.$index$asx(t3.$index(0, t4), "dark_mode"); t9 = A.Text$(t9 == null ? "" : t9, _null, _null, _null, _null, _null, _null, _null, _null, _null); t10 = prefState.enableDarkMode; t11 = A.Icon$(B.IconData_58236_MaterialIcons_null_false, _null, _null); - t10 = A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure15(viewModel, context), t11, _null, t9, t10); + t10 = A.SwitchListTile$(A.Theme_of(context).colorScheme.secondary, _null, new A._DeviceSettingsState_build_closure16(viewModel, context), t11, _null, t9, t10); t9 = J.$index$asx(t3.$index(0, t4), _s18_0); if (t9 == null) t9 = J.$index$asx(t3.$index(0, _s2_), _s18_0); @@ -468367,22 +468679,22 @@ t12 = $.$get$colorThemesMap(); t13 = A._instanceType(t12)._eval$1("LinkedHashMapKeyIterable<1>"); t14 = type$.legacy_DropdownMenuItem_legacy_String; - t13 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t12, t13), new A._DeviceSettingsState_build_closure16(), t13._eval$1("Iterable.E"), t14); + t13 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t12, t13), new A._DeviceSettingsState_build_closure17(), t13._eval$1("Iterable.E"), t14); t12 = type$.legacy_String; - t11 = A.FormCard$(_null, A._setArrayType([t10, new A.SizedBox(_null, 16, _null, _null), A.AppDropdownButton$(_null, "", true, A.List_List$of(A.List_List$of(t13, true, A._instanceType(t13)._eval$1("Iterable.E")), true, t14), _null, t9, new A._DeviceSettingsState_build_closure17(viewModel, context), _null, false, t11, t12)], t7), _null, _null, false, _null, false, _null); - t9 = J.$index$asx(t3.$index(0, t4), _s16_1); + t11 = A.FormCard$(_null, A._setArrayType([t10, new A.SizedBox(_null, 16, _null, _null), A.AppDropdownButton$(_null, "", true, A.List_List$of(A.List_List$of(t13, true, A._instanceType(t13)._eval$1("Iterable.E")), true, t14), _null, t9, new A._DeviceSettingsState_build_closure18(viewModel, context), _null, false, t11, t12)], t7), _null, _null, false, _null, false, _null); + t9 = J.$index$asx(t3.$index(0, t4), _s16_2); if (t9 == null) - t9 = J.$index$asx(t3.$index(0, _s2_), _s16_1); + t9 = J.$index$asx(t3.$index(0, _s2_), _s16_2); t10 = J.$index$asx(t3.$index(0, t4), _s9_); t10 = A.DropdownMenuItem$(A.Text$(t10 == null ? J.$index$asx(t3.$index(0, _s2_), _s9_) : t10, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s9_, t12); t13 = J.$index$asx(t3.$index(0, t4), _s8_); - t9 = A._setArrayType([A.AppDropdownButton$(_null, "", true, A._setArrayType([t10, A.DropdownMenuItem$(A.Text$(t13 == null ? J.$index$asx(t3.$index(0, _s2_), _s8_) : t13, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_, t12)], type$.JSArray_legacy_DropdownMenuItem_legacy_String), _null, t9, new A._DeviceSettingsState_build_closure18(viewModel, context, prefState, state), _null, false, "", t12)], t7); + t9 = A._setArrayType([A.AppDropdownButton$(_null, "", true, A._setArrayType([t10, A.DropdownMenuItem$(A.Text$(t13 == null ? J.$index$asx(t3.$index(0, _s2_), _s8_) : t13, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_, t12)], type$.JSArray_legacy_DropdownMenuItem_legacy_String), _null, t9, new A._DeviceSettingsState_build_closure19(viewModel, context, prefState, state), _null, false, "", t12)], t7); t10 = type$.MappedListIterable_of_legacy_String_and_legacy_FormColorPicker; - B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(B.List_soA1, new A._DeviceSettingsState_build_closure19(t1, prefState, viewModel, context), t10), true, t10._eval$1("ListIterable.E"))); + B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(B.List_soA1, new A._DeviceSettingsState_build_closure20(t1, prefState, viewModel, context), t10), true, t10._eval$1("ListIterable.E"))); t9.push(new A.SizedBox(_null, 20, _null, _null)); t4 = J.$index$asx(t3.$index(0, t4), _s13_); t3 = t4 == null ? J.$index$asx(t3.$index(0, _s2_), _s13_) : t4; - t9.push(A.Row$(A._setArrayType([A.Expanded$(A.OutlinedButton$(A.Text$(t3.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DeviceSettingsState_build_closure20(prefState, t1), _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.OutlinedButton$(A.Text$(t1.get$importColors().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DeviceSettingsState_build_closure21(context, t1, prefState, viewModel), _null), 1)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t9.push(A.Row$(A._setArrayType([A.Expanded$(A.OutlinedButton$(A.Text$(t3.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DeviceSettingsState_build_closure21(prefState, t1), _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.OutlinedButton$(A.Text$(t1.get$importColors().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._DeviceSettingsState_build_closure22(context, t1, prefState, viewModel), _null), 1)], t7), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); return A.Scaffold$(t5, _null, new A.AppTabForm(t2, _this._device_settings$_formKey, A._setArrayType([new A.ScrollableListView(t8, _null, _null, _null, false, _null), new A.ScrollableListView(A._setArrayType([t11, A.FormCard$(_null, t9, _null, _null, false, _null, true, _null)], t7), _null, _null, _null, false, _null)], t7), t6, _null, _null), _null, _null, _null, _null, _null); } }; @@ -468426,6 +468738,24 @@ $signature: 22 }; A._DeviceSettingsState_build_closure5.prototype = { + call$1(value) { + return this.viewModel.onShowPdfChanged.call$2(this.context, value); + }, + $signature: 10 + }; + A._DeviceSettingsState_build_closure6.prototype = { + call$1(value) { + return this.viewModel.onEnableJSPDFChanged.call$2(this.context, !value); + }, + $signature: 10 + }; + A._DeviceSettingsState_build_closure7.prototype = { + call$1(value) { + this.viewModel.onShowPdfSideBySideChanged.call$2(this.context, value); + }, + $signature: 22 + }; + A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { var t1 = this.context; this.viewModel.onTextScaleFactorChanged.call$2(t1, value); @@ -468433,7 +468763,7 @@ }, $signature: 6 }; - A._DeviceSettingsState_build_closure6.prototype = { + A._DeviceSettingsState_build_closure9.prototype = { call$2(context, snapshot) { var t2, t3, _null = null, t1 = snapshot.data; @@ -468452,45 +468782,33 @@ call$1(value) { return this.viewModel.onRequireAuthenticationChanged.call$2(this.context, value); }, - $signature: 11 - }; - A._DeviceSettingsState_build_closure7.prototype = { - call$1(value) { - return this.viewModel.onEnableFlexibleSearchChanged.call$2(this.context, value); - }, - $signature: 11 - }; - A._DeviceSettingsState_build_closure8.prototype = { - call$1(value) { - return this.viewModel.onEnableTooltipsChanged.call$2(this.context, value); - }, - $signature: 11 - }; - A._DeviceSettingsState_build_closure9.prototype = { - call$1(value) { - return this.viewModel.onEnableTouchEventsChanged.call$2(this.context, value); - }, - $signature: 11 + $signature: 10 }; A._DeviceSettingsState_build_closure10.prototype = { call$1(value) { - return this.viewModel.onShowPdfChanged.call$2(this.context, value); + return this.viewModel.onEnableFlexibleSearchChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 10 }; A._DeviceSettingsState_build_closure11.prototype = { call$1(value) { - return this.viewModel.onEnableJSPDFChanged.call$2(this.context, !value); + return this.viewModel.onEnableTooltipsChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 10 }; A._DeviceSettingsState_build_closure12.prototype = { call$1(value) { - return this.viewModel.onPersistDataChanged.call$2(this.context, value); + return this.viewModel.onEnableTouchEventsChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 10 }; A._DeviceSettingsState_build_closure13.prototype = { + call$1(value) { + return this.viewModel.onPersistDataChanged.call$2(this.context, value); + }, + $signature: 10 + }; + A._DeviceSettingsState_build_closure14.prototype = { call$1(context) { var _null = null, t1 = this.localization; @@ -468515,7 +468833,7 @@ }, $signature: 1 }; - A._DeviceSettingsState_build_closure14.prototype = { + A._DeviceSettingsState_build_closure15.prototype = { call$0() { var t1 = this.context; A.confirmCallback(false, new A._DeviceSettingsState_build__closure4(this.viewModel, t1), t1, null, false, null); @@ -468528,26 +468846,26 @@ }, $signature: 9 }; - A._DeviceSettingsState_build_closure15.prototype = { + A._DeviceSettingsState_build_closure16.prototype = { call$1(value) { return this.viewModel.onDarkModeChanged.call$2(this.context, value); }, - $signature: 11 + $signature: 10 }; - A._DeviceSettingsState_build_closure16.prototype = { + A._DeviceSettingsState_build_closure17.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.legacy_String); }, $signature: 42 }; - A._DeviceSettingsState_build_closure17.prototype = { + A._DeviceSettingsState_build_closure18.prototype = { call$1(value) { return this.viewModel.onColorThemeChanged.call$2(this.context, value); }, $signature: 12 }; - A._DeviceSettingsState_build_closure18.prototype = { + A._DeviceSettingsState_build_closure19.prototype = { call$1(value) { var _this = this, t1 = J.getInterceptor$(value); @@ -468573,7 +468891,7 @@ }, $signature: 2826 }; - A._DeviceSettingsState_build_closure19.prototype = { + A._DeviceSettingsState_build_closure20.prototype = { call$1(selector) { var _this = this, t1 = _this.localization.lookup$1(selector), @@ -468599,7 +468917,7 @@ }, $signature: 777 }; - A._DeviceSettingsState_build_closure20.prototype = { + A._DeviceSettingsState_build_closure21.prototype = { call$0() { var t1 = type$.MappedListIterable_of_legacy_String_and_legacy_String, colors = A.List_List$of(new A.MappedListIterable(B.List_soA1, new A._DeviceSettingsState_build__closure0(this.prefState), t1), true, t1._eval$1("ListIterable.E")); @@ -468615,7 +468933,7 @@ }, $signature: 15 }; - A._DeviceSettingsState_build_closure21.prototype = { + A._DeviceSettingsState_build_closure22.prototype = { call$0() { var _this = this, t1 = _this.context, @@ -468727,7 +469045,7 @@ // Function start t1 = value ? "dark" : "light"; t2 = type$.legacy_String; - t1 = A.UpdateUserPreferences$(null, t1, value ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t1 = A.UpdateUserPreferences$(null, t1, value ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -468756,7 +469074,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null); + t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -468791,7 +469109,7 @@ $async$goto = 1; break; } - t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null); + t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(t2); @@ -468827,7 +469145,7 @@ $async$goto = 1; break; } - t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(t2); @@ -468855,7 +469173,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null); + t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -468867,7 +469185,7 @@ }, $signature: 232 }; - A.DeviceSettingsVM_fromStore_closure14.prototype = { + A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { return this.$call$body$DeviceSettingsVM_fromStore_closure(context, value); }, @@ -468882,7 +469200,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -468899,52 +469217,62 @@ A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 181 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 181 }; - A.DeviceSettingsVM_fromStore_closure17.prototype = { + A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); + }, + $signature: 181 + }; + A.DeviceSettingsVM_fromStore_closure18.prototype = { + call$2(context, value) { + var _null = null, + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, $signature: 2833 }; - A.DeviceSettingsVM_fromStore_closure15.prototype = { - call$2(context, value) { - var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), - t2 = this.store.__Store__dispatchers_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2[0].call$1(t1); - }, - $signature: 233 - }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 181 + }; + A.DeviceSettingsVM_fromStore_closure17.prototype = { + call$2(context, value) { + var _null = null, + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(t1); + }, + $signature: 181 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -468965,7 +469293,7 @@ t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); if (t2.prefState.colorTheme !== value) { - t2 = A.UpdateUserPreferences$(null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = A.UpdateUserPreferences$(null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(t2); @@ -468993,7 +469321,7 @@ switch ($async$goto) { case 0: // Function start - t1 = A.UpdateUserPreferences$(null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t1 = A.UpdateUserPreferences$(null, null, null, value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -469028,7 +469356,7 @@ $async$goto = 1; break; } - t2 = A.UpdateUserPreferences$(value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + t2 = A.UpdateUserPreferences$(value, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); t3 = t1.__Store__dispatchers_F; t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(t2); @@ -469054,7 +469382,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 37 + $signature: 38 }; A.DeviceSettingsVM_fromStore_closure10.prototype = { call$2(context, value) { @@ -469106,7 +469434,7 @@ case 5: // after finally if (authenticated) { - t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null); + t1 = A.UpdateUserPreferences$(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, value, null, null, null, null, null, null, null); t2 = $async$self.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -469122,7 +469450,7 @@ }, $signature: 232 }; - A.DeviceSettingsVM_fromStore_closure18.prototype = { + A.DeviceSettingsVM_fromStore_closure19.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), @@ -469180,7 +469508,7 @@ A.DeviceSettingsVM_fromStore_closure2.prototype = { call$2(context, customColors) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, customColors, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, customColors, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -469191,7 +469519,7 @@ A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { var _null = null, - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -469200,7 +469528,7 @@ else t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 233 + $signature: 181 }; A.EmailSettings.prototype = { createState$0() { @@ -469432,7 +469760,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 38 + $signature: 37 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -469461,7 +469789,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 38 + $signature: 37 }; A._EmailSettingsState_build_closure7.prototype = { call$1(value) { @@ -469491,7 +469819,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A._EmailSettingsState_build_closure8.prototype = { call$1(value) { @@ -469510,7 +469838,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._EmailSettingsState_build__closure1.prototype = { call$1(b) { @@ -469523,7 +469851,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._EmailSettingsState_build__closure0.prototype = { call$1(b) { @@ -469536,7 +469864,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._EmailSettingsState_build__closure.prototype = { call$1(b) { @@ -469564,7 +469892,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -469685,7 +470013,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._ExpenseSettingsState_build__closure3.prototype = { call$1(b) { @@ -469698,7 +470026,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._ExpenseSettingsState_build__closure2.prototype = { call$1(b) { @@ -469711,7 +470039,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._ExpenseSettingsState_build__closure1.prototype = { call$1(b) { @@ -469724,7 +470052,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._ExpenseSettingsState_build__closure0.prototype = { call$1(b) { @@ -469737,7 +470065,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._ExpenseSettingsState_build__closure.prototype = { call$1(b) { @@ -469750,7 +470078,7 @@ call$0() { return this.viewModel.onConfigureCategoriesPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.ExpenseSettingsScreen.prototype = { build$1(context) { @@ -470001,7 +470329,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 220 + $signature: 221 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -470080,7 +470408,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(B.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -470099,7 +470427,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure14(value))); }, - $signature: 11 + $signature: 10 }; A._GeneratedNumbersState_build__closure14.prototype = { call$1(b) { @@ -470112,7 +470440,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure13(value))); }, - $signature: 11 + $signature: 10 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -470139,13 +470467,13 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 527 + $signature: 413 }; A._GeneratedNumbersState_build_closure6.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure11(value))); }, - $signature: 365 + $signature: 367 }; A._GeneratedNumbersState_build__closure11.prototype = { call$1(b) { @@ -470158,7 +470486,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -470172,7 +470500,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -470186,7 +470514,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -470200,7 +470528,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -470214,7 +470542,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -470228,7 +470556,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -470242,7 +470570,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -470256,7 +470584,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -470270,7 +470598,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -470284,7 +470612,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -470298,7 +470626,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -470312,7 +470640,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 121 + $signature: 116 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -470473,7 +470801,7 @@ call$0() { return this.$this.onFieldPressed.call$1(this.field); }, - $signature: 10 + $signature: 11 }; A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -470513,7 +470841,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -471212,7 +471540,7 @@ call$0() { return this.$this._widget.onCancelPressed$0(); }, - $signature: 10 + $signature: 11 }; A.__FileMapperState_build_closure2.prototype = { call$0() { @@ -471746,7 +472074,7 @@ if (t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 220 + $signature: 221 }; A._InvoiceDesignState_build_closure62.prototype = { call$1(context) { @@ -471786,7 +472114,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure19(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure20(value))); }, - $signature: 155 + $signature: 154 }; A._InvoiceDesignState_build__closure19.prototype = { call$0() { @@ -471821,7 +472149,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure16(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure17(value))); }, - $signature: 155 + $signature: 154 }; A._InvoiceDesignState_build__closure16.prototype = { call$0() { @@ -471856,7 +472184,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure13(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure14(value))); }, - $signature: 155 + $signature: 154 }; A._InvoiceDesignState_build__closure13.prototype = { call$0() { @@ -471891,7 +472219,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure10(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure11(value))); }, - $signature: 155 + $signature: 154 }; A._InvoiceDesignState_build__closure10.prototype = { call$0() { @@ -471992,7 +472320,7 @@ t2 = fontSize === 0 ? new A.SizedBox(_null, _null, _null, _null) : A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.DropdownMenuItem$(t2, _null, t1, type$.legacy_String); }, - $signature: 500 + $signature: 451 }; A._InvoiceDesignState_build_closure14.prototype = { call$1(font) { @@ -472054,7 +472382,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._InvoiceDesignState_build__closure1.prototype = { call$1(b) { @@ -472067,7 +472395,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._InvoiceDesignState_build__closure0.prototype = { call$1(b) { @@ -472117,7 +472445,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure27.prototype = { call$1(field) { @@ -472135,7 +472463,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure30.prototype = { call$1(field) { @@ -472153,7 +472481,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure33.prototype = { call$1(field) { @@ -472177,7 +472505,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure37.prototype = { call$1(field) { @@ -472201,7 +472529,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { @@ -472225,7 +472553,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure45.prototype = { call$1(field) { @@ -472255,7 +472583,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(field) { @@ -472273,7 +472601,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure53.prototype = { call$1(field) { @@ -472291,7 +472619,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { @@ -472309,7 +472637,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 104 + $signature: 105 }; A._InvoiceDesignState_build_closure59.prototype = { call$1(field) { @@ -472327,7 +472655,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 104 + $signature: 105 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -472367,7 +472695,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -472437,7 +472765,7 @@ t1 = type$.legacy_String; _this.webClient.post$3$data(_this.url, _this.credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["entity", A.toSnakeCase(entityType.name), "design_id", _this.settings.getDesignId$1(entityType)], t1, t1))).then$1$1(0, new A.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new A.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 220 + $signature: 221 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -472661,7 +472989,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure12(value))); }, - $signature: 11 + $signature: 10 }; A._LocalizationSettingsState_build__closure12.prototype = { call$1(b) { @@ -472719,7 +473047,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure8(value))); }, - $signature: 11 + $signature: 10 }; A._LocalizationSettingsState_build__closure8.prototype = { call$1(b) { @@ -472759,7 +473087,7 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(month), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 527 + $signature: 413 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { @@ -472950,7 +473278,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -473185,7 +473513,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._PaymentSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentSettingsState_build__closure1.prototype = { call$1(b) { @@ -473198,7 +473526,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentSettingsState_build__closure0.prototype = { call$1(b) { @@ -473211,7 +473539,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._PaymentSettingsState_build__closure.prototype = { call$1(b) { @@ -473224,7 +473552,7 @@ call$0() { return this.viewModel.onConfigureGatewaysPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.PaymentsSettingsScreen.prototype = { build$1(context) { @@ -473257,7 +473585,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 525 + $signature: 415 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -473493,7 +473821,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure9(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure9.prototype = { call$1(b) { @@ -473506,7 +473834,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure8(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure8.prototype = { call$1(b) { @@ -473519,7 +473847,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure7(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure7.prototype = { call$1(b) { @@ -473532,7 +473860,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure6(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure6.prototype = { call$1(b) { @@ -473545,7 +473873,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure5.prototype = { call$1(b) { @@ -473558,7 +473886,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure4.prototype = { call$1(b) { @@ -473571,7 +473899,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure3.prototype = { call$1(b) { @@ -473584,7 +473912,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure2.prototype = { call$1(b) { @@ -473597,7 +473925,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure1.prototype = { call$1(b) { @@ -473610,7 +473938,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure0.prototype = { call$1(b) { @@ -473623,7 +473951,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._ProductSettingsState_build__closure.prototype = { call$1(b) { @@ -473819,7 +474147,7 @@ var t1 = this.$this; return t1.viewModel.loadSection.call$3(this.context, t1.section, 0); }, - $signature: 10 + $signature: 11 }; A.SettingsSearch.prototype = { build$1(context) { @@ -473894,7 +474222,7 @@ var _this = this; return _this.$this.viewModel.loadSection.call$3(_this.context, _this.section, _this.i); }, - $signature: 10 + $signature: 11 }; A.SettingsListBuilder.prototype = { build$1(context) { @@ -473931,7 +474259,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearSettingsFilter()); }, - $signature: 10 + $signature: 11 }; A.SettingsListVM_fromStore_closure1.prototype = { call$1(context) { @@ -474213,7 +474541,7 @@ call$1(value) { return this.navigator.pop$0(); }, - $signature: 163 + $signature: 162 }; A._SettingsWizardState__onSavePressed___closure1.prototype = { call$1(error) { @@ -474275,7 +474603,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 79 + $signature: 82 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -474300,7 +474628,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 154 + $signature: 159 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -474360,13 +474688,13 @@ isDark = index === 1, t1 = isDark ? "dark" : "light", t2 = type$.legacy_String; - t1 = A.UpdateUserPreferences$(_null, t1, isDark ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), _null, isDark, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = A.UpdateUserPreferences$(_null, t1, isDark ? A.BuiltMap_BuiltMap(B.Map_empty0, t2, t2) : A.BuiltMap_BuiltMap(B.Map_soKdN, t2, t2), _null, isDark, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 114 + $signature: 112 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -474386,7 +474714,7 @@ call$1(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 71 + $signature: 73 }; A._SettingsWizardState_build_closure9.prototype = { call$0() { @@ -474558,7 +474886,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure7(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure7.prototype = { call$1(b) { @@ -474571,7 +474899,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure6(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure6.prototype = { call$1(b) { @@ -474584,7 +474912,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure5.prototype = { call$1(b) { @@ -474597,7 +474925,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure4.prototype = { call$1(b) { @@ -474610,7 +474938,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure3.prototype = { call$1(b) { @@ -474623,7 +474951,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure2.prototype = { call$1(b) { @@ -474636,7 +474964,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaskSettingsState_build__closure1(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure1.prototype = { call$1(b) { @@ -474649,7 +474977,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaskSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._TaskSettingsState_build__closure0.prototype = { call$1(b) { @@ -474682,7 +475010,7 @@ call$0() { return this.viewModel.onConfigureStatusesPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.TaskSettingsScreen.prototype = { build$1(context) { @@ -474715,7 +475043,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -474848,7 +475176,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure5(value))); }, - $signature: 166 + $signature: 178 }; A._TaxSettingsState_build__closure5.prototype = { call$1(b) { @@ -474861,7 +475189,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 166 + $signature: 178 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { @@ -474874,7 +475202,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure3(value))); }, - $signature: 166 + $signature: 178 }; A._TaxSettingsState_build__closure3.prototype = { call$1(b) { @@ -474887,7 +475215,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._TaxSettingsState_build__closure2.prototype = { call$1(b) { @@ -474900,7 +475228,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure1(taxRate))); }, - $signature: 100 + $signature: 104 }; A._TaxSettingsState_build__closure1.prototype = { call$1(b) { @@ -474917,7 +475245,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure0(taxRate))); }, - $signature: 100 + $signature: 104 }; A._TaxSettingsState_build__closure0.prototype = { call$1(b) { @@ -474934,7 +475262,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure(taxRate))); }, - $signature: 100 + $signature: 104 }; A._TaxSettingsState_build__closure.prototype = { call$1(b) { @@ -474951,7 +475279,7 @@ call$0() { return this.viewModel.onConfigureRatesPressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.NumberOfRatesSelector.prototype = { build$1(context) { @@ -474999,7 +475327,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -475337,7 +475665,7 @@ call$1(duration) { this.$this._renderTemplate$0(); }, - $signature: 37 + $signature: 38 }; A._TemplatesAndRemindersState_dispose_closure.prototype = { call$1(controller) { @@ -475624,7 +475952,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 528 + $signature: 411 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -475643,7 +475971,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 528 + $signature: 411 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -475662,7 +475990,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 528 + $signature: 411 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -475709,7 +476037,7 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 527 + $signature: 413 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$1(value) { @@ -475892,7 +476220,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -475911,7 +476239,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, this.state, this.store, context).call$0(); }, - $signature: 233 + $signature: 181 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -476291,7 +476619,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 79 + $signature: 82 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -476490,7 +476818,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 79 + $signature: 82 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { @@ -476503,14 +476831,14 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 79 + $signature: 82 }; A._UserDetailsState_build_closure9.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 178 + $signature: 179 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { @@ -476523,20 +476851,20 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 79 + $signature: 82 }; A._UserDetailsState_build_closure12.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure(channel, options))); }, - $signature: 529 + $signature: 410 }; A._UserDetailsState_build__closure.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 79 + $signature: 82 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -476797,7 +477125,7 @@ b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 79 + $signature: 82 }; A.UserDetailsVM_fromStore_closure6.prototype = { call$1(context) { @@ -476835,7 +477163,7 @@ b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 79 + $signature: 82 }; A.UserDetailsVM_fromStore_closure7.prototype = { call$1(context) { @@ -476913,7 +477241,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 79 + $signature: 82 }; A.UserDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -476984,7 +477312,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 530 + $signature: 409 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -477046,7 +477374,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 79 + $signature: 82 }; A.UserDetailsVM_fromStore_closure8.prototype = { call$1(context) { @@ -477093,7 +477421,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 79 + $signature: 82 }; A.UserDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -477136,7 +477464,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 530 + $signature: 409 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { @@ -477234,7 +477562,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 171 + $signature: 175 }; A.UserDetailsVM_fromStore___closure9.prototype = { call$1(_) { @@ -477350,7 +477678,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure5(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure5.prototype = { call$1(b) { @@ -477363,7 +477691,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._WorkflowSettingsState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure4.prototype = { call$1(b) { @@ -477376,7 +477704,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure3(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure3.prototype = { call$1(b) { @@ -477389,7 +477717,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure2(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure2.prototype = { call$1(b) { @@ -477422,7 +477750,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure0(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure0.prototype = { call$1(b) { @@ -477435,7 +477763,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure(value))); }, - $signature: 11 + $signature: 10 }; A._WorkflowSettingsState_build__closure.prototype = { call$1(b) { @@ -477482,7 +477810,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 172 + $signature: 168 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -477762,7 +478090,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._SubscriptionEditState__onChanged_closure.prototype = { call$1(b) { @@ -477796,7 +478124,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._SubscriptionEditState_build_closure.prototype = { call$1(groupId) { @@ -477853,7 +478181,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 37 + $signature: 38 }; A._SubscriptionEditState_build_closure2.prototype = { call$1(element) { @@ -477868,7 +478196,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list[t2].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 292 + $signature: 271 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -477916,7 +478244,7 @@ call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 37 + $signature: 38 }; A._SubscriptionEditState_build_closure5.prototype = { call$1(element) { @@ -477931,7 +478259,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list[t2].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure14(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 292 + $signature: 271 }; A._SubscriptionEditState_build__closure14.prototype = { call$0() { @@ -477969,7 +478297,7 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 362 + $signature: 364 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -477995,7 +478323,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure11(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure11.prototype = { call$1(b) { @@ -478008,7 +478336,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure10(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure10.prototype = { call$1(b) { @@ -478021,7 +478349,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure9(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure9.prototype = { call$1(b) { @@ -478034,7 +478362,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure8(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure8.prototype = { call$1(b) { @@ -478060,7 +478388,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure6(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure6.prototype = { call$1(b) { @@ -478085,7 +478413,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure4(value))); }, - $signature: 11 + $signature: 10 }; A._SubscriptionEditState_build__closure4.prototype = { call$1(b) { @@ -478110,7 +478438,7 @@ call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure2()); }, - $signature: 71 + $signature: 73 }; A._SubscriptionEditState_build__closure2.prototype = { call$0() { @@ -478121,7 +478449,7 @@ call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure1()); }, - $signature: 71 + $signature: 73 }; A._SubscriptionEditState_build__closure1.prototype = { call$0() { @@ -478153,7 +478481,7 @@ var _this = this, _null = null; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(_this.webhookConfiguration.postPurchaseHeaders._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), B.EdgeInsets_8_8_8_8, _null, _this.localization.get$removeHeader(), _null), _null); }, - $signature: 292 + $signature: 271 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -478215,7 +478543,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 302 + $signature: 303 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -478301,7 +478629,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 302 + $signature: 303 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -478365,7 +478693,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.SubscriptionListBuilder.prototype = { build$1(context) { @@ -478440,7 +478768,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearSubscriptionMultiselect()); }, - $signature: 10 + $signature: 11 }; A.SubscriptionPresenter.prototype = { getField$2$context$field(context, field) { @@ -478477,7 +478805,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartSubscriptionMultiselect()); }, - $signature: 10 + $signature: 11 }; A.SubscriptionScreen_build_closure7.prototype = { call$1(value) { @@ -478631,7 +478959,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A._SubscriptionViewState_build_closure0.prototype = { call$0() { @@ -478979,7 +479307,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -479041,7 +479369,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_task)); }, - $signature: 10 + $signature: 11 }; A._BottomBar_build_closure0.prototype = { call$0() { @@ -479273,7 +479601,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TaskEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -479294,7 +479622,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -479306,14 +479634,14 @@ call$1(taskTime) { return taskTime.startDate == null && taskTime.endDate == null; }, - $signature: 221 + $signature: 223 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { - b.get$_task_model$_$this()._startDate = null; + b.get$_task_model$_$this()._task_model$_startDate = null; return b; }, - $signature: 575 + $signature: 570 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { @@ -479331,13 +479659,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build_closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -479362,13 +479690,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build_closure4.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -479381,7 +479709,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build_closure6.prototype = { call$1(selectedId) { @@ -479401,7 +479729,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDesktopState_build_closure7.prototype = { call$2(date, _) { @@ -479411,7 +479739,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure4(t1)); }, - $signature: 57 + $signature: 50 }; A._TaskEditDesktopState_build__closure4.prototype = { call$0() { @@ -479427,7 +479755,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 374 + $signature: 376 }; A._TaskEditDesktopState_build__closure3.prototype = { call$0() { @@ -479443,7 +479771,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure2(t1)); }, - $signature: 57 + $signature: 50 }; A._TaskEditDesktopState_build__closure2.prototype = { call$0() { @@ -479459,7 +479787,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 374 + $signature: 376 }; A._TaskEditDesktopState_build__closure1.prototype = { call$0() { @@ -479475,7 +479803,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure0(t1)); }, - $signature: 37 + $signature: 38 }; A._TaskEditDesktopState_build__closure0.prototype = { call$0() { @@ -479610,7 +479938,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TaskEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -479631,7 +479959,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -479655,13 +479983,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -479686,13 +480014,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 188 + $signature: 192 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -479705,7 +480033,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 56 + $signature: 57 }; A._TaskEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -479723,7 +480051,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 56 + $signature: 57 }; A.TaskEditDetailsScreen.prototype = { build$1(context) { @@ -479760,7 +480088,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 182 + $signature: 190 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -479773,7 +480101,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 107 + $signature: 113 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -479811,7 +480139,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 114 + $signature: 112 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -479824,14 +480152,14 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 107 + $signature: 113 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 175 + $signature: 169 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -479904,13 +480232,13 @@ var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 221 + $signature: 223 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 37 + $signature: 38 }; A._TaskEditTimesState_build_closure0.prototype = { call$1(context) { @@ -479965,7 +480293,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 57 + $signature: 50 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -479983,7 +480311,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 374 + $signature: 376 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -480000,7 +480328,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 374 + $signature: 376 }; A.TimeEditDetailsState_build__closure1.prototype = { call$0() { @@ -480017,7 +480345,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure0(t1, date, this.viewModel)); }, - $signature: 57 + $signature: 50 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -480034,7 +480362,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure(t1, duration, this.viewModel)); }, - $signature: 37 + $signature: 38 }; A.TimeEditDetailsState_build__closure.prototype = { call$0() { @@ -480093,7 +480421,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 166 + $signature: 178 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -480117,7 +480445,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.EditTaskTime()); }, - $signature: 10 + $signature: 11 }; A.TaskEditScreen.prototype = { build$1(context) { @@ -480181,7 +480509,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 221 + $signature: 223 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -480195,7 +480523,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 176 + $signature: 177 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { @@ -480294,7 +480622,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 182 + $signature: 190 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -480438,7 +480766,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 182 + $signature: 190 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -480467,7 +480795,7 @@ var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 274 + $signature: 280 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { @@ -480613,7 +480941,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 268 + $signature: 288 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -480726,7 +481054,7 @@ call$2(key, value) { J.sort$1$ax(this.$this._kanban_view$_tasks.$index(0, key), new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 529 + $signature: 410 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -480791,7 +481119,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 125 + $signature: 131 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -480862,7 +481190,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 56 + $signature: 57 }; A.KanbanViewState_build__closure3.prototype = { call$1(taskId) { @@ -480871,7 +481199,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.$get$1(0, taskId); }, - $signature: 201 + $signature: 187 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -481029,7 +481357,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 157 + $signature: 156 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -481076,7 +481404,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 56 + $signature: 57 }; A.KanbanVM_fromStore__closure1.prototype = { call$1(b) { @@ -481090,7 +481418,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 56 + $signature: 57 }; A.KanbanVM_fromStore__closure2.prototype = { call$1(b) { @@ -481106,7 +481434,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 56 + $signature: 57 }; A.KanbanVM_fromStore__closure3.prototype = { call$1(b) { @@ -481120,7 +481448,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 56 + $signature: 57 }; A.TaskListItem.prototype = { build$1(context) { @@ -481254,7 +481582,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -481274,7 +481602,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TaskListItem_build__closure0.prototype = { call$2(context, action) { @@ -481301,7 +481629,7 @@ call$1(value) { return this.$this.onCheckboxChanged.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TaskListBuilder.prototype = { build$1(context) { @@ -481325,7 +481653,7 @@ taskId = J.$index$asx(t1.taskList, index); return A.TaskListItem$(t1.filter, false, true, null, null, true, t1.taskMap._map$_map.$index(0, taskId)); }, - $signature: 360 + $signature: 362 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -481368,7 +481696,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaskPresenter.prototype = { getField$2$context$field(context, field) { @@ -481450,7 +481778,7 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 221 + $signature: 223 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { @@ -481529,7 +481857,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 157 + $signature: 156 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -481539,7 +481867,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 157 + $signature: 156 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -481549,7 +481877,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 157 + $signature: 156 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -481562,7 +481890,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 157 + $signature: 156 }; A.TaskScreen_build_closure18.prototype = { call$0() { @@ -481570,7 +481898,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartTaskMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaskScreen_build_closure14.prototype = { call$1(value) { @@ -481594,7 +481922,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.TaskScreen_build_closure17.prototype = { call$0() { @@ -481621,7 +481949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ViewTask("")); } - t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !_this.state.prefState.showKanban, _null, _null, _null, _null); + t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, !_this.state.prefState.showKanban, _null, _null, _null, _null, _null); t2 = _this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); @@ -481654,7 +481982,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.TaskScreen_build_closure6.prototype = { call$1(value) { @@ -481763,7 +482091,7 @@ call$0() { return this.$this.onTap.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.TaskTimeListTile_build_closure.prototype = { call$0() { @@ -481847,13 +482175,13 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._TaskViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.__TaskViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -481880,13 +482208,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.TaskViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.TaskOverview.prototype = { createState$0() { @@ -481949,7 +482277,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 481 + $signature: 490 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -482013,7 +482341,7 @@ new A.ReversedListIterable(items, A._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new A._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 211 + $signature: 213 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { @@ -482029,13 +482357,13 @@ t3 = t2.uiState.selectedCompanyIndex; return t2.userCompanyStates._list[t3].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 51 + $signature: 52 }; A._TaskOverviewState_build_closure.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A.TaskViewScreen.prototype = { build$1(context) { @@ -482112,7 +482440,7 @@ t1 = this.localization.get$stoppedTask(); A.showToast(t1); }, - $signature: 182 + $signature: 190 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1(error) { @@ -482162,13 +482490,13 @@ t2[0].call$1(new A.SaveTaskDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.task)); t1.then$1$1(0, new A.TaskViewVM_TaskViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.TaskViewVM_TaskViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.TaskViewVM_TaskViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -482195,7 +482523,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(value) { @@ -482270,7 +482598,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TaskStatusEditState__onChanged_closure.prototype = { call$1(b) { @@ -482278,7 +482606,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 157 + $signature: 156 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -482290,7 +482618,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._TaskStatusEditState_build_closure.prototype = { call$1(context) { @@ -482301,7 +482629,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, t1.get$_task_status_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TaskStatusEditState_build__closure(t2)), A.FormColorPicker$(t3.color, _null, new A._TaskStatusEditState_build__closure0(_this.viewModel, t3))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._TaskStatusEditState_build__closure.prototype = { call$1(val) { @@ -482320,7 +482648,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 157 + $signature: 156 }; A.TaskStatusEditScreen.prototype = { build$1(context) { @@ -482354,7 +482682,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 268 + $signature: 288 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -482424,7 +482752,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 268 + $signature: 288 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -482488,7 +482816,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TaskStatusListBuilder.prototype = { build$1(context) { @@ -482563,7 +482891,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaskStatusPresenter.prototype = { getField$2$context$field(context, field) { @@ -482600,7 +482928,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartTaskStatusMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaskStatusScreen_build_closure7.prototype = { call$1(value) { @@ -482746,7 +483074,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.TaskStatusViewScreen.prototype = { build$1(context) { @@ -482780,7 +483108,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCurrentRoute("/settings/task_status")); }, - $signature: 10 + $signature: 11 }; A.TaxRateEdit.prototype = { createState$0() { @@ -482856,7 +483184,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1(b) { @@ -482913,7 +483241,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 134 + $signature: 135 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -482987,7 +483315,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 134 + $signature: 135 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -483048,7 +483376,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TaxRateListBuilder.prototype = { build$1(context) { @@ -483118,7 +483446,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaxRateMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaxRateSettingsScreen.prototype = { build$1(context) { @@ -483150,7 +483478,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartTaxRateMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TaxRateSettingsScreen_build_closure3.prototype = { call$1(value) { @@ -483256,7 +483584,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.TaxRateViewScreen.prototype = { build$1(context) { @@ -483357,7 +483685,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TokenEditState__onChanged_closure.prototype = { call$1(b) { @@ -483377,7 +483705,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._TokenEditState_build_closure.prototype = { call$1(context) { @@ -483387,7 +483715,7 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, t1.get$_token_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure(t2))], t3), _null, _null, false, _null, false, _null)], t3), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._TokenEditState_build__closure.prototype = { call$1(value) { @@ -483427,7 +483755,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 314 + $signature: 315 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -483477,7 +483805,7 @@ t5[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_TokenEntity), t4, password, idToken)); return t1.then$1$1(0, new A.TokenEditVM_TokenEditVM$fromStore____closure(t4, t2, this.state, t3, $navigator), type$.Null).catchError$1(new A.TokenEditVM_TokenEditVM$fromStore____closure0()); }, - $signature: 530 + $signature: 409 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -483510,7 +483838,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 314 + $signature: 315 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -483575,7 +483903,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TokenListBuilder.prototype = { build$1(context) { @@ -483649,7 +483977,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTokenMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TokenPresenter.prototype = { getField$2$context$field(context, field) { @@ -483686,7 +484014,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartTokenMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TokenScreen_build_closure7.prototype = { call$1(value) { @@ -483829,7 +484157,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A._TokenListTile.prototype = { build$1(context) { @@ -483960,7 +484288,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._TransactionEditState__onChanged_closure.prototype = { call$0() { @@ -483980,13 +484308,13 @@ b.get$_transaction_model$_$this()._transaction_model$_description = t1; return b; }, - $signature: 185 + $signature: 202 }; A._TransactionEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._TransactionEditState_build_closure1.prototype = { call$1(context) { @@ -484018,7 +484346,7 @@ t15 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t5, t2, t7, t10, A.EntityDropdown$(true, false, t11, t13.call$5(t8.map, t8.list, t9, t14.userState.map, t11), _null, B.EntityType_bankAccount, B.List_empty1, t12, new A._TransactionEditState_build__closure4(t4, context), new A._TransactionEditState_build__closure5(_this.store), new A._TransactionEditState_build__closure6(t4, t3), _null, _null, new A._TransactionEditState_build__closure7(t3, t1)), A.DecoratedFormField$(false, _null, false, t6._descriptionController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1.get$description(t1), 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t15), _null, _null, false, _null, false, _null)], t15), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._TransactionEditState_build__closure.prototype = { call$1(value) { @@ -484031,20 +484359,20 @@ b.get$_transaction_model$_$this()._baseType = this.value; return b; }, - $signature: 185 + $signature: 202 }; A._TransactionEditState_build__closure0.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure2(date))); }, - $signature: 57 + $signature: 50 }; A._TransactionEditState_build___closure2.prototype = { call$1(b) { b.get$_transaction_model$_$this()._transaction_model$_date = this.date; return b; }, - $signature: 185 + $signature: 202 }; A._TransactionEditState_build__closure1.prototype = { call$1(_) { @@ -484074,7 +484402,7 @@ b.get$_transaction_model$_$this()._transaction_model$_currencyId = t1; return b; }, - $signature: 185 + $signature: 202 }; A._TransactionEditState_build__closure6.prototype = { call$1(bankAccount) { @@ -484096,7 +484424,7 @@ call$1(completer) { return this.viewModel.onAddBankAccountPressed.call$2(this.context, completer); }, - $signature: 290 + $signature: 267 }; A._TransactionEditState_build__closure5.prototype = { call$2(completer, $name) { @@ -484112,7 +484440,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 499 + $signature: 456 }; A._TransactionEditState_build__closure7.prototype = { call$1(value) { @@ -484152,7 +484480,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransaction(transaction)); }, - $signature: 231 + $signature: 233 }; A.TransactionEditVM_TransactionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -484230,7 +484558,7 @@ } else A.viewEntity(false, savedTransaction, null, true); }, - $signature: 231 + $signature: 233 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -484254,7 +484582,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, true); completer.get$future().then$1$1(0, new A.TransactionEditVM_TransactionEditVM$fromStore__closure0(t3), t4); }, - $signature: 107 + $signature: 113 }; A.TransactionEditVM_TransactionEditVM$fromStore__closure.prototype = { call$1(_) { @@ -484348,7 +484676,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.TransactionListItem_build__closure2.prototype = { call$0() { @@ -484368,7 +484696,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TransactionListItem_build__closure0.prototype = { call$2(context, action) { @@ -484395,7 +484723,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.TransactionListBuilder.prototype = { build$1(context) { @@ -484470,7 +484798,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTransactionMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TransactionPresenter.prototype = { getField$2$context$field(context, field) { @@ -484492,7 +484820,7 @@ return new A.SizedBox(_null, _null, _null, _null); return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(transaction.amount, context, _null, transaction.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "withdrawal": - if (transaction.baseType !== "DEBIT") + if (transaction.baseType === "CREDIT") return new A.SizedBox(_null, _null, _null, _null); return new A.Align(B.Alignment_1_0, _null, _null, A.Text$(A.formatNumber(transaction.amount, context, _null, transaction.currencyId, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); case "description": @@ -484532,13 +484860,13 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 68 + $signature: 64 }; A.TransactionPresenter_getField_closure0.prototype = { call$1(invoice) { return invoice != null; }, - $signature: 160 + $signature: 150 }; A.TransactionPresenter_getField_closure1.prototype = { call$1(invoice) { @@ -484593,7 +484921,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 293 + $signature: 266 }; A.TransactionScreen_build_closure0.prototype = { call$1(b) { @@ -484609,7 +484937,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 293 + $signature: 266 }; A.TransactionScreen_build_closure1.prototype = { call$1(b) { @@ -484625,7 +484953,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 293 + $signature: 266 }; A.TransactionScreen_build_closure2.prototype = { call$1(b) { @@ -484640,7 +484968,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 293 + $signature: 266 }; A.TransactionScreen_build_closure3.prototype = { call$1(b) { @@ -484650,7 +484978,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 293 + $signature: 266 }; A.TransactionScreen_build_closure17.prototype = { call$0() { @@ -484658,7 +484986,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartTransactionMultiselect()); }, - $signature: 10 + $signature: 11 }; A.TransactionScreen_build_closure13.prototype = { call$1(value) { @@ -484682,7 +485010,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByStatus($status)); }, - $signature: 113 + $signature: 109 }; A.TransactionScreen_build_closure16.prototype = { call$0() { @@ -484804,31 +485132,369 @@ }; A._TransactionViewState.prototype = { build$1(context) { - var t6, t7, _null = null, + var _null = null, viewModel = this._widget.viewModel, transaction = viewModel.transaction, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), state = viewModel.state, t2 = this._widget.isFilter, - t3 = transaction.baseType === "CREDIT" ? t1.get$deposit() : t1.get$withdrawal(), - t4 = A.formatNumber(transaction.amount, context, _null, transaction.currencyId, B.FormatNumberType_0, true, _null, false), - t5 = type$.JSArray_legacy_Widget; - t4 = A._setArrayType([A.EntityHeader$(transaction, t3, t1.get$date(), A.formatDate(transaction.date, context, true, true, false), _null, _null, t4), new A.ListDivider(_null)], t5); + t3 = transaction.baseType === "CREDIT", + t4 = t3 ? t1.get$deposit() : t1.get$withdrawal(), + t5 = A.formatNumber(transaction.amount, context, _null, transaction.currencyId, B.FormatNumberType_0, true, _null, false), + t6 = type$.JSArray_legacy_Widget; + t5 = A._setArrayType([A.EntityHeader$(transaction, t4, t1.get$date(), A.formatDate(transaction.date, context, true, true, false), _null, _null, t5), new A.ListDivider(_null)], t6); if (transaction.statusId === "3") { - t1 = A._setArrayType([], t5); - t3 = state.uiState.selectedCompanyIndex; - t6 = state.userCompanyStates._list; - t7 = t6[t3]; - B.JSArray_methods.addAll$1(t1, A._setArrayType([A.EntityListTile$(t7.bankAccountState.$get$1(0, transaction.bankAccountId), false, _null), A.EntityListTile$(t6[t3].vendorState.$get$1(0, transaction.vendorId), false, _null), A.EntityListTile$(t6[t3].expenseCategoryState.$get$1(0, transaction.categoryId), false, _null), A.EntityListTile$(t6[t3].expenseState.$get$1(0, transaction.expenseId), false, _null)], t5)); - B.JSArray_methods.addAll$1(t4, t1); + t1 = A._setArrayType([], t6); + if (t3) { + t3 = type$.MappedListIterable_of_String_and_legacy_InvoiceEntity; + B.JSArray_methods.addAll$1(t1, new A.MappedListIterable(new A.MappedListIterable(A._setArrayType(transaction.invoiceIds.split(","), type$.JSArray_String), new A._TransactionViewState_build_closure(state), t3), new A._TransactionViewState_build_closure0(), t3._eval$1("MappedListIterable"))); + } else { + t3 = state.uiState.selectedCompanyIndex; + t4 = state.userCompanyStates._list; + B.JSArray_methods.addAll$1(t1, A._setArrayType([A.EntityListTile$(t4[t3].bankAccountState.$get$1(0, transaction.bankAccountId), false, _null), A.EntityListTile$(t4[t3].vendorState.$get$1(0, transaction.vendorId), false, _null), A.EntityListTile$(t4[t3].expenseCategoryState.$get$1(0, transaction.categoryId), false, _null), A.EntityListTile$(t4[t3].expenseState.$get$1(0, transaction.expenseId), false, _null)], t6)); + } + B.JSArray_methods.addAll$1(t5, t1); } else { - t1 = A._setArrayType([], t5); - t1.push(A.Expanded$(new A._MatchWithdrawals(viewModel, _null), 1)); - B.JSArray_methods.addAll$1(t4, t1); + t1 = A._setArrayType([], t6); + if (t3) + t1.push(A.Expanded$(new A._MatchDeposits(viewModel, _null), 1)); + else + t1.push(A.Expanded$(new A._MatchWithdrawals(viewModel, _null), 1)); + B.JSArray_methods.addAll$1(t5, t1); } - return new A.ViewScaffold(t2, transaction, A.Column$(t4, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null); + return new A.ViewScaffold(t2, transaction, A.Column$(t5, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null); } }; + A._TransactionViewState_build_closure.prototype = { + call$1(invoiceId) { + var t1 = this.state, + t2 = t1.uiState.selectedCompanyIndex; + return t1.userCompanyStates._list[t2].invoiceState.$get$1(0, invoiceId); + }, + $signature: 64 + }; + A._TransactionViewState_build_closure0.prototype = { + call$1(invoice) { + return A.EntityListTile$(invoice, false, null); + }, + $signature: 2938 + }; + A._MatchDeposits.prototype = { + createState$0() { + return new A._MatchDepositsState(B._StateLifecycle_0); + } + }; + A._MatchDepositsState.prototype = { + initState$0() { + var _this = this; + _this.super$State$initState(); + _this._transaction_view$_filterController = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); + _this._transaction_view$_focusNode = A.FocusNode$(true, null, true, true, null, null, false); + _this._selectedInvoices = A._setArrayType([], type$.JSArray_legacy_InvoiceEntity); + _this.updateInvoiceList$0(); + }, + updateInvoiceList$0() { + var t2, + state = this._widget.viewModel.state, + t1 = state.uiState.selectedCompanyIndex; + t1 = state.userCompanyStates._list[t1].invoiceState.map; + t1 = t1.get$values(t1); + t1.toString; + t2 = A._instanceType(t1)._eval$1("WhereIterable"); + t2 = A.List_List$of(new A.WhereIterable(t1, new A._MatchDepositsState_updateInvoiceList_closure(this, state), t2), true, t2._eval$1("Iterable.E")); + this._transaction_view$_invoices = t2; + B.JSArray_methods.sort$1(t2, new A._MatchDepositsState_updateInvoiceList_closure0()); + }, + get$isFiltered() { + var _this = this; + if (_this._minAmount.length !== 0 || _this._maxAmount.length !== 0) + return true; + if (_this._startDate.length !== 0 || _this._endDate.length !== 0) + return true; + return false; + }, + dispose$0() { + var t1 = this._transaction_view$_filterController; + t1.toString; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this._transaction_view$_focusNode.dispose$0(); + this.super$State$dispose(); + }, + build$1(context) { + var t4, currencyId, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + _s10_ = "min_amount", + _s2_ = "en", + _s10_0 = "max_amount", + _s8_ = "selected", + _s18_ = "convert_to_payment", + t1 = {}, + t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), + viewModel = _this._widget.viewModel, + state = viewModel.state, + t3 = _this._selectedInvoices; + if (t3.length !== 0) { + t4 = state.uiState.selectedCompanyIndex; + currencyId = state.userCompanyStates._list[t4].clientState.$get$1(0, B.JSArray_methods.get$first(t3).clientId).settings.currencyId; + } else + currencyId = _null; + t1.totalSelected = 0; + t3 = _this._selectedInvoices; + (t3 && B.JSArray_methods).forEach$1(t3, new A._MatchDepositsState_build_closure(t1)); + t3 = _this._transaction_view$_filterController; + t4 = _this._transaction_view$_focusNode; + t2.toString; + t5 = $.$get$LocalizationsProvider__localizedValues(); + t6 = t2.localeCode; + t7 = J.$index$asx(t5.$index(0, t6), "search_invoices"); + t3 = A.Expanded$(new A.Padding(B.EdgeInsets_18_12_10_12, new A.SearchText(new A._MatchDepositsState_build_closure0(_this), new A._MatchDepositsState_build_closure1(_this), t3, t4, B.JSString_methods.replaceFirst$2(t7 == null ? "" : t7, ":count ", ""), _null), _null), 1); + t4 = _this._showFilter || _this.get$isFiltered() ? state.get$accentColor() : _null; + t7 = A.Icon$(B.IconData_57978_MaterialIcons_null_false, _null, _null); + t8 = state.prefState.enableTooltips ? t2.get$filter(t2) : ""; + t9 = type$.JSArray_legacy_Widget; + t8 = A.Row$(A._setArrayType([t3, A.IconButton$(B.Alignment_0_0, t4, _null, true, t7, _null, new A._MatchDepositsState_build_closure2(_this), B.EdgeInsets_8_8_8_8, _null, t8, _null), new A.SizedBox(8, _null, _null, _null)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t7 = A.Duration$(0, 0, 0, 200, 0, 0); + t3 = _this._showFilter ? 138 : 0; + t4 = J.$index$asx(t5.$index(0, t6), _s10_); + if (t4 == null) + t4 = J.$index$asx(t5.$index(0, _s2_), _s10_); + t4 = A.Expanded$(A.DecoratedFormField$(false, _null, false, _null, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, false, true), t4, _null, _null, false, new A._MatchDepositsState_build_closure3(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), 1); + t10 = J.$index$asx(t5.$index(0, t6), _s10_0); + if (t10 == null) + t10 = J.$index$asx(t5.$index(0, _s2_), _s10_0); + t9 = A._setArrayType([t8, new A.ListDivider(_null), A.AnimatedContainer$(_null, A.Column$(A._setArrayType([A.Expanded$(new A.Padding(B.EdgeInsets_16_4_16_4, A.Column$(A._setArrayType([A.Row$(A._setArrayType([t4, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.DecoratedFormField$(false, _null, false, _null, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, false, true), t10, _null, _null, false, new A._MatchDepositsState_build_closure4(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), 1)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.Row$(A._setArrayType([A.Expanded$(A.DatePicker$(false, _null, _null, t2.get$startDate(), _null, new A._MatchDepositsState_build_closure5(_this), _this._startDate, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.DatePicker$(false, _null, _null, t2.get$endDate(), _null, new A._MatchDepositsState_build_closure6(_this), _this._endDate, _null), 1)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t9), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null), 1), new A.ListDivider(_null)], t9), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, B.C__Linear, _null, t7, t3, _null, _null, _null, _null), A.Expanded$(A.ListView$separated(_null, new A._MatchDepositsState_build_closure7(_this), _this._transaction_view$_invoices.length, _null, new A._MatchDepositsState_build_closure8(), false), 1)], t9); + t2 = _this._selectedInvoices.length; + if (t2 !== 0) { + t3 = J.$index$asx(t5.$index(0, t6), _s8_); + if (t3 == null) + t3 = J.$index$asx(t5.$index(0, _s2_), _s8_); + t9.push(new A.Padding(B.EdgeInsets_16_12_16_12, A.Text$("" + t2 + " " + A.S(t3) + " \u2022 " + A.S(A.formatNumber(t1.totalSelected, context, _null, currencyId, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_HFpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), _null)); + } + t9.push(new A.ListDivider(_null)); + t1 = J.$index$asx(t5.$index(0, t6), _s18_); + if (t1 == null) + t1 = J.$index$asx(t5.$index(0, _s2_), _s18_); + t2 = _this._selectedInvoices.length === 0 || state.isSaving ? _null : new A._MatchDepositsState_build_closure9(_this, context, viewModel.transaction); + t9.push(new A.Padding(B.EdgeInsets_16_0_16_18, new A.AppButton(_null, A.getEntityActionIcon(B.EntityAction_convertToExpense), t1, t2, _null, _null), _null)); + return A.Column$(t9, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + } + }; + A._MatchDepositsState_updateInvoiceList_closure.prototype = { + call$1(invoice) { + var filter, t3, client, + t1 = this.$this, + t2 = t1._selectedInvoices; + if (t2.length !== 0) + if (invoice.clientId !== B.JSArray_methods.get$first(t2).clientId) + return false; + if (invoice.entityType === B.EntityType_invoice && invoice.statusId === "4" || invoice.isDeleted) + return false; + filter = t1._transaction_view$_filterController._change_notifier$_value.text; + if (filter.length !== 0) { + t2 = this.state; + t3 = t2.uiState.selectedCompanyIndex; + client = t2.userCompanyStates._list[t3].clientState.$get$1(0, invoice.clientId); + if (!invoice.matchesFilter$1(filter) && !client.matchesNameOrEmail$1(filter)) + return false; + } + if (t1._showFilter) { + t2 = t1._minAmount; + if (t2.length !== 0) { + t3 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; + if (t3 < A.parseDouble(t2, false)) + return false; + } + t2 = t1._maxAmount; + if (t2.length !== 0) { + t3 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; + if (t3 > A.parseDouble(t2, false)) + return false; + } + t2 = t1._startDate; + if (t2.length !== 0) + if (J.compareTo$1$ns(invoice.date, t2) === -1) + return false; + t1 = t1._endDate; + if (t1.length !== 0) + if (J.compareTo$1$ns(invoice.date, t1) === 1) + return false; + } + return true; + }, + $signature: 150 + }; + A._MatchDepositsState_updateInvoiceList_closure0.prototype = { + call$2(invoiceA, invoiceB) { + return J.compareTo$1$ns(invoiceB.date, invoiceA.date); + }, + $signature: 258 + }; + A._MatchDepositsState_build_closure.prototype = { + call$1(invoice) { + var t1 = this._box_0, + t2 = t1.totalSelected; + return t1.totalSelected = t2 + (invoice.statusId !== "1" ? invoice.balance : invoice.amount); + }, + $signature: 2939 + }; + A._MatchDepositsState_build_closure0.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure7(t1)); + }, + $signature: 9 + }; + A._MatchDepositsState_build__closure7.prototype = { + call$0() { + this.$this.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure1.prototype = { + call$0() { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure6(t1)); + }, + $signature: 1 + }; + A._MatchDepositsState_build__closure6.prototype = { + call$0() { + var t1 = this.$this; + t1._transaction_view$_filterController.set$text(0, ""); + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure2.prototype = { + call$0() { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure5(t1)); + }, + $signature: 1 + }; + A._MatchDepositsState_build__closure5.prototype = { + call$0() { + var t1 = this.$this; + return t1._showFilter = !t1._showFilter; + }, + $signature: 25 + }; + A._MatchDepositsState_build_closure3.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure4(t1, value)); + }, + $signature: 9 + }; + A._MatchDepositsState_build__closure4.prototype = { + call$0() { + var t1 = this.$this; + t1._minAmount = this.value; + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure4.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure3(t1, value)); + }, + $signature: 9 + }; + A._MatchDepositsState_build__closure3.prototype = { + call$0() { + var t1 = this.$this; + t1._maxAmount = this.value; + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure5.prototype = { + call$2(date, _) { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure2(t1, date)); + }, + $signature: 50 + }; + A._MatchDepositsState_build__closure2.prototype = { + call$0() { + var t1 = this.$this; + t1._startDate = this.date; + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure6.prototype = { + call$2(date, _) { + var t1 = this.$this; + t1.setState$1(new A._MatchDepositsState_build__closure1(t1, date)); + }, + $signature: 50 + }; + A._MatchDepositsState_build__closure1.prototype = { + call$0() { + var t1 = this.$this; + t1._endDate = this.date; + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure8.prototype = { + call$2(context, index) { + return new A.ListDivider(null); + }, + $signature: 68 + }; + A._MatchDepositsState_build_closure7.prototype = { + call$2(context, index) { + var t1 = this.$this, + invoice = t1._transaction_view$_invoices[index], + t2 = t1._selectedInvoices; + return new A.InvoiceListItem(invoice, null, true, (t2 && B.JSArray_methods).contains$1(t2, invoice), new A._MatchDepositsState_build__closure0(t1, invoice), null); + }, + $signature: 361 + }; + A._MatchDepositsState_build__closure0.prototype = { + call$0() { + var t1 = this.$this; + return t1.setState$1(new A._MatchDepositsState_build___closure(t1, this.invoice)); + }, + $signature: 0 + }; + A._MatchDepositsState_build___closure.prototype = { + call$0() { + var t4, + t1 = this.$this, + t2 = t1._selectedInvoices, + t3 = this.invoice; + t2 = (t2 && B.JSArray_methods).contains$1(t2, t3); + t4 = t1._selectedInvoices; + if (t2) + (t4 && B.JSArray_methods).remove$1(t4, t3); + else + t4.push(t3); + t1.updateInvoiceList$0(); + }, + $signature: 1 + }; + A._MatchDepositsState_build_closure9.prototype = { + call$0() { + var t2, + t1 = this.$this, + viewModel = t1._widget.viewModel; + t1 = t1._selectedInvoices; + t1.toString; + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>"); + viewModel.onConvertToPayment.call$3(this.context, this.transaction.id, A.List_List$of(new A.MappedListIterable(t1, new A._MatchDepositsState_build__closure(), t2), true, t2._eval$1("ListIterable.E"))); + }, + $signature: 1 + }; + A._MatchDepositsState_build__closure.prototype = { + call$1(invoice) { + return invoice.id; + }, + $signature: 2940 + }; A._MatchWithdrawals.prototype = { createState$0() { return new A._MatchWithdrawalsState(B._StateLifecycle_0); @@ -484937,13 +485603,13 @@ return false; return true; }, - $signature: 2938 + $signature: 2941 }; A._MatchWithdrawalsState_updateCategoryList_closure0.prototype = { call$2(categoryA, categoryB) { return B.JSString_methods.compareTo$1(categoryA.name.toLowerCase(), categoryB.name.toLowerCase()); }, - $signature: 2939 + $signature: 2942 }; A._MatchWithdrawalsState_updateVendorList_closure.prototype = { call$1(vendor) { @@ -484963,13 +485629,13 @@ return false; return true; }, - $signature: 2940 + $signature: 2943 }; A._MatchWithdrawalsState_updateVendorList_closure0.prototype = { call$2(vendorA, vendorB) { return B.JSString_methods.compareTo$1(vendorA.name.toLowerCase(), vendorB.name.toLowerCase()); }, - $signature: 2941 + $signature: 2944 }; A._MatchWithdrawalsState_build_closure.prototype = { call$1(value) { @@ -485003,7 +485669,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._MatchWithdrawalsState_build_closure1.prototype = { call$2(context, index) { @@ -485069,7 +485735,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 76 + $signature: 68 }; A._MatchWithdrawalsState_build_closure5.prototype = { call$2(context, index) { @@ -485126,13 +485792,13 @@ call$1(store) { return A.TransactionViewVM_TransactionViewVM$fromStore(store); }, - $signature: 2943 + $signature: 2946 }; A.TransactionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TransactionView(vm, this.$this.isFilter, null); }, - $signature: 2944 + $signature: 2947 }; A.TransactionViewVM.prototype = { get$transaction(receiver) { @@ -485149,7 +485815,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertTransactionToPaymentRequest(t1, transactionId, invoiceIds)); }, - $signature: 2945 + $signature: 2948 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure0.prototype = { call$4(context, transactionId, vendorId, categoryId) { @@ -485158,7 +485824,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertTransactionToExpenseRequest(t1, transactionId, vendorId, categoryId)); }, - $signature: 465 + $signature: 514 }; A.UserEdit.prototype = { createState$0() { @@ -485292,7 +485958,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._UserEditState__onChanged_closure.prototype = { call$1(b) { @@ -485315,7 +485981,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 79 + $signature: 82 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -485334,13 +486000,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 79 + $signature: 82 }; A._UserEditState_build_closure13.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._UserEditState_build_closure.prototype = { call$1(val) { @@ -485364,27 +486030,27 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure8(channel, options))); }, - $signature: 529 + $signature: 410 }; A._UserEditState_build__closure8.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 79 + $signature: 82 }; A._UserEditState_build_closure3.prototype = { call$1(value) { return this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure7(value))); }, - $signature: 11 + $signature: 10 }; A._UserEditState_build__closure7.prototype = { call$1(b) { b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 79 + $signature: 82 }; A._UserEditState_build_closure4.prototype = { call$0() { @@ -485400,13 +486066,13 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build___closure0(t1)); }, - $signature: 37 + $signature: 38 }; A._UserEditState_build___closure0.prototype = { call$1(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 37 + $signature: 38 }; A._UserEditState_build_closure5.prototype = { call$1(value) { @@ -485472,7 +486138,7 @@ t5 = t4 ? _null : new A._UserEditState_build__closure4(t1, editPermission); return A.DataRow$(A._setArrayType([t2, t6, t7, A.DataCell$(new A._PermissionCheckbox(t3, editPermission, new A._UserEditState_build__closure5(t1, editPermission), t4, _null), t5)], type$.JSArray_legacy_DataCell)); }, - $signature: 2946 + $signature: 2949 }; A._UserEditState_build__closure.prototype = { call$0() { @@ -485489,13 +486155,13 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 37 + $signature: 38 }; A._UserEditState_build____closure.prototype = { call$1(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 37 + $signature: 38 }; A._UserEditState_build__closure1.prototype = { call$1(value) { @@ -485570,13 +486236,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2947 + $signature: 2950 }; A.UserEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.UserEdit(viewModel, new A.ValueKey(viewModel.user.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2948 + $signature: 2951 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -485592,7 +486258,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 181 + $signature: 206 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -485668,7 +486334,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 181 + $signature: 206 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -485728,7 +486394,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.UserListBuilder.prototype = { build$1(context) { @@ -485742,7 +486408,7 @@ t2 = viewModel.state; return A.EntityList$(viewModel.userList, B.EntityType_user, new A.UserListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2949 + $signature: 2952 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -485751,7 +486417,7 @@ user = t1.userMap._map$_map.$index(0, userId); return new A.UserListItem(user, new A.UserListBuilder_build___closure(new A.UserListBuilder_build__closure_showDialog(user)), t1.filter, null); }, - $signature: 2950 + $signature: 2953 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -485802,7 +486468,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearUserMultiselect()); }, - $signature: 10 + $signature: 11 }; A.UserScreen.prototype = { build$1(context) { @@ -485830,7 +486496,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartUserMultiselect()); }, - $signature: 10 + $signature: 11 }; A.UserScreen_build_closure7.prototype = { call$1(value) { @@ -485946,7 +486612,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 2951 + $signature: 2954 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -485993,7 +486659,7 @@ call$0() { return this.$this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.UserViewScreen.prototype = { build$1(context) { @@ -486005,13 +486671,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2952 + $signature: 2955 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 2953 + $signature: 2956 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -486072,7 +486738,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -486179,7 +486845,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -486200,7 +486866,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditContacts.prototype = { createState$0() { @@ -486257,19 +486923,19 @@ t6 = t5.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t5, B.JSArray_methods.firstWhere$2$orElse(t5, new A._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new A.ValueKey("__" + t3 + "__" + t4 + "__", type$.ValueKey_String)); }, - $signature: 2954 + $signature: 2957 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 177 + $signature: 173 }; A._VendorEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile(new A._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2955 + $signature: 2958 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -486281,13 +486947,13 @@ call$1(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 37 + $signature: 38 }; A._VendorEditContactsState_build_closure1.prototype = { call$0() { return this.viewModel.onAddContactPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.ContactListTile.prototype = { build$1(context) { @@ -486413,7 +487079,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 590 + $signature: 587 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -486484,13 +487150,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2956 + $signature: 2959 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2957 + $signature: 2960 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -486519,7 +487185,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 166 + $signature: 178 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -486527,7 +487193,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.EditVendorContact(null)); }, - $signature: 10 + $signature: 11 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2.prototype = { call$2(contact, index) { @@ -486535,7 +487201,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 2958 + $signature: 2961 }; A.VendorEditDesktop.prototype = { build$1(context) { @@ -486668,7 +487334,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -486693,7 +487359,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditFooter.prototype = { build$1(context) { @@ -486730,7 +487396,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ToggleEditorLayout(B.EntityType_vendor)); }, - $signature: 10 + $signature: 11 }; A.VendorEditNotes.prototype = { createState$0() { @@ -486804,7 +487470,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -486827,7 +487493,7 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 106 + $signature: 89 }; A.VendorEditScreen.prototype = { build$1(context) { @@ -486839,13 +487505,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2959 + $signature: 2962 }; A.VendorEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.VendorEdit(viewModel, new A.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2960 + $signature: 2963 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -486861,7 +487527,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 271 + $signature: 283 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -486961,7 +487627,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 271 + $signature: 283 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -487060,7 +487726,7 @@ } return t1; }, - $signature: 105 + $signature: 106 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -487081,7 +487747,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.VendorListItem_build__closure0.prototype = { call$2(context, action) { @@ -487109,7 +487775,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.VendorListBuilder.prototype = { build$1(context) { @@ -487125,7 +487791,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_vendor, new A.VendorListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.VendorPresenter(), t2, t4); }, - $signature: 2961 + $signature: 2964 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -487178,7 +487844,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearVendorMultiselect()); }, - $signature: 10 + $signature: 11 }; A.VendorPresenter.prototype = { getField$2$context$field(context, field) { @@ -487244,7 +487910,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 2962 + $signature: 2965 }; A.VendorScreen.prototype = { build$1(context) { @@ -487295,7 +487961,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartVendorMultiselect()); }, - $signature: 10 + $signature: 11 }; A.VendorScreen_build_closure7.prototype = { call$1(value) { @@ -487411,7 +488077,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 2963 + $signature: 2966 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -487425,7 +488091,7 @@ _this.super$State$initState(); t1 = _this._widget; state = t1.viewModel.state; - t2 = A.TabController$(null, t1.isFilter ? 0 : state.uiState.vendorUIState.tabIndex, 3, _this); + t2 = A.TabController$(null, t1.isFilter ? 0 : state.uiState.vendorUIState.tabIndex, 4, _this); _this._vendor_view$_controller = t2; t2.addListener$1(0, _this.get$_vendor_view$_onTabChanged()); }, @@ -487456,7 +488122,7 @@ _this.super$__VendorViewState_State_SingleTickerProviderStateMixin$dispose(); }, build$1(context) { - var t3, _null = null, + var t3, t4, t5, t6, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this._widget, viewModel = t2.viewModel, @@ -487466,7 +488132,11 @@ return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([new A.EntityTopFilterHeader(_null), A.Expanded$(new A.AppBorder(new A.VendorViewFullwidth(viewModel, _null), true, true, _null, false, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_3, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t1, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } t2 = t2.isFilter; - t3 = A.TabBar$(this._vendor_view$_controller, _null, false, _null, _null, A._setArrayType([A.Tab$(_null, t1.get$overview()), A.Tab$(_null, t1.get$details(t1)), A.Tab$(_null, t1.get$documents())], type$.JSArray_legacy_Widget)); + t3 = this._vendor_view$_controller; + t4 = A.Tab$(_null, t1.get$overview()); + t5 = A.Tab$(_null, t1.get$details(t1)); + t6 = vendor.documents._list; + t3 = A.TabBar$(t3, _null, true, _null, _null, A._setArrayType([t4, t5, A.Tab$(_null, t6.length === 0 ? t1.get$documents() : t1.get$documents() + " (" + t6.length + ")"), A.Tab$(_null, t1.get$activity())], type$.JSArray_legacy_Widget)); A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null), "vendor_view_fab", false, new A._VendorViewState_build_closure(viewModel, context), t1.get$create(t1)); return new A.ViewScaffold(t2, vendor, new A.Builder(new A._VendorViewState_build_closure0(this, viewModel, vendor), _null), _null, t3, _null); } @@ -487477,8 +488147,9 @@ t1 = this.$this, t2 = t1._vendor_view$_controller, t3 = this.viewModel, - t4 = type$.JSArray_legacy_Widget; - return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.VendorOverview(t3, t1._widget.isFilter, _null), new A._VendorViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.VendorViewDetails(t3.vendor, _null), new A._VendorViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.VendorViewDocuments(t3, _null), new A._VendorViewState_build__closure1(t3, context))], t4), t2, _null), 1), new A.BottomButtons(this.vendor, B.EntityAction_newExpense, B.EntityAction_archive, true, true, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t4 = t3.vendor, + t5 = type$.JSArray_legacy_Widget; + return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.VendorOverview(t3, t1._widget.isFilter, _null), new A._VendorViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.VendorViewDetails(t4, _null), new A._VendorViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.VendorViewDocuments(t3, _null), new A._VendorViewState_build__closure1(t3, context)), A.RefreshIndicator$(new A.VendorViewActivity(t3, new A.ValueKey(t4.id, type$.ValueKey_legacy_String)), new A._VendorViewState_build__closure2(t3, context))], t5), t2, _null), 1), new A.BottomButtons(this.vendor, B.EntityAction_newExpense, B.EntityAction_archive, true, true, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, $signature: 210 }; @@ -487486,25 +488157,31 @@ call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._VendorViewState_build__closure0.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 }; A._VendorViewState_build__closure1.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 + }; + A._VendorViewState_build__closure2.prototype = { + call$0() { + return this.viewModel.onRefreshed.call$1(this.context); + }, + $signature: 32 }; A._VendorViewState_build_closure.prototype = { call$0() { return this.viewModel.onAddExpensePressed.call$1(this.context); }, - $signature: 10 + $signature: 11 }; A.__VendorViewState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -487521,6 +488198,44 @@ this._updateTicker$0(); } }; + A.VendorViewActivity.prototype = { + createState$0() { + return new A._VendorViewActivityState(B._StateLifecycle_0); + } + }; + A._VendorViewActivityState.prototype = { + didChangeDependencies$0() { + var t1, t2, _this = this; + if (_this._widget.viewModel.vendor.get$isStale()) { + t1 = _this._widget.viewModel; + t2 = _this._framework$_element; + t2.toString; + t1.onRefreshed.call$1(t2); + } + _this.super$State$didChangeDependencies(); + }, + build$1(context) { + var _null = null, + vendor = this._widget.viewModel.vendor, + activities = vendor.activities, + t1 = vendor.loadedAt; + if (!(t1 != null && t1 > 0)) + return new A.LoadingIndicator(_null, false, _null); + return new A.ScrollableListViewBuilder(new A._VendorViewActivityState_build_closure(activities), new A._VendorViewActivityState_build_closure0(), activities._list.length, _null, B.EdgeInsets_0_16_0_16, _null); + } + }; + A._VendorViewActivityState_build_closure0.prototype = { + call$2(context, index) { + return new A.ListDivider(null); + }, + $signature: 68 + }; + A._VendorViewActivityState_build_closure.prototype = { + call$2(context, index) { + return new A.ActivityListTile(this.activities._list[index], true, null); + }, + $signature: 276 + }; A.VendorViewDetails.prototype = { createState$0() { return new A._VendorViewDetailsState(B._StateLifecycle_0); @@ -487597,7 +488312,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 211 + $signature: 213 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -487694,13 +488409,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 130 + $signature: 132 }; A.VendorViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 126 + $signature: 125 }; A.VendorViewFullwidth.prototype = { createState$0() { @@ -487809,7 +488524,7 @@ if (t8) { t1 = A.Tab$(A.Text$(t3.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); t2 = _this.documents._list; - t1 = A._setArrayType([t1, A.Tab$(_null, t2.length === 0 ? t3.get$documents() : t3.get$documents() + " (" + t2.length + ")")], t4); + t1 = A._setArrayType([t1, A.Tab$(_null, t2.length === 0 ? t3.get$documents() : t3.get$documents() + " (" + t2.length + ")"), A.Tab$(A.Text$(t3.get$activity(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4); t3 = t3.get$total(t3); t2 = $.$get$memoizedCalculateVendorBalance(); t9 = t10[t9].expenseState; @@ -487819,7 +488534,9 @@ if (t3.length !== 0) t2.push(new A.IconText(t3, B.IconData_58286_MaterialIcons_null_false, _null, _null, true, _null)); t3 = _this.viewModel; - t11.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t2, _null, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.VendorViewDocuments(t3, new A.ValueKey(t3.vendor.id, type$.ValueKey_legacy_String)), new A._VendorViewFullwidthState_build__closure2(t3, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 2), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); + t5 = t3.vendor.id; + t6 = type$.ValueKey_legacy_String; + t11.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.ListView$(t2, _null, _null, _null, B.Axis_1, false), A.RefreshIndicator$(new A.VendorViewDocuments(t3, new A.ValueKey(t5, t6)), new A._VendorViewFullwidthState_build__closure2(t3, context)), A.RefreshIndicator$(new A.VendorViewActivity(t3, new A.ValueKey(t5, t6)), new A._VendorViewFullwidthState_build__closure3(t3, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 3), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_6_12_12_12), 2)); } return A.Row$(t11, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, @@ -487850,13 +488567,19 @@ t1.push(new A.SizedBox(_null, 16, _null, _null)); return A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2964 + $signature: 2967 }; A._VendorViewFullwidthState_build__closure2.prototype = { call$0() { return this.viewModel.onRefreshed.call$1(this.context); }, - $signature: 34 + $signature: 32 + }; + A._VendorViewFullwidthState_build__closure3.prototype = { + call$0() { + return this.viewModel.onRefreshed.call$1(this.context); + }, + $signature: 32 }; A.__VendorViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -487953,14 +488676,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2965 + $signature: 2968 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.VendorView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2966 + $signature: 2969 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -488001,13 +488724,13 @@ t2[0].call$1(new A.SaveVendorDocumentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.vendor)); t1.then$1$1(0, new A.VendorViewVM_VendorViewVM$fromStore__closure0(context), type$.Null).catchError$1(new A.VendorViewVM_VendorViewVM$fromStore__closure1(context)); }, - $signature: 67 + $signature: 69 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 55 + $signature: 56 }; A.VendorViewVM_VendorViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -488034,7 +488757,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 70 + $signature: 74 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(value) { @@ -488112,7 +488835,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 74 + $signature: 76 }; A._WebhookEditState__onChanged_closure.prototype = { call$1(b) { @@ -488120,7 +488843,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 225 + $signature: 226 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -488132,7 +488855,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 51 + $signature: 52 }; A._WebhookEditState_build_closure.prototype = { call$1(context) { @@ -488168,7 +488891,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t10, _null, _null, false, _null, false, _null)], t13), _null, _null, _null, false, _null); }, - $signature: 151 + $signature: 152 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -488187,7 +488910,7 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 225 + $signature: 226 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { @@ -488207,13 +488930,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 225 + $signature: 226 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure2()); }, - $signature: 71 + $signature: 73 }; A._WebhookEditState_build___closure2.prototype = { call$0() { @@ -488224,7 +488947,7 @@ call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure1()); }, - $signature: 71 + $signature: 73 }; A._WebhookEditState_build___closure1.prototype = { call$0() { @@ -488250,7 +488973,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 225 + $signature: 226 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -488258,7 +488981,7 @@ t1 = this.webhook; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t1.headers._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._WebhookEditState_build___closure(this.viewModel, t1, key), B.EdgeInsets_8_8_8_8, _null, this.localization.get$removeHeader(), _null), _null); }, - $signature: 292 + $signature: 271 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -488271,7 +488994,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 225 + $signature: 226 }; A.WebhookEditScreen.prototype = { build$1(context) { @@ -488283,13 +489006,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2967 + $signature: 2970 }; A.WebhookEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.WebhookEdit(viewModel, new A.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2968 + $signature: 2971 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -488305,7 +489028,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 322 + $signature: 323 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -488381,7 +489104,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 322 + $signature: 323 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -488417,7 +489140,7 @@ call$0() { return this.viewModel.onBackPressed.call$0(); }, - $signature: 10 + $signature: 11 }; A.TargetListTile.prototype = { build$1(context) { @@ -488444,13 +489167,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2969 + $signature: 2972 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 2970 + $signature: 2973 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -488518,7 +489241,7 @@ call$1(value) { return null.call$1(value); }, - $signature: 11 + $signature: 10 }; A.WebhookListBuilder.prototype = { build$1(context) { @@ -488534,7 +489257,7 @@ t4 = viewModel.tableColumns; return A.EntityList$(t3, B.EntityType_webhook, new A.WebhookListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new A.WebhookPresenter(), t2, t4); }, - $signature: 2971 + $signature: 2974 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -488553,7 +489276,7 @@ t2 = false; return new A.WebhookListItem(t4, webhook, t1.filter, t2, null); }, - $signature: 2972 + $signature: 2975 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -488592,7 +489315,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearWebhookMultiselect()); }, - $signature: 10 + $signature: 11 }; A.WebhookPresenter.prototype = { getField$2$context$field(context, field) { @@ -488629,7 +489352,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.StartWebhookMultiselect()); }, - $signature: 10 + $signature: 11 }; A.WebhookScreen_build_closure7.prototype = { call$1(value) { @@ -488745,7 +489468,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 2973 + $signature: 2976 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -488842,7 +489565,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 171 + $signature: 175 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -488854,7 +489577,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 303 + $signature: 366 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -488950,7 +489673,7 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 533 + $signature: 406 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -488978,7 +489701,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 533 + $signature: 406 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -489006,7 +489729,7 @@ call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 533 + $signature: 406 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -489070,7 +489793,7 @@ call$1(value) { return this.$this._submit$0(); }, - $signature: 71 + $signature: 73 }; A._PasswordConfirmationState_build_closure2.prototype = { call$0() { @@ -489090,7 +489813,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2975 + $signature: 2978 }; A.FieldConfirmation.prototype = { createState$0() { @@ -489142,13 +489865,13 @@ call$1(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2976 + $signature: 2979 }; A._FieldConfirmationState_build_closure1.prototype = { call$1(value) { return this.$this._submit$0(); }, - $signature: 71 + $signature: 73 }; A._FieldConfirmationState_build_closure2.prototype = { call$0() { @@ -489259,7 +489982,7 @@ t2 = A.Text$(t1.userCompanyStates._list[t2].taskStatusState.$get$1(0, statusId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57689_MaterialIcons_null_false, _null, _null), _null, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.context, _this.localization), false, _null, _null, _null, _null, t2, _null, _null); }, - $signature: 292 + $signature: 271 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -489283,7 +490006,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.statusId; return b; }, - $signature: 56 + $signature: 57 }; A.changeTaskStatusDialog__closure0.prototype = { call$0() { @@ -489302,7 +490025,7 @@ t1 = false; return t1; }, - $signature: 160 + $signature: 150 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -489317,7 +490040,7 @@ t3 = t2.$ti._eval$1("MappedIterable<1,SimpleDialogOption*>"); return A.SimpleDialog$(A.List_List$of(new A.MappedIterable(t2, new A.addToInvoiceDialog__closure(context, this.items), t3), true, t3._eval$1("Iterable.E")), t1); }, - $signature: 171 + $signature: 175 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -489325,7 +490048,7 @@ t1 = this.context; return new A.SimpleDialogOption(new A.addToInvoiceDialog___closure(t1, invoice, this.items), A.Row$(A._setArrayType([A.Expanded$(A.Text$(invoice.number, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(A.formatNumber(invoice.amount, t1, invoice.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2977 + $signature: 2980 }; A.addToInvoiceDialog___closure.prototype = { call$0() { @@ -491583,7 +492306,7 @@ call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 405 }; A._EmptyParagraphSyntax.prototype = { get$pattern(_) { @@ -491673,7 +492396,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 114 + $signature: 112 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -491912,7 +492635,7 @@ call$0() { return type$.legacy_DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 2981 + $signature: 2984 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { call$1(context) { @@ -491920,7 +492643,7 @@ t1 = this.$this; return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.EditorToolbar(t1._textSelectionAnchor, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), _null), _null); }, - $signature: 2982 + $signature: 2985 }; A._ExampleEditorState__showEditorToolbar_closure0.prototype = { call$1(timeStamp) { @@ -491940,21 +492663,21 @@ t3 = docBoundingBox.bottom; t1._textSelectionAnchor.set$value(0, A.Rect$fromPoints(t4, A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t2, t3))).get$topCenter()); }, - $signature: 37 + $signature: 38 }; A._ExampleEditorState__showImageToolbar_closure.prototype = { call$1(context) { var t1 = this.$this; return new A.ImageFormatToolbar(t1._imageSelectionAnchor, t1._composer, new A._ExampleEditorState__showImageToolbar__closure(t1), null); }, - $signature: 2983 + $signature: 2986 }; A._ExampleEditorState__showImageToolbar__closure.prototype = { call$2(nodeId, width) { var node = this.$this._super_editor$_doc.getNodeById$1(nodeId); node.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(node).padding], type$.String, type$.nullable_Object)); }, - $signature: 264 + $signature: 294 }; A._ExampleEditorState__showImageToolbar_closure0.prototype = { call$1(timeStamp) { @@ -491974,21 +492697,21 @@ t3 = docBoundingBox.bottom; t1._imageSelectionAnchor.set$value(0, A.Rect$fromPoints(t4, A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, t1._framework$_element.get$renderObject()), new A.Offset(t2, t3))).get$center()); }, - $signature: 37 + $signature: 38 }; A._ExampleEditorState__buildEditor_closure.prototype = { call$1(_) { var t1 = this.$this; return new A.AndroidTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), t1.get$_selectAll(), null); }, - $signature: 2984 + $signature: 2987 }; A._ExampleEditorState__buildEditor_closure0.prototype = { call$1(_) { var t1 = this.$this; return new A.IOSTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), null); }, - $signature: 2985 + $signature: 2988 }; A._ExampleEditorState__buildMountedToolbar_closure.prototype = { call$1(_) { @@ -491998,7 +492721,7 @@ return B.SizedBox_null_null_null_null; return new A.KeyboardEditingToolbar(t1._super_editor$_doc, t2, t1._docOps, null); }, - $signature: 2986 + $signature: 2989 }; A.EditorToolbar.prototype = { createState$0() { @@ -492287,13 +493010,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 405 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 534 + $signature: 405 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -492326,20 +493049,20 @@ call$1(element) { return element !== B._TextType_4; }, - $signature: 2989 + $signature: 2992 }; A._EditorToolbarState__buildToolbar_closure0.prototype = { call$1(textType) { var _null = null; return A.DropdownMenuItem$(new A.Padding(B.EdgeInsets_16_0_0_0, A.Text$(this.$this._getTextTypeName$1(textType), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, textType, type$.legacy__TextType); }, - $signature: 2990 + $signature: 2993 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(newValue) { return this.$this._applyLink$0(); }, - $signature: 71 + $signature: 73 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$0() { @@ -492414,7 +493137,7 @@ t2 = offset._dy; return A.SizedBox$expand(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$(_null, A.FractionalTranslation$(this.$this.child, true, B.Offset_omC), _null, _null, t1, _null, t2, _null)], type$.JSArray_legacy_Widget), _null)); }, - $signature: 2991 + $signature: 2994 }; A.loadEmailTemplate_closure.prototype = { call$1(response) { @@ -492443,7 +493166,7 @@ t2.border = "none"; return t1; }, - $signature: 2992 + $signature: 2995 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { @@ -492452,7 +493175,7 @@ if (t1.hasChanges$0()) type$.legacy_BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 2993 + $signature: 2996 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -492461,7 +493184,7 @@ t1 = t1 ? null : J.get$accessToken$x(result._msal_js$_jsObject); this.succesCallback.call$2(t2, t1); }, - $signature: 2994 + $signature: 2997 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { @@ -492509,7 +493232,7 @@ var t1 = this._box_0; t1.list = linkifier.parse$2(0, t1.list, this.options); }, - $signature: 2995 + $signature: 2998 }; A.EmailLinkifier.prototype = { parse$2(_, elements, options) { @@ -492807,7 +493530,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2997 + $signature: 3000 }; A.Element1.prototype = { get$isEmpty(_) { @@ -493447,7 +494170,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 3001 + $signature: 3004 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -493567,13 +494290,13 @@ call$1(i) { return J.startsWith$1$s(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 183 + $signature: 195 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 3002 + $signature: 3005 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -493794,7 +494517,7 @@ call$1(n) { return n === this.delimiter.node; }, - $signature: 3005 + $signature: 3008 }; A.InlineParser__linkOrImage_closure2.prototype = { call$0() { @@ -493813,7 +494536,7 @@ call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 548 + $signature: 547 }; A.InlineParser__processEmphasis_closure0.prototype = { call$1(d) { @@ -494256,7 +494979,7 @@ $defaultValues() { return [null]; }, - $signature: 3007 + $signature: 3010 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -494615,13 +495338,13 @@ call$0() { return J.loginPopup$1$x(this.$this._msal_js$_jsObject, this.request._msal_js$_jsObject); }, - $signature: 10 + $signature: 11 }; A.PublicClientApplication_logoutPopup_closure.prototype = { call$0() { return J.logoutPopup$1$x(this.$this._msal_js$_jsObject, this.logoutRequest._msal_js$_jsObject); }, - $signature: 10 + $signature: 11 }; A.EndSessionPopupRequest.prototype = {}; A.PopupRequest.prototype = {}; @@ -495184,7 +495907,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 108 + $signature: 114 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -495194,21 +495917,21 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 3010 + $signature: 3013 }; A.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2(previousValue, element) { var t1 = this.$this._overflow_view$_getCrossSize$1(element); return Math.max(A.checkNum(previousValue), A.checkNum(t1)); }, - $signature: 3011 + $signature: 3014 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 108 + $signature: 114 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -495219,13 +495942,13 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, B.Offset_0_0)); }, - $signature: 108 + $signature: 114 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 89 + $signature: 91 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -495235,7 +495958,7 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 108 + $signature: 114 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { @@ -495302,7 +496025,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 3012 + $signature: 3015 }; A._OverflowViewElement.prototype = {}; A.MethodChannelPackageInfo.prototype = {}; @@ -495518,19 +496241,19 @@ call$1(part) { return part !== ""; }, - $signature: 66 + $signature: 65 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 66 + $signature: 65 }; A._validateArgList_closure.prototype = { call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 3013 + $signature: 3016 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -495938,13 +496661,13 @@ call$2(key, value) { return new A.MapEntry(B.List_U8N[key], [B.PermissionStatus_0, B.PermissionStatus_1, B.PermissionStatus_2, B.PermissionStatus_3, B.PermissionStatus_4][value], type$.MapEntry_Permission_PermissionStatus); }, - $signature: 3014 + $signature: 3017 }; A.encodePermissions_closure.prototype = { call$1(it) { return it.value; }, - $signature: 3015 + $signature: 3018 }; A.PinTheme.prototype = {}; A.Pinput.prototype = { @@ -496450,7 +497173,7 @@ call$1($event) { return this.$this._pinput$_handleHover$1(false); }, - $signature: 200 + $signature: 201 }; A._PinputState__buildPinput_closure1.prototype = { call$2(_, child) { @@ -496474,7 +497197,7 @@ break; } }, - $signature: 99 + $signature: 101 }; A._PinputState__buildEditable_closure0.prototype = { call$1(s) { @@ -496482,7 +497205,7 @@ t1._widget.toString; t1._validator$0(); }, - $signature: 99 + $signature: 101 }; A._PinputState__buildFields__onlyFields.prototype = { call$0() { @@ -496497,7 +497220,7 @@ call$1(index) { return new A._PinItem(this.$this, index, null); }, - $signature: 3018 + $signature: 3021 }; A._PinputState__buildFields_closure.prototype = { call$2(context, child) { @@ -496505,7 +497228,7 @@ t1._widget.toString; return A.AnimatedSize$(B.Alignment_0_m1, A.Column$(A._setArrayType([this._onlyFields.call$0(), t1._pinput$_buildError$0()], type$.JSArray_Widget), B.CrossAxisAlignment_0, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.C__Linear, B.Duration_180000, null); }, - $signature: 194 + $signature: 200 }; A.PinputAutovalidateMode.prototype = { toString$0(_) { @@ -496609,7 +497332,7 @@ call$2(child, animation) { return this.$this._getTransition$2(child, animation); }, - $signature: 393 + $signature: 417 }; A._PinputSelectionGestureDetectorBuilder.prototype = { onForcePressStart$1(details) { @@ -496654,7 +497377,7 @@ call$1(field) { return this.child; }, - $signature: 3019 + $signature: 3022 }; A._SeparatedRaw.prototype = { build$1(context) { @@ -496734,7 +497457,7 @@ t1 = A.Text$("|", _null, _null, _null, _null, _null, t1._widget.textStyle, _null, _null, _null); return A.Center$(A.Opacity$(t1, t2), _null, _null); }, - $signature: 3020 + $signature: 3023 }; A.__PinputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { @@ -497236,7 +497959,7 @@ call$1(input) { return input; }, - $signature: 536 + $signature: 400 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -497244,7 +497967,7 @@ J.removeEventListener$2$x(_this.frame, "load", _this._box_0.load); A.Timer_Timer(A.Duration$(0, 0, 0, _this.isSafari ? 500 : 0, 0, 0), new A.PrintingPlugin_layoutPdf__closure(_this.$this, _this.stopWatch, _this.completer, _this.result)); }, - $signature: 457 + $signature: 536 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -497267,14 +497990,14 @@ call$1(index) { return index; }, - $signature: 116 + $signature: 121 }; A.PrintingPlugin_raster_closure0.prototype = { call$1(e) { this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 381 + $signature: 360 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -497511,7 +498234,7 @@ call$1(input) { return input; }, - $signature: 536 + $signature: 400 }; A.Mutex.prototype = { acquire$0() { @@ -497839,7 +498562,7 @@ t1 = this.$this; return A.GestureDetector$(_null, t1.PdfPreviewRaster_pages[index], B.DragStartBehavior_1, false, _null, new A.PdfPreviewCustomState__createPreview__closure(t1, index), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 3025 + $signature: 3028 }; A.PdfPreviewCustomState__createPreview__closure.prototype = { call$0() { @@ -498048,7 +498771,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.PdfPreviewCustom(t4, controller.buildDocument, t3, _null, _null, _null, t2.pages, _null, _null, false, _null, _null, t1.previewWidget); }, - $signature: 3027 + $signature: 3030 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -498305,7 +499028,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 3028 + $signature: 3031 }; A.PdfRasterImage.prototype = { _raster$_loadAsync$0() { @@ -498979,7 +499702,7 @@ call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 762 + $signature: 819 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { @@ -499052,7 +499775,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return this.$this.formatter.call$3(t1, this.action, new A.DateTime(Date.now(), false)); }, - $signature: 69 + $signature: 70 }; A.ButtonState.prototype = { toString$0(_) { @@ -499252,7 +499975,7 @@ call$2(context, snapshot) { return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, B.Duration_200000, B.C__Linear, B.C__Linear, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 3030 + $signature: 3033 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -499307,7 +500030,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 3031 + $signature: 3034 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -499478,7 +500201,7 @@ call$2(e, s) { this.$this._subject$_addError$2(e, s); }, - $signature: 131 + $signature: 129 }; A.Subject_addStream_closure0.prototype = { call$0() { @@ -499981,7 +500704,7 @@ call$1(p) { return p.toJson$0(); }, - $signature: 3033 + $signature: 3036 }; A.SentryLevel.prototype = {}; A.SpanStatus.prototype = { @@ -500231,21 +500954,21 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 3034 + $signature: 3037 }; A.SentryNavigatorObserver__startTransaction_closure0.prototype = { call$1(scope) { if (scope._span == null) scope.set$span(0, this.$this._transaction); }, - $signature: 3035 + $signature: 3038 }; A.RouteObserverBreadcrumb.prototype = {}; A.RouteObserverBreadcrumb__formatArgs_closure.prototype = { call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 3036 + $signature: 3039 }; A.SentryNative.prototype = { beginNativeFramesCollection$0() { @@ -500520,7 +501243,7 @@ call$1(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 66 + $signature: 65 }; A.AppleLogoPainter.prototype = { paint$2(canvas, size) { @@ -500848,7 +501571,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 3037 + $signature: 3040 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -501101,7 +501824,7 @@ } return null; }, - $signature: 265 + $signature: 293 }; A.SourceFile.prototype = { get$length(_) { @@ -501549,7 +502272,7 @@ call$0() { return this.color; }, - $signature: 3038 + $signature: 3041 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -501557,7 +502280,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 3039 + $signature: 3042 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -501567,26 +502290,26 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 537 + $signature: 399 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 3041 + $signature: 3044 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 3042 + $signature: 3045 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 3043 + $signature: 3046 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -501630,7 +502353,7 @@ } return lines; }, - $signature: 3044 + $signature: 3047 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -501638,14 +502361,14 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 537 + $signature: 399 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { highlight.toString; return true; }, - $signature: 537 + $signature: 399 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -501804,7 +502527,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 3045 + $signature: 3048 }; A._Line.prototype = { toString$0(_) { @@ -502217,7 +502940,7 @@ this._box_1.isInitializing = true; return this.$this.middleCreator$2(crt, this.creatorMock); }, - $signature: 3047 + $signature: 3050 }; A.InjectedImp_initialize_closure0.prototype = { call$1(snap) { @@ -502633,7 +503356,7 @@ if (!t2) t1.complete$0(0); }, - $signature: 264 + $signature: 294 }; A.ReactiveModelBase__streamSubscription_closure0.prototype = { call$0() { @@ -502994,7 +503717,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t2.call$2(t3, t1); }, - $signature: 3048 + $signature: 3051 }; A.SideEffects.prototype = { SideEffects$4$dispose$initState$onAfterBuild$onSetState(dispose, initState, onAfterBuild, onSetState, $T) { @@ -503030,7 +503753,7 @@ inj.initialize$0(0); return new A.LifeCycleHooks(new A.OnX_listenTo__closure(t1, inj, disposer, _this.shouldRebuild, inj, _this.watch, _this._this, _this.onSetState, _this.onAfterBuild, setState, _this.debugPrintWhenRebuild, _this.initState, t2), new A.OnX_listenTo__closure0(_this.dispose, disposer), new A.OnX_listenTo__closure1(), new A.OnX_listenTo__closure2(inj), type$.LifeCycleHooks__OnWidget_Widget); }, - $signature: 3049 + $signature: 3052 }; A.OnX_listenTo__closure.prototype = { call$1(_) { @@ -503139,7 +503862,7 @@ newInj.undoRedoPersistState = oldInj.undoRedoPersistState; } }, - $signature: 3051 + $signature: 3054 }; A.OnX_listenTo__closure2.prototype = { call$2(ctx, widget) { @@ -503151,7 +503874,7 @@ t1.toString; return t1; }, - $signature: 3052 + $signature: 3055 }; A._OnWidget.prototype = {}; A.On.prototype = { @@ -503524,19 +504247,19 @@ call$1(element) { return element.get$id(element) == this.nodeId; }, - $signature: 538 + $signature: 398 }; A.MutableDocument_getNode_closure.prototype = { call$1(element) { return element.get$id(element) == this.position.nodeId; }, - $signature: 538 + $signature: 398 }; A.MutableDocument_getRangeBetween_closure.prototype = { call$0() { return A.InspectDocumentAffinity_getAffinityBetween(this.$this, this.position1, this.position2); }, - $signature: 3054 + $signature: 3057 }; A._MutableDocument_Object_ChangeNotifier.prototype = {}; A.DocumentComponent.prototype = { @@ -503844,7 +504567,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 276 + $signature: 272 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -504925,13 +505648,13 @@ call$2(doc, transaction) { transaction._document.deleteNode$1(this.nodeBefore); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_deleteUpstream_closure0.prototype = { call$2(doc, transaction) { transaction._document.deleteNode$1(this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { call$2(doc, transaction) { @@ -504944,55 +505667,55 @@ t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { call$2($document, transaction) { transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 3057 + $signature: 3060 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure3.prototype = { call$2(value, element) { return element instanceof A.TextElement ? J.$add$ansx(value, J.trim$0$s(element.text)) : value; }, - $signature: 3058 + $signature: 3061 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure4.prototype = { call$1(element) { return element instanceof A.UrlElement; }, - $signature: 3059 + $signature: 3062 }; A.CommonEditorOperations__processUrlNode_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_insertBlockLevelNewline_closure.prototype = { call$2(doc, transaction) { transaction._document.insertNodeAfter$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { call$2(doc, transaction) { @@ -505003,19 +505726,19 @@ t1.addListener$1(0, t2.get$_forwardNodeChange()); t2.notifyListeners$0(); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertToListItem_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertToBlockquote_closure.prototype = { call$2($document, transaction) { transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); }, - $signature: 119 + $signature: 120 }; A.CommonEditorOperations_convertToParagraph_closure.prototype = { call$2($document, transaction) { @@ -505026,7 +505749,7 @@ } else transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); }, - $signature: 119 + $signature: 120 }; A._PasteEditorCommand.prototype = { execute$2($document, transaction) { @@ -505092,7 +505815,7 @@ call$1(pastedLine) { return A.ParagraphNode$(B.C_Uuid.v4$0(), null, pastedLine); }, - $signature: 3060 + $signature: 3063 }; A.CaretDocumentOverlay.prototype = { createState$0() { @@ -505175,7 +505898,7 @@ call$3(context, caret, child) { return new A.LayoutBuilder(new A._CaretDocumentOverlayState_build__closure(this.$this, caret), null); }, - $signature: 3061 + $signature: 3064 }; A._CaretDocumentOverlayState_build__closure.prototype = { call$2(context, constraints) { @@ -505197,7 +505920,7 @@ } return new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); }, - $signature: 3062 + $signature: 3065 }; A._CaretDocumentOverlayState_build___closure.prototype = { call$1(timeStamp) { @@ -505214,7 +505937,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t1._blink_controller$_isVisible ? 1 : 0)), 0, 0, 0), _null, _null, B.BorderRadius_tLn, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_caret_primary, _null, _null, _null, _null, 2); }, - $signature: 3063 + $signature: 3066 }; A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -505578,13 +506301,13 @@ call$0() { return this.$this._widget.editContext._getDocumentLayout.call$0(); }, - $signature: 202 + $signature: 191 }; A._DocumentMouseInteractorState_didUpdateWidget_closure.prototype = { call$0() { return this.$this._widget.editContext._getDocumentLayout.call$0(); }, - $signature: 202 + $signature: 191 }; A._DocumentMouseInteractorState__onSelectionChange_closure.prototype = { call$1(timeStamp) { @@ -505626,7 +506349,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 541 + $signature: 393 }; A._DocumentMouseInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -505637,13 +506360,13 @@ recognizer.onTripleTapDown = t1.get$_document_gestures_mouse$_onTripleTapDown(); recognizer.onTripleTap = t1.get$_onTripleTap(); }, - $signature: 542 + $signature: 392 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 358 + $signature: 359 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -505653,7 +506376,7 @@ recognizer.onEnd = t1.get$_document_gestures_mouse$_onPanEnd(); recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); }, - $signature: 361 + $signature: 363 }; A.SelectionType.prototype = { toString$0(_) { @@ -506406,13 +507129,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 377 + $signature: 379 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 378 + $signature: 380 }; A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -506480,32 +507203,32 @@ t3 = t1._widget; return new A.AndroidDocumentTouchEditingControls(t2, t3.createOverlayControlsClipper, t3.handleColor, t1.get$_onHandleDragStart(), t1.get$_onHandleDragUpdate(), t1.get$_document_gestures_touch_android$_onHandleDragEnd(), t3.popoverToolbarBuilder, false, null); }, - $signature: 3071 + $signature: 3074 }; A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 379 + $signature: 381 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; }, - $signature: 379 + $signature: 381 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; }, - $signature: 379 + $signature: 381 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 541 + $signature: 393 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -506514,7 +507237,7 @@ recognizer.onDoubleTapDown = t1.get$_onDoubleTapDown(); recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); }, - $signature: 542 + $signature: 392 }; A.AndroidDocumentTouchEditingControls.prototype = { createState$0() { @@ -507569,13 +508292,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 377 + $signature: 379 }; A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 378 + $signature: 380 }; A._IOSDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(timeStamp) { @@ -507671,20 +508394,20 @@ t10 = t5.popoverToolbarBuilder; return new A.IosDocumentTouchEditingControls(t2, t6, t7, t4, t3, t5.createOverlayControlsClipper, t8, t1.get$_onFloatingCursorStart(), t1.get$_moveSelectionToFloatingCursor(), t1.get$_onFloatingCursorStop(), t9, t10, false, null); }, - $signature: 3074 + $signature: 3077 }; A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 379 + $signature: 381 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 541 + $signature: 393 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -507694,13 +508417,13 @@ recognizer.onTripleTapUp = t1.get$_onTripleTapUp(); recognizer.onTimeout = t1.get$_onTapTimeout(); }, - $signature: 542 + $signature: 392 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 489 + $signature: 476 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { call$1(instance) { @@ -507713,7 +508436,7 @@ instance.onEnd = t1.get$_onPanEnd(); instance.onCancel = t1.get$_onPanCancel(); }, - $signature: 545 + $signature: 474 }; A.FloatingCursorController.prototype = { set$offset(_, newOffset) { @@ -507991,7 +508714,7 @@ t1.toString; return new A.IOSCollapsedHandle(t2, t3, t1, null); }, - $signature: 3075 + $signature: 3078 }; A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure.prototype = { call$3(context, floatingCursorOffset, child) { @@ -508002,7 +508725,7 @@ t2 = floatingCursorOffset.$sub(0, new A.Offset(0, t1._floatingCursorHeight / 2)); return t1._buildHandle$4$debugColor$handle$handleKey$handleOffset(B.MaterialColor_Map_JNwaj_4280391411, A.Container$(_null, _null, B.Clip_0, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, t1._floatingCursorHeight, _null, _null, _null, _null, _null, 2), t1._floatingCursorKey, t2); }, - $signature: 3076 + $signature: 3079 }; A._IosDocumentTouchEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { @@ -508375,7 +509098,7 @@ call$1(element) { return !(element instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 3077 + $signature: 3080 }; A.DocumentImeSerializer.prototype = { _serialize$0() { @@ -508858,7 +509581,7 @@ t9 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_WPj, _null, t2 ? t1.get$_convertToBlockquote() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null); return A.Row$(A._setArrayType([t3, t5, t6, t7, t4, t8, t10, t11, t12, t9, A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_K4B, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.get$_convertToHr() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 3078 + $signature: 3081 }; A.DocumentKeyboardInteractor.prototype = { _document_input_keyboard$_onKeyPressed$2(node, keyEvent) { @@ -509010,25 +509733,25 @@ call$0() { return this.$this.get$_viewport(); }, - $signature: 378 + $signature: 380 }; A._DocumentScrollableState_initState__closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 377 + $signature: 379 }; A._DocumentScrollableState_didUpdateWidget_closure.prototype = { call$0() { return this.$this.get$_viewport(); }, - $signature: 378 + $signature: 380 }; A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 377 + $signature: 379 }; A.AutoScrollController.prototype = { dispose$0() { @@ -509822,50 +510545,50 @@ call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 258 + $signature: 264 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure.prototype = { call$1(componentKey) { var t1 = this.$this._nodeIdsToComponentKeys; return J.get$key$x(t1.get$entries(t1).firstWhere$1(0, new A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure(componentKey))); }, - $signature: 3081 + $signature: 3084 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure.prototype = { call$1(entry) { return J.$eq$(entry.get$value(entry), this.componentKey); }, - $signature: 258 + $signature: 264 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 258 + $signature: 264 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 258 + $signature: 264 }; A._SingleColumnDocumentLayoutState_findLastSelectablePosition_closure.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 258 + $signature: 264 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 3082 + $signature: 3085 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + A.S(key) + ": " + A.S(value), null, null); }, - $signature: 3083 + $signature: 3086 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -510404,7 +511127,7 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) == t1.get$id(t1); }, - $signature: 538 + $signature: 398 }; A.DocumentNodeSelection.prototype = { $eq(_, other) { @@ -510626,7 +511349,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 276 + $signature: 272 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -510932,7 +511655,7 @@ baseStyle = B.TextStyle_SVP0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 276 + $signature: 272 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -511245,7 +511968,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 202 + $signature: 191 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { @@ -511253,7 +511976,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 202 + $signature: 191 }; A.SuperEditorState__updateComposerPreferencesAtSelection_closure.prototype = { call$1(attribution) { @@ -511273,7 +511996,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 202 + $signature: 191 }; A.SuperEditorState__buildGestureSystem_closure0.prototype = { call$0() { @@ -511281,7 +512004,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 202 + $signature: 191 }; A.SuperEditorState__buildDesktopGestureSystem_closure.prototype = { call$2(context, viewportConstraints) { @@ -511307,7 +512030,7 @@ t8.push(new A.Positioned(0, 0, 0, 0, _null, _null, B.List_DefaultCaretOverlayBuilder[_i].build$2(context, t1.__SuperEditorState_editContext_A), _null)); return new A.DocumentScrollable(t2, _null, false, t3, new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, t5, 1 / 0), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, A._setArrayType([t7, new A.Align(B.Alignment_0_m1, _null, _null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t8, _null), _null)], t6), _null), _null), _null); }, - $signature: 3085 + $signature: 3088 }; A.DocumentInputSource.prototype = { toString$0(_) { @@ -511330,73 +512053,73 @@ call$0() { return this.editContext._getDocumentLayout.call$0(); }, - $signature: 202 + $signature: 191 }; A.defaultStylesheet_closure.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["maxWidth", 640, "padding", B.CascadingPadding_24_24_null_null, "textStyle", B.TextStyle_sBb], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_Npb1], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_Npb0], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_Npb], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure3.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure4.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure5.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure6.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure7.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_zc5], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.defaultStylesheet_closure9.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_null_96], type$.String, type$.dynamic); }, - $signature: 122 + $signature: 123 }; A.TextNode.prototype = { TextNode$3$id$metadata$text(id, metadata, text) { @@ -511788,7 +512511,7 @@ call$0() { return this.selectionRange; }, - $signature: 3087 + $signature: 3090 }; A.InsertTextCommand.prototype = { execute$2($document, transaction) { @@ -511890,7 +512613,7 @@ call$2(context, _) { return this.$this.builder.call$1(context); }, - $signature: 194 + $signature: 200 }; A.Logger0.prototype = { log$2(tag, message) { @@ -512000,7 +512723,7 @@ var t1 = J.substring$2$s(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 3088 + $signature: 3091 }; A.BlinkingCaret.prototype = { createState$0() { @@ -512484,7 +513207,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 66 + $signature: 65 }; A.CharacterMovement__moveOffsetByWord_closure0.prototype = { call$1(char) { @@ -512493,7 +513216,7 @@ A.throwExpression(A.argumentErrorValue(char)); return t1.test(char); }, - $signature: 66 + $signature: 65 }; A.CharacterMovement__moveOffsetByWord_closure1.prototype = { call$1(char) { @@ -512502,7 +513225,7 @@ A.throwExpression(A.argumentErrorValue(char)); return !t1.test(char); }, - $signature: 66 + $signature: 65 }; A.CharacterMovement__moveOffsetByCharacter_closure.prototype = { call$1(char) { @@ -512511,7 +513234,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 66 + $signature: 65 }; A.MagnifyingGlass.prototype = { build$1(context) { @@ -514708,7 +515431,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 66 + $signature: 65 }; A.LaunchMode.prototype = { toString$0(_) { @@ -514726,7 +515449,7 @@ call$1(value) { return value === true; }, - $signature: 3092 + $signature: 3095 }; A.PreferredLaunchMode.prototype = { toString$0(_) { @@ -516650,7 +517373,7 @@ call$2(key, value) { return value == null; }, - $signature: 3093 + $signature: 3096 }; A.WindowOptions.prototype = {}; A.main_closure0.prototype = { @@ -516660,7 +517383,7 @@ return t1._as(A.main__main$closure()).call$1(A._setArrayType([], type$.JSArray_legacy_String)); return A.main__main$closure().call$0(); }, - $signature: 10 + $signature: 11 }; A.main_closure.prototype = { call$0() { @@ -517571,30 +518294,30 @@ _instance_2_i = hunkHelpers._instance_2i; _static_0(A, "_engine_SkiaObjects_postFrameCleanUp$closure", "SkiaObjects_postFrameCleanUp", 0); _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 27); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 149); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 133); _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 102); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); var _; - _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 87); - _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 87); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 86); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 86); _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1006); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 101); - _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 796); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 99); + _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 574); _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 1062); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 27); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 27); _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1141); - _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 823); + _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 744); _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 27); - _instance_1_i(A.ShadowDomHostNode.prototype, "get$append", "append$1", 501); - _instance_1_i(A.ElementHostNode.prototype, "get$append", "append$1", 501); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 532); - _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 39); - _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 39); + _instance_1_i(A.ShadowDomHostNode.prototype, "get$append", "append$1", 455); + _instance_1_i(A.ElementHostNode.prototype, "get$append", "append$1", 455); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 414); + _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 40); + _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 40); _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 27); _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 82); + _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 80); _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1358); _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 27); @@ -517603,68 +518326,68 @@ _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 27); _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 27); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 27); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 319); - _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 39); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 382); + _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 40); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List<1>({growable:bool})", 0, 0); - _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 3340, 0, 0); + _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 3343, 0, 0); _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 111); - _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 340); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 167); + _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 357); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 166); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1015); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 320); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 365); _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 218); _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 218); _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 218); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 102); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 129); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 126); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 3094, 0); + _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 3097, 0); _instance_0_u(_ = A._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 39); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 39); - _instance_2_u(_, "get$_addError", "_addError$2", 129); + _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 40); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 40); + _instance_2_u(_, "get$_addError", "_addError$2", 126); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance(A._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 564, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 727, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 571, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 129); - _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 39); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 725, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 126); + _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 40); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 564, 0, 0); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 39); - _instance_2_u(_, "get$_addError", "_addError$2", 129); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 727, 0, 0); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 40); + _instance_2_u(_, "get$_addError", "_addError$2", 126); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(_ = A._BufferingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_0_u(A._DoneStreamSubscription.prototype, "get$_sendDone", "_sendDone$0", 0); - _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 39); - _instance_2_u(_, "get$_onError", "_onError$2", 129); + _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 40); + _instance_2_u(_, "get$_onError", "_onError$2", 126); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 39); + _instance_1_u(_, "get$_handleData", "_handleData$1", 40); _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1353); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _instance_0_u(_ = A._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 39); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 129); + _instance_1_u(_, "get$_handleData", "_handleData$1", 40); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 126); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 493); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 340); - _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 319); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 319); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 469); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 357); + _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 382); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 382); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 111); _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 111); @@ -517672,71 +518395,71 @@ _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 111); _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 111); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 12); - _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 39); + _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 40); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 340); - _static_2(A, "core__identical$closure", "identical", 493); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3095); - _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 116); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 120); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 357); + _static_2(A, "core__identical$closure", "identical", 469); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3098); + _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 121); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 119); _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 111); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 571, 0, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 170); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 725, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 172); _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 2253); _instance_0_u(_ = A._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); - _instance_0_i(A._File.prototype, "get$length", "length$0", 370); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 392); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 180); + _instance_0_i(A._File.prototype, "get$length", "length$0", 372); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 402); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 174); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 3096, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3097, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3098, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3099, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 149); + }], 3099, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3100, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3101, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3102, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 133); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 3053); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 3181); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 3056); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 3184); _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 111); _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 85); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 589, 0, 0); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 786, 0, 0); _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 19); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 396); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 745); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 745); + _instance_1_i(_, "get$addListener", "addListener$1", 418); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 758); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 758); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); - _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 39); - _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 39); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 570); - _instance_1_u(_, "get$_preProcess", "_preProcess$1", 39); - _instance_1_u(_, "get$_postProcess", "_postProcess$1", 39); - _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 39); - _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 39); - _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 39); + _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 40); + _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 40); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 566); + _instance_1_u(_, "get$_preProcess", "_preProcess$1", 40); + _instance_1_u(_, "get$_postProcess", "_postProcess$1", 40); + _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 40); + _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 40); + _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 40); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 464); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 464); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 515); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 515); _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1241, 0, 0); _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1243, 0, 0); _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 857); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1520); - _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 86); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 96); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 690); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 692); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 696); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 493); - _instance_1_i(_, "get$hash", "hash$1", 340); + _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 87); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 93); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 689); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 690); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 694); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 469); + _instance_1_i(_, "get$hash", "hash$1", 357); _instance_1_u(_, "get$isValidKey", "isValidKey$1", 111); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 370); - _instance_0_i(A.XFile.prototype, "get$length", "length$0", 370); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 370); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3100); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 372); + _instance_0_i(A.XFile.prototype, "get$length", "length$0", 372); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 372); + _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3103); _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1879); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 66); + _static_1(A, "utils0__isEmpty$closure", "isEmpty", 65); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1943, 0, 0); @@ -517751,64 +518474,64 @@ _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 44); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 8); - _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_button$_handleTapDown", "_button$_handleTapDown$1", 86); - _instance_1_u(_, "get$_button$_handleTapUp", "_button$_handleTapUp$1", 96); + _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_button$_handleTapDown", "_button$_handleTapDown$1", 87); + _instance_1_u(_, "get$_button$_handleTapUp", "_button$_handleTapUp$1", 93); _instance_0_u(_, "get$_button$_handleTapCancel", "_button$_handleTapCancel$0", 0); _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 90); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 115); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 243); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 86); + _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 87); _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 96); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 93); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 90); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 115); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 3101, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 536); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3102); + }], 3104, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 400); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3105); _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 218); _instance_1_i(_, "get$removeListener", "removeListener$1", 218); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 617); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 821); _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2503); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3103); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3106); _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2506); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 87); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 86); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 109); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 108); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3104, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3107, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 820); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 109); - _instance_1_u(_, "get$_removeState", "_removeState$1", 87); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 108); + _instance_1_u(_, "get$_removeState", "_removeState$1", 86); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 109); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 108); _instance_1_u(_, "get$_reject", "_reject$1", 2529); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 87, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 573, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 577); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 86, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 798, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 796); _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2737); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 194); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 200); _instance_0_u(_ = A._AppBarState.prototype, "get$_handleDrawerButton", "_handleDrawerButton$0", 0); _instance_0_u(_, "get$_handleDrawerButtonEnd", "_handleDrawerButtonEnd$0", 0); _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2760); _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 90); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 115); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 789); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 748); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -517818,42 +518541,42 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 259); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 259); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 259); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 259); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 87); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 260); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 260); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 260); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 260); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 86); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); - _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 82); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3090); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3091); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3124); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 162); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 162); + _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 80); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3093); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3094); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3127); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 160); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 160); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3258); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 636); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3261); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 669); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 44); _instance_0_u(_ = A._DatePickerDialogState.prototype, "get$_handleOk", "_handleOk$0", 0); _instance_0_u(_, "get$_handleCancel", "_handleCancel$0", 0); _instance_0_u(_, "get$_handleEntryModeToggle", "_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 259); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3105, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 260); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3108, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 44); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 426); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 492); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 80); + _instance_1_u(_, "get$_move", "_move$1", 78); _instance_1_u(_, "get$_settle", "_settle$1", 115); _instance_0_i(_, "get$close", "close$0", 0); - _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 82); + _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 80); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = A._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); - _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 39); + _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 40); _instance_0_u(A._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -517864,31 +518587,31 @@ _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 44); _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 44); _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 972); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 636); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 669); _instance(_ = A._InkResponseState.prototype, "get$simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 760, 0, 0); + }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 589, 0, 0); _instance_0_u(_, "get$simulateLongPress", "simulateLongPress$0", 0); _instance_0_u(_, "get$handleStatesControllerChange", "handleStatesControllerChange$0", 0); - _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 775); - _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 82); - _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 86); - _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 96); + _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 578); + _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 80); + _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 87); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 93); _instance_0_u(_, "get$handleTap", "handleTap$0", 0); _instance_0_u(_, "get$handleTapCancel", "handleTapCancel$0", 0); _instance_0_u(_, "get$handleDoubleTap", "handleDoubleTap$0", 0); _instance_0_u(_, "get$handleLongPress", "handleLongPress$0", 0); _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 214); - _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 200); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 265); + _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 201); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 293); _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 229); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 99); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 101); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 89); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 91); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -517902,34 +518625,34 @@ _instance_0_u(_, "get$_handleLast", "_handleLast$0", 0); _instance_0_u(A.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(A.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); - _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 419); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 179); + _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 472); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 180); _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1049); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 162); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 160); _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1053, 0, 0); _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 44); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); - _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 82); - _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 82); + _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 80); + _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 80); _instance_0_u(_, "get$_handleStatusBarTap", "_handleStatusBarTap$0", 0); _instance_0_i(_ = A._StandardBottomSheetState.prototype, "get$close", "close$0", 0); _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 90); _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1057, 0, 0); _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 44); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 789); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3106, 0); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 270); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 748); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3109, 0); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 164); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 164); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 286); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 208); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 462); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 518); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 90); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 115); - _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 419); + _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 472); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.TabController.prototype, "get$dispose", "dispose$0", 0); @@ -517938,14 +518661,14 @@ _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1091, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 179); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 270); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 180); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 164); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 164); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 286); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 208); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 462); + _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 518); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 597); @@ -517954,15 +518677,15 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 90); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 80); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 78); _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 115); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 96); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 93); _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 229); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 99); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 101); _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 229); _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 599); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 265); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 265); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 293); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 293); _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 597); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 599); @@ -517979,33 +518702,33 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 86); + _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 87); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 760, 0, 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 589, 0, 0); _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1143, 0, 0); - _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 82); - _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 82); + _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 80); + _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 80); _instance_0_u(A.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.TooltipState.prototype, "get$_handleMouseTrackerChange", "_handleMouseTrackerChange$0", 0); _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 44); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 18); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 109); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 108); _instance_0_u(_, "get$_handlePress", "_handlePress$0", 0); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1144, 0, 0); _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1146, 0, 0); - _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3107, 0); + _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3110, 0); _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 600); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3108, 0); - _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 3109); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 396); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3111, 0); + _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 3112); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 418); _instance_1_u(_, "get$setImage", "setImage$1", 1187); _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 603); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 461); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 527); _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 19); - _instance_1_i(_, "get$addListener", "addListener$1", 396); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3110, 0); + _instance_1_i(_, "get$addListener", "addListener$1", 418); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3113, 0); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 19); _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1228, 0, 0); @@ -518017,7 +518740,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 89); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 91); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -518030,20 +518753,20 @@ _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_, "get$systemFontsDidChange", "systemFontsDidChange$0", 0); _instance_0_u(_, "get$_showHideCursor", "_showHideCursor$0", 0); - _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 99); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 101); _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1236); - _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 82); - _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 82); - _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 82); - _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 82); + _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 80); + _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 80); + _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 80); + _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 80); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 86); + _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 87); _instance_0_u(_, "get$_editable$_handleTap", "_editable$_handleTap$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 89); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 91); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -518058,13 +518781,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 108); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 108); - _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 39); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 114); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 114); + _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 40); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 333, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 334, 0, 0); _instance_1_u(_ = A.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_ = A.RenderParagraph.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -518076,12 +518799,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -518122,7 +518845,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 89, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -518136,13 +518859,13 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1259, 0, 0); - _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 333, 0, 0); + _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 334, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 89); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 89); + _instance_2_u(_, "get$paintStack", "paintStack$2", 91); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 91); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -518152,17 +518875,17 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 89); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 333, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 91); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 334, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3111); + _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3114); _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return A.defaultSchedulingStrategy(null, null); - }], 3112, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 474); + }], 3115, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 501); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 19); @@ -518170,46 +518893,46 @@ _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1289); _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 19); _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 39); - _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3113); - _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3114); + _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 40); + _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3116); + _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3117); _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1350); _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1352); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 207); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 532); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 209); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 414); _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1356); _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1357); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 207); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 209); _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 648); _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 648); - _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 209); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 211); _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1426); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 775); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 578); _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 214); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 200); - _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 82); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3115, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 393); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3116); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 201); + _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 80); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3118, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 417); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3119); _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1445); _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1453); _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1454); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 298); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 101); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 368); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 99); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); - _instance_1_u(_, "get$_select", "_select$1", 39); + _instance_1_u(_, "get$_select", "_select$1", 40); _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1458); _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1459); _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 665); _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1490); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 209); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 211); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handleTextScaleFactorChanged", "handleTextScaleFactorChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_0_u(_, "get$performReassemble", "performReassemble$0", 101); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 99); _instance_0_u(A._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 44); @@ -518221,10 +518944,10 @@ _instance_0_u(_, "get$_onCursorTick", "_onCursorTick$0", 0); _instance_0_u(_, "get$_didChangeTextEditingValue", "_didChangeTextEditingValue$0", 0); _instance_0_u(_, "get$_editable_text$_handleFocusChanged", "_editable_text$_handleFocusChanged$0", 0); - _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 345); - _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 345); - _instance_1_u(_, "get$_linebreak", "_linebreak$1", 345); - _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 345); + _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 346); + _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 346); + _instance_1_u(_, "get$_linebreak", "_linebreak$1", 346); + _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 346); _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1562); _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1574); _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1590); @@ -518235,18 +518958,18 @@ _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 1667); _instance_1_u(_, "get$_redo", "_redo$1", 1674); _instance_0_u(_, "get$_push", "_push$0", 0); - _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 39); + _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 40); _instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 109); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 108); _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1700); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 92); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 3117); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 92); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 97); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 3120); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 97); _instance_1_u(A.State.prototype, "get$setState", "setState$1", 218); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 92); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 97); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 243); _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 1889); @@ -518256,32 +518979,32 @@ _instance_0_u(_, "get$onTick", "onTick$0", 0); _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1910); _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1912, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3118, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3121, 0); _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 600); _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 603); _instance_0_u(A.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(A._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); - _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 690); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 692); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 696); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 524); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 689); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 690); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 694); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 416); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); - _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 39); + _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 40); _instance_1_u(_ = A._RenderLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3119); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 371); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 371); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 371); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 372); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 372); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 372); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 372); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3122); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 373); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 373); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 373); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 374); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 374); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 374); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 374); _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 243); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 109); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 108); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -518290,26 +519013,26 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 89); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 179); + _instance_2_u(_, "get$paintStack", "paintStack$2", 91); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 180); _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_changePhase", "_changePhase$1", 44); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 19); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 179); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 180); _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 44); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 207); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_platform_menu_bar$_methodCallHandler", "_platform_menu_bar$_methodCallHandler$1", 209); _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2181); _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2189); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 87); - _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 82); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 712); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 86); + _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 80); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 818); _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2190, 0, 0); _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 783); _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 783); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); _instance_0_u(_, "get$_handleScrollableAutoScrolled", "_handleScrollableAutoScrolled$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 162); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 160); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 85); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); @@ -518319,7 +519042,7 @@ _instance_0_u(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A._RouterState.prototype, "get$_reportRouteInformation", "_reportRouteInformation$1", 19); _instance_0_u(_, "get$_handleRouteInformationProviderNotification", "_handleRouteInformationProviderNotification$0", 0); - _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 169); + _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 171); _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 44); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); @@ -518331,103 +519054,103 @@ _instance_0_u(_ = A.DrivenScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(A.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 179); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 180); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 426); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 492); _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 90); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 78); _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 115); _instance_0_u(_, "get$_scrollable$_handleDragCancel", "_scrollable$_handleDragCancel$0", 0); _instance_0_u(_, "get$_disposeHold", "_disposeHold$0", 0); _instance_0_u(_, "get$_disposeDrag", "_disposeDrag$0", 0); - _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 524); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 109); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 540); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 416); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 108); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 394); _instance_0_u(_ = A._ScrollableSelectionContainerDelegate.prototype, "get$_scheduleLayoutChange", "_scheduleLayoutChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 44); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 86); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 540); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 179); - _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 275); - _instance_1_i(_, "get$remove", "remove$1", 275); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 87); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 394); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 180); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 278); + _instance_1_i(_, "get$remove", "remove$1", 278); _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 2261); _instance_0_u(_, "get$_handleSelectableGeometryChange", "_handleSelectableGeometryChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 334); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 337); _instance_0_u(A._ShortcutRegistrarState.prototype, "get$_shortcutsChanged", "_shortcutsChanged$0", 0); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 333, 0, 0); - _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3120); - _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 275); - _instance_1_i(_, "get$remove", "remove$1", 275); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 334, 0, 0); + _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3123); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 278); + _instance_1_i(_, "get$remove", "remove$1", 278); _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2270); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 90); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 80); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 78); _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 90); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 80); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 78); _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_buildStartHandle", "_buildStartHandle$1", 85); _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 85); _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); - _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 86); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); + _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 87); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 164); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 164); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 208); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 270); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 491); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 286); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 386); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 86); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 86); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 87); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 87); _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 90); _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2297); _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 115); - _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 86); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 96); + _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 87); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 93); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 90); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 80); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 78); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 115); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 152); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 152); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 164); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 164); _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 208); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 270); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 491); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 286); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 386); _instance_0_u(_, "get$_doubleTapTimeout", "_doubleTapTimeout$0", 0); _instance_0_u(A.SingleTickerProviderStateMixin.prototype, "get$_updateTicker", "_updateTicker$0", 0); _instance_0_u(A.TickerProviderStateMixin.prototype, "get$_updateTickers", "_updateTickers$0", 0); _instance_0_u(A._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(A._ValueListenableBuilderState.prototype, "get$_valueChanged", "_valueChanged$0", 0); - _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3121, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3122, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3124, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3125, 0); _static(A, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return A.StoreBuilder__identity(store, type$.dynamic); - }], 3123, 0); + }], 3126, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 111); _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 111); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 267); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 289); _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2310, 0, 0); _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 44); _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 44); _instance_0_u(A.SlidableController.prototype, "get$_onDirectionChanged", "_onDirectionChanged$0", 0); _instance_0_u(A._SlidableDismissalState.prototype, "get$handleResizeRequestChanged", "handleResizeRequestChanged$0", 0); _instance_0_u(_ = A._RenderFlexEntranceTransition.prototype, "get$markNeedsOffsets", "markNeedsOffsets$0", 0); - _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 108); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 114); _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 90); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 80); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 78); _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 115); _instance_0_u(A._SlidableScrollingBehaviorState.prototype, "get$handleScrollingChanged", "handleScrollingChanged$0", 0); _instance_0_u(_ = A._ActionPaneState.prototype, "get$handleEndGestureChanged", "handleEndGestureChanged$0", 0); @@ -518444,18 +519167,18 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2319, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 352); - _instance_0_i(_, "get$signIn", "signIn$0", 352); - _instance_0_i(_, "get$signOut", "signOut$0", 101); - _instance_0_i(_, "get$disconnect", "disconnect$0", 101); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 352); - _instance_0_i(_, "get$signIn", "signIn$0", 352); - _instance_0_i(_, "get$signOut", "signOut$0", 101); - _instance_0_i(_, "get$disconnect", "disconnect$0", 101); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 544); - _static_1(A, "constants__isDigit$closure", "isDigit", 544); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 544); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 116); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 321); + _instance_0_i(_, "get$signIn", "signIn$0", 321); + _instance_0_i(_, "get$signOut", "signOut$0", 99); + _instance_0_i(_, "get$disconnect", "disconnect$0", 99); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 321); + _instance_0_i(_, "get$signIn", "signIn$0", 321); + _instance_0_i(_, "get$signOut", "signOut$0", 99); + _instance_0_i(_, "get$disconnect", "disconnect$0", 99); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 388); + _static_1(A, "constants__isDigit$closure", "isDigit", 388); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 388); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 121); _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 111); _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2348); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 18); @@ -518526,685 +519249,685 @@ _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 18); _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 18); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); - _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 3126); - _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 207); - _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 209); - _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 209); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 87); - _instance_1_u(_, "get$setMonth", "setMonth$1", 87); - _instance_1_u(_, "get$setDay", "setDay$1", 87); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 87); - _instance_1_u(_, "get$setHour", "setHour$1", 87); - _instance_1_u(_, "get$setMinute", "setMinute$1", 87); - _instance_1_u(_, "get$setSecond", "setSecond$1", 87); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 87); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 147); + _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 3129); + _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 209); + _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 211); + _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 211); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 86); + _instance_1_u(_, "get$setMonth", "setMonth$1", 86); + _instance_1_u(_, "get$setDay", "setDay$1", 86); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 86); + _instance_1_u(_, "get$setHour", "setHour$1", 86); + _instance_1_u(_, "get$setMinute", "setMinute$1", 86); + _instance_1_u(_, "get$setSecond", "setSecond$1", 86); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 86); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 148); _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2456); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 147); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 120); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 50); - _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 50); - _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 50); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 50); - _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 50); - _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 50); - _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 50); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 50); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 50); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 50); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 50); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 50); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 50); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 50); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 50); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 50); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 50); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 50); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 50); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 50); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 50); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 50); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 50); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 50); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 50); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 50); - _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 50); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 50); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 66); - _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 101); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 148); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 119); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 51); + _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 51); + _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 51); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 51); + _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 51); + _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 51); + _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 51); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 51); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 51); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 51); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 51); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 51); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 51); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 51); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 51); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 51); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 51); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 51); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 51); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 51); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 51); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 51); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 51); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 51); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 51); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 51); + _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 51); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 51); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 65); + _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 99); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 3128, 0); + }], 3131, 0); _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 33); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3361); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3129); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3130); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3131); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3132); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3133); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3134); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3135); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3136); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3137); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3364); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3132); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3133); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3134); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3135); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3136); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3137); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3138); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3139); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3140); _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 838); _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 838); - _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3139); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3140); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3141); - _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3142); - _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3143); - _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3144); - _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3145); - _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3146); - _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3147); - _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3148); - _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3149); - _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3150); - _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3151); - _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3152); - _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3153); - _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3154); - _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3155); - _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3156); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3157); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3158); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3159); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3160); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3161); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3162); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3163); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3164); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3165); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3166); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3167); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3168); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3169); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3170); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3171); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 3172); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3173); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3174); - _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3175); - _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3176); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3177); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3178); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3179); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3180); + _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3142); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3143); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3144); + _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3145); + _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3146); + _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3147); + _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3148); + _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3149); + _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3150); + _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3151); + _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3152); + _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3153); + _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3154); + _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3155); + _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3156); + _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3157); + _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3158); + _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3159); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3160); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3161); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3162); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3163); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3164); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3165); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3166); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3167); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3168); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3169); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3170); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3171); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3172); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3173); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3174); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 3175); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3176); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3177); + _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3178); + _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3179); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3180); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3181); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3182); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3183); _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 839); _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 839); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3182); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3183); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3184); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3185); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3186); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3187); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3188); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3189); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3190); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3191); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3192); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3193); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3194); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3195); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3196); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3197); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3198); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 138); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 138); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 609); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3200); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 611); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 612); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3201); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3202); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3203); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3204); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3205); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3206); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3207); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3208); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3209); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3210); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3211); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3212); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3213); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3214); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3215); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3216); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3217); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3218); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3219); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3220); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3221); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3185); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3186); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3187); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3188); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3189); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3190); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3191); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3192); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3193); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3194); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3195); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3196); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3197); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3198); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3199); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3200); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3201); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 139); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 139); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 780); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3203); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 776); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 775); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3204); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3205); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3206); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3207); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3208); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3209); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3210); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3211); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3212); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3213); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3214); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3215); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3216); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3217); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3218); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3219); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3220); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3221); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3222); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3223); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3224); _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 841); _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 841); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3223); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3224); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3225); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3226); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3227); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3228); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3229); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3230); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3231); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3232); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3233); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3234); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3235); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3236); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3237); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3238); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3239); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3240); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3241); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3242); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3243); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3244); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3245); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3246); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3247); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3248); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3249); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3250); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3251); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3252); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3253); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3254); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3255); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3256); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3257); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 359); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 359); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3259); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3260); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3261); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3262); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3263); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3264); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3265); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3266); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3267); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3268); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3269); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3270); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3271); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3272); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3273); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3274); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3275); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3276); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3277); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3278); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3279); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3226); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3227); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3228); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3229); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3230); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3231); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3232); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3233); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3234); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3235); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3236); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3237); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3238); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3239); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3240); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3241); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3242); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3243); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3244); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3245); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3246); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3247); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3248); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3249); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3250); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3251); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3252); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3253); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3254); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3255); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3256); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3257); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3258); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3259); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3260); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 307); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 307); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3262); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3263); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3264); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3265); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3266); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3267); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3268); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3269); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3270); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3271); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3272); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3273); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3274); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3275); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3276); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3277); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3278); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3279); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3280); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3281); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3282); _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 843); _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 843); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3281); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3282); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3283); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3284); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3285); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3286); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3287); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3288); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3289); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3290); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3291); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3292); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3293); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3294); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3295); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3296); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3297); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3284); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3285); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3286); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3287); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3288); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3289); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3290); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3291); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3292); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3293); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3294); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3295); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3296); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3297); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3298); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3299); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3300); _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 844); _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 844); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3299); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3300); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3301); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3302); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3303); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3304); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3305); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3306); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3307); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3308); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3309); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3310); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3311); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3312); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3313); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3314); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 138); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 138); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 627); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3315); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 629); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 633); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3316); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3317); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3318); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3319); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3320); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3321); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3322); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3323); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3324); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3325); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3326); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3327); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3328); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3329); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3330); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3331); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3332); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3333); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3334); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3335); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3336); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3337); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3338); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3339); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3302); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3303); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3304); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3305); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3306); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3307); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3308); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3309); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3310); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3311); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3312); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3313); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3314); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3315); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3316); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3317); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 139); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 139); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 686); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3318); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 685); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 670); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3319); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3320); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3321); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3322); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3323); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3324); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3325); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3326); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3327); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3328); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3329); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3330); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3331); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3332); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3333); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3334); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3335); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3336); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3337); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3338); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3339); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3340); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3341); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3342); _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 845); _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 845); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3341); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3342); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3343); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3344); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3345); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3346); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3347); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3348); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3349); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3350); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3351); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3352); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3353); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3354); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3355); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3356); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3357); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3358); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3359); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3360); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3344); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3345); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3346); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3347); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3348); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3349); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3350); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3351); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3352); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3353); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3354); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3355); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3356); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3357); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3358); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3359); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3360); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3361); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3362); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3363); _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 846); _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 846); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3362); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3363); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3364); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3365); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3366); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3367); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3368); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3369); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3370); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3371); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3372); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3373); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3374); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3375); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3376); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3377); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3378); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3379); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3365); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3366); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3367); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3368); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3369); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3370); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3371); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3372); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3373); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3374); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3375); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3376); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3377); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3378); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3379); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3380); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3381); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3382); _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 847); _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 847); - _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3381); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3382); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3383); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3384); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3385); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3386); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3387); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3388); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3389); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3390); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3391); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3392); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3393); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3394); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3395); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3396); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3397); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3398); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3399); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3400); + _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3384); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3385); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3386); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3387); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3388); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3389); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3390); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3391); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3392); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3393); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3394); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3395); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3396); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3397); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3398); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3399); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3400); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3401); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3402); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3403); _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 848); _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 848); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3402); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3403); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3404); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3405); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3406); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3407); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3408); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3409); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3410); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3411); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3412); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3413); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3414); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3415); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3416); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3417); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3418); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3419); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3420); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3421); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 138); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 138); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 742); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3422); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 743); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 744); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3423); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3424); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3425); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3426); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3427); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3428); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3429); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3430); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3431); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3432); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3433); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3434); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3435); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3436); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3437); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3438); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3439); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3440); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3441); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3442); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3443); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3444); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3445); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3446); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3447); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3448); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3449); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 138); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 138); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 753); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3450); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 754); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 758); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3451); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3452); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3453); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3454); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3455); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3456); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3457); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3458); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3459); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3460); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3461); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3462); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3463); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3464); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3465); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3466); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3467); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3468); - _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3469); - _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3470); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3471); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3472); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3473); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3474); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 359); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 359); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3475); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3476); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3477); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3478); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3479); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3480); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3481); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3482); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3483); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3484); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3485); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3486); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3487); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3488); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3489); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3490); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3491); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3492); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3493); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3494); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 138); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 138); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 772); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3495); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 773); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 774); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3496); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3497); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3498); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3499); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3500); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3501); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3502); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3503); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3504); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3505); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3506); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3507); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3508); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3509); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3510); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3511); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3512); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3513); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3514); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3515); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3516); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3517); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3518); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3519); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3405); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3406); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3407); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3408); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3409); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3410); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3411); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3412); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3413); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3414); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3415); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3416); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3417); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3418); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3419); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3420); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3421); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3422); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3423); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3424); + _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 139); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 139); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 613); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3425); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 612); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 611); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3426); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3427); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3428); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3429); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3430); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3431); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3432); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3433); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3434); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3435); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3436); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3437); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3438); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3439); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3440); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3441); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3442); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3443); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3444); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3445); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3446); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3447); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3448); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3449); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3450); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3451); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3452); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 139); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 139); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 609); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3453); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 601); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 590); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3454); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3455); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3456); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3457); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3458); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3459); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3460); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3461); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3462); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3463); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3464); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3465); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3466); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3467); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3468); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3469); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3470); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3471); + _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3472); + _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3473); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3474); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3475); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3476); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3477); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 307); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 307); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3478); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3479); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3480); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3481); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3482); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3483); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3484); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3485); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3486); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3487); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3488); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3489); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3490); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3491); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3492); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3493); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3494); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3495); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3496); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3497); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 139); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 139); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 584); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3498); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 583); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 579); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3499); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3500); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3501); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3502); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3503); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3504); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3505); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3506); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3507); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3508); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3509); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3510); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3511); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3512); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3513); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3514); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3515); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3516); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3517); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3518); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3519); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3520); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3521); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3522); _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing15", 849); _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing16", 849); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3521); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3522); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3523); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3524); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3525); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect17", 3526); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3527); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3528); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3529); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3530); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3531); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3532); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3533); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3534); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3535); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3536); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3537); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3524); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3525); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3526); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3527); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3528); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect17", 3529); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3530); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3531); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3532); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3533); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3534); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3535); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3536); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3537); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3538); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3539); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3540); _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing16", 850); _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing17", 850); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3539); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3540); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3541); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3542); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3543); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3544); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3545); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3546); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3547); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3548); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect18", 3549); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3550); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3551); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3552); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3553); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3554); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3555); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3556); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3557); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3558); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3559); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3560); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3561); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3562); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3563); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3542); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3543); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3544); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3545); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3546); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3547); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3548); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3549); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3550); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3551); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect18", 3552); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3553); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3554); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3555); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3556); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3557); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3558); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3559); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3560); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3561); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3562); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3563); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3564); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3565); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3566); _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing17", 851); _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing18", 851); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3565); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3566); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3567); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3568); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3569); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3570); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect19", 3571); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3572); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3573); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3574); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3575); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3576); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3577); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3578); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3579); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3580); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3581); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3582); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3583); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3568); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3569); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3570); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3571); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3572); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3573); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect19", 3574); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3575); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3576); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3577); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3578); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3579); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3580); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3581); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3582); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3583); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3584); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3585); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3586); _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing18", 852); _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing19", 852); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3585); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3586); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3587); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3588); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect20", 3589); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3590); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3591); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3592); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3593); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3594); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3595); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3596); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3597); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3598); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3599); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3600); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3588); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3589); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3590); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3591); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect20", 3592); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3593); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3594); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3595); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3596); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3597); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3598); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3599); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3600); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3601); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3602); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3603); _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing19", 853); _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing20", 853); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3602); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3603); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3604); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3605); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3606); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3607); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect21", 3608); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3609); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3610); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3611); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3612); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3613); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3614); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3615); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3616); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3617); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3618); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3619); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3605); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3606); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3607); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3608); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3609); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3610); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect21", 3611); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3612); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3613); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3614); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3615); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3616); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3617); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 3618); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3619); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3620); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3621); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3622); _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing20", 854); _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing21", 854); - _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3621); - _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3622); - _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3623); - _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 3624); - _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 3625); - _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 3626); - _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 3627); - _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect22", 3628); - _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3629); - _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3630); - _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3631); - _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 3632); - _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 3633); - _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 3634); - _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 3635); - _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 3636); - _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 3637); - _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 3638); - _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 3639); - _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 3640); - _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3641); + _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3624); + _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3625); + _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3626); + _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 3627); + _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 3628); + _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 3629); + _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 3630); + _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect22", 3631); + _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3632); + _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3633); + _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3634); + _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 3635); + _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 3636); + _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 3637); + _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 3638); + _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 3639); + _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 3640); + _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 3641); + _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 3642); + _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 3643); + _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3644); _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing21", 855); _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing22", 855); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3643); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3644); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3645); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3646); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3647); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3648); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3649); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3650); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect23", 3651); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3652); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3653); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3654); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3655); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3656); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3657); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3658); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 3659); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3660); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3661); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3662); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3663); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3664); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3665); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3666); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3667); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3646); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3647); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3648); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3649); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3650); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3651); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3652); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3653); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect23", 3654); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3655); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3656); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3657); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3658); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3659); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3660); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3661); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 3662); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3663); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3664); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3665); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3666); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3667); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3668); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3669); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3670); _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing22", 698); _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing23", 698); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3669); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3670); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3671); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3672); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3673); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3674); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3675); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3676); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3677); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3678); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3679); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect24", 3680); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 3681); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 3682); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 3683); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3684); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3685); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3686); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3687); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3688); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3689); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3690); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 3691); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3672); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3673); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3674); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3675); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3676); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3677); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3678); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3679); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3680); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3681); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3682); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect24", 3683); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 3684); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 3685); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 3686); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3687); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3688); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3689); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3690); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3691); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3692); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3693); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 3694); _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing23", 651); _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing24", 651); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3693); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3694); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3695); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3696); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3697); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3698); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect25", 3699); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 3700); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 3701); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 3702); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3703); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3704); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3705); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3706); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3707); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3708); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3709); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 3710); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3711); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3696); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3697); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3698); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3699); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3700); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3701); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect25", 3702); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 3703); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 3704); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 3705); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3706); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3707); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3708); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3709); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3710); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3711); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3712); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 3713); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3714); _instance_0_u(A._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(A._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -519213,10 +519936,10 @@ _instance_0_u(A._DurationPickerState.prototype, "get$_duration_picker$_onFoucsChanged", "_duration_picker$_onFoucsChanged$0", 0); _instance_0_u(A._GrowableFormFieldState.prototype, "get$_growable_form_field$_onFoucsChanged", "_growable_form_field$_onFoucsChanged$0", 0); _instance_0_u(A._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3712); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3715); _instance_0_u(A._InvoiceEmailViewState.prototype, "get$_invoice_email_view$_loadTemplate", "_invoice_email_view$_loadTemplate$0", 0); _instance_0_u(A._ListFilterState.prototype, "get$onFocusChanged", "onFocusChanged$0", 0); - _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3713); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3716); _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 43); _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2355); _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2356); @@ -519228,12 +519951,12 @@ _instance_0_u(_ = A._WindowManagerState.prototype, "get$onWindowResize", "onWindowResize$0", 0); _instance_0_u(_, "get$onWindowClose", "onWindowClose$0", 0); _instance_0_u(A._LoginState.prototype, "get$_submitForm", "_submitForm$0", 0); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3714); - _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 3715); - _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 3716); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3717); + _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 3718); + _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 3719); _instance_0_u(A._BankAccountEditState.prototype, "get$_bank_account_edit$_onChanged", "_bank_account_edit$_onChanged$0", 0); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3717); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3718); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3720); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3721); _instance_0_u(A.ClientEditBillingAddressState.prototype, "get$_client_edit_billing_address$_onChanged", "_client_edit_billing_address$_onChanged$0", 0); _instance_0_u(A.ContactEditDetailsState.prototype, "get$_client_edit_contacts$_onChanged", "_client_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.ClientEditDetailsState.prototype, "get$_client_edit_details$_onChanged", "_client_edit_details$_onChanged$0", 0); @@ -519243,176 +519966,176 @@ _instance_0_u(A.ClientEditShippingAddressState.prototype, "get$_client_edit_shipping_address$_onChanged", "_client_edit_shipping_address$_onChanged$0", 0); _instance_0_u(A._ClientViewState.prototype, "get$_client_view$_onTabChanged", "_client_view$_onTabChanged$0", 0); _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 676); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3719); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3720); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3722); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3723); _instance_0_u(A._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(A._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(A._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3721); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3722); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3724); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3725); _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2473); _instance_0_u(_ = A._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3723); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3724); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3725); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3726); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3727); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3728); _instance(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", 0, 0, function() { return {debounce: true}; }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2511, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2512); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3726); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3727); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3729); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3730); _instance_0_u(A._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(A.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(A.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(A.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3728); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3729); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3731); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3732); _instance_0_u(A._ExpenseViewState.prototype, "get$_expense_view$_onTabChanged", "_expense_view$_onTabChanged$0", 0); _instance_0_u(A._ExpenseCategoryEditState.prototype, "get$_expense_category_edit$_onChanged", "_expense_category_edit$_onChanged$0", 0); - _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3730); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3731); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3733); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3734); _instance_0_u(A._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3732); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3733); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3735); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3736); _instance_0_u(A.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_0_u(A.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(A.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(A.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3734); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3735); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3737); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3738); _instance_0_u(A._InvoiceViewState.prototype, "get$_invoice_view$_onTabChanged", "_invoice_view$_onTabChanged$0", 0); _instance_0_u(_ = A._PaymentEditState.prototype, "get$_payment_edit$_onChanged", "_payment_edit$_onChanged$0", 0); _instance_1_u(_, "get$_payment_edit$_onSavePressed", "_payment_edit$_onSavePressed$1", 23); _instance(A._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 736, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3736); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3737); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3739); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3740); _instance_0_u(A._PaymentRefundState.prototype, "get$_payment_refund$_onChanged", "_payment_refund$_onChanged$0", 0); _instance(A._PaymentableEditorState0.prototype, "get$_payment_refund$_onChanged", 0, 0, function() { return [null]; }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 736, 0, 0); _instance_0_u(A._PaymentTermEditState.prototype, "get$_payment_term_edit$_onChanged", "_payment_term_edit$_onChanged$0", 0); - _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3738); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3739); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3741); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3742); _instance_0_u(_ = A._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); _instance_1_u(_, "get$_product_edit$_onSavePressed", "_product_edit$_onSavePressed$1", 23); - _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3740); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3741); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3743); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3744); _instance_0_u(A._ProductViewState.prototype, "get$_product_view$_onTabChanged", "_product_view$_onTabChanged$0", 0); _instance_0_u(_ = A._ProjectEditState.prototype, "get$_project_edit$_onChanged", "_project_edit$_onChanged$0", 0); _instance_1_u(_, "get$_project_edit$_onSavePressed", "_project_edit$_onSavePressed$1", 23); - _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3742); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3743); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3745); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3746); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3744); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3745); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3746); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3747); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3748); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3749); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3750); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3751); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3752); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3747); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3748); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3749); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3750); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3751); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3752); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3753); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3754); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3755); _instance_0_u(_ = A._AccountManagementState.prototype, "get$_onTabChanged", "_onTabChanged$0", 0); _instance_0_u(_, "get$_account_management$_onChanged", "_account_management$_onChanged$0", 0); - _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3753); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3756); _instance_0_u(_ = A._ClientPortalState.prototype, "get$_client_portal$_onTabChanged", "_client_portal$_onTabChanged$0", 0); _instance_0_u(_, "get$_client_portal$_onChanged", "_client_portal$_onChanged$0", 0); _instance_1_u(_, "get$_client_portal$_onSavePressed", "_client_portal$_onSavePressed$1", 23); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3754); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3757); _instance_0_u(_ = A._CompanyDetailsState.prototype, "get$_company_details$_onTabChanged", "_company_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_onSettingsChanged", "_onSettingsChanged$0", 0); - _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3755); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3758); _instance_0_u(A._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3756); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3759); _instance_0_u(A._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(A._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3757); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3760); _instance_0_u(A._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3758); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3761); _instance_0_u(A._DeviceSettingsState.prototype, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3759); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3762); _instance_0_u(A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3760); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3761); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3763); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3764); _instance_0_u(_ = A._GeneratedNumbersState.prototype, "get$_generated_numbers$_onTabChanged", "_generated_numbers$_onTabChanged$0", 0); _instance_0_u(_, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 23); _instance_0_u(A._EntityNumberSettingsState.prototype, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); - _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3762); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3763); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3765); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3766); _instance_0_u(A._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); - _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3764); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3767); _instance_0_u(_ = A._LocalizationSettingsState.prototype, "get$_localization_settings$_onTabChanged", "_localization_settings$_onTabChanged$0", 0); _instance_0_u(_, "get$_localization_settings$_onChanged", "_localization_settings$_onChanged$0", 0); - _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3765); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3768); _instance_0_u(A._PaymentSettingsState.prototype, "get$_payment_settings$_onChanged", "_payment_settings$_onChanged$0", 0); - _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3766); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3769); _instance_0_u(A._ProductSettingsState.prototype, "get$_product_settings$_onChanged", "_product_settings$_onChanged$0", 0); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3767); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3768); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3769); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3770); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3771); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3772); _instance_0_u(A._SettingsWizardState.prototype, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(A._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3770); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3771); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3773); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3774); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); _instance_0_u(_, "get$_templates_and_reminders$_onTabChanged", "_templates_and_reminders$_onTabChanged$0", 0); _instance_0_u(A._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3772); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3775); _instance_0_u(_ = A._UserDetailsState.prototype, "get$_user_details$_onTabChanged", "_user_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_user_details$_onChanged", "_user_details$_onChanged$0", 0); _instance_1_u(_, "get$_user_details$_onSavePressed", "_user_details$_onSavePressed$1", 23); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3773); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3776); _instance_0_u(A._WorkflowSettingsState.prototype, "get$_workflow_settings$_onTabChanged", "_workflow_settings$_onTabChanged$0", 0); - _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3774); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3777); _instance_0_u(_ = A._SubscriptionEditState.prototype, "get$_subscription_edit$_onTabChanged", "_subscription_edit$_onTabChanged$0", 0); _instance_0_u(_, "get$_subscription_edit$_onChanged", "_subscription_edit$_onChanged$0", 0); _instance_1_u(_, "get$_subscription_edit$_onSavePressed", "_subscription_edit$_onSavePressed$1", 23); - _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3775); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3776); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3778); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3779); _instance_0_u(A._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(A._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(A._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3777); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3778); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3779); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3780); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3781); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3782); _instance_0_u(A._TaskViewState.prototype, "get$_task_view$_onTabChanged", "_task_view$_onTabChanged$0", 0); _instance_0_u(_ = A._TaskStatusEditState.prototype, "get$_task_status_edit$_onChanged", "_task_status_edit$_onChanged$0", 0); _instance_1_u(_, "get$_task_status_edit$_onSavePressed", "_task_status_edit$_onSavePressed$1", 23); - _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3780); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3781); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3783); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3784); _instance_0_u(_ = A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); _instance_1_u(_, "get$_tax_rate_edit$_onSavePressed", "_tax_rate_edit$_onSavePressed$1", 23); - _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3782); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3783); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3785); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3786); _instance_0_u(_ = A._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); _instance_1_u(_, "get$_token_edit$_onSavePressed", "_token_edit$_onSavePressed$1", 23); - _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3784); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3785); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3787); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3788); _instance_0_u(A._TransactionEditState.prototype, "get$_transaction_edit$_onChanged", "_transaction_edit$_onChanged$0", 0); - _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 3786); - _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 3787); + _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 3789); + _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 3790); _instance_0_u(_ = A._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); _instance_1_u(_, "get$_user_edit$_onSavePressed", "_user_edit$_onSavePressed$1", 23); - _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3788); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3789); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3791); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3792); _instance_0_u(A.VendorEditAddressState.prototype, "get$_vendor_edit_address$_onChanged", "_vendor_edit_address$_onChanged$0", 0); _instance_0_u(A.VendorContactEditDetailsState.prototype, "get$_vendor_edit_contacts$_onChanged", "_vendor_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.VendorEditDetailsState.prototype, "get$_vendor_edit_details$_onChanged", "_vendor_edit_details$_onChanged$0", 0); _instance_1_u(_, "get$_vendor_edit_details$_onSavePressed", "_vendor_edit_details$_onSavePressed$1", 23); _instance_0_u(A.VendorEditNotesState.prototype, "get$_vendor_edit_notes$_onChanged", "_vendor_edit_notes$_onChanged$0", 0); - _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3790); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3791); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3793); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3794); _instance_0_u(A._VendorViewState.prototype, "get$_vendor_view$_onTabChanged", "_vendor_view$_onTabChanged$0", 0); _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 676); _instance_0_u(_ = A._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); _instance_1_u(_, "get$_webhook_edit$_onSavePressed", "_webhook_edit$_onSavePressed$1", 23); - _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3792); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3793); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3795); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3796); _instance_0_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onChanged", "_super_editor$_onChanged$0", 0); _instance_0_u(_, "get$_hideOrShowToolbar", "_hideOrShowToolbar$0", 0); _instance_0_u(_, "get$_hideEditorToolbar", "_hideEditorToolbar$0", 0); @@ -519420,48 +520143,48 @@ _instance_0_u(_, "get$_copy", "_copy$0", 0); _instance_0_u(_, "get$_super_editor$_paste", "_super_editor$_paste$0", 0); _instance_0_u(_, "get$_selectAll", "_selectAll$0", 0); - _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2987); + _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2990); _instance_0_u(_, "get$_toolbar0$_toggleBold", "_toolbar0$_toggleBold$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleItalics", "_toolbar0$_toggleItalics$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleStrikethrough", "_toolbar0$_toggleStrikethrough$0", 0); _instance_0_u(_, "get$_onLinkPressed", "_onLinkPressed$0", 0); _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); - _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3000); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3003); _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 44); _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 85); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 535, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 535, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 535, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3009, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 589, 0, 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3794); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 404, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 404, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 404, 0, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3012, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 786, 0, 0); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3797); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 462); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 518); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); - _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3016, 0, 0); + _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3019, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); - _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 86); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 96); + _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 164); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 87); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 93); _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 208); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 209); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 211); _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 813, 0, 0); _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 813, 0, 0); - _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3026); + _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3029); _instance_2_u(A.TypedReducer.prototype, "get$$call", "call$2", "1(Object?,@)"); - _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3029, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3032, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); - _instance_1_i(A.Subject.prototype, "get$add", "add$1", 39); - _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 39); - _instance_2_i(_, "get$onError", "onError$2", 129); + _instance_1_i(A.Subject.prototype, "get$add", "add$1", 40); + _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 40); + _instance_2_i(_, "get$onError", "onError$2", 126); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 39); - _instance_2_i(_, "get$onError", "onError$2", 129); + _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 40); + _instance_2_i(_, "get$onError", "onError$2", 126); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 207); + _instance_1_u(A.ScreenRetriever.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 209); _static(A, "sentry_options__noOpLogger$closure", 2, function() { return {exception: null, logger: null, stackTrace: null}; }, ["call$5$exception$logger$stackTrace", "call$2", "call$4$exception$stackTrace", "call$3$stackTrace"], ["noOpLogger", function(level, message) { @@ -519470,34 +520193,34 @@ return A.noOpLogger(level, message, exception, null, stackTrace); }, function(level, message, stackTrace) { return A.noOpLogger(level, message, null, null, stackTrace); - }], 3795, 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 209); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3046, 0, 0); + }], 3798, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 211); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3049, 0, 0); _instance_0_i(_ = A.InjectedImp.prototype, "get$initialize", "initialize$0", 0); _instance_0_u(_, "get$notify", "notify$0", 0); _instance_0_u(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.MutableDocument.prototype, "get$_forwardNodeChange", "_forwardNodeChange$0", 0); _instance_0_u(A._CaretDocumentOverlayState.prototype, "get$_document_caret_overlay$_onSelectionChange", "_document_caret_overlay$_onSelectionChange$0", 0); _instance_0_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 96); - _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 86); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 93); + _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 87); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 86); + _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 87); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 90); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 80); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 78); _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 115); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 524); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 416); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onFocusChange", "_document_gestures_touch_android$_onFocusChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onSelectionChange", "_document_gestures_touch_android$_onSelectionChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onScrollChange", "_document_gestures_touch_android$_onScrollChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 96); - _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 86); - _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 86); - _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3067); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 93); + _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 87); + _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 87); + _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3070); _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 824); _instance_0_u(_, "get$_document_gestures_touch_android$_onHandleDragEnd", "_document_gestures_touch_android$_onHandleDragEnd$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_updateDragSelection", "_document_gestures_touch_android$_updateDragSelection$0", 0); @@ -519505,7 +520228,7 @@ _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 90); _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 90); _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 90); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 80); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 78); _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 115); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); _instance_0_u(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); @@ -519514,12 +520237,12 @@ _instance_0_u(_, "get$_onDocumentChange", "_onDocumentChange$0", 0); _instance_0_u(_, "get$_onSelectionChange", "_onSelectionChange$0", 0); _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 96); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 96); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 96); - _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 426); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 93); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 93); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 93); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 492); _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 90); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 80); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 78); _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 115); _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); @@ -519532,7 +520255,7 @@ _instance_0_u(_ = A._DocumentImeInteractorState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); _instance_0_u(_, "get$_onComposerChange", "_onComposerChange$0", 0); _instance_0_u(_, "get$_onClientWantsDifferentImeConfiguration", "_onClientWantsDifferentImeConfiguration$0", 0); - _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 334); + _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 337); _instance_0_u(_ = A.KeyboardEditingToolbar.prototype, "get$_toggleBold", "_toggleBold$0", 0); _instance_0_u(_, "get$_toggleItalics", "_toggleItalics$0", 0); _instance_0_u(_, "get$_toggleUnderline", "_toggleUnderline$0", 0); @@ -519545,21 +520268,21 @@ _instance_0_u(_, "get$_convertToBlockquote", "_convertToBlockquote$0", 0); _instance_0_u(_, "get$_convertToHr", "_convertToHr$0", 0); _instance_0_u(_, "get$_closeKeyboard", "_closeKeyboard$0", 0); - _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 334); + _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 337); _instance_0_u(_ = A.AutoScrollController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_onScrollPositionChange", "_onScrollPositionChange$0", 0); _instance_1_u(_, "get$_document_scrollable$_onTick", "_document_scrollable$_onTick$1", 19); _instance_0_u(_ = A.DocumentSelectionOnFocusMixin.prototype, "get$_document_selection_on_focus_mixin$_onFocusChange", "_document_selection_on_focus_mixin$_onFocusChange$0", 0); _instance_0_u(_, "get$_document_selection_on_focus_mixin$_onSelectionChange", "_document_selection_on_focus_mixin$_onSelectionChange$0", 0); - _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 101); + _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 99); _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 829, 0, 0); _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 829, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 276); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 272); _instance_0_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$0", 0); _instance_0_u(A.SingleColumnLayoutStylePhase.prototype, "get$markDirty", "markDirty$0", 0); - _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 3796); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3797); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3798); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 3799); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3800); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3801); _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["tabToIndentListItem", function() { return A.tabToIndentListItem(null, null); }], 60, 0); @@ -519578,7 +520301,7 @@ _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["enterToInsertBlockNewline", function() { return A.enterToInsertBlockNewline(null, null); }], 60, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3800); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3803); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInTextContent", function() { @@ -519591,14 +520314,14 @@ return A.shiftEnterToInsertNewlineInBlock(null, null); }], 60, 0); _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 276); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 272); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 102); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 109); - _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3089); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 108); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3092); _instance_0_u(_, "get$_multi_tap_gesture$_onTapTimeout", "_multi_tap_gesture$_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); - _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3801); + _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3804); _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 19); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); @@ -519619,27 +520342,27 @@ _instance_0_u(_, "get$onWindowMoved", "onWindowMoved$0", 0); _instance_0_u(_, "get$onWindowEnterFullScreen", "onWindowEnterFullScreen$0", 0); _instance_0_u(_, "get$onWindowLeaveFullScreen", "onWindowLeaveFullScreen$0", 0); - _instance_1_u(A.WindowManager0.prototype, "get$_window_manager$_methodCallHandler", "_window_manager$_methodCallHandler$1", 207); + _instance_1_u(A.WindowManager0.prototype, "get$_window_manager$_methodCallHandler", "_window_manager$_methodCallHandler$1", 209); _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 811); - _static_0(A, "clock__systemTime$closure", "systemTime", 363); + _static_0(A, "clock__systemTime$closure", "systemTime", 354); _static(A, "_isolates_web__compute$closure", 2, null, ["call$2$3$debugLabel", "call$2", "call$2$2"], ["compute", function(callback, message) { return A.compute(callback, message, null, type$.dynamic, type$.dynamic); }, function(callback, message, $Q, $R) { return A.compute(callback, message, null, $Q, $R); - }], 3802, 0); + }], 3805, 0); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 3803, 0); + }], 3806, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 587); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 587); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3805); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3806); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3807); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3808); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3809); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 720); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 720); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3808); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3809); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3810); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3811); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3812); _static_1(A, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 12); - _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 363); + _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 354); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["doNothingWhenThereIsNoSelection", function() { return A.doNothingWhenThereIsNoSelection(null, null); }], 60, 0); @@ -519692,7 +520415,7 @@ return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { return A.UuidUtil_mathRNG(-1); - }], 2540, 0); + }], 2541, 0); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, @@ -519701,9 +520424,9 @@ _inheritMany = hunkHelpers.inheritMany; _inherit(A.Object, null); _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.FontFallbackData, A.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.CkPictureRecorder, A.Rasterizer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.DomSubscription, A.DomPoint, A.Iterator, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.Keyboard, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.RoleManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.Matrix40, A.Vector30, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamSubscription, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A.EventStreamProvider, A.ImmutableListMixin, A.FixedSizeListIterator, A._DOMWindowCrossFrame, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A.FileSystemEntityType, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.AttributionVisitor, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.UriSerializer, A.StandardJsonPlugin, A.ImageProvider, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A.AbstractNode, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement0, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.WriteBuffer, A.ReadBuffer, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A._PointerPanZoomData, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._LerpProperties0, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A._Action_Object_Diagnosticable, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.BorderSide, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A._CaretMetrics, A.TextPainter, A._TextStyle_Object_Diagnosticable, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A.SelectionPoint, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._TextBoundary, A._UndoStack, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.EdgeDraggingAutoScroller, A.SelectionContainerDelegate, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.CacheLogger, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StaggeredGridDelegate, A._TileOrigin, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, A.InAppPurchase, A.BillingClient, A.BillingResponseConverter, A.SkuTypeConverter, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SkuDetailsWrapper, A.SkuDetailsResponseWrapper, A.BillingResultWrapper, A.InAppPurchasePlatformAddition, A.ProductDetails, A.PurchaseDetails, A.PurchaseParam, A.IAPError, A.InAppPurchaseException, A.ProductDetailsResponse, A.PurchaseVerificationData, A._TransactionObserver, A.SKTransactionStatusConverter, A.SKSubscriptionPeriodUnitConverter, A.SKProductDiscountPaymentModeConverter, A.SKPaymentQueueWrapper, A.SKError, A.SKPaymentWrapper, A.SKPaymentTransactionWrapper, A.SkProductResponseWrapper, A.SKProductSubscriptionPeriodWrapper, A.SKProductDiscountWrapper, A.SKProductWrapper, A.SKPriceLocaleWrapper, A.SKRequestMaker, A.SKStorefrontWrapper, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.IntlStream, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringIterator, A.UninitializedLocaleData, A.LocaleDataException, A.Country, A.PhoneNumber, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.TransactionStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.BankAccountListResponse, A.BankAccountItemResponse, A._BankAccountEntity_Object_BaseEntity, A._$BankAccountListResponseSerializer, A._$BankAccountItemResponseSerializer, A._$BankAccountEntitySerializer, A.BankAccountListResponseBuilder, A.BankAccountItemResponseBuilder, A.BankAccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.TransactionListResponse, A.TransactionItemResponse, A._TransactionEntity_Object_BaseEntity, A._TransactionStatusEntity_Object_EntityStatus, A._$TransactionListResponseSerializer, A._$TransactionItemResponseSerializer, A._$TransactionEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.BankAccountRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewBankAccountList, A.ViewBankAccount, A.EditBankAccount, A.UpdateBankAccount, A.LoadBankAccountRequest, A.LoadBankAccountFailure, A.LoadBankAccountSuccess, A.LoadBankAccountsRequest, A.LoadBankAccountsFailure, A.LoadBankAccountsSuccess, A.SaveBankAccountRequest, A.SaveBankAccountSuccess, A.AddBankAccountSuccess, A.SaveBankAccountFailure, A.ArchiveBankAccountsRequest, A.ArchiveBankAccountsSuccess, A.ArchiveBankAccountsFailure, A.DeleteBankAccountsRequest, A.DeleteBankAccountsSuccess, A.DeleteBankAccountsFailure, A.RestoreBankAccountsRequest, A.RestoreBankAccountsSuccess, A.RestoreBankAccountsFailure, A.FilterBankAccounts, A.SortBankAccounts, A.FilterBankAccountsByState, A.FilterBankAccountsByCustom1, A.FilterBankAccountsByCustom2, A.FilterBankAccountsByCustom3, A.FilterBankAccountsByCustom4, A.StartBankAccountMultiselect, A.AddToBankAccountMultiselect, A.RemoveFromBankAccountMultiselect, A.ClearBankAccountMultiselect, A.BankAccountState, A._BankAccountUIState_Object_EntityUIState, A._$BankAccountStateSerializer, A._$BankAccountUIStateSerializer, A.BankAccountStateBuilder, A.BankAccountUIStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.MergeClientsRequest, A.MergeClientsSuccess, A.MergeClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.UpdateDashboardFields, A.UpdateDashboardFieldSettingss, A.UpdateDashboardSelection, A.UpdateDashboardSidebar, A.ChartDataGroup, A.ChartMoneyData, A.DashboardUIState, A.DashboardUISettings, A._$DashboardUIStateSerializer, A._$DashboardUISettingsSerializer, A.DashboardUIStateBuilder, A.DashboardUISettingsBuilder, A.ViewDesignList, A.ViewDesign, A.EditDesign, A.UpdateDesign, A.LoadDesignRequest, A.LoadDesignFailure, A.LoadDesignSuccess, A.LoadDesignsRequest, A.LoadDesignsFailure, A.LoadDesignsSuccess, A.SaveDesignRequest, A.SaveDesignSuccess, A.AddDesignSuccess, A.SaveDesignFailure, A.ArchiveDesignsRequest, A.ArchiveDesignsSuccess, A.ArchiveDesignsFailure, A.DeleteDesignsRequest, A.DeleteDesignsSuccess, A.DeleteDesignsFailure, A.RestoreDesignsRequest, A.RestoreDesignsSuccess, A.RestoreDesignsFailure, A.FilterDesigns, A.SortDesigns, A.FilterDesignsByState, A.FilterDesignsByCustom1, A.FilterDesignsByCustom2, A.FilterDesignsByCustom3, A.FilterDesignsByCustom4, A.StartDesignMultiselect, A.AddToDesignMultiselect, A.RemoveFromDesignMultiselect, A.ClearDesignMultiselect, A.DesignState, A._DesignUIState_Object_EntityUIState, A._$DesignStateSerializer, A._$DesignUIStateSerializer, A.DesignStateBuilder, A.DesignUIStateBuilder, A.UpdateDocument, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsRequest, A.LoadDocumentsFailure, A.LoadDocumentsSuccess, A.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.SortDocuments, A.FilterDocumentsByState, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotesToInvoices, A.ConvertQuotesToInvoicesSuccess, A.ConvertQuotesToInvoicesFailure, A.ConvertQuotesToProjects, A.ConvertQuotesToProjectsSuccess, A.ConvertQuotesToProjectsFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.ViewTransactionList, A.ViewTransaction, A.EditTransaction, A.UpdateTransaction, A.LoadTransactions, A.LoadTransactionRequest, A.LoadTransactionFailure, A.LoadTransactionSuccess, A.LoadTransactionsRequest, A.LoadTransactionsFailure, A.LoadTransactionsSuccess, A.SaveTransactionRequest, A.SaveTransactionSuccess, A.AddTransactionSuccess, A.SaveTransactionFailure, A.ArchiveTransactionsRequest, A.ArchiveTransactionsSuccess, A.ArchiveTransactionsFailure, A.DeleteTransactionsRequest, A.DeleteTransactionsSuccess, A.DeleteTransactionsFailure, A.RestoreTransactionsRequest, A.RestoreTransactionsSuccess, A.RestoreTransactionsFailure, A.ConvertTransactionToPaymentRequest, A.ConvertTransactionToPaymentSuccess, A.ConvertTransactionToPaymentFailure, A.ConvertTransactionToExpenseRequest, A.ConvertTransactionToExpenseSuccess, A.ConvertTransactionToExpenseFailure, A.ConvertTransactionsRequest, A.ConvertTransactionsSuccess, A.ConvertTransactionsFailure, A.FilterTransactions, A.SortTransactions, A.FilterTransactionsByState, A.FilterTransactionsByStatus, A.FilterTransactionsByCustom1, A.FilterTransactionsByCustom2, A.FilterTransactionsByCustom3, A.FilterTransactionsByCustom4, A.StartTransactionMultiselect, A.AddToTransactionMultiselect, A.RemoveFromTransactionMultiselect, A.ClearTransactionMultiselect, A.TransactionState, A._TransactionUIState_Object_EntityUIState, A._$TransactionStateSerializer, A._$TransactionUIStateSerializer, A.TransactionStateBuilder, A.TransactionUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.DataColumn0, A.DataRow0, A.DataCell0, A.ExamplePaymentQueueDelegate, A.LoginVM, A.BankAccountListVM, A.BankAccountScreenVM, A.BankAccountEditVM, A.BankAccountViewVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.TransactionEditVM, A.TransactionListVM, A.TransactionScreenVM, A.TransactionViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.PinTheme, A.PinputUtilsMixin, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.Display, A.ScreenRetriever, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform1, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SmartAuth, A.SmsCodeResult, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.MovementModifier, A.DocumentSelection, A.EditContext, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.SelectionStyles, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.CommonEditorOperations, A._PasteEditorCommand, A.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A._AutoScrollController_Object_ChangeNotifier, A.DocumentSelectionOnFocusMixin, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.DocumentNodeSelection, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.DefaultCaretOverlayBuilder, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.UserSelection, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.WindowListener, A.WindowManager0, A.WindowOptions]); - _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.AssetManager__baseUrl_closure0, A.AssetManager__baseUrl_closure1, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_loadEventHandler, A.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges__computeHigh, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.domHttpRequest_closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A._addUrlStrategyListener_closure, A.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._Listener__Listener$register_closure, A._Listener__Listener$registerNative_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A._MouseAdapter_setup_closure3, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A.JsObject__convertDataTree__convert, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.CachedNetworkImage_build_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor_resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph_describeSemanticsConfiguration_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A.RichText__extractChildren_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke_collapse, A._throttle_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_reassemble_closure, A.Element_renderObject_visit, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay__markNeedsBuild_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_init_closure, A.GoogleSignInPlugin_init_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.countSiblingEl_closure, A.get_closure, A.readBytes_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.ImageResizer_loadImage_closure, A.ImageResizer_loadImage_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SkuDetailsResponseWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform$__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A._$SkProductResponseWrapperFromJson_closure, A._$SkProductResponseWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build__closure1, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure1, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure57, A.editingReducer__closure56, A.editingReducer__closure55, A.editingReducer__closure54, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.loadCompanySuccessReducer_closure1, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure2, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector_closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer___closure3, A.editingReducer__closure48, A.editingReducer__closure47, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure0, A.handleProductAction_closure1, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure58, A._viewClientList_closure0, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument__closure10, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure1, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._convertTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure, A._addToHistory_closure, A._addToHistory_closure1, A._addToHistory_closure2, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._updateVendor_closure, A._setLoadedVendor_closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build__closure3, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure5, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build__closure, A.EditScaffold_build_closure8, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure0, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit__closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure, A._ListFilterState_build_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._SmsVerificationState__sendCode_closure0, A._SmsVerificationState__sendCode_closure1, A._SmsVerificationState__verifyCode_closure0, A._SmsVerificationState__verifyCode_closure1, A._SmsVerificationState_build_closure, A._SmsVerificationState_build_closure0, A._SmsVerificationState_build_closure1, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen_connectAccounts_closure0, A.BankAccountScreen_build_closure8, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure1, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPdf_closure0, A._ClientPdfViewState_loadPdf_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, A.ClientViewVM_ClientViewVM$fromStore__closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditEditVM_CreditEditVM$fromStore_closure3, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build__closure2, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build_closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditNotesState_build_closure, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, A.GroupViewVM_GroupViewVM$fromStore__closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure30, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_build_closure, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentPresenter_getField_closure2, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure4, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure2, A._ProductEditState_build_closure1, A._ProductEditState_build__closure1, A._ProductEditState_build_closure2, A._ProductEditState_build__closure0, A._ProductEditState_build_closure3, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A._ProductViewState_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, A.ProductViewVM_ProductViewVM$fromStore__closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure0, A.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure3, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure13, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure19, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.lineItemReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure8, A.lineItemReport_closure10, A.lineItemReport_closure11, A.lineItemReport_closure12, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure22, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure24, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure4, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure1, A.taskReport_closure3, A.taskReport_closure4, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build__closure7, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure15, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure, A.NumberOfRatesSelector_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure3, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure14, A.TaskScreen_build_closure10, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure9, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, A.TaskViewVM_TaskViewVM$fromStore__closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure3, A.TransactionViewScreen_build_closure0, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure13, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure8, A._UserEditState_build_closure3, A._UserEditState_build__closure7, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, A.VendorViewVM_VendorViewVM$fromStore__closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A.EnumUtils_fromString_closure, A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildToolbar_closure, A._EditorToolbarState__buildToolbar_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_closure, A._PinputState__buildPinput_closure2, A._PinputState__buildPinput_closure3, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields__onlyFields_closure, A._PinputFormField_closure, A._PinputCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A._PdfPreviewState_didChangeDependencies_closure, A._PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.SmsCodeResult_SmsCodeResult$fromSms__extractCode, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._CaretDocumentOverlayState__onSelectionChange_closure, A._CaretDocumentOverlayState_build_closure, A._CaretDocumentOverlayState_build___closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._DocumentScrollableState_initState_closure, A.DocumentSelectionOnFocusMixin__onFocusChange_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A._SingleColumnDocumentLayoutState_findLastSelectablePosition_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure0, A.ComputeTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_closure, A._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.dartify_convert, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createInkFeature_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__debugReportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dropCompleted_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A._SelectionKeepAliveState_listensTo_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.InAppPurchaseAndroidPlatform__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A._CountryPickerDialogState_build__closure2, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A.PaymentEntity_invoiceId_closure0, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.main_closure1, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure9, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EditScaffold_build_closure3, A.EditScaffold_build_closure4, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure1, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure0, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure5, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._SmsVerificationState__sendCode_closure, A._SmsVerificationState__sendCode__closure0, A._SmsVerificationState__sendCode__closure, A._SmsVerificationState__verifyCode_closure, A._SmsVerificationState__verifyCode__closure0, A._SmsVerificationState__verifyCode__closure, A._SmsVerificationState_build_closure2, A._SmsVerificationState_build_closure3, A._SmsVerificationState_build_closure4, A._SmsVerificationState_build_closure5, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppDataTable__buildHeadingCell_arrowWithPadding, A.AppDataTable_build_closure1, A.AppDataTable_build_closure2, A.AppDataTable_build_closure3, A.TableRowInkWell_getRectCallback_closure0, A._SortArrowState__rebuild_closure0, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure2, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure4, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure7, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure8, A._EntityListState_build__closure10, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure6, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A._WindowManagerState__init_closure, A._WindowManagerState_onWindowClose_closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure, A._LoginState_build_closure0, A._LoginState_build__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure11, A.BankAccountScreen_build_closure10, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure7, A.BankAccountScreenVM_fromStore_closure, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPdf_closure, A._ClientPdfViewState_loadPdf__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewState_build_closure, A._ClientViewState_build___closure, A._ClientViewState_build___closure0, A._ClientViewState_build___closure1, A._ClientViewState_build___closure2, A._ClientViewState_build___closure3, A._ClientViewState_build___closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure2, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardScreenState_build__closure3, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure8, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState__updateClientId_closure0, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure2, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure2, A._QuoteEditState_build_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure6, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure6, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure11, A.CompanyDetailsVM_fromStore__closure5, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._TaskSettingsState_build_closure9, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure18, A.TaskScreen_build_closure17, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure13, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusListVM_fromStore_closure1, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build__closure, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure7, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.PersistUIDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure2, A._FieldConfirmationState_build_closure3, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A.EnumUtils_fromString_closure0, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A.PublicClientApplication_logoutPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields__onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A._PdfPreviewState_initState_closure, A._PdfPreviewState_initState__closure, A._PdfPreviewState_didUpdateWidget_closure, A._PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.Subject_addStream_closure0, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._DocumentMouseInteractorState_initState_closure, A._DocumentMouseInteractorState_didUpdateWidget_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); - _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__wrapWithSemantics_reorder, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_blankRule_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A._$PurchasesResultWrapperFromJson_closure, A._$SkuDetailsResponseWrapperFromJson_closure, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure115, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.memoizedGetClientUnappliedPayments_closure, A.getClientUnappliedPayments_closure, A.memoizedGetClientAvailableCredits_closure, A.getClientAvailableCredits_closure, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure59, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.selectedIdReducer_closure94, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.editingReducer_closure32, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure79, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure34, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure49, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.persistDataReducer_closure, A.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure64, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure5, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure3, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure6, A.BankAccountScreenBuilder_build_closure, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A._QuoteEditState_build_closure0, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure16, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.lineItemReport_closure2, A.purchaseOrderReport_closure2, A.lineItemReport_closure9, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure2, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskReport_closure2, A.transactionReport_closure4, A.vendorReport_closure2, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure5, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure6, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure12, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure7, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build_closure9, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure2, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure16, A.TaskScreen_build_closure15, A.TaskScreen_build_closure12, A.TaskScreen_build_closure11, A.TaskScreenBuilder_build_closure, A.TaskViewScreen_build_closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build_closure5, A.TransactionViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildFields_closure, A._PinItem_build_closure, A._PinputCursorState_build_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._CaretDocumentOverlayState_build__closure, A._CaretDocumentOverlayState_build___closure0, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.SuperEditorState__buildDesktopGestureSystem_closure, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0, A.WindowManager_setBounds_closure]); + _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.AssetManager__baseUrl_closure0, A.AssetManager__baseUrl_closure1, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_loadEventHandler, A.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges__computeHigh, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.domHttpRequest_closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A._addUrlStrategyListener_closure, A.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._Listener__Listener$register_closure, A._Listener__Listener$registerNative_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A._MouseAdapter_setup_closure3, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A.JsObject__convertDataTree__convert, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.CachedNetworkImage_build_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor_resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph_describeSemanticsConfiguration_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A.RichText__extractChildren_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke_collapse, A._throttle_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_reassemble_closure, A.Element_renderObject_visit, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay__markNeedsBuild_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_init_closure, A.GoogleSignInPlugin_init_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.countSiblingEl_closure, A.get_closure, A.readBytes_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.ImageResizer_loadImage_closure, A.ImageResizer_loadImage_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SkuDetailsResponseWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform$__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A._$SkProductResponseWrapperFromJson_closure, A._$SkProductResponseWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build__closure1, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure1, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure57, A.editingReducer__closure56, A.editingReducer__closure55, A.editingReducer__closure54, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.loadCompanySuccessReducer_closure1, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure2, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector_closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer___closure3, A.editingReducer__closure48, A.editingReducer__closure47, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure0, A.handleProductAction_closure1, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure58, A._viewClientList_closure0, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument__closure10, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure1, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._convertTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure, A._addToHistory_closure, A._addToHistory_closure1, A._addToHistory_closure2, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._addVendor__closure, A._updateVendor_closure, A._updateVendor__closure, A._setLoadedVendor_closure, A._setLoadedVendor__closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build__closure3, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure5, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build__closure, A.EditScaffold_build_closure8, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure0, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit__closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure, A._ListFilterState_build_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._SmsVerificationState__sendCode_closure0, A._SmsVerificationState__sendCode_closure1, A._SmsVerificationState__verifyCode_closure0, A._SmsVerificationState__verifyCode_closure1, A._SmsVerificationState_build_closure, A._SmsVerificationState_build_closure0, A._SmsVerificationState_build_closure1, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen_connectAccounts_closure0, A.BankAccountScreen_build_closure8, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure1, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPdf_closure0, A._ClientPdfViewState_loadPdf_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, A.ClientViewVM_ClientViewVM$fromStore__closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditEditVM_CreditEditVM$fromStore_closure3, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore__closure1, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore_closure3, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build__closure2, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build_closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditNotesState_build_closure, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure5, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, A.GroupViewVM_GroupViewVM$fromStore__closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure30, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_build_closure, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentPresenter_getField_closure2, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure4, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure2, A._ProductEditState_build_closure1, A._ProductEditState_build__closure1, A._ProductEditState_build_closure2, A._ProductEditState_build__closure0, A._ProductEditState_build_closure3, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A._ProductViewState_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, A.ProductViewVM_ProductViewVM$fromStore__closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure0, A.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure3, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure3, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure5, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure3, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure13, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure19, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.lineItemReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure8, A.lineItemReport_closure10, A.lineItemReport_closure11, A.lineItemReport_closure12, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure22, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure24, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure4, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure1, A.taskReport_closure3, A.taskReport_closure4, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure1, A.vendorReport_closure3, A.vendorReport_closure4, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build__closure7, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure15, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure, A.NumberOfRatesSelector_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure3, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure14, A.TaskScreen_build_closure10, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure9, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, A.TaskViewVM_TaskViewVM$fromStore__closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._TransactionViewState_build_closure, A._TransactionViewState_build_closure0, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure3, A.TransactionViewScreen_build_closure0, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure13, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure8, A._UserEditState_build_closure3, A._UserEditState_build__closure7, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, A.VendorViewVM_VendorViewVM$fromStore__closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A.EnumUtils_fromString_closure, A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildToolbar_closure, A._EditorToolbarState__buildToolbar_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_closure, A._PinputState__buildPinput_closure2, A._PinputState__buildPinput_closure3, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields__onlyFields_closure, A._PinputFormField_closure, A._PinputCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A._PdfPreviewState_didChangeDependencies_closure, A._PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.SmsCodeResult_SmsCodeResult$fromSms__extractCode, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._CaretDocumentOverlayState__onSelectionChange_closure, A._CaretDocumentOverlayState_build_closure, A._CaretDocumentOverlayState_build___closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._DocumentScrollableState_initState_closure, A.DocumentSelectionOnFocusMixin__onFocusChange_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A._SingleColumnDocumentLayoutState_findLastSelectablePosition_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure0, A.ComputeTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure]); + _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_closure, A._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.dartify_convert, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createInkFeature_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__debugReportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dropCompleted_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A._SelectionKeepAliveState_listensTo_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.InAppPurchaseAndroidPlatform__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A._CountryPickerDialogState_build__closure2, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A.PaymentEntity_invoiceId_closure0, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A._$serializers_closure201, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.main_closure1, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure9, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EditScaffold_build_closure3, A.EditScaffold_build_closure4, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure1, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure0, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure5, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._SmsVerificationState__sendCode_closure, A._SmsVerificationState__sendCode__closure0, A._SmsVerificationState__sendCode__closure, A._SmsVerificationState__verifyCode_closure, A._SmsVerificationState__verifyCode__closure0, A._SmsVerificationState__verifyCode__closure, A._SmsVerificationState_build_closure2, A._SmsVerificationState_build_closure3, A._SmsVerificationState_build_closure4, A._SmsVerificationState_build_closure5, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppDataTable__buildHeadingCell_arrowWithPadding, A.AppDataTable_build_closure1, A.AppDataTable_build_closure2, A.AppDataTable_build_closure3, A.TableRowInkWell_getRectCallback_closure0, A._SortArrowState__rebuild_closure0, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure2, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure4, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure7, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure8, A._EntityListState_build__closure10, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure6, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A._WindowManagerState__init_closure, A._WindowManagerState_onWindowClose_closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure, A._LoginState_build_closure0, A._LoginState_build__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure11, A.BankAccountScreen_build_closure10, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure7, A.BankAccountScreenVM_fromStore_closure, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPdf_closure, A._ClientPdfViewState_loadPdf__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewState_build_closure, A._ClientViewState_build___closure, A._ClientViewState_build___closure0, A._ClientViewState_build___closure1, A._ClientViewState_build___closure2, A._ClientViewState_build___closure3, A._ClientViewState_build___closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure2, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardScreenState_build__closure3, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure6, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure8, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure3, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState__updateClientId_closure0, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure2, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure2, A._QuoteEditState_build_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure6, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure2, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure6, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure11, A.CompanyDetailsVM_fromStore__closure5, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure21, A._DeviceSettingsState_build_closure22, A.DeviceSettingsVM_fromStore_closure19, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._TaskSettingsState_build_closure9, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure18, A.TaskScreen_build_closure17, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure13, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusListVM_fromStore_closure1, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build__closure6, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build__closure5, A._MatchDepositsState_build__closure4, A._MatchDepositsState_build__closure3, A._MatchDepositsState_build__closure2, A._MatchDepositsState_build__closure1, A._MatchDepositsState_build__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure9, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build__closure, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure7, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build__closure2, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._VendorViewFullwidthState_build__closure3, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.PersistUIDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure2, A._FieldConfirmationState_build_closure3, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A.EnumUtils_fromString_closure0, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A.PublicClientApplication_logoutPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields__onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A._PdfPreviewState_initState_closure, A._PdfPreviewState_initState__closure, A._PdfPreviewState_didUpdateWidget_closure, A._PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.Subject_addStream_closure0, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._DocumentMouseInteractorState_initState_closure, A._DocumentMouseInteractorState_didUpdateWidget_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); + _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__wrapWithSemantics_reorder, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_blankRule_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A._$PurchasesResultWrapperFromJson_closure, A._$SkuDetailsResponseWrapperFromJson_closure, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure115, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.memoizedGetClientUnappliedPayments_closure, A.getClientUnappliedPayments_closure, A.memoizedGetClientAvailableCredits_closure, A.getClientAvailableCredits_closure, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure0, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure59, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.selectedIdReducer_closure94, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.editingReducer_closure32, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure79, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure34, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure49, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.persistDataReducer_closure, A.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure64, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure5, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure3, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure6, A.BankAccountScreenBuilder_build_closure, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A._QuoteEditState_build_closure0, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure16, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.lineItemReport_closure2, A.purchaseOrderReport_closure2, A.lineItemReport_closure9, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure2, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskReport_closure2, A.transactionReport_closure4, A.vendorReport_closure2, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure5, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure9, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure18, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure12, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure7, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build_closure9, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure2, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure16, A.TaskScreen_build_closure15, A.TaskScreen_build_closure12, A.TaskScreen_build_closure11, A.TaskScreenBuilder_build_closure, A.TaskViewScreen_build_closure, A.TaskViewVM_TaskViewVM$fromStore_closure2, A.TaskStatusEditScreen_build_closure, A.TaskStatusListBuilder_build_closure, A.TaskStatusListBuilder_build__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchDepositsState_updateInvoiceList_closure0, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build_closure7, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build_closure5, A.TransactionViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewActivityState_build_closure0, A._VendorViewActivityState_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildFields_closure, A._PinItem_build_closure, A._PinputCursorState_build_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._CaretDocumentOverlayState_build__closure, A._CaretDocumentOverlayState_build___closure0, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.SuperEditorState__buildDesktopGestureSystem_closure, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0, A.WindowManager_setBounds_closure]); _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A._ParagraphCommandType, A.PersistedSurfaceState, A.DebugEngineInitializationState, A._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineCharProperty, A.LineBreakType, A._ComparisonResult, A.WordCharProperty, A.TextCapitalization, A.TransformKind, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.AttributionVisitEvent, A.ImageRenderMethodForWeb, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.GestureRecognizerState, A._ScaleState, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A._ListTileSlot, A.MaterialType, A.MaterialState, A.PopupMenuPosition, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A._TimePickerMode, A.TimePickerEntryMode, A.TooltipTriggerMode, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.StrokeAlign, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.SelectionResult, A.SelectionEventType, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.BillingResponse, A.SkuType, A.PurchaseStateWrapper, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.PluralCase, A.IconPosition, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderItemReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A._TextType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.PermissionStatus0, A.PinputAutovalidateMode, A.AndroidSmsAutofillMethod, A.PinAnimationType, A.HapticFeedbackType, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.SelectionType, A.SelectionType0, A._DragMode, A.ExecutionInstruction, A.ListItemType, A.DocumentInputSource, A.DocumentGestureMode, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); _inherit(A.CanvasPool, A._SaveStackTracking); _inherit(A.RecordingCkCanvas, A.CkCanvas); @@ -519934,9 +520657,9 @@ _inherit(A.DiagnosticableTree, A._DiagnosticableTree_Object_Diagnosticable); _inheritMany(A.DiagnosticableTree, [A.Widget, A.InlineSpan, A.SemanticsHintOverrides, A.SemanticsProperties, A.Element0]); _inheritMany(A.Widget, [A.StatefulWidget, A.StatelessWidget, A.RenderObjectWidget, A.ProxyWidget, A._NullWidget, A._NullWidget2, A._NullWidget4]); - _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.CupertinoButton, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A.PaginatedDataTable, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A._TextEditingHistory, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromWindow, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A.Router, A._ModalScope, A.ScrollNotificationObserver, A.Scrollable, A._ScrollableSelectionHandler, A.SelectionContainer, A.SharedAppData, A.Shortcuts, A.ShortcutRegistrar, A._SelectionKeepAlive, A._FloatingHeader, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.SmsVerification, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.UpgradeDialog, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.BankAccountEdit, A.BankAccountView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A.InvoiceEditDesktop, A._PdfPreview, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.TransactionEdit, A.TransactionView, A._MatchWithdrawals, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorView, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.Pinput, A._PinputCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.MyStatefulWidget, A.BoxComponent, A.CaretDocumentOverlay, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.IosDocumentTouchEditingControls, A.DocumentImeInteractor, A.DocumentScrollable, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TextComponent, A.MultiListenableBuilder, A.BlinkingCaret, A.SuperText, A.SuperTextWithSelection, A._RebuildOptimizedSuperTextWithSelection]); + _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.CupertinoButton, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A.PaginatedDataTable, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A._TextEditingHistory, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromWindow, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A.Router, A._ModalScope, A.ScrollNotificationObserver, A.Scrollable, A._ScrollableSelectionHandler, A.SelectionContainer, A.SharedAppData, A.Shortcuts, A.ShortcutRegistrar, A._SelectionKeepAlive, A._FloatingHeader, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.SmsVerification, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.UpgradeDialog, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.BankAccountEdit, A.BankAccountView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A.InvoiceEditDesktop, A._PdfPreview, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.TransactionEdit, A.TransactionView, A._MatchDeposits, A._MatchWithdrawals, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorView, A.VendorViewActivity, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.Pinput, A._PinputCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.MyStatefulWidget, A.BoxComponent, A.CaretDocumentOverlay, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.IosDocumentTouchEditingControls, A.DocumentImeInteractor, A.DocumentScrollable, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TextComponent, A.MultiListenableBuilder, A.BlinkingCaret, A.SuperText, A.SuperTextWithSelection, A._RebuildOptimizedSuperTextWithSelection]); _inherit(A.State, A._State_Object_Diagnosticable); - _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_TickerProviderStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A.__RouterState_State_RestorationMixin, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._ScrollableSelectionHandlerState, A.__SelectionContainerState_State_Selectable, A._SharedAppDataState, A._ShortcutsState, A._ShortcutRegistrarState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SmsVerificationState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A._UpgradeDialogState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._BankAccountEditState, A._BankAccountViewState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A._TransactionEditState, A._TransactionViewState, A._MatchWithdrawalsState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PinputState_State_RestorationMixin, A.__PinputCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A.SuperEditorState, A._TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A._SuperTextState_State_ProseTextBlock, A._ProseTextState_State_ProseTextBlock, A._RebuildOptimizedSuperTextWithSelectionState]); + _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_TickerProviderStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A.__RouterState_State_RestorationMixin, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._ScrollableSelectionHandlerState, A.__SelectionContainerState_State_Selectable, A._SharedAppDataState, A._ShortcutsState, A._ShortcutRegistrarState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SmsVerificationState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A._UpgradeDialogState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._BankAccountEditState, A._BankAccountViewState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A._TransactionEditState, A._TransactionViewState, A._MatchDepositsState, A._MatchWithdrawalsState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewActivityState, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A.__PinputState_State_RestorationMixin, A.__PinputCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A.SuperEditorState, A._TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A._SuperTextState_State_ProseTextBlock, A._ProseTextState_State_ProseTextBlock, A._RebuildOptimizedSuperTextWithSelectionState]); _inherit(A.BoardItemState, A._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardListState, A._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardViewState, A._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -521728,12 +522451,12 @@ typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []}, mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, - types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "Null(@)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "Null(String*)", "@()", "@(bool*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "~(Duration)", "int*(String*,String*)", "ErrorDialog*(BuildContext*)", "Null(bool*)", "~(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "bool*()", "String*(@)", "~(JavaScriptObject)", "Null(EntityState*,bool*)", "Future*()", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Null(List*)", "Future*()", "Future<~>*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "Null(Duration*)", "String*(BaseEntity*)", "~(Object?)", "ListBuilder*()", "Null(String*,String*)", "DropdownMenuItem*(String*)", "~(bool*)", "~(AnimationStatus)", "bool*(Route<@>*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "bool(SpanMarker)", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(String*,InvoiceEntity*)", "PluralCase()", "@(BuildContext*)", "String*(String*,SelectCompany*)", "String*(String*,ClearEntityFilter*)", "String*(String*,PreviewEntity*)", "Null(DocumentEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(String*,bool*)", "@(SelectableEntity*)", "~(BuildContext*,EntityAction*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "bool*(InvoiceItemEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "String(String,Node)", "Null(InvoiceEntity*)", "bool(String)", "Null(BuildContext*,MultipartFile*)", "InvoiceEntity*(String*)", "String()", "Null(BuildContext*,DocumentEntity*,String*,String*)", "~(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "int*(List*,List*)", "Null(TextEditingController*)", "Future?(Object*)", "ListDivider*(BuildContext*,int*)", "bool(BoxHitTestResult,Offset)", "String*(String*,@)", "UserEntityBuilder*(UserEntityBuilder*)", "~(DragUpdateDetails)", "String*(String*,FilterByEntity*)", "~(bool)", "bool*(bool*,UpdateUserPreferences*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "~(TapDownDetails)", "~(int)", "EntityStats*(String*,BuiltMap*)", "~(PaintingContext,Offset)", "~(DragStartDetails)", "Null(~)", "~(Element0)", "int*(int*,PreviewEntity*)", "double(RenderBox)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "~(TapUpDetails)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "InvoiceEntity*(@)", "~(String)", "@(TaxRateEntity*)", "Future<~>()", "~(@)", "Null(JavaScriptObject)", "Null(List*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "Null(BuildContext*,Completer*)", "~(RenderObject)", "~(PointerEvent)", "Null(String*,ExpenseEntity*)", "bool(Object?)", "String(Match)", "Null(EntityStatus*,bool*)", "Null(int*)", "~(DragEndDetails)", "int(int)", "Color(Set)", "~(RestorableProperty,~())", "~(Document2,DocumentEditorTransaction)", "String(String)", "@(int*,String*)", "Map(Document2,DocumentNode)", "List()", "Palette()", "Null(int*,int*)", "@(DocumentEntity*,String*,String*)", "@(CompanyEntity*)", "String*()", "~(Object,StackTrace)", "@(MultipartFile*)", "Null(Object,StackTrace)", "UserStateBuilder*(UserStateBuilder*)", "Widget*()", "Null(TaxRateEntity*)", "Null(ExpenseEntity*)", "Null(BaseEntity*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,@)", "bool*(ClientContactEntity*)", "Widget*(BuildContext*,int*)", "bool(FocusNode)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "String*(InvoiceEntityBuilder*)", "@(InvoiceEntity*)", "double*(ChartMoneyData*,int*)", "bool(@)", "~(String,@)", "~(ByteData?)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "ScrollableListView*(BuildContext*)", "~(ForcePressDetails)", "Null(PaymentEntity*)", "~(SelectableEntity*)", "Null(DesignEntity*)", "AuthStateBuilder*(AuthStateBuilder*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "~(@,@)", "bool*(InvoiceEntity*)", "String*(String*,ClearEntitySelection*)", "Widget(BuildContext,int)", "~(Object*)", "~(LayoutView)", "bool(FlutterHtmlKeyboardEvent)", "@(int*)", "int()", "bool*(BaseEntity*)", "Future()", "~(String,String)", "SimpleDialog*(BuildContext*)", "Null(SettingsEntity*)", "Null(List*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "Null(BuildContext*[EntityAction*])", "bool*(VendorContactEntity*)", "DropdownMenuItem*(int*)", "bool(ScrollNotification)", "Object?(@)", "Null(UserEntity*)", "Null(TaskEntity*)", "bool(int)", "Null(TaskTime*)", "TransactionEntityBuilder*(TransactionEntityBuilder*)", "ListBuilder*()", "GroupStateBuilder*(GroupStateBuilder*)", "Null(Completer*)", "Null(String*,PaymentEntity*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "AlertDialog*(BuildContext*)", "Widget(BuildContext,Widget?)", "String*(PaymentableEntity*)", "InvitationEntity*(ClientContactEntity*)", "MapEntry(@,@)", "Null(Completer*,String*)", "Color0(int?)", "~(PointerExitEvent)", "TaskEntity*(String*)", "DocumentLayout()", "bool(_RouteEntry?)", "MapBuilder*()", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "double*(double*)", "Future<~>(MethodCall0)", "~(LongPressStartDetails)", "Future<@>(MethodCall0)", "Column*(BuildContext*)", "List*()", "double(RenderBox,double)", "bool(Node)", "~(PointerEnterEvent)", "Color?(Set)", "double*()", "bool*(PaymentableEntity*)", "~(~())", "int(_Codes)", "Null(EntityType*)", "bool*(TaskTime*)", "double(double,double)", "ExpenseEntity*(String*)", "Null(LoginResponse*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "ClientStateBuilder*(ClientStateBuilder*)", "PaymentEntity*(String*)", "TransactionStateBuilder*(TransactionStateBuilder*)", "~(String?)", "MapBuilder*(MapBuilder*)", "Null(TransactionEntity*)", "Future*(BuildContext*,bool*)", "Null(BuildContext*,bool*)", "Null(TaskStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "Null(ProductEntity*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(InvoiceStateBuilder*)", "bool(InlineSpan)", "Null(List*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "~(SpanMarker)", "~(PointerDownEvent)", "Null(InvoiceItemEntity*)", "MapBuilder*()", "~(String,NumericAxis)", "bool*(EntityType*)", "bool(GestureListener)", "AppStateBuilder*(AppStateBuilder*)", "Null(ClientEntity*)", "Null(String*,ClientEntity*)", "Future>(Map)", "ProductEntity*(String*)", "Uint8List*(PdfPageFormat*)", "Widget(BuildContext,BoxConstraints)", "Null(BuiltList*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "bool(MapEntry>>)", "~(DateTime)", "Null(GroupEntity*)", "Null(PaymentableEntity*)", "Null(ProjectEntity*)", "Null(RecurringExpenseStateBuilder*)", "Null(@,@)", "String?(String?)", "Null(List*)", "~(Object?,Object?)", "Null(TaskStatusEntity*)", "TaxRateEntity*(String*)", "~(LongPressMoveUpdateDetails)", "Null(VendorEntity*)", "Null(EntityAction*)", "UpgradeDialog*(BuildContext*)", "~(PointerExitEvent*)", "~(Selectable)", "TextStyle(Set)", "bool(InheritedElement)", "int(FocusNode,FocusNode)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*,String*])", "Null(InvoiceItemEntity*,int*)", "Null(List*,String*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "Null(int*,String*)", "DateTime*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "@(Completer*)", "@(DesignEntity*)", "ListTile*(String*)", "TransactionStatusEntityBuilder*(TransactionStatusEntityBuilder*)", "bool(Element0)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "ClientEntity*(String*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "String(@)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "ListBuilder*()", "Null(SubscriptionEntity*)", "MessageDialog*(BuildContext*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "ProjectEntity*(String*)", "TaskStateBuilder*(TaskStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "CompanyGatewayEntity*(String*)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(CompanyGatewayEntity*)", "ColorTween(@)", "Null(TokenEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(List*)", "MapBuilder*(MapBuilder*)", "@([String*,String*])", "int(@,@)", "String(int)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "Null(BankAccountEntity*)", "CustomFieldSelector*(BuildContext*)", "Future*(String*)", "List*>*(BuildContext*)", "CreditStateBuilder*(CreditStateBuilder*)", "int(RenderObject,RenderObject)", "~(PointerEnterEvent*)", "String*(InvitationEntity*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "KeyEventResult(FocusNode,RawKeyEvent)", "AppTextButton*(BuildContext*)", "ActivityListTile*(BuildContext*,int*)", "bool*(@)", "InkWell*(BuildContext*)", "~(Event)", "int(Object?)", "List*(BuiltMap*,BuiltMap*)", "Future>(Map)", "Future<~>(bool)", "DropdownMenuItem*(DateRange*)", "_TextBoundary(DirectionalTextEditingIntent)", "int*(InvoiceEntity*,InvoiceEntity*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "DesignEntity*(String*)", "MaterialStateProperty?(ButtonStyle?)", "DesignStateBuilder*(DesignStateBuilder*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Future()", "JavaScriptObject()", "BankAccountStateBuilder*(BankAccountStateBuilder*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "PanGestureRecognizer()", "ExpenseEntity*(ExpenseEntity*,@)", "TaskListItem*(BuildContext*,int*)", "~(PanGestureRecognizer)", "DropdownMenuItem*(MapEntry*)", "DateTime()", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "@(String*,bool*)", "Color(Color)", "String*(TaxRateReportFields0*)", "String*(TaxRateReportFields*)", "String*(ProfitAndLossReportFields*)", "Future()", "bool(_RouteEntry)", "~(NavigatorObserver)", "Null(List*)", "Null(DateTime*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "ScrollPosition()", "RenderBox()", "Offset()", "ProductStateBuilder*(ProductStateBuilder*)", "~(ProgressEvent)", "String*(ProductReportFields*)", "Null(List*)", "InvitationEntity*(VendorContactEntity*)", "Future<~>(String)", "Null(bool)", "Future<~>(~(JavaScriptObject),~(Object?))", "bool*(PaymentEntity*)", "bool*(InvitationEntity*)", "Null(List*)", "Null(CompanyGatewayStateBuilder*)", "Object?(Object?)", "Widget(Widget,Animation0)", "~(int,int)", "Null(CreditStateBuilder*)", "~(ImageStreamListener)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "Null(@,StackTrace)", "double()", "int*(TaskEntity*,TaskEntity*)", "ListBuilder*()", "Null(List*)", "Null(DesignStateBuilder*)", "Null(List*)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0(Set)", "Null(ExpenseStateBuilder*)", "bool(DataRow)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "BankAccountEntity*(String*)", "Null(ExpenseCategoryStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,TransactionEntity*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "~(bool?)", "Rect()", "Null(PaymentStateBuilder*)", "~(Timer)", "PaymentTermEntity*(String*)", "Null(List*)", "Null(PaymentTermStateBuilder*)", "~(DragDownDetails)", "Null(List*)", "Null(ProductStateBuilder*)", "ListBuilder*()", "Null(List*)", "Null(ProjectStateBuilder*)", "~(Size)", "Null(PurchaseOrderStateBuilder*)", "Null(QuoteStateBuilder*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "SubscriptionEntity*(String*)", "Null(ClientStateBuilder*)", "Null(SubscriptionStateBuilder*)", "TaskStatusEntity*(String*)", "Null(List*)", "Tween(@)", "ListBuilder*()", "Null(TaxRateStateBuilder*)", "TokenEntity*(String*)", "Null(List*)", "Null(TokenStateBuilder*)", "MapBuilder*>*()", "TransactionEntity*(String*)", "Null(TransactionStateBuilder*)", "ListBuilder*(ListBuilder*)", "UserEntity*(String*)", "int(int,int)", "Null(UserStateBuilder*)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "Null(Event)", "Null(VendorStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "~(Codec)", "~(TextSelection,SelectionChangedCause?)", "Null(WebhookStateBuilder*)", "bool(Point)", "Null(BuildContext*,String*,String*,String*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "Null(Timer*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "int(SemanticsNode,SemanticsNode)", "IconButton*(BuildContext*)", "~(Object,String)", "bool(Country)", "bool(Node0)", "~(Timer*)", "Null(int*,bool*)", "BaseEntity*(String*)", "bool(FocusableActionDetector)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*,String*)", "Null(List*)", "ClientContactEntity*()", "VerticalDragGestureRecognizer()", "Null(Store*)", "~(LongPressEndDetails)", "Null(List*)", "bool(Object?,Object?)", "ListBuilder*(ListBuilder*)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "@(double*)", "BankAccountEntityBuilder*(BankAccountEntityBuilder*)", "DropdownMenuItem*(int*)", "JavaScriptObject(JavaScriptObject)", "Null(BankAccountStateBuilder*)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "EdgeInsetsGeometryTween(@)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "String*(PaymentReportFields*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "String*(PurchaseOrderItemReportFields*)", "String*(PurchaseOrderReportFields*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "String*(TaskReportFields*)", "String*(TransactionReportFields*)", "String*(VendorReportFields*)", "~(PointerSignalEvent)", "@(SettingsEntity*)", "Future()", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "bool*(ActivityEntity*)", "bool(KeyData)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "Null(List*)", "bool(ScrollMetricsNotification)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "Set()", "bool(String?)", "~(VerticalDragGestureRecognizer)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ListBuilder*()", "List()", "Null(DocumentStateBuilder*)", "ListBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "DocumentEntity*(String*)", "LocalKey(MergeableMaterialItem)", "TaxRateEntity*(@)", "double(_PointerPanZoomData)", "CompanyGatewayEntity*(@)", "MapBuilder*()", "TokenEntityBuilder*(TokenEntityBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "~(Object[StackTrace?])", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "Null(ProgressEvent)", "DataCell(DataColumn)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "ListBuilder*()", "String(num?)", "~([Object?])", "~(Symbol0,@)", "Widget(BuildContext,Object?,ScrollController?)", "Null(BuiltList*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "UserEntity*(@)", "Widget(BuildContext,bool)", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentableEntity*(BaseEntity*)", "Completer*(Completer*,EditVendor*)", "List()", "ExpenseEntity*(@)", "ByteBuffer(@)", "bool*(ProductEntity*)", "LicenseEntry(int)", "Size(RenderBox,BoxConstraints)", "~(GestureMode)", "Widget(BuildContext,Object,StackTrace?)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "ListBuilder*()", "VendorContactEntity*()", "List*>*(BuildContext*)", "InkWell*(String*)", "int(LayoutView,LayoutView)", "Semantics(BuildContext,Widget?)", "~(_TimePickerMode)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(TimeOfDay)", "~(ImageInfo,bool)", "String*(String*,ShowPdfCredit*)", "ImageStreamCompleter()", "~(ImageChunkEvent)", "int(String?)", "List*()", "~(Rect)", "bool(LayoutView)", "PrefStateBuilder*(PrefStateBuilder*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "List()", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "ListBuilder*()", "@(String)", "bool(InlineSpanSemanticsInformation)", "~(Uint8List,String,int)", "~(DiagnosticsNode)", "LoginScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "bool*(SelectableEntity*)", "bool*(GatewayTokenEntity*)", "Future(String,Map)", "bool(BoxHitTestResult)", "GroupEntity*(@)", "String*(String*,ShowPdfInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "List(_SemanticsSortGroup)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "PaymentEditScreen*(BuildContext*)", "Future(ByteData?)", "PaymentRefundScreen*(BuildContext*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "bool(BuildContext)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "ListBuilder*()", "Text*(@)", "Align*(List<@>*)", "MapBuilder*()", "ListBuilder*()", "Widget*(CompanyEntity*)", "SmsVerification*(BuildContext*)", "~(RestorationBucket)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "WebhookEntity*(WebhookEntity*,@)", "String*(PhoneNumber*)", "bool*(SystemLogEntity*)", "bool(JavaScriptObject)", "Map()", "UIStateBuilder*(UIStateBuilder*)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "Promise<1&>([JavaScriptObject?])", "DataCell0*(String*)", "~(GestureListener)", "double*(String*,BuiltMap*)", "int*(int*)", "List?(int?)", "Object?(DismissIntent)", "@(Object*)", "Null(Uint8List)", "List*(String*,BuiltMap*,BuiltList*)", "num?(int?)", "ViewListDiffResult?(int)", "MapBuilder*>*(MapBuilder*>*)", "bool(DisplayFeature)", "~(ChartBehavior<@>)", "~(PersistenceRepository*)", "~(RandomAccessFile)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "ListBuilder*()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "Row*(BuildContext*,BoxConstraints*)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "ListBuilder*()", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "bool*(bool*,DismissNativeWarningPermanently*)", "bool*(CompanyEntity*)", "bool*(HistoryRecord*)", "~(ScaleStartDetails)", "_Channel()", "~(ScaleUpdateDetails)", "HorizontalDragGestureRecognizer()", "Null(UserCompanyEntity*)", "~(HorizontalDragGestureRecognizer)", "~(ScaleEndDetails)", "bool(RenderBox)", "VendorEntity*(VendorEntity*,@)", "Null(DateRange*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "Null(ChartDataGroup*)", "Future(RandomAccessFile)", "PaymentTermEntity*(@)", "~(Attribution,int)", "InvoiceItemEntity*(String*)", "Null(EntityType*,List*)", "ListTile*(BuildContext*,int*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "PaymentListItem*(BuildContext*,int*)", "CustomSingleChildLayout(BuildContext)", "~(List)", "Drag?(Offset)", "Node2?(DirectoryNode,String,Node2?)", "ForcePressGestureRecognizer()", "Future*(Response*)", "~(ForcePressGestureRecognizer)", "Positioned(BuildContext,Widget?)", "int*(BaseEntity*,BaseEntity*)", "SpanMarker(SpanMarker)", "~(String,String?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "ExpenseCategoryListItem*(BuildContext*,int*)", "Null(VendorContactEntity*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "Completer*(Completer*,EditProject*)", "ListBuilder*()", "Container*(BuildContext*,int*)", "ListBuilder*()", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "AlignmentGeometryTween(@)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "String*(InvoiceItemEntityBuilder*)", "double*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfPurchaseOrder*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "~(bool(String))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(InvoiceItemReportFields*)", "List*(BuiltMap*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "String*(String*,ShowPdfQuote*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "MapBuilder*>*(MapBuilder*>*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "DropdownMenuItem<@>*(@)", "String(String,String)", "bool*(PurchaseOrderItemReportFields*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~([Intent?])", "bool*(QuoteItemReportFields*)", "int(int,@)", "ListBuilder*()", "MapBuilder*()", "String*(String*,ShowPdfRecurringInvoice*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "DecorationTween(@)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "~(FocusHighlightMode)", "ListBuilder*()", "String*(MapBuilder*)", "String*(PaymentEntityBuilder*)", "Future*(BuildContext*,AppSidebarMode*)", "String*(ProjectEntityBuilder*)", "int*(ExpenseEntity*,ExpenseEntity*)", "Null(CompanyEntity*)", "~(_DragInfo)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "ListBuilder*()", "Future*(Object*)", "~(num)", "bool(DraggableScrollableNotification)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "Future<~>(~)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "Future(JavaScriptObject)", "VendorListItem*(BuildContext*,int*)", "ListBuilder*()", "KeyData()", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "ListBuilder*()", "Widget()", "Element2(int)", "ListBuilder*()", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "ListBuilder*()", "~(BuildContext)", "~(RenderBox?)", "ListBuilder*()", "VelocityTracker(PointerEvent)", "EntityStats*(String*,BuiltMap*)", "ListBuilder*()", "~(JavaScriptObject?)", "~(Offset)", "@(JavaScriptObject)", "ListBuilder*()", "Completer*(Completer*,EditClient*)", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "Color?(Color?)", "bool(Attribution)", "bool(Selectable,double)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "ListBuilder*()", "bool(Rule)", "BankAccountEntity*(BankAccountEntity*,@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "ListBuilder*()", "DesignEntity*(DesignEntity*,@)", "Future()", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "TransactionEntity*(TransactionEntity*,@)", "UserEntity*(UserEntity*,@)", "ListBuilder*()", "bool(ChartBehavior<@>)", "ListBuilder*()", "bool*(bool*,FilterDesignsByCustom4*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "Object()", "IndentingBuiltValueToStringHelper(String)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "TransactionScreenBuilder*(BuildContext*)", "TransactionViewScreen*(BuildContext*)", "TransactionEditScreen*(BuildContext*)", "BankAccountScreenBuilder*(BuildContext*)", "BankAccountViewScreen*(BuildContext*)", "BankAccountEditScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "ListBuilder()", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "ListMultimapBuilder()", "MapBuilder()", "SetBuilder()", "Future*(SharedPreferences*)", "SetMultimapBuilder()", "bool(InkHighlight?)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadTransactionsFailure*)", "String*(String*,LoadBankAccountsFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "int(PaintRequest,PaintRequest)", "UserCompanyState*(int*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "~(_ResolvedNotoSubset)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "Null(UserCompanyState*)", "Container(BuildContext)", "@(@,String)", "ShapeBorderTween(@)", "int(List)", "String?(int)", "Null(BuiltList*)", "BankAccountUIStateBuilder*(BankAccountUIStateBuilder*)", "bool*(bool*,ViewBankAccount*)", "bool*(bool*,ViewBankAccountList*)", "bool*(bool*,FilterBankAccountsByState*)", "bool*(bool*,FilterBankAccounts*)", "bool*(bool*,FilterBankAccountsByCustom1*)", "bool*(bool*,FilterBankAccountsByCustom2*)", "bool*(bool*,FilterBankAccountsByCustom3*)", "bool*(bool*,FilterBankAccountsByCustom4*)", "int*(int*,UpdateBankAccountTab*)", "Null(~())", "String*(String*,ArchiveBankAccountsSuccess*)", "String*(String*,DeleteBankAccountsSuccess*)", "ColoredBox(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "Map()", "DataRow?()", "String*(String*,SortBankAccounts*)", "String*(String*,FilterBankAccounts*)", "String*(String*,FilterBankAccountsByState*)", "String*(String*,FilterBankAccountsByCustom1*)", "String*(String*,FilterBankAccountsByCustom2*)", "String*(String*,FilterBankAccountsByCustom3*)", "String*(String*,FilterBankAccountsByCustom4*)", "Column(BuildContext,BoxConstraints)", "BankAccountEntity*(BankAccountEntity*,UpdateBankAccount*)", "FadeTransition(BuildContext,Widget?)", "BankAccountEntity*(BankAccountEntity*,RestoreBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,ArchiveBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,DeleteBankAccountsSuccess*)", "~(double,double)", "num(int?)", "bool(OverscrollIndicatorNotification)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "RefreshProgressIndicator(BuildContext,Widget?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Widget(Widget,int,Animation0)", "BankAccountEntity*(@)", "Material(BuildContext,Widget?)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "_MergClientPicker*(BuildContext*)", "Align(BuildContext,Widget?)", "bool(Set)", "double(Set)", "~(CkCanvas)", "Set(Set,Set)", "bool(SurfaceFrame,CkCanvas)", "Null(BuiltList*)", "ClientUIStateBuilder*(ClientUIStateBuilder*)", "bool*(bool*,ViewClient*)", "bool*(bool*,ViewClientList*)", "bool*(bool*,FilterClientsByState*)", "bool*(bool*,FilterClients*)", "bool*(bool*,FilterClientsByCustom1*)", "bool*(bool*,FilterClientsByCustom2*)", "bool*(bool*,FilterClientsByCustom3*)", "bool*(bool*,FilterClientsByCustom4*)", "int*(int*,UpdateClientTab*)", "~(String?,List)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "~(List,TextDirection,double)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "GlobalKey>(Widget)", "Center(int)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "InputDecorator(BuildContext,Widget?)", "TextElement2(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "double*(String*,BuiltMap*)", "MapEntry>(Object,ThemeExtension<@>)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "bool(MapEntry>)", "double(TextElement2)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateDashboardFields*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateDashboardFieldSettingss*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "TimeOfDay(int)", "Offset(double)", "bool*(ClientEntity*)", "~(List<_TappableLabel>?)", "~(Surface)", "MergeSemantics(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "bool*(ProjectEntity*)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "bool*(TaskEntity*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "~(int,@)", "Null(BuiltList*)", "CompanyGatewayUIStateBuilder*(CompanyGatewayUIStateBuilder*)", "bool*(bool*,ViewCompanyGateway*)", "bool*(bool*,ViewCompanyGatewayList*)", "bool*(bool*,FilterCompanyGatewaysByState*)", "bool*(bool*,FilterCompanyGateways*)", "bool*(bool*,FilterCompanyGatewaysByCustom1*)", "bool*(bool*,FilterCompanyGatewaysByCustom2*)", "bool*(bool*,FilterCompanyGatewaysByCustom3*)", "bool*(bool*,FilterCompanyGatewaysByCustom4*)", "String*(String*,ArchiveCompanyGatewaySuccess*)", "String*(String*,DeleteCompanyGatewaySuccess*)", "String*(String*,ViewCompanyGateway*)", "String*(String*,AddCompanyGatewaySuccess*)", "String*(String*,SortCompanyGateways*)", "String*(String*,FilterCompanyGateways*)", "String*(String*,FilterCompanyGatewaysByState*)", "String*(String*,FilterCompanyGatewaysByCustom1*)", "String*(String*,FilterCompanyGatewaysByCustom2*)", "String*(String*,FilterCompanyGatewaysByCustom3*)", "String*(String*,FilterCompanyGatewaysByCustom4*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,UpdateCompanyGateway*)", "bool(double)", "Color(double)", "_LiveImage()", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "int(int?)", "Null(Map>?)", "~(ImageInfo)", "_Future<@>?()", "~(Object,StackTrace?)?(ImageStreamListener)", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "~(ImageChunkEvent)?(ImageStreamListener)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "ViewClipChain()", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Paint(BoxShadow)", "Path(BoxShadow)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "double?()", "~(int,bool(FlutterHtmlKeyboardEvent))", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(TextSelection)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "Rect(TextBox)", "bool(Point[double?])", "Rect(Rect?,TextBox)", "bool(Point,double,double)", "MouseCursor0(MouseTrackerAnnotation)", "Null(String*,Duration*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "List*(BuiltMap*,String*)", "String(int?)", "bool(int,int)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Null(ByteData)", "~(_SelectableFragment)", "List*(BuiltMap*,BuiltMap*)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "Color0?(int?)", "Null(BuiltList*)", "DesignUIStateBuilder*(DesignUIStateBuilder*)", "bool*(bool*,ViewDesign*)", "bool*(bool*,ViewDesignList*)", "bool*(bool*,FilterDesignsByState*)", "bool*(bool*,FilterDesigns*)", "bool*(bool*,FilterDesignsByCustom1*)", "bool*(bool*,FilterDesignsByCustom2*)", "bool*(bool*,FilterDesignsByCustom3*)", "~(_LineRendererElement)", "String*(String*,ArchiveDesignsSuccess*)", "String*(String*,DeleteDesignsSuccess*)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "HitTestResult(Offset)", "bool(RenderSliver)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "_Future<@>(@)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "bool*(bool*,FilterDocuments*)", "bool*(bool*,FilterDocumentsByCustom1*)", "bool*(bool*,FilterDocumentsByCustom2*)", "bool*(bool*,FilterDocumentsByCustom3*)", "bool*(bool*,FilterDocumentsByCustom4*)", "String*(String*,ArchiveDocumentSuccess*)", "String*(String*,DeleteDocumentSuccess*)", "String*(String*,ViewDocument*)", "String*(String*,SortDocuments*)", "String*(String*,FilterDocuments*)", "String*(String*,FilterDocumentsByState*)", "String*(String*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "String*(String*,FilterDocumentsByCustom3*)", "String*(String*,FilterDocumentsByCustom4*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "Palette(Palette())", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(List<@>,JavaScriptObject)", "InvoiceItemEntity*(BaseEntity*)", "Future<@>(@)", "int(SemanticsNode)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "TextInputConfiguration(AutofillClient)", "Stream()", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "Future(String?)", "~(@,StackTrace)", "List*(BuiltMap*,String*)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "~(Iterable)", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "bool*(bool*,ViewExpenseCategory*)", "bool*(bool*,ViewExpenseCategoryList*)", "bool*(bool*,FilterExpenseCategoriesByState*)", "bool*(bool*,FilterExpenseCategories*)", "bool*(bool*,FilterExpenseCategoriesByCustom1*)", "bool*(bool*,FilterExpenseCategoriesByCustom2*)", "bool*(bool*,FilterExpenseCategoriesByCustom3*)", "bool*(bool*,FilterExpenseCategoriesByCustom4*)", "String*(String*,ArchiveExpenseCategoriesSuccess*)", "String*(String*,DeleteExpenseCategoriesSuccess*)", "String*(String*,SortExpenseCategories*)", "String*(String*,FilterExpenseCategories*)", "String*(String*,FilterExpenseCategoriesByState*)", "String*(String*,FilterExpenseCategoriesByCustom1*)", "String*(String*,FilterExpenseCategoriesByCustom2*)", "String*(String*,FilterExpenseCategoriesByCustom3*)", "String*(String*,FilterExpenseCategoriesByCustom4*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,UpdateExpenseCategory*)", "RawKeyEventData()", "bool(PhysicalKeyboardKey)", "~(SelectionModelType)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "_ButtonSanitizer()", "List()", "ExpenseCategoryEntity*(@)", "List(List)", "List(SelectionRect)", "~(String,ChartBehavior0<@>)", "Null(BuiltList*)", "GroupUIStateBuilder*(GroupUIStateBuilder*)", "bool*(bool*,ViewGroup*)", "bool*(bool*,ViewGroupList*)", "bool*(bool*,FilterGroupsByState*)", "bool*(bool*,FilterGroups*)", "String*(String*,ArchiveGroupSuccess*)", "String*(String*,DeleteGroupSuccess*)", "String*(String*,ViewGroup*)", "String*(String*,AddGroupSuccess*)", "String*(String*,SortGroups*)", "String*(String*,FilterGroups*)", "String*(String*,FilterGroupsByState*)", "GroupEntity*(GroupEntity*,RestoreGroupSuccess*)", "GroupEntity*(GroupEntity*,ArchiveGroupSuccess*)", "GroupEntity*(GroupEntity*,DeleteGroupSuccess*)", "GroupEntity*(GroupEntity*,UpdateGroup*)", "double(num)", "List<@>(String)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "~(Action)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "_PointerState()", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "~(_ChildEntry)", "Widget(_ChildEntry)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "Padding(Widget)", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "int(TableRow)", "ClipPath(BuildContext)", "Padding(int)", "Null(BuiltList*)", "PaymentTermUIStateBuilder*(PaymentTermUIStateBuilder*)", "bool*(bool*,ViewPaymentTerm*)", "bool*(bool*,ViewPaymentTermList*)", "bool*(bool*,FilterPaymentTermsByState*)", "bool*(bool*,FilterPaymentTerms*)", "bool*(bool*,FilterPaymentTermsByCustom1*)", "bool*(bool*,FilterPaymentTermsByCustom2*)", "bool*(bool*,FilterPaymentTermsByCustom3*)", "bool*(bool*,FilterPaymentTermsByCustom4*)", "String*(String*,ArchivePaymentTermsSuccess*)", "String*(String*,DeletePaymentTermsSuccess*)", "String*(String*,SortPaymentTerms*)", "String*(String*,FilterPaymentTerms*)", "String*(String*,FilterPaymentTermsByState*)", "String*(String*,FilterPaymentTermsByCustom1*)", "String*(String*,FilterPaymentTermsByCustom2*)", "String*(String*,FilterPaymentTermsByCustom3*)", "String*(String*,FilterPaymentTermsByCustom4*)", "PaymentTermEntity*(PaymentTermEntity*,RestorePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,ArchivePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,DeletePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,UpdatePaymentTerm*)", "List(Size)", "HitTestResult()", "Future()", "Future<~>(double)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Future<~>(@)", "Future>(Map)", "Promise<1&>()", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "Rect(DisplayFeature)", "_DraggableSheetExtent()", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "Incrementable(SemanticsObject)", "~(TransposeCharactersIntent)", "Null(BuiltList*)", "ProjectUIStateBuilder*(ProjectUIStateBuilder*)", "bool*(bool*,ViewProject*)", "bool*(bool*,ViewProjectList*)", "bool*(bool*,FilterProjectsByState*)", "bool*(bool*,FilterProjects*)", "bool*(bool*,FilterProjectsByCustom1*)", "bool*(bool*,FilterProjectsByCustom2*)", "bool*(bool*,FilterProjectsByCustom3*)", "bool*(bool*,FilterProjectsByCustom4*)", "int*(int*,UpdateProjectTab*)", "~(ReplaceTextIntent)", "String*(String*,ArchiveProjectSuccess*)", "String*(String*,DeleteProjectSuccess*)", "String*(String*,ViewProject*)", "String*(String*,AddProjectSuccess*)", "String*(String*,SortProjects*)", "String*(String*,FilterProjects*)", "String*(String*,FilterProjectsByState*)", "String*(String*,FilterProjectsByCustom1*)", "String*(String*,FilterProjectsByCustom2*)", "String*(String*,FilterProjectsByCustom3*)", "String*(String*,FilterProjectsByCustom4*)", "ProjectEntity*(ProjectEntity*,RestoreProjectSuccess*)", "ProjectEntity*(ProjectEntity*,ArchiveProjectSuccess*)", "ProjectEntity*(ProjectEntity*,DeleteProjectSuccess*)", "ProjectEntity*(ProjectEntity*,UpdateProject*)", "~(ScrollToDocumentBoundaryIntent)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(ExpandSelectionToLineBreakIntent)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "SelectionRect?(int)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "bool(SelectionRect?)", "SelectionRect(SelectionRect?)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "Future<~>(PasteTextIntent)", "~(TextEditingValue)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "String*(String*,SortQuotes*)", "String*(String*,FilterQuotes*)", "String*(String*,FilterQuotesByState*)", "String*(String*,FilterQuotesByStatus*)", "String*(String*,FilterQuotesByCustom1*)", "String*(String*,FilterQuotesByCustom2*)", "String*(String*,FilterQuotesByCustom3*)", "String*(String*,FilterQuotesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuote*)", "bool(HitTestEntry)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "TextSelection(TextSelection)", "~(UndoTextIntent)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(RedoTextIntent)", "Scrollable0(SemanticsObject)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "bool*(bool*,FilterRecurringExpenses*)", "bool*(bool*,FilterRecurringExpensesByCustom1*)", "bool*(bool*,FilterRecurringExpensesByCustom2*)", "bool*(bool*,FilterRecurringExpensesByCustom3*)", "bool*(bool*,FilterRecurringExpensesByCustom4*)", "int*(int*,UpdateRecurringExpenseTab*)", "String*(String*,ArchiveRecurringExpensesSuccess*)", "String*(String*,DeleteRecurringExpensesSuccess*)", "String*(String*,SortRecurringExpenses*)", "String*(String*,FilterRecurringExpenses*)", "String*(String*,FilterRecurringExpensesByState*)", "String*(String*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "~(_FocusTraversalGroupInfo)", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "String*(String*,SortRecurringInvoices*)", "String*(String*,FilterRecurringInvoices*)", "String*(String*,FilterRecurringInvoicesByState*)", "String*(String*,FilterRecurringInvoicesByStatus*)", "String*(String*,FilterRecurringInvoicesByCustom1*)", "String*(String*,FilterRecurringInvoicesByCustom2*)", "String*(String*,FilterRecurringInvoicesByCustom3*)", "String*(String*,FilterRecurringInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoice*)", "bool(_DirectionalPolicyDataEntry)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "ChartContainerRenderObject<@>()", "bool(TraversalDirection)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "Set(_ReadingOrderSortData)", "Map(Map,String)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "SettingsUIState*(SettingsUIState*,SaveGroupSuccess*)", "SettingsUIState*(SettingsUIState*,SaveClientSuccess*)", "SettingsUIState*(SettingsUIState*,SaveAuthUserSuccess*)", "SettingsUIState*(SettingsUIState*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "bool(_ReadingOrderSortData)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Null(BuiltList*)", "SubscriptionUIStateBuilder*(SubscriptionUIStateBuilder*)", "bool*(bool*,ViewSubscription*)", "bool*(bool*,ViewSubscriptionList*)", "bool*(bool*,FilterSubscriptionsByState*)", "bool*(bool*,FilterSubscriptions*)", "bool*(bool*,FilterSubscriptionsByCustom1*)", "bool*(bool*,FilterSubscriptionsByCustom2*)", "bool*(bool*,FilterSubscriptionsByCustom3*)", "bool*(bool*,FilterSubscriptionsByCustom4*)", "int*(int*,UpdateSubscriptionTab*)", "String*(String*,ArchiveSubscriptionsSuccess*)", "String*(String*,DeleteSubscriptionsSuccess*)", "String*(String*,SortSubscriptions*)", "String*(String*,FilterSubscriptions*)", "String*(String*,FilterSubscriptionsByState*)", "String*(String*,FilterSubscriptionsByCustom1*)", "String*(String*,FilterSubscriptionsByCustom2*)", "String*(String*,FilterSubscriptionsByCustom3*)", "String*(String*,FilterSubscriptionsByCustom4*)", "SubscriptionEntity*(SubscriptionEntity*,RestoreSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,ArchiveSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,DeleteSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,UpdateSubscription*)", "Object?(int,Element0?)", "~(String,int)", "~(String,int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "DoubleTapGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "FileNode()", "Uint8List(@,@)", "TaskEntity*(@)", "~(FileNode)", "FileNode(FileNode)", "LabelAndValue(SemanticsObject)", "Null(BuiltList*)", "TaskStatusUIStateBuilder*(TaskStatusUIStateBuilder*)", "bool*(bool*,ViewTaskStatus*)", "bool*(bool*,ViewTaskStatusList*)", "bool*(bool*,FilterTaskStatusesByState*)", "bool*(bool*,FilterTaskStatuses*)", "bool*(bool*,FilterTaskStatusesByCustom1*)", "bool*(bool*,FilterTaskStatusesByCustom2*)", "bool*(bool*,FilterTaskStatusesByCustom3*)", "bool*(bool*,FilterTaskStatusesByCustom4*)", "String*(String*,ArchiveTaskStatusesSuccess*)", "String*(String*,DeleteTaskStatusesSuccess*)", "String*(String*,SortTaskStatuses*)", "String*(String*,FilterTaskStatuses*)", "String*(String*,FilterTaskStatusesByState*)", "String*(String*,FilterTaskStatusesByCustom1*)", "String*(String*,FilterTaskStatusesByCustom2*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "~(Node2)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "Node2?(DirectoryNode,String,Node2?,int,int)", "~(Blob?)", "~(PointerPanZoomStartEvent)", "Null(BuiltList*)", "TaxRateUIStateBuilder*(TaxRateUIStateBuilder*)", "bool*(bool*,ViewTaxRate*)", "bool*(bool*,ViewTaxRateList*)", "bool*(bool*,FilterTaxRatesByState*)", "bool*(bool*,FilterTaxRates*)", "String*(String*,ArchiveTaxRatesSuccess*)", "String*(String*,DeleteTaxRatesSuccess*)", "String*(String*,ViewTaxRate*)", "String*(String*,AddTaxRateSuccess*)", "String*(String*,SortTaxRates*)", "String*(String*,FilterTaxRates*)", "String*(String*,FilterTaxRatesByState*)", "TaxRateEntity*(TaxRateEntity*,RestoreTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,ArchiveTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,DeleteTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,UpdateTaxRate*)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "~(File,Uint8List?,String?,Stream>?)", "~(_HeroFlight)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "MediaQuery(BuildContext,Widget?)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "Future(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "bool(Element2)", "Null(BuiltList*)", "TransactionUIStateBuilder*(TransactionUIStateBuilder*)", "bool*(bool*,ViewTransaction*)", "bool*(bool*,ViewTransactionList*)", "bool*(bool*,FilterTransactionsByState*)", "bool*(bool*,FilterTransactions*)", "bool*(bool*,FilterTransactionsByCustom1*)", "bool*(bool*,FilterTransactionsByCustom2*)", "bool*(bool*,FilterTransactionsByCustom3*)", "bool*(bool*,FilterTransactionsByCustom4*)", "int*(int*,UpdateTransactionTab*)", "String*(String*,ArchiveTransactionsSuccess*)", "String*(String*,DeleteTransactionsSuccess*)", "String*(String*,SortTransactions*)", "String*(String*,FilterTransactions*)", "String*(String*,FilterTransactionsByState*)", "String*(String*,FilterTransactionsByCustom1*)", "String*(String*,FilterTransactionsByCustom2*)", "String*(String*,FilterTransactionsByCustom3*)", "String*(String*,FilterTransactionsByCustom4*)", "TransactionEntity*(TransactionEntity*,RestoreTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,ArchiveTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,DeleteTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,UpdateTransaction*)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "TransactionEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "TextStyleTween(@)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "BorderRadiusTween(@)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "~(DomException0)", "bool*(bool*,TogglePreviewSidebar*)", "bool*(bool*,StartClientMultiselect*)", "bool*(bool*,StartProductMultiselect*)", "bool*(bool*,StartInvoiceMultiselect*)", "bool*(bool*,StartRecurringInvoiceMultiselect*)", "bool*(bool*,StartPaymentMultiselect*)", "bool*(bool*,StartQuoteMultiselect*)", "bool*(bool*,StartCreditMultiselect*)", "bool*(bool*,StartProjectMultiselect*)", "bool*(bool*,StartTaskMultiselect*)", "bool*(bool*,StartVendorMultiselect*)", "bool*(bool*,StartPurchaseOrderMultiselect*)", "bool*(bool*,StartExpenseMultiselect*)", "bool*(bool*,StartRecurringExpenseMultiselect*)", "bool*(bool*,StartTransactionMultiselect*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Future<@>(_Pending)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewTransaction*)", "BuiltList*(BuiltList*,EditTransaction*)", "BuiltList*(BuiltList*,ViewBankAccount*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadPurchaseOrdersRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "EntityType*(EntityType*,LoadTransactionsRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Map(List<@>)", "Map(Map)", "Null(Map)", "Null(BuiltList*)", "UserUIStateBuilder*(UserUIStateBuilder*)", "bool*(bool*,ViewUser*)", "bool*(bool*,ViewUserList*)", "bool*(bool*,FilterUsersByState*)", "bool*(bool*,FilterUsers*)", "bool*(bool*,FilterUsersByCustom1*)", "bool*(bool*,FilterUsersByCustom2*)", "bool*(bool*,FilterUsersByCustom3*)", "bool*(bool*,FilterUsersByCustom4*)", "String*(String*,ArchiveUserSuccess*)", "String*(String*,DeleteUserSuccess*)", "String*(String*,ViewUser*)", "String*(String*,AddUserSuccess*)", "String*(String*,SortUsers*)", "String*(String*,FilterUsers*)", "String*(String*,FilterUsersByState*)", "String*(String*,FilterUsersByCustom1*)", "String*(String*,FilterUsersByCustom2*)", "String*(String*,FilterUsersByCustom3*)", "String*(String*,FilterUsersByCustom4*)", "UserEntity*(UserEntity*,RestoreUserSuccess*)", "UserEntity*(UserEntity*,ArchiveUserSuccess*)", "UserEntity*(UserEntity*,DeleteUserSuccess*)", "UserEntity*(UserEntity*,UpdateUser*)", "String(String,Color)", "bool(Route<@>?)", "bool(OverlayEntry)", "Tappable(SemanticsObject)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "TextField0(SemanticsObject)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "Null(BuiltList*)", "VendorUIStateBuilder*(VendorUIStateBuilder*)", "bool*(bool*,ViewVendor*)", "bool*(bool*,ViewVendorList*)", "bool*(bool*,FilterVendorsByState*)", "bool*(bool*,FilterVendors*)", "bool*(bool*,FilterVendorsByCustom1*)", "bool*(bool*,FilterVendorsByCustom2*)", "bool*(bool*,FilterVendorsByCustom3*)", "bool*(bool*,FilterVendorsByCustom4*)", "int*(int*,UpdateVendorTab*)", "RenderBox?()", "String*(String*,ArchiveVendorSuccess*)", "String*(String*,DeleteVendorSuccess*)", "String*(String*,ViewVendor*)", "String*(String*,AddVendorSuccess*)", "String*(String*,SortVendors*)", "String*(String*,FilterVendors*)", "String*(String*,FilterVendorsByState*)", "String*(String*,FilterVendorsByCustom1*)", "String*(String*,FilterVendorsByCustom2*)", "String*(String*,FilterVendorsByCustom3*)", "String*(String*,FilterVendorsByCustom4*)", "VendorEntity*(VendorEntity*,RestoreVendorSuccess*)", "VendorEntity*(VendorEntity*,ArchiveVendorSuccess*)", "VendorEntity*(VendorEntity*,DeleteVendorSuccess*)", "VendorEntity*(VendorEntity*,UpdateVendor*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "Null(BuiltList*)", "WebhookUIStateBuilder*(WebhookUIStateBuilder*)", "bool*(bool*,ViewWebhook*)", "bool*(bool*,ViewWebhookList*)", "bool*(bool*,FilterWebhooksByState*)", "bool*(bool*,FilterWebhooks*)", "bool*(bool*,FilterWebhooksByCustom1*)", "bool*(bool*,FilterWebhooksByCustom2*)", "bool*(bool*,FilterWebhooksByCustom3*)", "bool*(bool*,FilterWebhooksByCustom4*)", "String*(String*,ArchiveWebhooksSuccess*)", "String*(String*,DeleteWebhooksSuccess*)", "String*(String*,SortWebhooks*)", "String*(String*,FilterWebhooks*)", "String*(String*,FilterWebhooksByState*)", "String*(String*,FilterWebhooksByCustom1*)", "String*(String*,FilterWebhooksByCustom2*)", "String*(String*,FilterWebhooksByCustom3*)", "String*(String*,FilterWebhooksByCustom4*)", "WebhookEntity*(WebhookEntity*,RestoreWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,ArchiveWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,DeleteWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,UpdateWebhook*)", "Checkable(SemanticsObject)", "Null(RestorationBucket?)", "~(RestorableProperty)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "SynchronousFuture(bool)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "@(@,@)", "BottomAppBar*(BuildContext*,Store*)", "bool(Node1)", "Widget(BuildContext,ViewportOffset)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Element2(Node1)", "Padding*(TextButton*)", "bool(ScrollMetrics?)", "MultiSelectList*(BuildContext*)", "@(List*)", "_ThumbPressGestureRecognizer()", "Padding*(MapEntry*)", "~(_ThumbPressGestureRecognizer)", "Transaction(@,String)", "_TrackTapGestureRecognizer()", "DocumentTile*(DocumentEntity*)", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "TargetPlatform?()", "int(Selectable,Selectable)", "bool(Selectable)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "~(RenderBox)", "Element0?()", "bool(TableRow)", "Decoration?(TableRow)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "_TableElementRow(TableRow)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "Element0(Widget)", "String*(SelectableEntity*)", "bool(_TableElementRow)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "bool(List)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "List(_TableElementRow)", "Null(Color*)", "~(DragStartDetails,DragUpdateDetails)", "CacheInfoRepository(bool)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "Future<~>(CacheObject?)", "List(List)", "DataRow*(String*)", "Widget(Color)", "SynchronousFuture()", "SynchronousFuture()", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "~(String,DateSymbols)", "BaseEntity*(InvitationEntity*)", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "DropdownMenuItem*(TaxRateEntity*)", "int(StaggeredGridParentData,int)", "Null(PointerExitEvent*)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "String*(EntityStatus*)", "TargetPlatform()", "ListTile*(BuildContext*,BoxConstraints*)", "GoogleSignInTokenData(Map?)", "Widget*(BuildContext*,Store*)", "Null(GoogleAuth)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Null(GoogleAuthInitFailureError)", "Future*()", "bool(DiagnosticsNode?)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "bool(StackFrame)", "HealthCheckDialog*(BuildContext*)", "~(Element)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "String(StringToken)", "_SelectRow*()", "bool(Set)", "bool(Selector)", "Map>()", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "List()", "ErrorDescription(String)", "~(Rule)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "int(String?,String?)", "DataRow0*()", "String(DiagnosticsNode)", "Card*(BuildContext*,BoxConstraints*)", "Rule()", "~(BaseEntity*)", "Column*()", "Future<@>()", "ImageRoleManager(SemanticsObject)", "DataColumn0*(String*)", "String?(RegExpMatch)", "~(Node0)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "Null(List*)", "MapEntry*(PurchaseDetails*)", "int*(ProductDetails*,ProductDetails*)", "ListTile*(ProductDetails*)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "int(String)", "LiveRegion(SemanticsObject)", "String(List)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "EntityList*(BuildContext*,BankAccountListVM*)", "BankAccountListItem*(BuildContext*,int*)", "MediaType()", "BankAccountScreen*(BuildContext*,BankAccountScreenVM*)", "BankAccountEditVM*(Store*)", "BankAccountEdit*(BuildContext*,BankAccountEditVM*)", "BankAccountViewVM*(Store*)", "BankAccountView*(BuildContext*,BankAccountViewVM*)", "Null(String)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "XFile(File)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "_RandomAccessFile(@)", "PurchaseWrapper(@)", "SkuDetailsWrapper(@)", "Future<~>(PurchasesResultWrapper)", "List(SkuDetailsResponseWrapper)", "GooglePlayProductDetails(SkuDetailsWrapper)", "String(ProductDetails)", "Row*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "bool(PurchasesResultWrapper)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "GooglePlayPurchaseDetails(PurchaseWrapper)", "GatewayConfigField*(String*)", "Future(PurchaseWrapper)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "AppStoreProductDetails(SKProductWrapper)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "bool(SKPaymentTransactionWrapper)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "SKPaymentTransactionWrapper(@)", "SKProductWrapper(@)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "SKProductDiscountWrapper(@)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "bool(_DateFormatField)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "_DateFormatLiteralField(String,DateFormat)", "int/(@)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "String?(NumberSymbols)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "String(NumberSymbols)", "bool(DiagnosticsNode)", "Column(BuildContext,int)", "Country()", "StatefulBuilder(BuildContext)", "CountryPickerDialog(BuildContext,~(~()))", "_DashboardField*(BuildContext*)", "~(Country)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "LicenseParagraph()", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "~(AbstractNode)", "String(GestureArenaMember)", "_GestureArena()", "~(PointerDataPacket)", "EngineLineMetrics(ParagraphLine)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "Null(String*,GatewayOptionsEntity*)", "bool(PointerData)", "_PointerEventDescription(PointerData)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "Future(int)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "Drag?()", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(~(PointerEvent),Matrix4?)", "@(Object?)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "Uint8List({seed:int})", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "InvitationEntity*(InvitationEntity*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "InvoiceHistoryEntity*(ActivityEntity*)", "Null(InvitationEntity*)", "_CombiningGestureArenaMember()", "double*(double*,double*)", "Map*()", "LicensePage(BuildContext)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "JsFunction(@)", "JsArray<@>(@)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "Center(BuildContext,int?,Widget?)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "ListBuilder*()", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(BuildContext*)*(BuildContext*)", "JsObject(@)", "ListBuilder*()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "int(String,String)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Localizations(BuildContext,int)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "Future(JavaScriptObject)", "List>(NavigatorState,String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "MaterialPageRoute<~>(RouteSettings)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "BlockSemantics(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "WillPopScope(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "InvoiceItemReportFields*(String*)", "Object?()", "ListBuilder*()", "MouseRegion(BuildContext,ScrollController)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "bool(bool)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "String?(~(Codec))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PurchaseOrderItemReportFields*(String*)", "ListBuilder*()", "ListBuilder*()", "~(ScrollNotification)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "ListBuilder*()", "~(String,JavaScriptObject)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "double(_Diagonal)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "Null(FrameInfo)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "~(EditingState?,TextEditingDeltaState?)", "0^?(0^?(ButtonStyle?))", "String*(@,int*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MaterialStateProperty?(ButtonStyle?)", "DateTime*(@,int*)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "CkCanvas(CkPictureRecorder)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext*,List*)", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "Future()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TransactionReportFields*(String*)", "bool*(TransactionReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "MouseCursor0?(Set)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "MouseCursor0?(ButtonStyle?)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "String?(String)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "ListBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "MaterialTapTargetSize?(ButtonStyle?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ListBuilder*()", "DropdownMenuItem*(ExportType*)", "ListBuilder*()", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Duration?(ButtonStyle?)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "ListBuilder*>*()", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "MapBuilder*>*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "bool?(ButtonStyle?)", "~(BuildContext*[EntityAction*])", "MapBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "MapBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "MapBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "String*(TransactionEntityBuilder*)", "TransactionEditVM*(Store*)", "TransactionEdit*(BuildContext*,TransactionEditVM*)", "EntityList*(BuildContext*,TransactionListVM*)", "TransactionListItem*(BuildContext*,int*)", "AlignmentGeometry?(ButtonStyle?)", "TransactionScreen*(BuildContext*,TransactionScreenVM*)", "bool*(ExpenseCategoryEntity*)", "int*(ExpenseCategoryEntity*,ExpenseCategoryEntity*)", "bool*(VendorEntity*)", "int*(VendorEntity*,VendorEntity*)", "MapBuilder*()", "TransactionViewVM*(Store*)", "TransactionView*(BuildContext*,TransactionViewVM*)", "Null(BuildContext*,String*,List*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "ListBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "MapBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*()", "Logger()", "MapBuilder*()", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "MapBuilder*()", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "MapBuilder*()", "_PinItem(int)", "Widget(FormFieldState)", "Center(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "InteractiveInkFeatureFactory?(ButtonStyle?)", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Map(SentryPackage)", "Future<~>(ISentrySpan)", "Null(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "~(int?,int?)", "TextAffinity()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "LayoutBuilder(BuildContext,Rect?,Widget?)", "RepaintBoundary(BuildContext,BoxConstraints)", "Container(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder*()", "DocumentScrollable(BuildContext,BoxConstraints)", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "bool(bool?)", "bool(String,@)", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "~(DirectionalFocusIntent)", "bool(NotoFont)", "String(CropAspectRatioPreset?)", "SurfaceScene()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,ViewBankAccountList*)", "ListUIState*(ListUIState*,FilterBankAccountsByCustom1*)", "ListUIState*(ListUIState*,FilterBankAccountsByCustom2*)", "ListUIState*(ListUIState*,FilterBankAccountsByState*)", "ListUIState*(ListUIState*,FilterBankAccounts*)", "ListUIState*(ListUIState*,SortBankAccounts*)", "ListUIState*(ListUIState*,StartBankAccountMultiselect*)", "ListUIState*(ListUIState*,AddToBankAccountMultiselect*)", "ListUIState*(ListUIState*,RemoveFromBankAccountMultiselect*)", "ListUIState*(ListUIState*,ClearBankAccountMultiselect*)", "BankAccountState*(BankAccountState*,ArchiveBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,DeleteBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,RestoreBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,AddBankAccountSuccess*)", "BankAccountState*(BankAccountState*,SaveBankAccountSuccess*)", "BankAccountState*(BankAccountState*,LoadBankAccountSuccess*)", "BankAccountState*(BankAccountState*,LoadBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewClientList*)", "ListUIState*(ListUIState*,FilterClientsByCustom1*)", "ListUIState*(ListUIState*,FilterClientsByCustom2*)", "ListUIState*(ListUIState*,FilterClientsByCustom3*)", "ListUIState*(ListUIState*,FilterClientsByCustom4*)", "ListUIState*(ListUIState*,FilterClientsByState*)", "ListUIState*(ListUIState*,FilterClients*)", "ListUIState*(ListUIState*,SortClients*)", "ListUIState*(ListUIState*,StartClientMultiselect*)", "ListUIState*(ListUIState*,AddToClientMultiselect*)", "ListUIState*(ListUIState*,RemoveFromClientMultiselect*)", "ListUIState*(ListUIState*,ClearClientMultiselect*)", "ClientState*(ClientState*,ArchiveClientsSuccess*)", "ClientState*(ClientState*,DeleteClientsSuccess*)", "ClientState*(ClientState*,RestoreClientSuccess*)", "ClientState*(ClientState*,AddClientSuccess*)", "ClientState*(ClientState*,SaveClientSuccess*)", "ClientState*(ClientState*,LoadClientSuccess*)", "ClientState*(ClientState*,MergeClientsSuccess*)", "ClientState*(ClientState*,PurgeClientSuccess*)", "ClientState*(ClientState*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "~(int?)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "TableRow(int)", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "ListUIState*(ListUIState*,ViewCreditList*)", "ListUIState*(ListUIState*,FilterCreditsByCustom1*)", "ListUIState*(ListUIState*,FilterCreditsByCustom2*)", "ListUIState*(ListUIState*,FilterCreditsByCustom3*)", "ListUIState*(ListUIState*,FilterCreditsByCustom4*)", "ListUIState*(ListUIState*,FilterCreditsByState*)", "ListUIState*(ListUIState*,FilterCreditsByStatus*)", "ListUIState*(ListUIState*,FilterCredits*)", "ListUIState*(ListUIState*,SortCredits*)", "ListUIState*(ListUIState*,StartCreditMultiselect*)", "ListUIState*(ListUIState*,AddToCreditMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCreditMultiselect*)", "ListUIState*(ListUIState*,ClearCreditMultiselect*)", "CreditState*(CreditState*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "bool(Color)", "ListUIState*(ListUIState*,ViewDesignList*)", "ListUIState*(ListUIState*,FilterDesignsByCustom1*)", "ListUIState*(ListUIState*,FilterDesignsByCustom2*)", "ListUIState*(ListUIState*,FilterDesignsByState*)", "ListUIState*(ListUIState*,FilterDesigns*)", "ListUIState*(ListUIState*,SortDesigns*)", "ListUIState*(ListUIState*,StartDesignMultiselect*)", "ListUIState*(ListUIState*,AddToDesignMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDesignMultiselect*)", "ListUIState*(ListUIState*,ClearDesignMultiselect*)", "DesignState*(DesignState*,ArchiveDesignsSuccess*)", "DesignState*(DesignState*,DeleteDesignsSuccess*)", "DesignState*(DesignState*,RestoreDesignsSuccess*)", "DesignState*(DesignState*,AddDesignSuccess*)", "DesignState*(DesignState*,SaveDesignSuccess*)", "DesignState*(DesignState*,LoadDesignSuccess*)", "DesignState*(DesignState*,LoadDesignsSuccess*)", "DesignState*(DesignState*,LoadCompanySuccess*)", "DocumentEntity*(DocumentEntity*,@)", "ListUIState*(ListUIState*,ViewDocumentList*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom1*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom2*)", "ListUIState*(ListUIState*,FilterDocumentsByState*)", "ListUIState*(ListUIState*,FilterDocuments*)", "ListUIState*(ListUIState*,SortDocuments*)", "ListUIState*(ListUIState*,StartDocumentMultiselect*)", "ListUIState*(ListUIState*,AddToDocumentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDocumentMultiselect*)", "ListUIState*(ListUIState*,ClearDocumentMultiselect*)", "DocumentState*(DocumentState*,ArchiveDocumentSuccess*)", "DocumentState*(DocumentState*,DeleteDocumentSuccess*)", "DocumentState*(DocumentState*,RestoreDocumentSuccess*)", "DocumentState*(DocumentState*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "Rect()(RenderBox)", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "Null(String*,@)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom1*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom2*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByState*)", "ListUIState*(ListUIState*,FilterExpenseCategories*)", "ListUIState*(ListUIState*,SortExpenseCategories*)", "ListUIState*(ListUIState*,StartExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseCategoryMultiselect*)", "ExpenseCategoryState*(ExpenseCategoryState*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,AddExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,SaveExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadCompanySuccess*)", "~(PointerMoveEvent)", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "bool(Pattern[int])", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "Route<@>*(RouteSettings*)", "ListUIState*(ListUIState*,ViewPaymentTermList*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentTermsByState*)", "ListUIState*(ListUIState*,FilterPaymentTerms*)", "ListUIState*(ListUIState*,SortPaymentTerms*)", "ListUIState*(ListUIState*,StartPaymentTermMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentTermMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentTermMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentTermMultiselect*)", "PaymentTermState*(PaymentTermState*,ArchivePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,DeletePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,RestorePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,AddPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,SavePaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,LoadCompanySuccess*)", "CalendarDatePicker()", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "Form()", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ConvertPurchaseOrdersToExpensesSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrdersToInventorySuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,ConvertQuotesToInvoicesSuccess*)", "QuoteState*(QuoteState*,ConvertQuotesToProjectsSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StartRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StopRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,SendNowRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "Flex(BuildContext)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "~(PointerUpEvent)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "StyledToast*(BuildContext*)", "ListUIState*(ListUIState*,ViewTaskStatusList*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom1*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom2*)", "ListUIState*(ListUIState*,FilterTaskStatusesByState*)", "ListUIState*(ListUIState*,FilterTaskStatuses*)", "ListUIState*(ListUIState*,SortTaskStatuses*)", "ListUIState*(ListUIState*,StartTaskStatusMultiselect*)", "ListUIState*(ListUIState*,AddToTaskStatusMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskStatusMultiselect*)", "ListUIState*(ListUIState*,ClearTaskStatusMultiselect*)", "TaskStatusState*(TaskStatusState*,SortTasksSuccess*)", "TaskStatusState*(TaskStatusState*,ArchiveTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,DeleteTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,RestoreTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,AddTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,SaveTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,LoadCompanySuccess*)", "Widget(BuildContext,Animation0,Animation0)", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "Locale*(String*)", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "ChangeLayoutBanner*(BuildContext*)", "ListUIState*(ListUIState*,ViewTransactionList*)", "ListUIState*(ListUIState*,FilterTransactionsByCustom1*)", "ListUIState*(ListUIState*,FilterTransactionsByCustom2*)", "ListUIState*(ListUIState*,FilterTransactionsByState*)", "ListUIState*(ListUIState*,FilterTransactionsByStatus*)", "ListUIState*(ListUIState*,FilterTransactions*)", "ListUIState*(ListUIState*,SortTransactions*)", "ListUIState*(ListUIState*,StartTransactionMultiselect*)", "ListUIState*(ListUIState*,AddToTransactionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTransactionMultiselect*)", "ListUIState*(ListUIState*,ClearTransactionMultiselect*)", "TransactionState*(TransactionState*,ArchiveTransactionsSuccess*)", "TransactionState*(TransactionState*,DeleteTransactionsSuccess*)", "TransactionState*(TransactionState*,RestoreTransactionsSuccess*)", "TransactionState*(TransactionState*,AddTransactionSuccess*)", "TransactionState*(TransactionState*,SaveTransactionSuccess*)", "TransactionState*(TransactionState*,ConvertTransactionToPaymentSuccess*)", "TransactionState*(TransactionState*,ConvertTransactionToExpenseSuccess*)", "TransactionState*(TransactionState*,LoadTransactionSuccess*)", "TransactionState*(TransactionState*,LoadTransactionsSuccess*)", "TransactionState*(TransactionState*,LoadCompanySuccess*)", "ProductScreenBuilder*(BuildContext*)", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "ProductViewScreen*(BuildContext*)", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "ProductEditScreen*(BuildContext*)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "BankAccountListVM*(Store*)", "BankAccountScreenVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "TransactionListVM*(Store*)", "TransactionScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "ClientScreenBuilder*(BuildContext*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "ClientViewScreen*(BuildContext*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "ExpenseCategoryEditVM*(Store*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "Null(@)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "double(double)", "Null(String*)", "@(bool*)", "@()", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "~(Duration)", "int*(String*,String*)", "ErrorDialog*(BuildContext*)", "Null(bool*)", "~(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "bool*()", "String*(@)", "~(JavaScriptObject)", "Null(EntityState*,bool*)", "Future*()", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Future<~>*()", "Future*()", "Null(List*)", "~(TextEditingController*)", "Null(SelectableEntity*)", "String*(BaseEntity*)", "Null(Duration*)", "ListBuilder*()", "~(Object?)", "Null(String*,String*)", "DropdownMenuItem*(String*)", "~(bool*)", "~(AnimationStatus)", "bool*(Route<@>*)", "bool(SpanMarker)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(String*,InvoiceEntity*)", "Null(String*,bool*)", "PluralCase()", "@(BuildContext*)", "String*(String*,SelectCompany*)", "String*(String*,ClearEntityFilter*)", "String*(String*,PreviewEntity*)", "Null(DocumentEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "@(SelectableEntity*)", "~(BuildContext*,EntityAction*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "bool*(InvoiceItemEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "InvoiceEntity*(String*)", "bool(String)", "String(String,Node)", "Null(InvoiceEntity*)", "ListDivider*(BuildContext*,int*)", "Null(BuildContext*,MultipartFile*)", "String()", "int*(List*,List*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "~(String*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Future?(Object*)", "Null(TextEditingController*)", "bool(BoxHitTestResult,Offset)", "~(DragUpdateDetails)", "bool*(bool*,UpdateUserPreferences*)", "~(bool)", "String*(String*,@)", "UserEntityBuilder*(UserEntityBuilder*)", "String*(String*,FilterByEntity*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "~(int)", "~(TapDownDetails)", "EntityStats*(String*,BuiltMap*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "~(DragStartDetails)", "~(PaintingContext,Offset)", "int*(int*,PreviewEntity*)", "~(TapUpDetails)", "double(RenderBox)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Null(~)", "~(Element0)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "Future<~>()", "InvoiceEntity*(@)", "~(String)", "~(@)", "Null(JavaScriptObject)", "@(TaxRateEntity*)", "Null(List*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "String(Match)", "~(PointerEvent)", "Null(EntityStatus*,bool*)", "Null(String*,ExpenseEntity*)", "bool(Object?)", "Null(int*)", "Null(BuildContext*,Completer*)", "~(RenderObject)", "~(DragEndDetails)", "@(int*,String*)", "Color(Set)", "~(RestorableProperty,~())", "String(String)", "~(Document2,DocumentEditorTransaction)", "int(int)", "List()", "Map(Document2,DocumentNode)", "Palette()", "@(DocumentEntity*,String*,String*)", "~(Object,StackTrace)", "@(CompanyEntity*)", "String*()", "Null(Object,StackTrace)", "UserStateBuilder*(UserStateBuilder*)", "Null(int*,int*)", "@(MultipartFile*)", "~(ByteData?)", "Widget*()", "Null(TaxRateEntity*)", "Null(BaseEntity*)", "Null(ExpenseEntity*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,@)", "bool*(ClientContactEntity*)", "Widget*(BuildContext*,int*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "String*(InvoiceEntityBuilder*)", "bool(FocusNode)", "@(InvoiceEntity*)", "double*(ChartMoneyData*,int*)", "bool(@)", "~(String,@)", "bool*(InvoiceEntity*)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "ScrollableListView*(BuildContext*)", "Null(PaymentEntity*)", "Null(DesignEntity*)", "AuthStateBuilder*(AuthStateBuilder*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "~(@,@)", "String*(String*,ClearEntitySelection*)", "~(SelectableEntity*)", "Widget(BuildContext,int)", "EntityStats*(String*,BuiltMap*)", "~(Object*)", "~(LayoutView)", "~(ForcePressDetails)", "Null(List*)", "int()", "bool(FlutterHtmlKeyboardEvent)", "Null(SettingsEntity*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "bool*(BaseEntity*)", "Future()", "~(String,String)", "bool*(VendorContactEntity*)", "Object?(@)", "SimpleDialog*(BuildContext*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "Null(BuildContext*[EntityAction*])", "@(int*)", "DropdownMenuItem*(int*)", "bool(ScrollNotification)", "Null(BuildContext*,bool*)", "GroupStateBuilder*(GroupStateBuilder*)", "String*(PaymentableEntity*)", "Null(TaskTime*)", "MapBuilder*()", "ListBuilder*()", "TaskEntity*(String*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(String*,PaymentEntity*)", "Null(TaskEntity*)", "DocumentLayout()", "Null(Completer*)", "AlertDialog*(BuildContext*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "bool(int)", "InvitationEntity*(ClientContactEntity*)", "MapEntry(@,@)", "Null(Completer*,String*)", "Color0(int?)", "Widget(BuildContext,Widget?)", "~(PointerExitEvent)", "TransactionEntityBuilder*(TransactionEntityBuilder*)", "bool(_RouteEntry?)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "Null(UserEntity*)", "double*(double*)", "~(LongPressStartDetails)", "Future<~>(MethodCall0)", "Column*(BuildContext*)", "Future<@>(MethodCall0)", "double(RenderBox,double)", "List*()", "~(PointerEnterEvent)", "Color?(Set)", "bool(Node)", "double*()", "~(~())", "int(_Codes)", "bool*(PaymentableEntity*)", "Null(EntityType*)", "double(double,double)", "bool*(TaskTime*)", "Null(LoginResponse*)", "Null(TaskStateBuilder*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "ClientStateBuilder*(ClientStateBuilder*)", "PaymentEntity*(String*)", "~(String?)", "MapBuilder*(MapBuilder*)", "TransactionStateBuilder*(TransactionStateBuilder*)", "Future*(BuildContext*,bool*)", "Null(TransactionEntity*)", "Null(RecurringInvoiceStateBuilder*)", "ExpenseEntity*(String*)", "Null(ProductEntity*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(InvoiceStateBuilder*)", "bool(InlineSpan)", "Null(List*)", "Color0*(ChartMoneyData*,int*)", "~(SpanMarker)", "~(PointerDownEvent)", "Null(InvoiceItemEntity*)", "MapBuilder*()", "~(String,NumericAxis)", "bool*(EntityType*)", "bool(GestureListener)", "AppStateBuilder*(AppStateBuilder*)", "Null(ClientEntity*)", "Null(String*,ClientEntity*)", "Future>(Map)", "ProductEntity*(String*)", "Uint8List*(PdfPageFormat*)", "Widget(BuildContext,BoxConstraints)", "Null(BuiltList*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "~(DateTime)", "Null(GroupEntity*)", "Null(PaymentableEntity*)", "bool(InheritedElement)", "bool(MapEntry>>)", "@(DesignEntity*)", "TransactionStatusEntityBuilder*(TransactionStatusEntityBuilder*)", "@(Completer*)", "BaseEntity*(InvoiceItemEntity*)", "InvoiceItemSelector*(BuildContext*)", "int(FocusNode,FocusNode)", "ListTile*(String*)", "TextStyle(Set)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "Null(List*[String*,String*])", "bool(Element0)", "ActivityListTile*(BuildContext*,int*)", "DateTime*(ChartMoneyData*,int*)", "~(Selectable)", "Null(int*,String*)", "~(PointerExitEvent*)", "UpgradeDialog*(BuildContext*)", "Null(EntityAction*)", "Null(VendorEntity*)", "Null(ProjectEntity*)", "Null(BuildContext*[int*])", "~(LongPressMoveUpdateDetails)", "TaxRateEntity*(String*)", "Null(TaskStatusEntity*)", "~(Object?,Object?)", "Null(List*,String*,String*)", "Null(List*)", "Null(InvoiceItemEntity*,int*)", "String?(String?)", "Null(@,@)", "Null(RecurringExpenseStateBuilder*)", "Null(BuildContext*,InvoiceEntity*[String*])", "ProductStateBuilder*(ProductStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "Null(PaymentTermEntity*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(SubscriptionEntity*)", "Null(List*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "ExpenseEntity*(ExpenseEntity*,@)", "TaskStateBuilder*(TaskStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(TaskStatusStateBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ColorTween(@)", "Null(TokenEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "Null(List*)", "MapBuilder*(MapBuilder*)", "@([String*,String*])", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Future()", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "DesignStateBuilder*(DesignStateBuilder*)", "CustomFieldSelector*(BuildContext*)", "Future*(String*)", "List*>*(BuildContext*)", "MaterialStateProperty?(ButtonStyle?)", "int(RenderObject,RenderObject)", "~(PointerEnterEvent*)", "DesignEntity*(String*)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "List*(BuiltMap*,BuiltMap*)", "AppTextButton*(BuildContext*)", "KeyEventResult(FocusNode,RawKeyEvent)", "bool*(@)", "InkWell*(BuildContext*)", "~(Event)", "String*(InvitationEntity*)", "CreditStateBuilder*(CreditStateBuilder*)", "Future>(Map)", "Future<~>(bool)", "DropdownMenuItem*(DateRange*)", "_TextBoundary(DirectionalTextEditingIntent)", "Null(CompanyGatewayEntity*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "CompanyGatewayEntity*(String*)", "ProjectEntity*(String*)", "ClientEntity*(String*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Color(Color)", "DateTime()", "BankAccountStateBuilder*(BankAccountStateBuilder*)", "JavaScriptObject()", "int(Object?)", "Null(BankAccountEntity*)", "PanGestureRecognizer()", "~(ProgressEvent)", "InvoiceListItem*(BuildContext*,int*)", "TaskListItem*(BuildContext*,int*)", "~(PanGestureRecognizer)", "DropdownMenuItem*(MapEntry*)", "String(int)", "MessageDialog*(BuildContext*)", "@(String*,bool*)", "String(@)", "String*(TaxRateReportFields0*)", "String*(TaxRateReportFields*)", "String*(ProfitAndLossReportFields*)", "Future()", "bool(_RouteEntry)", "~(NavigatorObserver)", "MapBuilder*>*()", "Null(DateTime*)", "ListBuilder*()", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "ScrollPosition()", "RenderBox()", "Offset()", "int(@,@)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "String*(ProductReportFields*)", "TaskStatusEntity*(String*)", "~(LongPressEndDetails)", "Future<~>(String)", "bool(String?)", "Null(bool)", "Null(ClientStateBuilder*)", "bool*(InvitationEntity*)", "~(TapSequenceGestureRecognizer)", "TapSequenceGestureRecognizer()", "bool(ScrollMetricsNotification)", "Future<~>(~(JavaScriptObject),~(Object?))", "bool*(PaymentEntity*)", "Set()", "bool(DocumentNode)", "bool(_Highlight)", "Iterable(Iterable)", "Null(List*)", "Object?(Object?)", "Null(CompanyGatewayStateBuilder*)", "Widget(BuildContext,Widget,int?,bool)", "bool*(Attribution*)", "PasswordConfirmation*(BuildContext*)", "InvitationEntity*(VendorContactEntity*)", "Null(List*)", "Future*(String*,String*)", "Null(String*,List*)", "Null(bool*,int*,String*,double*,double*)", "~(int,int)", "MapEntry*>*(String*,String*)", "bool(KeyData)", "@(SettingsEntity*)", "~(PointerSignalEvent)", "Widget(Widget,Animation0)", "~(ImageStreamListener)", "Null(CreditStateBuilder*)", "String*(VendorReportFields*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "String*(TransactionReportFields*)", "String*(TaskReportFields*)", "String*(RecurringInvoiceReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(QuoteReportFields*)", "String*(QuoteItemReportFields*)", "Null(@,StackTrace)", "double()", "String*(PurchaseOrderReportFields*)", "String*(PurchaseOrderItemReportFields*)", "ListBuilder*()", "String*(PaymentReportFields*)", "int*(TaskEntity*,TaskEntity*)", "String*(InvoiceReportFields*)", "String*(InvoiceItemReportFields*)", "String*(ExpenseReportFields*)", "Null(List*)", "String*(DocumentReportFields*)", "String*(CreditReportFields*)", "Null(DesignStateBuilder*)", "String*(ContactReportFields*)", "EdgeInsetsGeometryTween(@)", "Null(List*)", "MaterialStateProperty?(ButtonStyle?)", "String*(ClientReportFields*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "~(TaxRateEntity*)", "bool*(ActivityEntity*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "DropdownMenuItem*(int*)", "MouseCursor0(Set)", "Null(BankAccountStateBuilder*)", "Null(ExpenseStateBuilder*)", "JavaScriptObject(JavaScriptObject)", "BankAccountEntityBuilder*(BankAccountEntityBuilder*)", "bool(DataRow)", "@(double*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "ExpenseListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "Null(ExpenseCategoryStateBuilder*)", "ListBuilder*(ListBuilder*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,TransactionEntity*)", "GroupEntity*(String*)", "Null(List*)", "bool(Object?,Object?)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "~(bool?)", "BankAccountEntity*(String*)", "~(VerticalDragGestureRecognizer)", "Null(Store*)", "VerticalDragGestureRecognizer()", "Future*(BuildContext*,Completer*,String*)", "Null(List*)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "bool(FocusableActionDetector)", "BaseEntity*(String*)", "Rect()", "Null(PaymentStateBuilder*)", "ClientContactEntity*()", "Null(int*,bool*)", "~(Timer)", "PaymentTermEntity*(String*)", "Null(List*)", "ListBuilder*()", "~(Timer*)", "Null(PaymentTermStateBuilder*)", "~(DragDownDetails)", "bool(Node0)", "IconButton*(BuildContext*)", "Null(List*)", "bool(Country)", "Null(ProductStateBuilder*)", "int(SemanticsNode,SemanticsNode)", "Null(List*)", "bool(SemanticsNode)", "~(List)", "Null(ProjectStateBuilder*)", "~(SliverConstraints)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "Null(List*)", "PopupMenuItem*(EntityAction*)", "List*>*(BuildContext*)", "PopupMenuButton*(BuildContext*,int*)", "OutlinedButton*(EntityAction*)", "~(Size)", "Null(PurchaseOrderStateBuilder*)", "Null(Timer*)", "bool*(EntityAction*)", "Null(BuildContext*,String*,String*,String*)", "bool(Point)", "Null(WebhookStateBuilder*)", "Null(QuoteStateBuilder*)", "~(TextSelection,SelectionChangedCause?)", "Null(List*)", "WebhookEntity*(String*)", "~(Object,String)", "Null(VendorStateBuilder*)", "Null(List*)", "VendorEntity*(String*)", "List*(BuiltMap*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "~(Codec)", "Null(UserStateBuilder*)", "int(int,int)", "SubscriptionEntity*(String*)", "Null(List*)", "UserEntity*(String*)", "ListBuilder*(ListBuilder*)", "Null(SubscriptionStateBuilder*)", "Null(TransactionStateBuilder*)", "Null(Event)", "TransactionEntity*(String*)", "Null(TokenStateBuilder*)", "Null(List*)", "TokenEntity*(String*)", "Null(TaxRateStateBuilder*)", "ListBuilder*()", "Null(List*)", "Tween(@)", "Future()", "Future*(@)", "List()", "bool*(GatewayTokenEntity*)", "Null(DocumentStateBuilder*)", "MapBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "ListBuilder*()", "LocalKey(MergeableMaterialItem)", "TaxRateEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ListBuilder*()", "Null(ProgressEvent)", "TokenEntityBuilder*(TokenEntityBuilder*)", "~(RenderBox?)", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "ListBuilder*()", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "String(num?)", "DataCell(DataColumn)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "ListBuilder*()", "TaskTimeBuilder*(TaskTimeBuilder*)", "ListBuilder*()", "~(Symbol0,@)", "~(num)", "Future(JavaScriptObject)", "Null(CompanyEntity*)", "UserEntity*(@)", "ListBuilder*()", "~(FocusHighlightMode)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "ByteBuffer(@)", "Completer*(Completer*,EditVendor*)", "List()", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "String*(String*,ShowPdfRecurringInvoice*)", "ListBuilder*()", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "MapBuilder*()", "~([Intent?])", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "VendorContactEntity*()", "int(LayoutView,LayoutView)", "List*>*(BuildContext*)", "InkWell*(String*)", "bool(LayoutView)", "Semantics(BuildContext,Widget?)", "~(_TimePickerMode)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(TimeOfDay)", "~(ImageInfo,bool)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "ImageStreamCompleter()", "~(ImageChunkEvent)", "int(String?)", "List*()", "~(Rect)", "PrefStateBuilder*(PrefStateBuilder*)", "List()", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "String*(String*,ShowPdfPurchaseOrder*)", "bool(InlineSpanSemanticsInformation)", "~(Uint8List,String,int)", "LoginScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "EntityStats*(String*,BuiltMap*)", "bool*(SelectableEntity*)", "String*(InvoiceItemEntityBuilder*)", "Future(String,Map)", "bool(BoxHitTestResult)", "ListBuilder*()", "Completer*(Completer*,EditProject*)", "ListBuilder*()", "List(_SemanticsSortGroup)", "ListBuilder*()", "PaymentRefundScreen*(BuildContext*)", "Future(ByteData?)", "CustomSingleChildLayout(BuildContext)", "InvoiceItemEntity*(String*)", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "PaymentTermEntity*(@)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "Promise<1&>([JavaScriptObject?])", "Text*(@)", "Align*(List<@>*)", "UIStateBuilder*(UIStateBuilder*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "Widget*(CompanyEntity*)", "SmsVerification*(BuildContext*)", "~(RestorationBucket)", "PointerInterceptor*(BuildContext*)", "ListBuilder*()", "WebhookEntity*(WebhookEntity*,@)", "String*(PhoneNumber*)", "bool*(SystemLogEntity*)", "List*(String*,BuiltMap*,BuiltList*)", "Map()", "ListBuilder*()", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "~(GestureListener)", "DataCell0*(String*)", "num?(int?)", "List?(int?)", "int*(int*)", "ListBuilder*()", "Object?(DismissIntent)", "@(Object*)", "Null(Uint8List)", "MapBuilder*()", "bool(BuildContext)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "~(ChartBehavior<@>)", "bool(DisplayFeature)", "~(PersistenceRepository*)", "Future(RandomAccessFile)", "~(RandomAccessFile)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "bool*(bool*,DismissNativeWarningPermanently*)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "Row*(BuildContext*,BoxConstraints*)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "bool*(CompanyEntity*)", "bool*(HistoryRecord*)", "~(ScaleStartDetails)", "~(ScaleUpdateDetails)", "String*(String*,ShowPdfInvoice*)", "Null(UserCompanyEntity*)", "HorizontalDragGestureRecognizer()", "~(ScaleEndDetails)", "~(HorizontalDragGestureRecognizer)", "bool(RenderBox)", "GroupEntity*(@)", "VendorEntity*(VendorEntity*,@)", "Null(DateRange*)", "~(Attribution,int)", "Null(ChartDataGroup*)", "ListBuilder*()", "SpanMarker(SpanMarker)", "~(List)", "ListBuilder*()", "Null(EntityType*,List*)", "ListTile*(BuildContext*,int*)", "Node2?(DirectoryNode,String,Node2?)", "PaymentListItem*(BuildContext*,int*)", "ListBuilder*()", "MapBuilder*>*(MapBuilder*>*)", "ListBuilder*()", "~(String,String?)", "ForcePressGestureRecognizer()", "Future*(Response*)", "~(ForcePressGestureRecognizer)", "Positioned(BuildContext,Widget?)", "ExpenseEntity*(@)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "Size(RenderBox,BoxConstraints)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "ExpenseCategoryListItem*(BuildContext*,int*)", "Null(VendorContactEntity*)", "Null(BuiltList*)", "~([Object?])", "ListBuilder*()", "~(Object[StackTrace?])", "Container*(BuildContext*,int*)", "ListBuilder*()", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "AlignmentGeometryTween(@)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "ListBuilder*()", "double*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "DocumentEntity*(String*)", "ListBuilder*()", "ListBuilder*()", "~(JavaScriptObject?)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(InvoiceItemReportFields*)", "bool(DraggableScrollableNotification)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "int*(ExpenseEntity*,ExpenseEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ListBuilder*()", "List*(BuiltMap*,BuiltMap*)", "String*(PaymentEntityBuilder*)", "DropdownMenuItem<@>*(@)", "String*(ProjectEntityBuilder*)", "bool*(PurchaseOrderItemReportFields*)", "~(bool(String))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "bool*(QuoteItemReportFields*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "_Channel()", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "DecorationTween(@)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "MapBuilder*>*(MapBuilder*>*)", "ViewListDiffResult?(int)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "String*(MapBuilder*)", "PaymentEditScreen*(BuildContext*)", "Future*(BuildContext*,AppSidebarMode*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "Future<~>(~)", "String*(String*,ShowPdfCredit*)", "~(_DragInfo)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "Widget(BuildContext,Object,StackTrace?)", "Future*(Object*)", "LicenseEntry(int)", "~(GestureMode)", "@(JavaScriptObject)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "PaymentableEntity*(BaseEntity*)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "Widget(BuildContext,bool)", "VendorListItem*(BuildContext*,int*)", "Widget(BuildContext,Object?,ScrollController?)", "CompanyGatewayEntity*(@)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "double(_PointerPanZoomData)", "Widget()", "Element2(int)", "KeyData()", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "int*(BaseEntity*,BaseEntity*)", "~(BuildContext)", "Drag?(Offset)", "int(int,@)", "VelocityTracker(PointerEvent)", "~(DiagnosticsNode)", "@(String)", "bool*(ProductEntity*)", "~(Offset)", "Completer*(Completer*,EditClient*)", "Color?(Color?)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "Future()", "bool(Attribution)", "bool(Selectable,double)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "bool(Rule)", "double*(String*,BuiltMap*)", "BankAccountEntity*(BankAccountEntity*,@)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "EntityStats*(String*,BuiltMap*)", "DesignEntity*(DesignEntity*,@)", "bool(JavaScriptObject)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "TransactionEntity*(TransactionEntity*,@)", "UserEntity*(UserEntity*,@)", "String(String,String)", "bool(ChartBehavior<@>)", "ListBuilder*()", "String*(String*,ArchiveDesignsSuccess*)", "ClientEditScreen*(BuildContext*)", "ClientPdfScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "Object()", "IndentingBuiltValueToStringHelper(String)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "TransactionScreenBuilder*(BuildContext*)", "TransactionViewScreen*(BuildContext*)", "TransactionEditScreen*(BuildContext*)", "BankAccountScreenBuilder*(BuildContext*)", "BankAccountViewScreen*(BuildContext*)", "BankAccountEditScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "ListBuilder()", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "ListMultimapBuilder()", "MapBuilder()", "SetBuilder()", "Future*(SharedPreferences*)", "SetMultimapBuilder()", "bool(InkHighlight?)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadTransactionsFailure*)", "String*(String*,LoadBankAccountsFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "int(PaintRequest,PaintRequest)", "UserCompanyState*(int*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "~(_ResolvedNotoSubset)", "TextStyle()", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "Null(UserCompanyState*)", "Container(BuildContext)", "@(@,String)", "ShapeBorderTween(@)", "int(List)", "String?(int)", "Null(BuiltList*)", "BankAccountUIStateBuilder*(BankAccountUIStateBuilder*)", "bool*(bool*,ViewBankAccount*)", "bool*(bool*,ViewBankAccountList*)", "bool*(bool*,FilterBankAccountsByState*)", "bool*(bool*,FilterBankAccounts*)", "bool*(bool*,FilterBankAccountsByCustom1*)", "bool*(bool*,FilterBankAccountsByCustom2*)", "bool*(bool*,FilterBankAccountsByCustom3*)", "bool*(bool*,FilterBankAccountsByCustom4*)", "int*(int*,UpdateBankAccountTab*)", "Null(~())", "String*(String*,ArchiveBankAccountsSuccess*)", "String*(String*,DeleteBankAccountsSuccess*)", "ColoredBox(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "Map()", "DataRow?()", "String*(String*,SortBankAccounts*)", "String*(String*,FilterBankAccounts*)", "String*(String*,FilterBankAccountsByState*)", "String*(String*,FilterBankAccountsByCustom1*)", "String*(String*,FilterBankAccountsByCustom2*)", "String*(String*,FilterBankAccountsByCustom3*)", "String*(String*,FilterBankAccountsByCustom4*)", "Column(BuildContext,BoxConstraints)", "BankAccountEntity*(BankAccountEntity*,UpdateBankAccount*)", "FadeTransition(BuildContext,Widget?)", "BankAccountEntity*(BankAccountEntity*,RestoreBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,ArchiveBankAccountsSuccess*)", "BankAccountEntity*(BankAccountEntity*,DeleteBankAccountsSuccess*)", "~(double,double)", "num(int?)", "bool(OverscrollIndicatorNotification)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*,String*)", "RefreshProgressIndicator(BuildContext,Widget?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Widget(Widget,int,Animation0)", "BankAccountEntity*(@)", "Material(BuildContext,Widget?)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "_MergClientPicker*(BuildContext*)", "Align(BuildContext,Widget?)", "bool(Set)", "double(Set)", "~(CkCanvas)", "Set(Set,Set)", "bool(SurfaceFrame,CkCanvas)", "Null(BuiltList*)", "ClientUIStateBuilder*(ClientUIStateBuilder*)", "bool*(bool*,ViewClient*)", "bool*(bool*,ViewClientList*)", "bool*(bool*,FilterClientsByState*)", "bool*(bool*,FilterClients*)", "bool*(bool*,FilterClientsByCustom1*)", "bool*(bool*,FilterClientsByCustom2*)", "bool*(bool*,FilterClientsByCustom3*)", "bool*(bool*,FilterClientsByCustom4*)", "int*(int*,UpdateClientTab*)", "~(String?,List)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "~(List,TextDirection,double)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "GlobalKey>(Widget)", "Center(int)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "InputDecorator(BuildContext,Widget?)", "TextElement2(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "double*(String*,BuiltMap*)", "MapEntry>(Object,ThemeExtension<@>)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "bool(MapEntry>)", "double(TextElement2)", "UserCompanyEntity*(UserCompanyEntity*,SaveAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecOAuthUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,ConnecGmailUserSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,DisableTwoFactorSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveUserSettingsSuccess*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateCompanyLanguage*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateDashboardFields*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateDashboardFieldSettingss*)", "CompanyEntityBuilder*(UserCompanyEntityBuilder*)", "int*(int*,LoadCompanySuccess*)", "int*(int*,LoadExpensesSuccess*)", "List*(BuiltMap*,BuiltList*)", "bool*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(CompanyEntity*,BuiltMap*,BuiltMap*)", "List*(String*,UserCompanyState*)", "TimeOfDay(int)", "Offset(double)", "bool*(ClientEntity*)", "~(List<_TappableLabel>?)", "~(Surface)", "MergeSemantics(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "bool*(ProjectEntity*)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "bool*(TaskEntity*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "~(int,@)", "Null(BuiltList*)", "CompanyGatewayUIStateBuilder*(CompanyGatewayUIStateBuilder*)", "bool*(bool*,ViewCompanyGateway*)", "bool*(bool*,ViewCompanyGatewayList*)", "bool*(bool*,FilterCompanyGatewaysByState*)", "bool*(bool*,FilterCompanyGateways*)", "bool*(bool*,FilterCompanyGatewaysByCustom1*)", "bool*(bool*,FilterCompanyGatewaysByCustom2*)", "bool*(bool*,FilterCompanyGatewaysByCustom3*)", "bool*(bool*,FilterCompanyGatewaysByCustom4*)", "String*(String*,ArchiveCompanyGatewaySuccess*)", "String*(String*,DeleteCompanyGatewaySuccess*)", "String*(String*,ViewCompanyGateway*)", "String*(String*,AddCompanyGatewaySuccess*)", "String*(String*,SortCompanyGateways*)", "String*(String*,FilterCompanyGateways*)", "String*(String*,FilterCompanyGatewaysByState*)", "String*(String*,FilterCompanyGatewaysByCustom1*)", "String*(String*,FilterCompanyGatewaysByCustom2*)", "String*(String*,FilterCompanyGatewaysByCustom3*)", "String*(String*,FilterCompanyGatewaysByCustom4*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayEntity*(CompanyGatewayEntity*,UpdateCompanyGateway*)", "bool(double)", "Color(double)", "_LiveImage()", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "int(int?)", "Null(Map>?)", "~(ImageInfo)", "_Future<@>?()", "~(Object,StackTrace?)?(ImageStreamListener)", "CreditUIStateBuilder*(CreditUIStateBuilder*)", "bool*(bool*,ViewCredit*)", "bool*(bool*,ViewCreditList*)", "bool*(bool*,FilterCreditsByState*)", "bool*(bool*,FilterCredits*)", "bool*(bool*,FilterCreditsByCustom1*)", "bool*(bool*,FilterCreditsByCustom2*)", "bool*(bool*,FilterCreditsByCustom3*)", "bool*(bool*,FilterCreditsByCustom4*)", "int*(int*,UpdateCreditTab*)", "~(ImageChunkEvent)?(ImageStreamListener)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "ViewClipChain()", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Paint(BoxShadow)", "Path(BoxShadow)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "DiagnosticsNode(InlineSpan)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "double?()", "~(int,bool(FlutterHtmlKeyboardEvent))", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(TextSelection)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "Rect(TextBox)", "bool(Point[double?])", "Rect(Rect?,TextBox)", "bool(Point,double,double)", "MouseCursor0(MouseTrackerAnnotation)", "Null(String*,Duration*)", "~(MouseTrackerAnnotation,Matrix4)", "bool(MouseTrackerAnnotation)", "List*(BuiltMap*,String*)", "String(int?)", "bool(int,int)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Null(ByteData)", "~(_SelectableFragment)", "List*(BuiltMap*,BuiltMap*)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "Color0?(int?)", "Null(BuiltList*)", "DesignUIStateBuilder*(DesignUIStateBuilder*)", "bool*(bool*,ViewDesign*)", "bool*(bool*,ViewDesignList*)", "bool*(bool*,FilterDesignsByState*)", "bool*(bool*,FilterDesigns*)", "bool*(bool*,FilterDesignsByCustom1*)", "bool*(bool*,FilterDesignsByCustom2*)", "bool*(bool*,FilterDesignsByCustom3*)", "bool*(bool*,FilterDesignsByCustom4*)", "~(_LineRendererElement)", "String*(String*,DeleteDesignsSuccess*)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "HitTestResult(Offset)", "bool(RenderSliver)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "_Future<@>(@)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "Null(BuiltList*)", "DocumentUIStateBuilder*(DocumentUIStateBuilder*)", "bool*(bool*,ViewDocument*)", "bool*(bool*,ViewDocumentList*)", "bool*(bool*,FilterDocumentsByState*)", "bool*(bool*,FilterDocuments*)", "bool*(bool*,FilterDocumentsByCustom1*)", "bool*(bool*,FilterDocumentsByCustom2*)", "bool*(bool*,FilterDocumentsByCustom3*)", "bool*(bool*,FilterDocumentsByCustom4*)", "String*(String*,ArchiveDocumentSuccess*)", "String*(String*,DeleteDocumentSuccess*)", "String*(String*,ViewDocument*)", "String*(String*,SortDocuments*)", "String*(String*,FilterDocuments*)", "String*(String*,FilterDocumentsByState*)", "String*(String*,FilterDocumentsByCustom1*)", "String*(String*,FilterDocumentsByCustom2*)", "String*(String*,FilterDocumentsByCustom3*)", "String*(String*,FilterDocumentsByCustom4*)", "DocumentEntity*(DocumentEntity*,UpdateDocument*)", "Palette(Palette())", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(List<@>,JavaScriptObject)", "InvoiceItemEntity*(BaseEntity*)", "Future<@>(@)", "int(SemanticsNode)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "TextInputConfiguration(AutofillClient)", "Stream()", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "Future(String?)", "~(@,StackTrace)", "List*(BuiltMap*,String*)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "~(Iterable)", "Null(BuiltList*)", "ExpenseCategoryUIStateBuilder*(ExpenseCategoryUIStateBuilder*)", "bool*(bool*,ViewExpenseCategory*)", "bool*(bool*,ViewExpenseCategoryList*)", "bool*(bool*,FilterExpenseCategoriesByState*)", "bool*(bool*,FilterExpenseCategories*)", "bool*(bool*,FilterExpenseCategoriesByCustom1*)", "bool*(bool*,FilterExpenseCategoriesByCustom2*)", "bool*(bool*,FilterExpenseCategoriesByCustom3*)", "bool*(bool*,FilterExpenseCategoriesByCustom4*)", "String*(String*,ArchiveExpenseCategoriesSuccess*)", "String*(String*,DeleteExpenseCategoriesSuccess*)", "String*(String*,SortExpenseCategories*)", "String*(String*,FilterExpenseCategories*)", "String*(String*,FilterExpenseCategoriesByState*)", "String*(String*,FilterExpenseCategoriesByCustom1*)", "String*(String*,FilterExpenseCategoriesByCustom2*)", "String*(String*,FilterExpenseCategoriesByCustom3*)", "String*(String*,FilterExpenseCategoriesByCustom4*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,UpdateExpenseCategory*)", "RawKeyEventData()", "bool(PhysicalKeyboardKey)", "~(SelectionModelType)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "_ButtonSanitizer()", "List()", "ExpenseCategoryEntity*(@)", "List(List)", "List(SelectionRect)", "~(String,ChartBehavior0<@>)", "Null(BuiltList*)", "GroupUIStateBuilder*(GroupUIStateBuilder*)", "bool*(bool*,ViewGroup*)", "bool*(bool*,ViewGroupList*)", "bool*(bool*,FilterGroupsByState*)", "bool*(bool*,FilterGroups*)", "String*(String*,ArchiveGroupSuccess*)", "String*(String*,DeleteGroupSuccess*)", "String*(String*,ViewGroup*)", "String*(String*,AddGroupSuccess*)", "String*(String*,SortGroups*)", "String*(String*,FilterGroups*)", "String*(String*,FilterGroupsByState*)", "GroupEntity*(GroupEntity*,RestoreGroupSuccess*)", "GroupEntity*(GroupEntity*,ArchiveGroupSuccess*)", "GroupEntity*(GroupEntity*,DeleteGroupSuccess*)", "GroupEntity*(GroupEntity*,UpdateGroup*)", "double(num)", "List<@>(String)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "~(Action)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "_PointerState()", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "~(_ChildEntry)", "Widget(_ChildEntry)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "Padding(Widget)", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "int(TableRow)", "ClipPath(BuildContext)", "Padding(int)", "Null(BuiltList*)", "PaymentTermUIStateBuilder*(PaymentTermUIStateBuilder*)", "bool*(bool*,ViewPaymentTerm*)", "bool*(bool*,ViewPaymentTermList*)", "bool*(bool*,FilterPaymentTermsByState*)", "bool*(bool*,FilterPaymentTerms*)", "bool*(bool*,FilterPaymentTermsByCustom1*)", "bool*(bool*,FilterPaymentTermsByCustom2*)", "bool*(bool*,FilterPaymentTermsByCustom3*)", "bool*(bool*,FilterPaymentTermsByCustom4*)", "String*(String*,ArchivePaymentTermsSuccess*)", "String*(String*,DeletePaymentTermsSuccess*)", "String*(String*,SortPaymentTerms*)", "String*(String*,FilterPaymentTerms*)", "String*(String*,FilterPaymentTermsByState*)", "String*(String*,FilterPaymentTermsByCustom1*)", "String*(String*,FilterPaymentTermsByCustom2*)", "String*(String*,FilterPaymentTermsByCustom3*)", "String*(String*,FilterPaymentTermsByCustom4*)", "PaymentTermEntity*(PaymentTermEntity*,RestorePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,ArchivePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,DeletePaymentTermsSuccess*)", "PaymentTermEntity*(PaymentTermEntity*,UpdatePaymentTerm*)", "List(Size)", "HitTestResult()", "Future()", "Future<~>(double)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Future<~>(@)", "Future>(Map)", "Promise<1&>()", "Null(BuiltList*)", "ProductUIStateBuilder*(ProductUIStateBuilder*)", "bool*(bool*,ViewProduct*)", "bool*(bool*,ViewProductList*)", "bool*(bool*,FilterProductsByState*)", "bool*(bool*,FilterProducts*)", "bool*(bool*,FilterProductsByCustom1*)", "bool*(bool*,FilterProductsByCustom2*)", "bool*(bool*,FilterProductsByCustom3*)", "bool*(bool*,FilterProductsByCustom4*)", "int*(int*,UpdateProductTab*)", "ProductEntity*(ProductEntity*,UpdateProduct*)", "ProductEntity*(ProductEntity*,RestoreProductsSuccess*)", "ProductEntity*(ProductEntity*,ArchiveProductsSuccess*)", "ProductEntity*(ProductEntity*,DeleteProductsSuccess*)", "String*(String*,ArchiveProductsSuccess*)", "String*(String*,DeleteProductsSuccess*)", "String*(String*,ViewProduct*)", "String*(String*,AddProductSuccess*)", "String*(String*,SortProducts*)", "String*(String*,FilterProducts*)", "String*(String*,FilterProductsByState*)", "String*(String*,FilterProductsByCustom1*)", "String*(String*,FilterProductsByCustom2*)", "String*(String*,FilterProductsByCustom3*)", "String*(String*,FilterProductsByCustom4*)", "Rect(DisplayFeature)", "_DraggableSheetExtent()", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "Incrementable(SemanticsObject)", "~(TransposeCharactersIntent)", "Null(BuiltList*)", "ProjectUIStateBuilder*(ProjectUIStateBuilder*)", "bool*(bool*,ViewProject*)", "bool*(bool*,ViewProjectList*)", "bool*(bool*,FilterProjectsByState*)", "bool*(bool*,FilterProjects*)", "bool*(bool*,FilterProjectsByCustom1*)", "bool*(bool*,FilterProjectsByCustom2*)", "bool*(bool*,FilterProjectsByCustom3*)", "bool*(bool*,FilterProjectsByCustom4*)", "int*(int*,UpdateProjectTab*)", "~(ReplaceTextIntent)", "String*(String*,ArchiveProjectSuccess*)", "String*(String*,DeleteProjectSuccess*)", "String*(String*,ViewProject*)", "String*(String*,AddProjectSuccess*)", "String*(String*,SortProjects*)", "String*(String*,FilterProjects*)", "String*(String*,FilterProjectsByState*)", "String*(String*,FilterProjectsByCustom1*)", "String*(String*,FilterProjectsByCustom2*)", "String*(String*,FilterProjectsByCustom3*)", "String*(String*,FilterProjectsByCustom4*)", "ProjectEntity*(ProjectEntity*,RestoreProjectSuccess*)", "ProjectEntity*(ProjectEntity*,ArchiveProjectSuccess*)", "ProjectEntity*(ProjectEntity*,DeleteProjectSuccess*)", "ProjectEntity*(ProjectEntity*,UpdateProject*)", "~(ScrollToDocumentBoundaryIntent)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "~(ExpandSelectionToLineBreakIntent)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "SelectionRect?(int)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "bool(SelectionRect?)", "SelectionRect(SelectionRect?)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "Future<~>(PasteTextIntent)", "~(TextEditingValue)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "int*(int*,EditQuote*)", "int*(int*,EditQuoteItem*)", "String*(String*,ArchiveQuotesSuccess*)", "String*(String*,DeleteQuotesSuccess*)", "String*(String*,ViewQuote*)", "String*(String*,AddQuoteSuccess*)", "String*(String*,ShowEmailQuote*)", "String*(String*,SortQuotes*)", "String*(String*,FilterQuotes*)", "String*(String*,FilterQuotesByState*)", "String*(String*,FilterQuotesByStatus*)", "String*(String*,FilterQuotesByCustom1*)", "String*(String*,FilterQuotesByCustom2*)", "String*(String*,FilterQuotesByCustom3*)", "String*(String*,FilterQuotesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuote*)", "bool(HitTestEntry)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "TextSelection(TextSelection)", "~(UndoTextIntent)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "~(RedoTextIntent)", "Scrollable0(SemanticsObject)", "RecurringExpenseUIStateBuilder*(RecurringExpenseUIStateBuilder*)", "bool*(bool*,ViewRecurringExpense*)", "bool*(bool*,ViewRecurringExpenseList*)", "bool*(bool*,FilterRecurringExpensesByState*)", "bool*(bool*,FilterRecurringExpenses*)", "bool*(bool*,FilterRecurringExpensesByCustom1*)", "bool*(bool*,FilterRecurringExpensesByCustom2*)", "bool*(bool*,FilterRecurringExpensesByCustom3*)", "bool*(bool*,FilterRecurringExpensesByCustom4*)", "int*(int*,UpdateRecurringExpenseTab*)", "String*(String*,ArchiveRecurringExpensesSuccess*)", "String*(String*,DeleteRecurringExpensesSuccess*)", "String*(String*,SortRecurringExpenses*)", "String*(String*,FilterRecurringExpenses*)", "String*(String*,FilterRecurringExpensesByState*)", "String*(String*,FilterRecurringExpensesByCustom1*)", "String*(String*,FilterRecurringExpensesByCustom2*)", "String*(String*,FilterRecurringExpensesByCustom3*)", "String*(String*,FilterRecurringExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteRecurringExpensesSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateRecurringExpense*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "RecurringInvoiceUIStateBuilder*(RecurringInvoiceUIStateBuilder*)", "bool*(bool*,ViewRecurringInvoice*)", "bool*(bool*,ViewRecurringInvoiceList*)", "bool*(bool*,FilterRecurringInvoicesByState*)", "bool*(bool*,FilterRecurringInvoices*)", "bool*(bool*,FilterRecurringInvoicesByCustom1*)", "bool*(bool*,FilterRecurringInvoicesByCustom2*)", "bool*(bool*,FilterRecurringInvoicesByCustom3*)", "bool*(bool*,FilterRecurringInvoicesByCustom4*)", "int*(int*,UpdateRecurringInvoiceTab*)", "~(_FocusTraversalGroupInfo)", "int*(int*,EditRecurringInvoice*)", "int*(int*,EditRecurringInvoiceItem*)", "String*(String*,ArchiveRecurringInvoicesSuccess*)", "String*(String*,DeleteRecurringInvoicesSuccess*)", "String*(String*,ViewRecurringInvoice*)", "String*(String*,AddRecurringInvoiceSuccess*)", "String*(String*,ShowEmailRecurringInvoice*)", "String*(String*,SortRecurringInvoices*)", "String*(String*,FilterRecurringInvoices*)", "String*(String*,FilterRecurringInvoicesByState*)", "String*(String*,FilterRecurringInvoicesByStatus*)", "String*(String*,FilterRecurringInvoicesByCustom1*)", "String*(String*,FilterRecurringInvoicesByCustom2*)", "String*(String*,FilterRecurringInvoicesByCustom3*)", "String*(String*,FilterRecurringInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoice*)", "bool(_DirectionalPolicyDataEntry)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "ChartContainerRenderObject<@>()", "bool(TraversalDirection)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "Set(_ReadingOrderSortData)", "Map(Map,String)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "SettingsUIState*(SettingsUIState*,UpdateCompany*)", "SettingsUIState*(SettingsUIState*,UpdateSettings*)", "SettingsUIState*(SettingsUIState*,UpdateUserSettings*)", "SettingsUIState*(SettingsUIState*,ResetSettings*)", "SettingsUIState*(SettingsUIState*,SaveCompanySuccess*)", "SettingsUIState*(SettingsUIState*,SaveGroupSuccess*)", "SettingsUIState*(SettingsUIState*,SaveClientSuccess*)", "SettingsUIState*(SettingsUIState*,SaveAuthUserSuccess*)", "SettingsUIState*(SettingsUIState*,FilterSettings*)", "SettingsUIState*(SettingsUIState*,ClearSettingsFilter*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTab*)", "SettingsUIState*(SettingsUIState*,UpdateSettingsTemplate*)", "SettingsUIState*(SettingsUIState*,UpdatedSetting*)", "StaticStateBuilder*(StaticStateBuilder*)", "CurrencyEntity*(@)", "SizeEntity*(@)", "IndustryEntity*(@)", "TimezoneEntity*(@)", "DateFormatEntity*(@)", "LanguageEntity*(@)", "PaymentTypeEntity*(@)", "CountryEntity*(@)", "GatewayEntity*(@)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "List*(BuiltMap*)", "BuiltMap*(List<@>*)", "FontEntity*(@)", "bool(_ReadingOrderSortData)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Null(BuiltList*)", "SubscriptionUIStateBuilder*(SubscriptionUIStateBuilder*)", "bool*(bool*,ViewSubscription*)", "bool*(bool*,ViewSubscriptionList*)", "bool*(bool*,FilterSubscriptionsByState*)", "bool*(bool*,FilterSubscriptions*)", "bool*(bool*,FilterSubscriptionsByCustom1*)", "bool*(bool*,FilterSubscriptionsByCustom2*)", "bool*(bool*,FilterSubscriptionsByCustom3*)", "bool*(bool*,FilterSubscriptionsByCustom4*)", "int*(int*,UpdateSubscriptionTab*)", "String*(String*,ArchiveSubscriptionsSuccess*)", "String*(String*,DeleteSubscriptionsSuccess*)", "String*(String*,SortSubscriptions*)", "String*(String*,FilterSubscriptions*)", "String*(String*,FilterSubscriptionsByState*)", "String*(String*,FilterSubscriptionsByCustom1*)", "String*(String*,FilterSubscriptionsByCustom2*)", "String*(String*,FilterSubscriptionsByCustom3*)", "String*(String*,FilterSubscriptionsByCustom4*)", "SubscriptionEntity*(SubscriptionEntity*,RestoreSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,ArchiveSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,DeleteSubscriptionsSuccess*)", "SubscriptionEntity*(SubscriptionEntity*,UpdateSubscription*)", "Object?(int,Element0?)", "~(String,int)", "~(String,int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "DoubleTapGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "FileNode()", "Uint8List(@,@)", "TaskEntity*(@)", "~(FileNode)", "FileNode(FileNode)", "LabelAndValue(SemanticsObject)", "Null(BuiltList*)", "TaskStatusUIStateBuilder*(TaskStatusUIStateBuilder*)", "bool*(bool*,ViewTaskStatus*)", "bool*(bool*,ViewTaskStatusList*)", "bool*(bool*,FilterTaskStatusesByState*)", "bool*(bool*,FilterTaskStatuses*)", "bool*(bool*,FilterTaskStatusesByCustom1*)", "bool*(bool*,FilterTaskStatusesByCustom2*)", "bool*(bool*,FilterTaskStatusesByCustom3*)", "bool*(bool*,FilterTaskStatusesByCustom4*)", "String*(String*,ArchiveTaskStatusesSuccess*)", "String*(String*,DeleteTaskStatusesSuccess*)", "String*(String*,SortTaskStatuses*)", "String*(String*,FilterTaskStatuses*)", "String*(String*,FilterTaskStatusesByState*)", "String*(String*,FilterTaskStatusesByCustom1*)", "String*(String*,FilterTaskStatusesByCustom2*)", "String*(String*,FilterTaskStatusesByCustom3*)", "String*(String*,FilterTaskStatusesByCustom4*)", "TaskStatusEntity*(TaskStatusEntity*,RestoreTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,ArchiveTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,DeleteTaskStatusesSuccess*)", "TaskStatusEntity*(TaskStatusEntity*,UpdateTaskStatus*)", "~(Node2)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "Node2?(DirectoryNode,String,Node2?,int,int)", "~(Blob?)", "~(PointerPanZoomStartEvent)", "Null(BuiltList*)", "TaxRateUIStateBuilder*(TaxRateUIStateBuilder*)", "bool*(bool*,ViewTaxRate*)", "bool*(bool*,ViewTaxRateList*)", "bool*(bool*,FilterTaxRatesByState*)", "bool*(bool*,FilterTaxRates*)", "String*(String*,ArchiveTaxRatesSuccess*)", "String*(String*,DeleteTaxRatesSuccess*)", "String*(String*,ViewTaxRate*)", "String*(String*,AddTaxRateSuccess*)", "String*(String*,SortTaxRates*)", "String*(String*,FilterTaxRates*)", "String*(String*,FilterTaxRatesByState*)", "TaxRateEntity*(TaxRateEntity*,RestoreTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,ArchiveTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,DeleteTaxRatesSuccess*)", "TaxRateEntity*(TaxRateEntity*,UpdateTaxRate*)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "~(File,Uint8List?,String?,Stream>?)", "~(_HeroFlight)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "MediaQuery(BuildContext,Widget?)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "Future(String)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "bool(Element2)", "Null(BuiltList*)", "TransactionUIStateBuilder*(TransactionUIStateBuilder*)", "bool*(bool*,ViewTransaction*)", "bool*(bool*,ViewTransactionList*)", "bool*(bool*,FilterTransactionsByState*)", "bool*(bool*,FilterTransactions*)", "bool*(bool*,FilterTransactionsByCustom1*)", "bool*(bool*,FilterTransactionsByCustom2*)", "bool*(bool*,FilterTransactionsByCustom3*)", "bool*(bool*,FilterTransactionsByCustom4*)", "int*(int*,UpdateTransactionTab*)", "String*(String*,ArchiveTransactionsSuccess*)", "String*(String*,DeleteTransactionsSuccess*)", "String*(String*,SortTransactions*)", "String*(String*,FilterTransactions*)", "String*(String*,FilterTransactionsByState*)", "String*(String*,FilterTransactionsByCustom1*)", "String*(String*,FilterTransactionsByCustom2*)", "String*(String*,FilterTransactionsByCustom3*)", "String*(String*,FilterTransactionsByCustom4*)", "TransactionEntity*(TransactionEntity*,RestoreTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,ArchiveTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,DeleteTransactionsSuccess*)", "TransactionEntity*(TransactionEntity*,UpdateTransaction*)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "TransactionEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "TextStyleTween(@)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "BorderRadiusTween(@)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "~(DomException0)", "bool*(bool*,TogglePreviewSidebar*)", "bool*(bool*,StartClientMultiselect*)", "bool*(bool*,StartProductMultiselect*)", "bool*(bool*,StartInvoiceMultiselect*)", "bool*(bool*,StartRecurringInvoiceMultiselect*)", "bool*(bool*,StartPaymentMultiselect*)", "bool*(bool*,StartQuoteMultiselect*)", "bool*(bool*,StartCreditMultiselect*)", "bool*(bool*,StartProjectMultiselect*)", "bool*(bool*,StartTaskMultiselect*)", "bool*(bool*,StartVendorMultiselect*)", "bool*(bool*,StartPurchaseOrderMultiselect*)", "bool*(bool*,StartExpenseMultiselect*)", "bool*(bool*,StartRecurringExpenseMultiselect*)", "bool*(bool*,StartTransactionMultiselect*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PurgeDataSuccess*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Future<@>(_Pending)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewTransaction*)", "BuiltList*(BuiltList*,EditTransaction*)", "BuiltList*(BuiltList*,ViewBankAccount*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadPurchaseOrdersRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "EntityType*(EntityType*,LoadTransactionsRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "Map(List<@>)", "Map(Map)", "Null(Map)", "Null(BuiltList*)", "UserUIStateBuilder*(UserUIStateBuilder*)", "bool*(bool*,ViewUser*)", "bool*(bool*,ViewUserList*)", "bool*(bool*,FilterUsersByState*)", "bool*(bool*,FilterUsers*)", "bool*(bool*,FilterUsersByCustom1*)", "bool*(bool*,FilterUsersByCustom2*)", "bool*(bool*,FilterUsersByCustom3*)", "bool*(bool*,FilterUsersByCustom4*)", "String*(String*,ArchiveUserSuccess*)", "String*(String*,DeleteUserSuccess*)", "String*(String*,ViewUser*)", "String*(String*,AddUserSuccess*)", "String*(String*,SortUsers*)", "String*(String*,FilterUsers*)", "String*(String*,FilterUsersByState*)", "String*(String*,FilterUsersByCustom1*)", "String*(String*,FilterUsersByCustom2*)", "String*(String*,FilterUsersByCustom3*)", "String*(String*,FilterUsersByCustom4*)", "UserEntity*(UserEntity*,RestoreUserSuccess*)", "UserEntity*(UserEntity*,ArchiveUserSuccess*)", "UserEntity*(UserEntity*,DeleteUserSuccess*)", "UserEntity*(UserEntity*,UpdateUser*)", "String(String,Color)", "bool(Route<@>?)", "bool(OverlayEntry)", "Tappable(SemanticsObject)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "TextField0(SemanticsObject)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "Null(BuiltList*)", "VendorUIStateBuilder*(VendorUIStateBuilder*)", "bool*(bool*,ViewVendor*)", "bool*(bool*,ViewVendorList*)", "bool*(bool*,FilterVendorsByState*)", "bool*(bool*,FilterVendors*)", "bool*(bool*,FilterVendorsByCustom1*)", "bool*(bool*,FilterVendorsByCustom2*)", "bool*(bool*,FilterVendorsByCustom3*)", "bool*(bool*,FilterVendorsByCustom4*)", "int*(int*,UpdateVendorTab*)", "RenderBox?()", "String*(String*,ArchiveVendorSuccess*)", "String*(String*,DeleteVendorSuccess*)", "String*(String*,ViewVendor*)", "String*(String*,AddVendorSuccess*)", "String*(String*,SortVendors*)", "String*(String*,FilterVendors*)", "String*(String*,FilterVendorsByState*)", "String*(String*,FilterVendorsByCustom1*)", "String*(String*,FilterVendorsByCustom2*)", "String*(String*,FilterVendorsByCustom3*)", "String*(String*,FilterVendorsByCustom4*)", "VendorEntity*(VendorEntity*,RestoreVendorSuccess*)", "VendorEntity*(VendorEntity*,ArchiveVendorSuccess*)", "VendorEntity*(VendorEntity*,DeleteVendorSuccess*)", "VendorEntity*(VendorEntity*,UpdateVendor*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "Null(BuiltList*)", "WebhookUIStateBuilder*(WebhookUIStateBuilder*)", "bool*(bool*,ViewWebhook*)", "bool*(bool*,ViewWebhookList*)", "bool*(bool*,FilterWebhooksByState*)", "bool*(bool*,FilterWebhooks*)", "bool*(bool*,FilterWebhooksByCustom1*)", "bool*(bool*,FilterWebhooksByCustom2*)", "bool*(bool*,FilterWebhooksByCustom3*)", "bool*(bool*,FilterWebhooksByCustom4*)", "String*(String*,ArchiveWebhooksSuccess*)", "String*(String*,DeleteWebhooksSuccess*)", "String*(String*,SortWebhooks*)", "String*(String*,FilterWebhooks*)", "String*(String*,FilterWebhooksByState*)", "String*(String*,FilterWebhooksByCustom1*)", "String*(String*,FilterWebhooksByCustom2*)", "String*(String*,FilterWebhooksByCustom3*)", "String*(String*,FilterWebhooksByCustom4*)", "WebhookEntity*(WebhookEntity*,RestoreWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,ArchiveWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,DeleteWebhooksSuccess*)", "WebhookEntity*(WebhookEntity*,UpdateWebhook*)", "Checkable(SemanticsObject)", "Null(RestorationBucket?)", "~(RestorableProperty)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "SynchronousFuture(bool)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "@(@,@)", "BottomAppBar*(BuildContext*,Store*)", "bool(Node1)", "Widget(BuildContext,ViewportOffset)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Element2(Node1)", "Padding*(TextButton*)", "bool(ScrollMetrics?)", "MultiSelectList*(BuildContext*)", "@(List*)", "_ThumbPressGestureRecognizer()", "Padding*(MapEntry*)", "~(_ThumbPressGestureRecognizer)", "Transaction(@,String)", "_TrackTapGestureRecognizer()", "DocumentTile*(DocumentEntity*)", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "TargetPlatform?()", "int(Selectable,Selectable)", "bool(Selectable)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "~(RenderBox)", "Element0?()", "bool(TableRow)", "Decoration?(TableRow)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "_TableElementRow(TableRow)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "Element0(Widget)", "String*(SelectableEntity*)", "bool(_TableElementRow)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "bool(List)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "List(_TableElementRow)", "Null(Color*)", "~(DragStartDetails,DragUpdateDetails)", "CacheInfoRepository(bool)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "Future<~>(CacheObject?)", "List(List)", "DataRow*(String*)", "Widget(Color)", "SynchronousFuture()", "SynchronousFuture()", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "~(String,DateSymbols)", "BaseEntity*(InvitationEntity*)", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "DropdownMenuItem*(TaxRateEntity*)", "int(StaggeredGridParentData,int)", "Null(PointerExitEvent*)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "String*(EntityStatus*)", "TargetPlatform()", "ListTile*(BuildContext*,BoxConstraints*)", "GoogleSignInTokenData(Map?)", "Widget*(BuildContext*,Store*)", "Null(GoogleAuth)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Null(GoogleAuthInitFailureError)", "Future*()", "bool(DiagnosticsNode?)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "bool(StackFrame)", "HealthCheckDialog*(BuildContext*)", "~(Element)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "String(StringToken)", "_SelectRow*()", "bool(Set)", "bool(Selector)", "Map>()", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "List()", "ErrorDescription(String)", "~(Rule)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "int(String?,String?)", "DataRow0*()", "String(DiagnosticsNode)", "Card*(BuildContext*,BoxConstraints*)", "Rule()", "~(BaseEntity*)", "Column*()", "Future<@>()", "ImageRoleManager(SemanticsObject)", "DataColumn0*(String*)", "String?(RegExpMatch)", "~(Node0)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "Null(List*)", "MapEntry*(PurchaseDetails*)", "int*(ProductDetails*,ProductDetails*)", "ListTile*(ProductDetails*)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "int(String)", "LiveRegion(SemanticsObject)", "String(List)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "EntityList*(BuildContext*,BankAccountListVM*)", "BankAccountListItem*(BuildContext*,int*)", "MediaType()", "BankAccountScreen*(BuildContext*,BankAccountScreenVM*)", "BankAccountEditVM*(Store*)", "BankAccountEdit*(BuildContext*,BankAccountEditVM*)", "BankAccountViewVM*(Store*)", "BankAccountView*(BuildContext*,BankAccountViewVM*)", "Null(String)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "XFile(File)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "_RandomAccessFile(@)", "PurchaseWrapper(@)", "SkuDetailsWrapper(@)", "Future<~>(PurchasesResultWrapper)", "List(SkuDetailsResponseWrapper)", "GooglePlayProductDetails(SkuDetailsWrapper)", "String(ProductDetails)", "Row*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "bool(PurchasesResultWrapper)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "GooglePlayPurchaseDetails(PurchaseWrapper)", "GatewayConfigField*(String*)", "Future(PurchaseWrapper)", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "AppStoreProductDetails(SKProductWrapper)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "bool(SKPaymentTransactionWrapper)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "SKPaymentTransactionWrapper(@)", "SKProductWrapper(@)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "SKProductDiscountWrapper(@)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "bool(_DateFormatField)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "_DateFormatLiteralField(String,DateFormat)", "int/(@)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "String?(NumberSymbols)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "_DashboardSettings*(BuildContext*)", "Card*(TaskEntity*)", "FormCard*(DashboardField*)", "String(NumberSymbols)", "bool(DiagnosticsNode)", "Column(BuildContext,int)", "Country()", "StatefulBuilder(BuildContext)", "CountryPickerDialog(BuildContext,~(~()))", "_DashboardField*(BuildContext*)", "~(Country)", "bool*(DashboardField*)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "LicenseParagraph()", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "~(AbstractNode)", "String(GestureArenaMember)", "_GestureArena()", "~(PointerDataPacket)", "EngineLineMetrics(ParagraphLine)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "Null(String*,GatewayOptionsEntity*)", "bool(PointerData)", "_PointerEventDescription(PointerData)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "Future(int)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "Drag?()", "~(_TapTracker)", "Map<~(PointerEvent),Matrix4?>()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "~(~(PointerEvent),Matrix4?)", "@(Object?)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "Uint8List({seed:int})", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "InvitationEntity*(InvitationEntity*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "InvoiceHistoryEntity*(ActivityEntity*)", "Null(InvitationEntity*)", "_CombiningGestureArenaMember()", "double*(double*,double*)", "Map*()", "LicensePage(BuildContext)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "JsFunction(@)", "JsArray<@>(@)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "Center(BuildContext,int?,Widget?)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "ListBuilder*()", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(BuildContext*)*(BuildContext*)", "JsObject(@)", "ListBuilder*()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "int(String,String)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Localizations(BuildContext,int)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "Future(JavaScriptObject)", "List>(NavigatorState,String)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "MaterialPageRoute<~>(RouteSettings)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "BlockSemantics(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "WillPopScope(BuildContext)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "InvoiceItemReportFields*(String*)", "Object?()", "ListBuilder*()", "MouseRegion(BuildContext,ScrollController)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "MaterialRectArcTween(Rect?,Rect?)", "Widget(BuildContext,~())", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "bool(bool)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "String?(~(Codec))", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PurchaseOrderItemReportFields*(String*)", "ListBuilder*()", "ListBuilder*()", "~(ScrollNotification)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "ListBuilder*()", "~(String,JavaScriptObject)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "double(_Diagonal)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "Null(FrameInfo)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "~(EditingState?,TextEditingDeltaState?)", "0^?(0^?(ButtonStyle?))", "String*(@,int*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MaterialStateProperty?(ButtonStyle?)", "DateTime*(@,int*)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "CkCanvas(CkPictureRecorder)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext*,List*)", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "Future()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TransactionReportFields*(String*)", "bool*(TransactionReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "VendorReportFields*(String*)", "bool*(VendorReportFields*)", "MaterialStateProperty?(ButtonStyle?)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "MouseCursor0?(Set)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "MouseCursor0?(ButtonStyle?)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "String?(String)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "ListBuilder*()", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "MaterialTapTargetSize?(ButtonStyle?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ListBuilder*()", "DropdownMenuItem*(ExportType*)", "ListBuilder*()", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Duration?(ButtonStyle?)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "ListBuilder*>*()", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "ListBuilder*()", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "ListBuilder*()", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "MapBuilder*>*()", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "bool?(ButtonStyle?)", "~(BuildContext*[EntityAction*])", "MapBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "MapBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "BoardList*(String*)", "Null(Completer*,String*)", "MapBuilder*()", "BoardItem*(TaskEntity*)", "Null(int*,int*,BoardItemState*)", "Null(int*,int*,int*,int*,BoardItemState*)", "KanbanView*(BuildContext*,KanbanVM*)", "Null(Completer*,List*,Map*>*)", "Null(Completer*,String*,String*,int*)", "Null(Completer*,String*,String*,String*,int*)", "EntityList*(BuildContext*,TaskListVM*)", "TaskScreen*(BuildContext*,TaskScreenVM*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "String*(TransactionEntityBuilder*)", "TransactionEditVM*(Store*)", "TransactionEdit*(BuildContext*,TransactionEditVM*)", "EntityList*(BuildContext*,TransactionListVM*)", "TransactionListItem*(BuildContext*,int*)", "AlignmentGeometry?(ButtonStyle?)", "TransactionScreen*(BuildContext*,TransactionScreenVM*)", "EntityListTile*(InvoiceEntity*)", "double*(InvoiceEntity*)", "String*(InvoiceEntity*)", "bool*(ExpenseCategoryEntity*)", "int*(ExpenseCategoryEntity*,ExpenseCategoryEntity*)", "bool*(VendorEntity*)", "int*(VendorEntity*,VendorEntity*)", "MapBuilder*()", "TransactionViewVM*(Store*)", "TransactionView*(BuildContext*,TransactionViewVM*)", "Null(BuildContext*,String*,List*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "ListBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "MapBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*()", "Logger()", "MapBuilder*()", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "MapBuilder*()", "bool(Node3)", "MapBuilder*()", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "String?([String?])", "MapBuilder*()", "_PinItem(int)", "Widget(FormFieldState)", "Center(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "InteractiveInkFeatureFactory?(ButtonStyle?)", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Map(SentryPackage)", "Future<~>(ISentrySpan)", "Null(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "~(int?,int?)", "TextAffinity()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "LayoutBuilder(BuildContext,Rect?,Widget?)", "RepaintBoundary(BuildContext,BoxConstraints)", "Container(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder*()", "DocumentScrollable(BuildContext,BoxConstraints)", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "bool(bool?)", "bool(String,@)", "~(Zone?,ZoneDelegate?,Zone,~())", "int(Comparable<@>,Comparable<@>)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "~(DirectionalFocusIntent)", "bool(NotoFont)", "String(CropAspectRatioPreset?)", "SurfaceScene()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,ViewBankAccountList*)", "ListUIState*(ListUIState*,FilterBankAccountsByCustom1*)", "ListUIState*(ListUIState*,FilterBankAccountsByCustom2*)", "ListUIState*(ListUIState*,FilterBankAccountsByState*)", "ListUIState*(ListUIState*,FilterBankAccounts*)", "ListUIState*(ListUIState*,SortBankAccounts*)", "ListUIState*(ListUIState*,StartBankAccountMultiselect*)", "ListUIState*(ListUIState*,AddToBankAccountMultiselect*)", "ListUIState*(ListUIState*,RemoveFromBankAccountMultiselect*)", "ListUIState*(ListUIState*,ClearBankAccountMultiselect*)", "BankAccountState*(BankAccountState*,ArchiveBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,DeleteBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,RestoreBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,AddBankAccountSuccess*)", "BankAccountState*(BankAccountState*,SaveBankAccountSuccess*)", "BankAccountState*(BankAccountState*,LoadBankAccountSuccess*)", "BankAccountState*(BankAccountState*,LoadBankAccountsSuccess*)", "BankAccountState*(BankAccountState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewClientList*)", "ListUIState*(ListUIState*,FilterClientsByCustom1*)", "ListUIState*(ListUIState*,FilterClientsByCustom2*)", "ListUIState*(ListUIState*,FilterClientsByCustom3*)", "ListUIState*(ListUIState*,FilterClientsByCustom4*)", "ListUIState*(ListUIState*,FilterClientsByState*)", "ListUIState*(ListUIState*,FilterClients*)", "ListUIState*(ListUIState*,SortClients*)", "ListUIState*(ListUIState*,StartClientMultiselect*)", "ListUIState*(ListUIState*,AddToClientMultiselect*)", "ListUIState*(ListUIState*,RemoveFromClientMultiselect*)", "ListUIState*(ListUIState*,ClearClientMultiselect*)", "ClientState*(ClientState*,ArchiveClientsSuccess*)", "ClientState*(ClientState*,DeleteClientsSuccess*)", "ClientState*(ClientState*,RestoreClientSuccess*)", "ClientState*(ClientState*,AddClientSuccess*)", "ClientState*(ClientState*,SaveClientSuccess*)", "ClientState*(ClientState*,LoadClientSuccess*)", "ClientState*(ClientState*,MergeClientsSuccess*)", "ClientState*(ClientState*,PurgeClientSuccess*)", "ClientState*(ClientState*,LoadClientsSuccess*)", "ClientState*(ClientState*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,LoadCompanySuccess*)", "UserCompanyEntity*(UserCompanyEntity*,SaveCompanySuccess*)", "~(int?)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom1*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByCustom2*)", "ListUIState*(ListUIState*,FilterCompanyGatewaysByState*)", "ListUIState*(ListUIState*,FilterCompanyGateways*)", "ListUIState*(ListUIState*,SortCompanyGateways*)", "ListUIState*(ListUIState*,StartCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,AddToCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCompanyGatewayMultiselect*)", "ListUIState*(ListUIState*,ClearCompanyGatewayMultiselect*)", "CompanyGatewayState*(CompanyGatewayState*,ArchiveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,DeleteCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,RestoreCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,AddCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,SaveCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanySuccess*)", "CompanyGatewayState*(CompanyGatewayState*,LoadCompanyGatewaysSuccess*)", "TableRow(int)", "InvoiceEntity*(InvoiceEntity*,AddCreditItems*)", "ListUIState*(ListUIState*,ViewCreditList*)", "ListUIState*(ListUIState*,FilterCreditsByCustom1*)", "ListUIState*(ListUIState*,FilterCreditsByCustom2*)", "ListUIState*(ListUIState*,FilterCreditsByCustom3*)", "ListUIState*(ListUIState*,FilterCreditsByCustom4*)", "ListUIState*(ListUIState*,FilterCreditsByState*)", "ListUIState*(ListUIState*,FilterCreditsByStatus*)", "ListUIState*(ListUIState*,FilterCredits*)", "ListUIState*(ListUIState*,SortCredits*)", "ListUIState*(ListUIState*,StartCreditMultiselect*)", "ListUIState*(ListUIState*,AddToCreditMultiselect*)", "ListUIState*(ListUIState*,RemoveFromCreditMultiselect*)", "ListUIState*(ListUIState*,ClearCreditMultiselect*)", "CreditState*(CreditState*,MarkSentCreditSuccess*)", "CreditState*(CreditState*,ArchiveCreditsSuccess*)", "CreditState*(CreditState*,DeleteCreditsSuccess*)", "CreditState*(CreditState*,RestoreCreditsSuccess*)", "CreditState*(CreditState*,AddCreditSuccess*)", "CreditState*(CreditState*,@)", "CreditState*(CreditState*,LoadCreditsSuccess*)", "CreditState*(CreditState*,LoadCompanySuccess*)", "bool(Color)", "ListUIState*(ListUIState*,ViewDesignList*)", "ListUIState*(ListUIState*,FilterDesignsByCustom1*)", "ListUIState*(ListUIState*,FilterDesignsByCustom2*)", "ListUIState*(ListUIState*,FilterDesignsByState*)", "ListUIState*(ListUIState*,FilterDesigns*)", "ListUIState*(ListUIState*,SortDesigns*)", "ListUIState*(ListUIState*,StartDesignMultiselect*)", "ListUIState*(ListUIState*,AddToDesignMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDesignMultiselect*)", "ListUIState*(ListUIState*,ClearDesignMultiselect*)", "DesignState*(DesignState*,ArchiveDesignsSuccess*)", "DesignState*(DesignState*,DeleteDesignsSuccess*)", "DesignState*(DesignState*,RestoreDesignsSuccess*)", "DesignState*(DesignState*,AddDesignSuccess*)", "DesignState*(DesignState*,SaveDesignSuccess*)", "DesignState*(DesignState*,LoadDesignSuccess*)", "DesignState*(DesignState*,LoadDesignsSuccess*)", "DesignState*(DesignState*,LoadCompanySuccess*)", "DocumentEntity*(DocumentEntity*,@)", "ListUIState*(ListUIState*,ViewDocumentList*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom1*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom2*)", "ListUIState*(ListUIState*,FilterDocumentsByState*)", "ListUIState*(ListUIState*,FilterDocuments*)", "ListUIState*(ListUIState*,SortDocuments*)", "ListUIState*(ListUIState*,StartDocumentMultiselect*)", "ListUIState*(ListUIState*,AddToDocumentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDocumentMultiselect*)", "ListUIState*(ListUIState*,ClearDocumentMultiselect*)", "DocumentState*(DocumentState*,ArchiveDocumentSuccess*)", "DocumentState*(DocumentState*,DeleteDocumentSuccess*)", "DocumentState*(DocumentState*,RestoreDocumentSuccess*)", "DocumentState*(DocumentState*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "Rect()(RenderBox)", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "Null(String*,@)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom1*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByCustom2*)", "ListUIState*(ListUIState*,FilterExpenseCategoriesByState*)", "ListUIState*(ListUIState*,FilterExpenseCategories*)", "ListUIState*(ListUIState*,SortExpenseCategories*)", "ListUIState*(ListUIState*,StartExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseCategoryMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseCategoryMultiselect*)", "ExpenseCategoryState*(ExpenseCategoryState*,ArchiveExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,DeleteExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,RestoreExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,AddExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,SaveExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategorySuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadExpenseCategoriesSuccess*)", "ExpenseCategoryState*(ExpenseCategoryState*,LoadCompanySuccess*)", "~(PointerMoveEvent)", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "bool(Pattern[int])", "ListUIState*(ListUIState*,ViewPaymentList*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom3*)", "ListUIState*(ListUIState*,FilterPaymentsByCustom4*)", "ListUIState*(ListUIState*,FilterPaymentsByState*)", "ListUIState*(ListUIState*,FilterPayments*)", "ListUIState*(ListUIState*,SortPayments*)", "ListUIState*(ListUIState*,StartPaymentMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentMultiselect*)", "PaymentState*(PaymentState*,ArchivePaymentsSuccess*)", "PaymentState*(PaymentState*,DeletePaymentsSuccess*)", "PaymentState*(PaymentState*,RestorePaymentsSuccess*)", "PaymentState*(PaymentState*,AddPaymentSuccess*)", "PaymentState*(PaymentState*,SavePaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentSuccess*)", "PaymentState*(PaymentState*,LoadPaymentsSuccess*)", "PaymentState*(PaymentState*,LoadCompanySuccess*)", "Route<@>*(RouteSettings*)", "ListUIState*(ListUIState*,ViewPaymentTermList*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom1*)", "ListUIState*(ListUIState*,FilterPaymentTermsByCustom2*)", "ListUIState*(ListUIState*,FilterPaymentTermsByState*)", "ListUIState*(ListUIState*,FilterPaymentTerms*)", "ListUIState*(ListUIState*,SortPaymentTerms*)", "ListUIState*(ListUIState*,StartPaymentTermMultiselect*)", "ListUIState*(ListUIState*,AddToPaymentTermMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPaymentTermMultiselect*)", "ListUIState*(ListUIState*,ClearPaymentTermMultiselect*)", "PaymentTermState*(PaymentTermState*,ArchivePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,DeletePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,RestorePaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,AddPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,SavePaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermSuccess*)", "PaymentTermState*(PaymentTermState*,LoadPaymentTermsSuccess*)", "PaymentTermState*(PaymentTermState*,LoadCompanySuccess*)", "CalendarDatePicker()", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "Form()", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ConvertPurchaseOrdersToExpensesSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrdersToInventorySuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,ConvertQuotesToInvoicesSuccess*)", "QuoteState*(QuoteState*,ConvertQuotesToProjectsSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StartRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,StopRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,SendNowRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "Flex(BuildContext)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "~(PointerUpEvent)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "StyledToast*(BuildContext*)", "ListUIState*(ListUIState*,ViewTaskStatusList*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom1*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom2*)", "ListUIState*(ListUIState*,FilterTaskStatusesByState*)", "ListUIState*(ListUIState*,FilterTaskStatuses*)", "ListUIState*(ListUIState*,SortTaskStatuses*)", "ListUIState*(ListUIState*,StartTaskStatusMultiselect*)", "ListUIState*(ListUIState*,AddToTaskStatusMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskStatusMultiselect*)", "ListUIState*(ListUIState*,ClearTaskStatusMultiselect*)", "TaskStatusState*(TaskStatusState*,SortTasksSuccess*)", "TaskStatusState*(TaskStatusState*,ArchiveTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,DeleteTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,RestoreTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,AddTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,SaveTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,LoadCompanySuccess*)", "Widget(BuildContext,Animation0,Animation0)", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "Locale*(String*)", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "ChangeLayoutBanner*(BuildContext*)", "ListUIState*(ListUIState*,ViewTransactionList*)", "ListUIState*(ListUIState*,FilterTransactionsByCustom1*)", "ListUIState*(ListUIState*,FilterTransactionsByCustom2*)", "ListUIState*(ListUIState*,FilterTransactionsByState*)", "ListUIState*(ListUIState*,FilterTransactionsByStatus*)", "ListUIState*(ListUIState*,FilterTransactions*)", "ListUIState*(ListUIState*,SortTransactions*)", "ListUIState*(ListUIState*,StartTransactionMultiselect*)", "ListUIState*(ListUIState*,AddToTransactionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTransactionMultiselect*)", "ListUIState*(ListUIState*,ClearTransactionMultiselect*)", "TransactionState*(TransactionState*,ArchiveTransactionsSuccess*)", "TransactionState*(TransactionState*,DeleteTransactionsSuccess*)", "TransactionState*(TransactionState*,RestoreTransactionsSuccess*)", "TransactionState*(TransactionState*,AddTransactionSuccess*)", "TransactionState*(TransactionState*,SaveTransactionSuccess*)", "TransactionState*(TransactionState*,ConvertTransactionToPaymentSuccess*)", "TransactionState*(TransactionState*,ConvertTransactionToExpenseSuccess*)", "TransactionState*(TransactionState*,LoadTransactionSuccess*)", "TransactionState*(TransactionState*,LoadTransactionsSuccess*)", "TransactionState*(TransactionState*,LoadCompanySuccess*)", "ProductScreenBuilder*(BuildContext*)", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "ProductViewScreen*(BuildContext*)", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "ProductEditScreen*(BuildContext*)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "BankAccountListVM*(Store*)", "BankAccountScreenVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "TransactionListVM*(Store*)", "TransactionScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "ClientScreenBuilder*(BuildContext*)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "ClientViewScreen*(BuildContext*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") }; - A._Universe_addRules(init.typeUniverse, JSON.parse('{"SkAnimatedImage":"LegacyJavaScriptObject","SkShader":"LegacyJavaScriptObject","SkPaint":"LegacyJavaScriptObject","SkMaskFilter":"LegacyJavaScriptObject","SkColorFilter":"LegacyJavaScriptObject","SkImageFilter":"LegacyJavaScriptObject","SkPath":"LegacyJavaScriptObject","SkPicture":"LegacyJavaScriptObject","SkParagraph":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","H5vcc":"LegacyJavaScriptObject","CanvasKit":"LegacyJavaScriptObject","CanvasKitInitOptions":"LegacyJavaScriptObject","CanvasKitInitPromise":"LegacyJavaScriptObject","ColorSpace":"LegacyJavaScriptObject","SkWebGLContextOptions":"LegacyJavaScriptObject","SkSurface":"LegacyJavaScriptObject","SkGrContext":"LegacyJavaScriptObject","SkFontSlantEnum":"LegacyJavaScriptObject","SkFontSlant":"LegacyJavaScriptObject","SkFontWeightEnum":"LegacyJavaScriptObject","SkFontWeight":"LegacyJavaScriptObject","SkAffinityEnum":"LegacyJavaScriptObject","SkAffinity":"LegacyJavaScriptObject","SkTextDirectionEnum":"LegacyJavaScriptObject","SkTextDirection":"LegacyJavaScriptObject","SkTextAlignEnum":"LegacyJavaScriptObject","SkTextAlign":"LegacyJavaScriptObject","SkTextHeightBehaviorEnum":"LegacyJavaScriptObject","SkTextHeightBehavior":"LegacyJavaScriptObject","SkRectHeightStyleEnum":"LegacyJavaScriptObject","SkRectHeightStyle":"LegacyJavaScriptObject","SkRectWidthStyleEnum":"LegacyJavaScriptObject","SkRectWidthStyle":"LegacyJavaScriptObject","SkVertexModeEnum":"LegacyJavaScriptObject","SkVertexMode":"LegacyJavaScriptObject","SkPointModeEnum":"LegacyJavaScriptObject","SkPointMode":"LegacyJavaScriptObject","SkClipOpEnum":"LegacyJavaScriptObject","SkClipOp":"LegacyJavaScriptObject","SkFillTypeEnum":"LegacyJavaScriptObject","SkFillType":"LegacyJavaScriptObject","SkPathOpEnum":"LegacyJavaScriptObject","SkPathOp":"LegacyJavaScriptObject","SkBlurStyleEnum":"LegacyJavaScriptObject","SkBlurStyle":"LegacyJavaScriptObject","SkStrokeCapEnum":"LegacyJavaScriptObject","SkStrokeCap":"LegacyJavaScriptObject","SkPaintStyleEnum":"LegacyJavaScriptObject","SkPaintStyle":"LegacyJavaScriptObject","SkBlendModeEnum":"LegacyJavaScriptObject","SkBlendMode":"LegacyJavaScriptObject","SkStrokeJoinEnum":"LegacyJavaScriptObject","SkStrokeJoin":"LegacyJavaScriptObject","SkTileModeEnum":"LegacyJavaScriptObject","SkTileMode":"LegacyJavaScriptObject","SkFilterModeEnum":"LegacyJavaScriptObject","SkFilterMode":"LegacyJavaScriptObject","SkMipmapModeEnum":"LegacyJavaScriptObject","SkMipmapMode":"LegacyJavaScriptObject","SkAlphaTypeEnum":"LegacyJavaScriptObject","SkAlphaType":"LegacyJavaScriptObject","SkColorTypeEnum":"LegacyJavaScriptObject","SkColorType":"LegacyJavaScriptObject","SkImage":"LegacyJavaScriptObject","SkShaderNamespace":"LegacyJavaScriptObject","SkMaskFilterNamespace":"LegacyJavaScriptObject","CkFilterOptions":"LegacyJavaScriptObject","_CkCubicFilterOptions":"LegacyJavaScriptObject","_CkTransformFilterOptions":"LegacyJavaScriptObject","SkColorFilterNamespace":"LegacyJavaScriptObject","SkImageFilterNamespace":"LegacyJavaScriptObject","SkPathNamespace":"LegacyJavaScriptObject","_NativeFloat32ArrayType":"LegacyJavaScriptObject","SkFloat32List":"LegacyJavaScriptObject","SkContourMeasureIter":"LegacyJavaScriptObject","SkContourMeasure":"LegacyJavaScriptObject","SkPictureRecorder":"LegacyJavaScriptObject","SkCanvas":"LegacyJavaScriptObject","SkParagraphBuilderNamespace":"LegacyJavaScriptObject","SkParagraphBuilder":"LegacyJavaScriptObject","SkParagraphStyle":"LegacyJavaScriptObject","SkParagraphStyleProperties":"LegacyJavaScriptObject","SkTextStyle":"LegacyJavaScriptObject","SkTextDecorationStyleEnum":"LegacyJavaScriptObject","SkTextDecorationStyle":"LegacyJavaScriptObject","SkTextBaselineEnum":"LegacyJavaScriptObject","SkTextBaseline":"LegacyJavaScriptObject","SkPlaceholderAlignmentEnum":"LegacyJavaScriptObject","SkPlaceholderAlignment":"LegacyJavaScriptObject","SkTextStyleProperties":"LegacyJavaScriptObject","SkStrutStyleProperties":"LegacyJavaScriptObject","SkFontStyle":"LegacyJavaScriptObject","SkTextShadow":"LegacyJavaScriptObject","SkFontFeature":"LegacyJavaScriptObject","SkTypeface":"LegacyJavaScriptObject","SkFont":"LegacyJavaScriptObject","SkFontMgr":"LegacyJavaScriptObject","TypefaceFontProvider":"LegacyJavaScriptObject","SkLineMetrics":"LegacyJavaScriptObject","SkTextPosition":"LegacyJavaScriptObject","SkTextRange":"LegacyJavaScriptObject","SkVertices":"LegacyJavaScriptObject","SkTonalColors":"LegacyJavaScriptObject","SkFontMgrNamespace":"LegacyJavaScriptObject","TypefaceFontProviderNamespace":"LegacyJavaScriptObject","SkTypefaceFactory":"LegacyJavaScriptObject","SkDeletable":"LegacyJavaScriptObject","JsConstructor":"LegacyJavaScriptObject","SkObjectFinalizationRegistry":"LegacyJavaScriptObject","SkData":"LegacyJavaScriptObject","SkImageInfo":"LegacyJavaScriptObject","SkPartialImageInfo":"LegacyJavaScriptObject","JsFlutterConfiguration":"LegacyJavaScriptObject","DomWindow":"LegacyJavaScriptObject","DomConsole":"LegacyJavaScriptObject","DomNavigator":"LegacyJavaScriptObject","DomDocument":"LegacyJavaScriptObject","DomHTMLDocument":"LegacyJavaScriptObject","DomEventTarget":"LegacyJavaScriptObject","DomEvent":"LegacyJavaScriptObject","DomProgressEvent":"LegacyJavaScriptObject","DomNode":"LegacyJavaScriptObject","DomElement":"LegacyJavaScriptObject","DomCSSStyleDeclaration":"LegacyJavaScriptObject","DomHTMLElement":"LegacyJavaScriptObject","DomHTMLMetaElement":"LegacyJavaScriptObject","DomHTMLHeadElement":"LegacyJavaScriptObject","DomHTMLBodyElement":"LegacyJavaScriptObject","DomHTMLImageElement":"LegacyJavaScriptObject","DomHTMLScriptElement":"LegacyJavaScriptObject","DomHTMLDivElement":"LegacyJavaScriptObject","DomHTMLSpanElement":"LegacyJavaScriptObject","DomHTMLButtonElement":"LegacyJavaScriptObject","DomHTMLParagraphElement":"LegacyJavaScriptObject","DomHTMLStyleElement":"LegacyJavaScriptObject","DomPerformance":"LegacyJavaScriptObject","DomPerformanceEntry":"LegacyJavaScriptObject","DomPerformanceMeasure":"LegacyJavaScriptObject","DomCanvasElement":"LegacyJavaScriptObject","DomCanvasImageSource":"LegacyJavaScriptObject","DomCanvasRenderingContext2D":"LegacyJavaScriptObject","DomImageData":"LegacyJavaScriptObject","DomCanvasPattern":"LegacyJavaScriptObject","DomCanvasGradient":"LegacyJavaScriptObject","DomXMLHttpRequestEventTarget":"LegacyJavaScriptObject","DomXMLHttpRequest":"LegacyJavaScriptObject","DomResponse":"LegacyJavaScriptObject","DomCharacterData":"LegacyJavaScriptObject","DomText":"LegacyJavaScriptObject","DomTextMetrics":"LegacyJavaScriptObject","DomException":"LegacyJavaScriptObject","DomRectReadOnly":"LegacyJavaScriptObject","DomRect":"LegacyJavaScriptObject","DomFontFace":"LegacyJavaScriptObject","DomFontFaceSet":"LegacyJavaScriptObject","DomVisualViewport":"LegacyJavaScriptObject","DomHTMLTextAreaElement":"LegacyJavaScriptObject","DomClipboard":"LegacyJavaScriptObject","DomUIEvent":"LegacyJavaScriptObject","DomKeyboardEvent":"LegacyJavaScriptObject","DomHistory":"LegacyJavaScriptObject","DomLocation":"LegacyJavaScriptObject","DomPopStateEvent":"LegacyJavaScriptObject","DomURL":"LegacyJavaScriptObject","DomBlob":"LegacyJavaScriptObject","DomMutationObserver":"LegacyJavaScriptObject","DomMutationRecord":"LegacyJavaScriptObject","DomMediaQueryList":"LegacyJavaScriptObject","DomMediaQueryListEvent":"LegacyJavaScriptObject","DomPath2D":"LegacyJavaScriptObject","DomMouseEvent":"LegacyJavaScriptObject","DomPointerEvent":"LegacyJavaScriptObject","DomWheelEvent":"LegacyJavaScriptObject","DomTouchEvent":"LegacyJavaScriptObject","DomTouch":"LegacyJavaScriptObject","DomCompositionEvent":"LegacyJavaScriptObject","DomHTMLInputElement":"LegacyJavaScriptObject","DomTokenList":"LegacyJavaScriptObject","DomHTMLFormElement":"LegacyJavaScriptObject","DomHTMLLabelElement":"LegacyJavaScriptObject","DomOffscreenCanvas":"LegacyJavaScriptObject","DomFileReader":"LegacyJavaScriptObject","DomDocumentFragment":"LegacyJavaScriptObject","DomShadowRoot":"LegacyJavaScriptObject","DomStyleSheet":"LegacyJavaScriptObject","DomCSSStyleSheet":"LegacyJavaScriptObject","DomCSSRule":"LegacyJavaScriptObject","DomScreen":"LegacyJavaScriptObject","DomScreenOrientation":"LegacyJavaScriptObject","DomWebSocket":"LegacyJavaScriptObject","DomMessageEvent":"LegacyJavaScriptObject","DomHTMLIFrameElement":"LegacyJavaScriptObject","DomMessagePort":"LegacyJavaScriptObject","DomMessageChannel":"LegacyJavaScriptObject","_DomList":"LegacyJavaScriptObject","FlutterEngineInitializer":"LegacyJavaScriptObject","InitializeEngineFnParameters":"LegacyJavaScriptObject","FlutterAppRunner":"LegacyJavaScriptObject","RunAppFnParameters":"LegacyJavaScriptObject","FlutterApp":"LegacyJavaScriptObject","JsUrlStrategy":"LegacyJavaScriptObject","JsPromise":"LegacyJavaScriptObject","ImageDecoder":"LegacyJavaScriptObject","ImageDecoderOptions":"LegacyJavaScriptObject","DecodeResult":"LegacyJavaScriptObject","DecodeOptions":"LegacyJavaScriptObject","VideoFrame":"LegacyJavaScriptObject","ImageTrackList":"LegacyJavaScriptObject","ImageTrack":"LegacyJavaScriptObject","SVGElement":"LegacyJavaScriptObject","SVGGraphicsElement":"LegacyJavaScriptObject","SVGSVGElement":"LegacyJavaScriptObject","SVGClipPathElement":"LegacyJavaScriptObject","SVGDefsElement":"LegacyJavaScriptObject","SVGGeometryElement":"LegacyJavaScriptObject","SVGPathElement":"LegacyJavaScriptObject","SVGFilterElement":"LegacyJavaScriptObject","SVGAnimatedLength":"LegacyJavaScriptObject","SVGLength":"LegacyJavaScriptObject","SVGAnimatedEnumeration":"LegacyJavaScriptObject","SVGFEColorMatrixElement":"LegacyJavaScriptObject","SVGFEFloodElement":"LegacyJavaScriptObject","SVGFEBlendElement":"LegacyJavaScriptObject","SVGFEImageElement":"LegacyJavaScriptObject","SVGFECompositeElement":"LegacyJavaScriptObject","SVGAnimatedString":"LegacyJavaScriptObject","SVGAnimatedNumber":"LegacyJavaScriptObject","SVGAnimatedNumberList":"LegacyJavaScriptObject","SVGNumberList":"LegacyJavaScriptObject","SVGNumber":"LegacyJavaScriptObject","PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","JsUrlStrategy0":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions0":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest0":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest0":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","KeyframeEffect":"JavaScriptObject","KeyframeEffectReadOnly":"JavaScriptObject","AnimationEffectReadOnly":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AElement":"SvgElement","GraphicsElement":"SvgElement","OpenDBRequest":"Request0","_WorkerNavigator":"NavigatorConcurrentHardware","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","WindowClient":"Client","VttCue":"TextTrackCue","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","DirectoryEntry":"Entry","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","OperatingSystem":{"Enum":[]},"CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Role":{"Enum":[]},"GestureMode":{"Enum":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"LineCharProperty":{"Enum":[]},"EngineLineMetrics":{"LineMetrics":[]},"WordCharProperty":{"Enum":[]},"AssetManagerException":{"Exception":[]},"BrowserEngine":{"Enum":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"CkSaveLayerWithFilterCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorType":{"Enum":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"CkImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"_CkMatrixImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer":{"Layer":[]},"PlatformViewLayer":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"SkiaObject":["SkParagraph"]},"CkLineMetrics":{"LineMetrics":[]},"_ParagraphCommandType":{"Enum":[]},"CanvasKitError":{"Error":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawPaint":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"PersistedSurfaceState":{"Enum":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"DebugEngineInitializationState":{"Enum":[]},"_CheckableKind":{"Enum":[]},"AccessibilityMode":{"Enum":[]},"EnabledState":{"Enum":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"FlatTextSpan":{"ParagraphSpan":[]},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"PlaceholderBox":{"RangeBox":[]},"SpanBox":{"RangeBox":[]},"LineBreakType":{"Enum":[]},"_ComparisonResult":{"Enum":[]},"TextCapitalization":{"Enum":[]},"TransformKind":{"Enum":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"SkAnimatedImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkImageFilter":[],"SkPath":[],"SkPicture":[],"SkParagraph":[],"Promise":["1&"],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"TypeError":[],"Error":[]},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.S":"1","_ForwardingStream.T":"2"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_Zone":{"Zone":[]},"_RootZone":{"Zone":[]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"]},"Base64Decoder":{"Converter":["String","List"]},"HtmlEscape":{"Converter":["String","String"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"]},"Latin1Decoder":{"Converter":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"]},"Utf8Decoder":{"Converter":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"_Enum":{"Enum":[]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"Element2":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"EventTarget":[],"JavaScriptObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"ImageElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"Node1":{"EventTarget":[],"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"EventTarget":[],"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"EventTarget":[],"JavaScriptObject":[]},"TextTrackCue":{"EventTarget":[],"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Animation":{"EventTarget":[],"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"EventTarget":[],"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Client":{"JavaScriptObject":[]},"Credential":{"JavaScriptObject":[]},"CssKeywordValue":{"JavaScriptObject":[]},"CssNumericValue":{"JavaScriptObject":[]},"CssPerspective":{"JavaScriptObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[]},"CssStyleValue":{"JavaScriptObject":[]},"CssTransformComponent":{"JavaScriptObject":[]},"CssTransformValue":{"JavaScriptObject":[]},"CssUnitValue":{"JavaScriptObject":[]},"CssUnparsedValue":{"JavaScriptObject":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListMixin.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Entry":{"JavaScriptObject":[]},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListMixin.E":"File"},"FileReader":{"EventTarget":[],"JavaScriptObject":[]},"FileWriter":{"EventTarget":[],"JavaScriptObject":[]},"FontFaceSet":{"EventTarget":[],"JavaScriptObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"EventTarget":[],"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaKeySession":{"EventTarget":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"EventTarget":[],"JavaScriptObject":[]},"MediaStream":{"EventTarget":[],"JavaScriptObject":[]},"MediaStreamTrack":{"EventTarget":[],"JavaScriptObject":[]},"MessagePort":{"EventTarget":[],"JavaScriptObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[],"JavaScriptObject":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListMixin.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListMixin":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListMixin.E":"Node1"},"NodeList0":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"Notification":{"EventTarget":[],"JavaScriptObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"PaymentRequest":{"EventTarget":[],"JavaScriptObject":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListMixin.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnection":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"EventTarget":[],"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"EventTarget":[],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListMixin.E":"SourceBuffer"},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListMixin.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"EventTarget":[],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListMixin.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListMixin.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"EventTarget":[],"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"EventTarget":[],"JavaScriptObject":[]},"WorkerGlobalScope":{"EventTarget":[],"JavaScriptObject":[]},"_Attr":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListMixin.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"EventTarget":[],"JavaScriptObject":[]},"FilteredElementList0":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Transaction":{"EventTarget":[],"JavaScriptObject":[]},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"Database":{"EventTarget":[],"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"ObjectStore":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"ObserverChanges":{"JavaScriptObject":[]},"Request0":{"EventTarget":[],"JavaScriptObject":[]},"VersionChangeEvent":{"Event":[],"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[],"Codec0":["String","List"]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListMixin.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"FilterQuality":{"Enum":[]},"PointerDeviceKind":{"Enum":[]},"TextAlign":{"Enum":[]},"TextBaseline":{"Enum":[]},"TextDirection":{"Enum":[]},"TextAffinity":{"Enum":[]},"ClipOp":{"Enum":[]},"PathFillType":{"Enum":[]},"KeyEventType":{"Enum":[]},"StrokeCap":{"Enum":[]},"StrokeJoin":{"Enum":[]},"PaintingStyle":{"Enum":[]},"BlendMode":{"Enum":[]},"Clip":{"Enum":[]},"BlurStyle":{"Enum":[]},"ImageByteFormat":{"Enum":[]},"PixelFormat":{"Enum":[]},"AppLifecycleState":{"Enum":[]},"PointerChange":{"Enum":[]},"PointerSignalKind":{"Enum":[]},"FontStyle":{"Enum":[]},"PlaceholderAlignment":{"Enum":[]},"TextDecorationStyle":{"Enum":[]},"TextLeadingDistribution":{"Enum":[]},"BoxHeightStyle":{"Enum":[]},"BoxWidthStyle":{"Enum":[]},"TileMode":{"Enum":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"Brightness":{"Enum":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"EventTarget":[],"JavaScriptObject":[]},"BaseAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"OfflineAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"SpanMarkerType":{"Enum":[]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"AttributionVisitEvent":{"Enum":[]},"NamedAttribution":{"Attribution":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"ImageRenderMethodForWeb":{"Enum":[]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"BarGroupingType":{"Enum":[]},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"AxisOrientation":{"Enum":[]},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"_PixelVerticalDirection":{"Enum":[]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"RangeBandType":{"Enum":[]},"StepSizeType":{"Enum":[]},"SimpleOrdinalScale":{"OrdinalScale":[]},"TickLabelAnchor":{"Enum":[]},"TickLabelJustification":{"Enum":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"CalendarField":{"Enum":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"BehaviorPosition":{"Enum":[]},"OutsideJustification":{"Enum":[]},"InsideJustification":{"Enum":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"LegendTapHandling":{"Enum":[]},"LegendDefaultMeasure":{"Enum":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"LinePointHighlighterFollowLineType":{"Enum":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"SelectionMode":{"Enum":[]},"SelectionTrigger":{"Enum":[]},"FillPatternType":{"Enum":[]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SelectionModelType":{"Enum":[]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LayoutPosition":{"Enum":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"TextDirection0":{"Enum":[]},"MaxWidthStrategy":{"Enum":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"GestureType":{"Enum":[]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement0":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"_HorizontalJustification":{"Enum":[]},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"MessageLevel":{"Enum":[]},"ElementSelector":{"SimpleSelector":[]},"NamespaceSelector":{"SimpleSelector":[]},"AttributeSelector":{"SimpleSelector":[]},"IdSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"PseudoClassSelector":{"SimpleSelector":[]},"PseudoElementSelector":{"SimpleSelector":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[]},"NegationSelector":{"SimpleSelector":[]},"OperatorPlus":{"Expression":[]},"OperatorMinus":{"Expression":[]},"LiteralTerm":{"Expression":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[]},"EmTerm":{"LiteralTerm":[],"Expression":[]},"ExTerm":{"LiteralTerm":[],"Expression":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[]},"ChTerm":{"LiteralTerm":[],"Expression":[]},"RemTerm":{"LiteralTerm":[],"Expression":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node2":[]},"DirectoryNode":{"Node2":[]},"FileNode":{"Node2":[]},"LinkNode":{"Node2":[]},"RootNode":{"DirectoryNode":[],"Node2":[]},"_LinuxCodes":{"_Codes":[]},"FileType":{"Enum":[]},"Int64":{"Comparable":["Object"]},"AnimationStatus":{"Enum":[]},"Animation0":{"Listenable":[]},"_AnimationDirection":{"Enum":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"AnimationBehavior":{"Enum":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"_TrainHoppingMode":{"Enum":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoDynamicColor":{"Color":[]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"ChangeNotifier":[],"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticLevel":{"Enum":[]},"DiagnosticsTreeStyle":{"Enum":[]},"_WordWrapParseMode":{"Enum":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"_LicenseEntryWithLineBreaksParserState":{"Enum":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"TargetPlatform":{"Enum":[]},"SynchronousFuture":{"Future":["1"]},"GestureDisposition":{"Enum":[]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"PointerPanZoomStartEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerPanZoomStartEvent":{"PointerPanZoomStartEvent":[],"PointerEvent":[]},"PointerPanZoomUpdateEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomUpdateEvent":{"PointerPanZoomUpdateEvent":[],"PointerEvent":[]},"PointerPanZoomEndEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomEndEvent":{"PointerPanZoomEndEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ForceState":{"Enum":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DragState":{"Enum":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragStartBehavior":{"Enum":[]},"GestureRecognizerState":{"Enum":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ScaleState":{"Enum":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionLevel":{"Enum":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutMode":{"Enum":[]},"_Focus":{"Enum":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeMode":{"Enum":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"_CornerId":{"Enum":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ButtonTextTheme":{"Enum":[]},"ButtonBarLayoutBehavior":{"Enum":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"ChangeNotifier":[],"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"ChangeNotifier":[],"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerEntryMode":{"Enum":[]},"DatePickerMode":{"Enum":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"DrawerAlignment":{"Enum":[]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonType":{"Enum":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HighlightType":{"Enum":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationSlot":{"Enum":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"ChangeNotifier":[],"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"FloatingLabelBehavior":{"Enum":[]},"_RenderDecoration":{"SlottedContainerRenderObjectMixin":["_DecorationSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_DecorationSlot"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_DecorationSlot"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileSlot":{"Enum":[]},"ListTileStyle":{"Enum":[]},"ListTileControlAffinity":{"Enum":[]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_ListTileSlot"},"_RenderListTile":{"SlottedContainerRenderObjectMixin":["_ListTileSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_ListTileSlot"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialType":{"Enum":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialState":{"Enum":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_LerpProperties0":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"ChangeNotifier":[],"Listenable":[]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuPosition":{"Enum":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActivityIndicatorType":{"Enum":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"ChangeNotifier":[],"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshIndicatorMode":{"Enum":[]},"RefreshIndicatorTriggerMode":{"Enum":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldSlot":{"Enum":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"ChangeNotifier":[],"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"_DismissDrawerAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBarClosedReason":{"Enum":[]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchType":{"Enum":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"ChangeNotifier":[],"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchListTileType":{"Enum":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpColors":{"MaterialStateProperty":["Color?"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"ChangeNotifier":[],"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"MaterialTapTargetSize":{"Enum":[]},"DayPeriod":{"Enum":[]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"ChangeNotifier":[],"Listenable":[]},"TimeOfDayFormat":{"Enum":[]},"HourFormat":{"Enum":[]},"_TimePickerMode":{"Enum":[]},"TimePickerEntryMode":{"Enum":[]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode0":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"ChangeNotifier":[],"Listenable":[]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_ToggleButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"ChangeNotifier":[],"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTriggerMode":{"Enum":[]},"ScriptCategory":{"Enum":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"RenderComparison":{"Enum":[]},"Axis0":{"Enum":[]},"VerticalDirection":{"Enum":[]},"AxisDirection":{"Enum":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"BorderStyle":{"Enum":[]},"StrokeAlign":{"Enum":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxShape":{"Enum":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxFit":{"Enum":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"ImageRepeat":{"Enum":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan0":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"TextOverflow":{"Enum":[]},"TextWidthBasis":{"Enum":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"SpringType":{"Enum":[]},"RenderAnimatedSizeState":{"Enum":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"_IntrinsicDimension":{"Enum":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderEditablePainter":{"ChangeNotifier":[],"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexFit":{"Enum":[]},"MainAxisSize":{"Enum":[]},"MainAxisAlignment":{"Enum":[]},"CrossAxisAlignment":{"Enum":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"ChangeNotifier":[],"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"_SelectableFragment":{"Selectable":[],"ChangeNotifier":[],"Listenable":[]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PlatformViewHitTestBehavior":{"Enum":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"HitTestBehavior":{"Enum":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"DecorationPosition":{"Enum":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"SelectionResult":{"Enum":[]},"SelectionEventType":{"Enum":[]},"SelectionStatus":{"Enum":[]},"TextSelectionHandleType":{"Enum":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"GrowthDirection":{"Enum":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"StackFit":{"Enum":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"TableCellVerticalAlignment":{"Enum":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CacheExtentStyle":{"Enum":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"ChangeNotifier":[],"Listenable":[]},"ScrollDirection":{"Enum":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"WrapAlignment":{"Enum":[]},"WrapCrossAlignment":{"Enum":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SchedulerPhase":{"Enum":[]},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"ChangeNotifier":[],"Listenable":[]},"DebugSemanticsDumpOrder":{"Enum":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"KeyDataTransitMode":{"Enum":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"KeyboardSide":{"Enum":[]},"ModifierKey":{"Enum":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"ChangeNotifier":[],"Listenable":[]},"SystemSoundType":{"Enum":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"MaxLengthEnforcement":{"Enum":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"SelectionChangedCause":{"Enum":[]},"SmartDashesType":{"Enum":[]},"SmartQuotesType":{"Enum":[]},"TextInputAction":{"Enum":[]},"TextCapitalization0":{"Enum":[]},"FloatingCursorDragState":{"Enum":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VoidCallbackIntent":{"Intent":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"VoidCallbackAction":{"Action":["VoidCallbackIntent"],"Action.T":"VoidCallbackIntent"},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"CrossFadeState":{"Enum":[]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConnectionState":{"Enum":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillContextAction":{"Enum":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"ChangeNotifier":[],"Listenable":[]},"_NullWidget0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UbiquitousInheritedElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_UbiquitousInheritedWidget":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultSelectionStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"ChangeNotifier":[],"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"_TextEditingHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ExtendSelectionOrCaretPositionAction":{"ContextAction":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent","ContextAction.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"},"_UpdateTextSelectionToAdjacentLineAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"_TextEditingHistoryState":{"State":["_TextEditingHistory"]},"KeyEventResult":{"Enum":[]},"FocusNode":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusHighlightMode":{"Enum":[]},"UnfocusDisposition":{"Enum":[]},"FocusHighlightStrategy":{"Enum":[]},"FocusManager":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"Focus":[],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TraversalDirection":{"Enum":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"AutovalidateMode":{"Enum":[]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_StateLifecycle":{"Enum":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementLifecycle":{"Enum":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget2":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeroFlightDirection":{"Enum":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Tween.T":"BorderRadius?","Animatable.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Tween.T":"EdgeInsets","Animatable.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix4"],"ChangeNotifier":[],"Listenable":[]},"_GestureType":{"Enum":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Orientation":{"Enum":[]},"NavigationMode":{"Enum":[]},"_MediaQueryFromWindowState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToolbarSlot":{"Enum":[]},"RoutePopDisposition":{"Enum":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_RouteRestorationType":{"Enum":[]},"_RouteLifecycle":{"Enum":[]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"ChangeNotifier":[],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBarAlignment":{"Enum":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowState":{"Enum":[]},"_GlowController":{"ChangeNotifier":[],"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchState":{"Enum":[]},"_StretchController":{"ChangeNotifier":[],"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"_PlatformViewPlaceholderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"ChangeNotifier":[],"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"ChangeNotifier":[],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"ChangeNotifier":[],"Listenable":[]},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"RouteInformationReportingType":{"Enum":[]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"ChangeNotifier":[],"Listenable":[]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"FocusTrap":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTrapArea":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFocusTrapArea":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidOverscrollIndicator":{"Enum":[]},"ScrollController":{"ChangeNotifier":[],"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"_ConvertedScrollMetricsNotification":{"ScrollUpdateNotification":[],"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollPosition":{"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionAlignmentPolicy":{"Enum":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollViewKeyboardDismissBehavior":{"Enum":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableSelectionHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ScrollIncrementType":{"Enum":[]},"ScrollAction":{"Action":["ScrollIntent"],"Action.T":"ScrollIntent"},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"ChangeNotifier":[],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarOrientation":{"Enum":[]},"ScrollbarPainter":{"ChangeNotifier":[],"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"SelectionContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectionRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionContainerState":{"Selectable":[],"State":["SelectionContainer"],"Listenable":[]},"SelectionContainerDelegate":{"Listenable":[]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"ShortcutManager":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"ShortcutRegistry":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget3":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"DeleteCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetSpan":{"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"ActionPaneType":{"Enum":[]},"GestureDirection":{"Enum":[]},"_ValueNotifier":{"ValueNotifier":["1"],"ChangeNotifier":[],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastAnimation":{"Enum":[]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInOption":{"Enum":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListMixin":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListMixin.E":"Node0"},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"ElementCssClassSet":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"SetMixin.E":"String"},"_CssClassSetImpl":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"ListProxy":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListMixin":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListMixin.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"InternalPngFrame":{"PngFrame":[]},"ImageException":{"Exception":[]},"CropAspectRatioPreset":{"Enum":[]},"CropStyle":{"Enum":[]},"ImageCompressFormat":{"Enum":[]},"CameraDevice":{"Enum":[]},"ImageSource":{"Enum":[]},"BillingResponse":{"Enum":[]},"SkuType":{"Enum":[]},"PurchaseStateWrapper":{"Enum":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"PurchaseStatus":{"Enum":[]},"_TransactionRestoreState":{"Enum":[]},"SKPaymentTransactionStateWrapper":{"Enum":[]},"SKSubscriptionPeriodUnit":{"Enum":[]},"SKProductDiscountPaymentMode":{"Enum":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"PluralCase":{"Enum":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"IconPosition":{"Enum":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"BankAccountEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$BankAccountListResponseSerializer":{"StructuredSerializer":["BankAccountListResponse*"],"Serializer":["BankAccountListResponse*"]},"_$BankAccountItemResponseSerializer":{"StructuredSerializer":["BankAccountItemResponse*"],"Serializer":["BankAccountItemResponse*"]},"_$BankAccountEntitySerializer":{"StructuredSerializer":["BankAccountEntity*"],"Serializer":["BankAccountEntity*"]},"_$BankAccountListResponse":{"BankAccountListResponse":[]},"_$BankAccountItemResponse":{"BankAccountItemResponse":[]},"_$BankAccountEntity":{"BankAccountEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity*"],"Serializer":["ClientContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField*"],"Serializer":["DashboardField*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TransactionEntity":{"BaseEntity":[],"SelectableEntity":[]},"TransactionStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$TransactionListResponseSerializer":{"StructuredSerializer":["TransactionListResponse*"],"Serializer":["TransactionListResponse*"]},"_$TransactionItemResponseSerializer":{"StructuredSerializer":["TransactionItemResponse*"],"Serializer":["TransactionItemResponse*"]},"_$TransactionEntitySerializer":{"StructuredSerializer":["TransactionEntity*"],"Serializer":["TransactionEntity*"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewBankAccountList":{"PersistUI":[]},"ViewBankAccount":{"PersistUI":[],"PersistPrefs":[]},"EditBankAccount":{"PersistUI":[],"PersistPrefs":[]},"UpdateBankAccount":{"PersistUI":[]},"LoadBankAccountSuccess":{"StopLoading":[],"PersistData":[]},"LoadBankAccountsFailure":{"StopLoading":[]},"LoadBankAccountsSuccess":{"StopLoading":[]},"SaveBankAccountRequest":{"StartSaving":[]},"SaveBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveBankAccountsRequest":{"StartSaving":[]},"ArchiveBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteBankAccountsRequest":{"StartSaving":[]},"DeleteBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreBankAccountsRequest":{"StartSaving":[]},"RestoreBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"FilterBankAccounts":{"PersistUI":[]},"SortBankAccounts":{"PersistUI":[],"PersistPrefs":[]},"FilterBankAccountsByState":{"PersistUI":[]},"FilterBankAccountsByCustom1":{"PersistUI":[]},"FilterBankAccountsByCustom2":{"PersistUI":[]},"FilterBankAccountsByCustom3":{"PersistUI":[]},"FilterBankAccountsByCustom4":{"PersistUI":[]},"UpdateBankAccountTab":{"PersistUI":[]},"LoadBankAccountRequest":{"StartLoading":[]},"LoadBankAccountFailure":{"StopLoading":[]},"LoadBankAccountsRequest":{"StartLoading":[]},"SaveBankAccountFailure":{"StopSaving":[]},"ArchiveBankAccountsFailure":{"StopSaving":[]},"DeleteBankAccountsFailure":{"StopSaving":[]},"RestoreBankAccountsFailure":{"StopSaving":[]},"_$BankAccountStateSerializer":{"StructuredSerializer":["BankAccountState*"],"Serializer":["BankAccountState*"]},"_$BankAccountUIStateSerializer":{"StructuredSerializer":["BankAccountUIState*"],"Serializer":["BankAccountUIState*"]},"_$BankAccountState":{"BankAccountState":[]},"_$BankAccountUIState":{"BankAccountUIState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker*"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState*"],"Serializer":["PurchaseOrderState*"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState*"],"Serializer":["PurchaseOrderUIState*"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"ViewTransactionList":{"PersistUI":[]},"ViewTransaction":{"PersistUI":[],"PersistPrefs":[]},"EditTransaction":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransaction":{"PersistUI":[]},"LoadTransactionSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionsRequest":{"StartLoading":[]},"LoadTransactionsFailure":{"StopLoading":[]},"LoadTransactionsSuccess":{"StopLoading":[]},"SaveTransactionRequest":{"StartSaving":[]},"SaveTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionsRequest":{"StartSaving":[]},"ArchiveTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionsRequest":{"StartSaving":[]},"DeleteTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionsRequest":{"StartSaving":[]},"RestoreTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToPaymentRequest":{"StartSaving":[]},"ConvertTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToExpenseRequest":{"StartSaving":[]},"ConvertTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"FilterTransactions":{"PersistUI":[]},"SortTransactions":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionsByState":{"PersistUI":[]},"FilterTransactionsByStatus":{"PersistUI":[]},"FilterTransactionsByCustom1":{"PersistUI":[]},"FilterTransactionsByCustom2":{"PersistUI":[]},"FilterTransactionsByCustom3":{"PersistUI":[]},"FilterTransactionsByCustom4":{"PersistUI":[]},"UpdateTransactionTab":{"PersistUI":[]},"LoadTransactionRequest":{"StartLoading":[]},"LoadTransactionFailure":{"StopLoading":[]},"SaveTransactionFailure":{"StopSaving":[]},"ArchiveTransactionsFailure":{"StopSaving":[]},"DeleteTransactionsFailure":{"StopSaving":[]},"RestoreTransactionsFailure":{"StopSaving":[]},"ConvertTransactionToPaymentFailure":{"StopSaving":[]},"ConvertTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState*"],"Serializer":["TransactionState*"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState*"],"Serializer":["TransactionUIState*"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTitleBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity*"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer*"]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect*"]},"AppPinput":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PortalLinkStyle":{"Enum":[]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp*"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SearchText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SmsVerificationState":{"State":["SmsVerification*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget4":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"UpgradeDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpgradeDialogState":{"State":["UpgradeDialog*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager*"],"WindowListener":[]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountEditState":{"State":["BankAccountEdit*"]},"BankAccountEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountViewState":{"State":["BankAccountView*"]},"BankAccountViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth*"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"DashboardSections":{"Enum":[]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"__OverviewPanelState":{"State":["_OverviewPanel*"]},"__DashboardSettingsState":{"State":["_DashboardSettings*"]},"_DashboardFieldState":{"State":["_DashboardField*"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"],"Action.T":"Intent*"},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit*"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientReportFields":{"Enum":[]},"ContactReportFields":{"Enum":[]},"CreditReportFields":{"Enum":[]},"DocumentReportFields":{"Enum":[]},"ExpenseReportFields":{"Enum":[]},"InvoiceItemReportFields":{"Enum":[]},"InvoiceReportFields":{"Enum":[]},"TaxRateReportFields0":{"Enum":[]},"PaymentReportFields":{"Enum":[]},"TaxRateReportFields":{"Enum":[]},"ProductReportFields":{"Enum":[]},"ProfitAndLossReportFields":{"Enum":[]},"PurchaseOrderItemReportFields":{"Enum":[]},"PurchaseOrderReportFields":{"Enum":[]},"QuoteItemReportFields":{"Enum":[]},"QuoteReportFields":{"Enum":[]},"RecurringExpenseReportFields":{"Enum":[]},"RecurringInvoiceReportFields":{"Enum":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportColumnType":{"Enum":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskReportFields":{"Enum":[]},"TransactionReportFields":{"Enum":[]},"VendorReportFields":{"Enum":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings*"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateState":{"Enum":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionEditState":{"State":["TransactionEdit*"]},"TransactionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchWithdrawals":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionViewState":{"State":["TransactionView*"]},"_MatchWithdrawalsState":{"State":["_MatchWithdrawals*"]},"TransactionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth*"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"FormatNumberType":{"Enum":[]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor*"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextType":{"Enum":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar*"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar*"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node3":[]},"Text1":{"Node3":[]},"UnparsedContent":{"Node3":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimationDirection":{"Enum":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"_PlaceholderType":{"Enum":[]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowViewLayoutBehavior":{"Enum":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PermissionStatus0":{"Enum":[]},"PermissionWithService":{"Permission":[]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"PinputAutovalidateMode":{"Enum":[]},"AndroidSmsAutofillMethod":{"Enum":[]},"PinAnimationType":{"Enum":[]},"HapticFeedbackType":{"Enum":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursorState":{"State":["_PinputCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"ChangeNotifier":[],"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreviewState":{"State":["PdfPreview"]},"PdfRasterImage":{"ImageProvider":["PdfRaster"],"ImageProvider.T":"PdfRaster"},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"FinderPatternPosition":{"Enum":[]},"QrCodeElement":{"Enum":[]},"QrEyeShape":{"Enum":[]},"QrDataModuleShape":{"Enum":[]},"QrValidationStatus":{"Enum":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"ButtonState":{"Enum":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"_MissingCase":{"Enum":[]},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"NoOpSentrySpan":{"ISentrySpan":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInWithAppleButtonStyle":{"Enum":[]},"IconAlignment":{"Enum":[]},"AppleIDAuthorizationScopes":{"Enum":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"AuthorizationErrorCode":{"Enum":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Injected":{"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StateBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InjectedBase":{"InjectedBaseState":["1"]},"InjectedImp":{"Injected":["1"],"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"ReactiveModel":{"InjectedBase":["1"],"InjectedBaseState":["1"]},"_StateBuilderBaseState":{"ExtendedState":["StateBuilderBase<1>"],"State":["StateBuilderBase<1>"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"OnBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"ChangeNotifier":[],"Listenable":[]},"DocumentNode":{"ChangeNotifier":[],"Listenable":[]},"DocumentComposer":{"ChangeNotifier":[],"Listenable":[]},"ComposerPreferences":{"ChangeNotifier":[],"Listenable":[]},"MutableDocument":{"Document2":[],"ChangeNotifier":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"SelectionType":{"Enum":[]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"ChangeNotifier":[],"Listenable":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"SelectionType0":{"Enum":[]},"AndroidDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"FloatingCursorController":{"ChangeNotifier":[],"Listenable":[]},"_DragMode":{"Enum":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"DocumentImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentImeInteractorState":{"State":["DocumentImeInteractor"],"DeltaTextInputClient":[]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExecutionInstruction":{"Enum":[]},"DocumentKeyboardInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"ListItemType":{"Enum":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorState":{"State":["SuperEditor"]},"DocumentInputSource":{"Enum":[]},"DocumentGestureMode":{"Enum":[]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TextNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"ListenableBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter":{"Listenable":[]},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"HandleType":{"Enum":[]},"BlinkController":{"ChangeNotifier":[],"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"State":["SuperText"],"ProseTextBlock":[]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"RenderParagraphProseTextLayout":{"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"LaunchMode":{"Enum":[]},"PreferredLaunchMode":{"Enum":[]},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerClosedReason":{"Enum":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); + A._Universe_addRules(init.typeUniverse, JSON.parse('{"SkAnimatedImage":"LegacyJavaScriptObject","SkShader":"LegacyJavaScriptObject","SkPaint":"LegacyJavaScriptObject","SkMaskFilter":"LegacyJavaScriptObject","SkColorFilter":"LegacyJavaScriptObject","SkImageFilter":"LegacyJavaScriptObject","SkPath":"LegacyJavaScriptObject","SkPicture":"LegacyJavaScriptObject","SkParagraph":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","H5vcc":"LegacyJavaScriptObject","CanvasKit":"LegacyJavaScriptObject","CanvasKitInitOptions":"LegacyJavaScriptObject","CanvasKitInitPromise":"LegacyJavaScriptObject","ColorSpace":"LegacyJavaScriptObject","SkWebGLContextOptions":"LegacyJavaScriptObject","SkSurface":"LegacyJavaScriptObject","SkGrContext":"LegacyJavaScriptObject","SkFontSlantEnum":"LegacyJavaScriptObject","SkFontSlant":"LegacyJavaScriptObject","SkFontWeightEnum":"LegacyJavaScriptObject","SkFontWeight":"LegacyJavaScriptObject","SkAffinityEnum":"LegacyJavaScriptObject","SkAffinity":"LegacyJavaScriptObject","SkTextDirectionEnum":"LegacyJavaScriptObject","SkTextDirection":"LegacyJavaScriptObject","SkTextAlignEnum":"LegacyJavaScriptObject","SkTextAlign":"LegacyJavaScriptObject","SkTextHeightBehaviorEnum":"LegacyJavaScriptObject","SkTextHeightBehavior":"LegacyJavaScriptObject","SkRectHeightStyleEnum":"LegacyJavaScriptObject","SkRectHeightStyle":"LegacyJavaScriptObject","SkRectWidthStyleEnum":"LegacyJavaScriptObject","SkRectWidthStyle":"LegacyJavaScriptObject","SkVertexModeEnum":"LegacyJavaScriptObject","SkVertexMode":"LegacyJavaScriptObject","SkPointModeEnum":"LegacyJavaScriptObject","SkPointMode":"LegacyJavaScriptObject","SkClipOpEnum":"LegacyJavaScriptObject","SkClipOp":"LegacyJavaScriptObject","SkFillTypeEnum":"LegacyJavaScriptObject","SkFillType":"LegacyJavaScriptObject","SkPathOpEnum":"LegacyJavaScriptObject","SkPathOp":"LegacyJavaScriptObject","SkBlurStyleEnum":"LegacyJavaScriptObject","SkBlurStyle":"LegacyJavaScriptObject","SkStrokeCapEnum":"LegacyJavaScriptObject","SkStrokeCap":"LegacyJavaScriptObject","SkPaintStyleEnum":"LegacyJavaScriptObject","SkPaintStyle":"LegacyJavaScriptObject","SkBlendModeEnum":"LegacyJavaScriptObject","SkBlendMode":"LegacyJavaScriptObject","SkStrokeJoinEnum":"LegacyJavaScriptObject","SkStrokeJoin":"LegacyJavaScriptObject","SkTileModeEnum":"LegacyJavaScriptObject","SkTileMode":"LegacyJavaScriptObject","SkFilterModeEnum":"LegacyJavaScriptObject","SkFilterMode":"LegacyJavaScriptObject","SkMipmapModeEnum":"LegacyJavaScriptObject","SkMipmapMode":"LegacyJavaScriptObject","SkAlphaTypeEnum":"LegacyJavaScriptObject","SkAlphaType":"LegacyJavaScriptObject","SkColorTypeEnum":"LegacyJavaScriptObject","SkColorType":"LegacyJavaScriptObject","SkImage":"LegacyJavaScriptObject","SkShaderNamespace":"LegacyJavaScriptObject","SkMaskFilterNamespace":"LegacyJavaScriptObject","CkFilterOptions":"LegacyJavaScriptObject","_CkCubicFilterOptions":"LegacyJavaScriptObject","_CkTransformFilterOptions":"LegacyJavaScriptObject","SkColorFilterNamespace":"LegacyJavaScriptObject","SkImageFilterNamespace":"LegacyJavaScriptObject","SkPathNamespace":"LegacyJavaScriptObject","_NativeFloat32ArrayType":"LegacyJavaScriptObject","SkFloat32List":"LegacyJavaScriptObject","SkContourMeasureIter":"LegacyJavaScriptObject","SkContourMeasure":"LegacyJavaScriptObject","SkPictureRecorder":"LegacyJavaScriptObject","SkCanvas":"LegacyJavaScriptObject","SkParagraphBuilderNamespace":"LegacyJavaScriptObject","SkParagraphBuilder":"LegacyJavaScriptObject","SkParagraphStyle":"LegacyJavaScriptObject","SkParagraphStyleProperties":"LegacyJavaScriptObject","SkTextStyle":"LegacyJavaScriptObject","SkTextDecorationStyleEnum":"LegacyJavaScriptObject","SkTextDecorationStyle":"LegacyJavaScriptObject","SkTextBaselineEnum":"LegacyJavaScriptObject","SkTextBaseline":"LegacyJavaScriptObject","SkPlaceholderAlignmentEnum":"LegacyJavaScriptObject","SkPlaceholderAlignment":"LegacyJavaScriptObject","SkTextStyleProperties":"LegacyJavaScriptObject","SkStrutStyleProperties":"LegacyJavaScriptObject","SkFontStyle":"LegacyJavaScriptObject","SkTextShadow":"LegacyJavaScriptObject","SkFontFeature":"LegacyJavaScriptObject","SkTypeface":"LegacyJavaScriptObject","SkFont":"LegacyJavaScriptObject","SkFontMgr":"LegacyJavaScriptObject","TypefaceFontProvider":"LegacyJavaScriptObject","SkLineMetrics":"LegacyJavaScriptObject","SkTextPosition":"LegacyJavaScriptObject","SkTextRange":"LegacyJavaScriptObject","SkVertices":"LegacyJavaScriptObject","SkTonalColors":"LegacyJavaScriptObject","SkFontMgrNamespace":"LegacyJavaScriptObject","TypefaceFontProviderNamespace":"LegacyJavaScriptObject","SkTypefaceFactory":"LegacyJavaScriptObject","SkDeletable":"LegacyJavaScriptObject","JsConstructor":"LegacyJavaScriptObject","SkObjectFinalizationRegistry":"LegacyJavaScriptObject","SkData":"LegacyJavaScriptObject","SkImageInfo":"LegacyJavaScriptObject","SkPartialImageInfo":"LegacyJavaScriptObject","JsFlutterConfiguration":"LegacyJavaScriptObject","DomWindow":"LegacyJavaScriptObject","DomConsole":"LegacyJavaScriptObject","DomNavigator":"LegacyJavaScriptObject","DomDocument":"LegacyJavaScriptObject","DomHTMLDocument":"LegacyJavaScriptObject","DomEventTarget":"LegacyJavaScriptObject","DomEvent":"LegacyJavaScriptObject","DomProgressEvent":"LegacyJavaScriptObject","DomNode":"LegacyJavaScriptObject","DomElement":"LegacyJavaScriptObject","DomCSSStyleDeclaration":"LegacyJavaScriptObject","DomHTMLElement":"LegacyJavaScriptObject","DomHTMLMetaElement":"LegacyJavaScriptObject","DomHTMLHeadElement":"LegacyJavaScriptObject","DomHTMLBodyElement":"LegacyJavaScriptObject","DomHTMLImageElement":"LegacyJavaScriptObject","DomHTMLScriptElement":"LegacyJavaScriptObject","DomHTMLDivElement":"LegacyJavaScriptObject","DomHTMLSpanElement":"LegacyJavaScriptObject","DomHTMLButtonElement":"LegacyJavaScriptObject","DomHTMLParagraphElement":"LegacyJavaScriptObject","DomHTMLStyleElement":"LegacyJavaScriptObject","DomPerformance":"LegacyJavaScriptObject","DomPerformanceEntry":"LegacyJavaScriptObject","DomPerformanceMeasure":"LegacyJavaScriptObject","DomCanvasElement":"LegacyJavaScriptObject","DomCanvasImageSource":"LegacyJavaScriptObject","DomCanvasRenderingContext2D":"LegacyJavaScriptObject","DomImageData":"LegacyJavaScriptObject","DomCanvasPattern":"LegacyJavaScriptObject","DomCanvasGradient":"LegacyJavaScriptObject","DomXMLHttpRequestEventTarget":"LegacyJavaScriptObject","DomXMLHttpRequest":"LegacyJavaScriptObject","DomResponse":"LegacyJavaScriptObject","DomCharacterData":"LegacyJavaScriptObject","DomText":"LegacyJavaScriptObject","DomTextMetrics":"LegacyJavaScriptObject","DomException":"LegacyJavaScriptObject","DomRectReadOnly":"LegacyJavaScriptObject","DomRect":"LegacyJavaScriptObject","DomFontFace":"LegacyJavaScriptObject","DomFontFaceSet":"LegacyJavaScriptObject","DomVisualViewport":"LegacyJavaScriptObject","DomHTMLTextAreaElement":"LegacyJavaScriptObject","DomClipboard":"LegacyJavaScriptObject","DomUIEvent":"LegacyJavaScriptObject","DomKeyboardEvent":"LegacyJavaScriptObject","DomHistory":"LegacyJavaScriptObject","DomLocation":"LegacyJavaScriptObject","DomPopStateEvent":"LegacyJavaScriptObject","DomURL":"LegacyJavaScriptObject","DomBlob":"LegacyJavaScriptObject","DomMutationObserver":"LegacyJavaScriptObject","DomMutationRecord":"LegacyJavaScriptObject","DomMediaQueryList":"LegacyJavaScriptObject","DomMediaQueryListEvent":"LegacyJavaScriptObject","DomPath2D":"LegacyJavaScriptObject","DomMouseEvent":"LegacyJavaScriptObject","DomPointerEvent":"LegacyJavaScriptObject","DomWheelEvent":"LegacyJavaScriptObject","DomTouchEvent":"LegacyJavaScriptObject","DomTouch":"LegacyJavaScriptObject","DomCompositionEvent":"LegacyJavaScriptObject","DomHTMLInputElement":"LegacyJavaScriptObject","DomTokenList":"LegacyJavaScriptObject","DomHTMLFormElement":"LegacyJavaScriptObject","DomHTMLLabelElement":"LegacyJavaScriptObject","DomOffscreenCanvas":"LegacyJavaScriptObject","DomFileReader":"LegacyJavaScriptObject","DomDocumentFragment":"LegacyJavaScriptObject","DomShadowRoot":"LegacyJavaScriptObject","DomStyleSheet":"LegacyJavaScriptObject","DomCSSStyleSheet":"LegacyJavaScriptObject","DomCSSRule":"LegacyJavaScriptObject","DomScreen":"LegacyJavaScriptObject","DomScreenOrientation":"LegacyJavaScriptObject","DomWebSocket":"LegacyJavaScriptObject","DomMessageEvent":"LegacyJavaScriptObject","DomHTMLIFrameElement":"LegacyJavaScriptObject","DomMessagePort":"LegacyJavaScriptObject","DomMessageChannel":"LegacyJavaScriptObject","_DomList":"LegacyJavaScriptObject","FlutterEngineInitializer":"LegacyJavaScriptObject","InitializeEngineFnParameters":"LegacyJavaScriptObject","FlutterAppRunner":"LegacyJavaScriptObject","RunAppFnParameters":"LegacyJavaScriptObject","FlutterApp":"LegacyJavaScriptObject","JsUrlStrategy":"LegacyJavaScriptObject","JsPromise":"LegacyJavaScriptObject","ImageDecoder":"LegacyJavaScriptObject","ImageDecoderOptions":"LegacyJavaScriptObject","DecodeResult":"LegacyJavaScriptObject","DecodeOptions":"LegacyJavaScriptObject","VideoFrame":"LegacyJavaScriptObject","ImageTrackList":"LegacyJavaScriptObject","ImageTrack":"LegacyJavaScriptObject","SVGElement":"LegacyJavaScriptObject","SVGGraphicsElement":"LegacyJavaScriptObject","SVGSVGElement":"LegacyJavaScriptObject","SVGClipPathElement":"LegacyJavaScriptObject","SVGDefsElement":"LegacyJavaScriptObject","SVGGeometryElement":"LegacyJavaScriptObject","SVGPathElement":"LegacyJavaScriptObject","SVGFilterElement":"LegacyJavaScriptObject","SVGAnimatedLength":"LegacyJavaScriptObject","SVGLength":"LegacyJavaScriptObject","SVGAnimatedEnumeration":"LegacyJavaScriptObject","SVGFEColorMatrixElement":"LegacyJavaScriptObject","SVGFEFloodElement":"LegacyJavaScriptObject","SVGFEBlendElement":"LegacyJavaScriptObject","SVGFEImageElement":"LegacyJavaScriptObject","SVGFECompositeElement":"LegacyJavaScriptObject","SVGAnimatedString":"LegacyJavaScriptObject","SVGAnimatedNumber":"LegacyJavaScriptObject","SVGAnimatedNumberList":"LegacyJavaScriptObject","SVGNumberList":"LegacyJavaScriptObject","SVGNumber":"LegacyJavaScriptObject","PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","JsUrlStrategy0":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions0":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest0":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest0":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","KeyframeEffect":"JavaScriptObject","KeyframeEffectReadOnly":"JavaScriptObject","AnimationEffectReadOnly":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AElement":"SvgElement","GraphicsElement":"SvgElement","OpenDBRequest":"Request0","_WorkerNavigator":"NavigatorConcurrentHardware","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","WindowClient":"Client","VttCue":"TextTrackCue","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","DirectoryEntry":"Entry","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","OperatingSystem":{"Enum":[]},"CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"ManagedSkiaObject":{"SkiaObject":["1"]},"PersistedContainerSurface":{"PersistedSurface":[]},"Checkable":{"RoleManager":[]},"ImageRoleManager":{"RoleManager":[]},"Incrementable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"Scrollable0":{"RoleManager":[]},"Role":{"Enum":[]},"GestureMode":{"Enum":[]},"Tappable":{"RoleManager":[]},"TextField0":{"RoleManager":[]},"LineCharProperty":{"Enum":[]},"EngineLineMetrics":{"LineMetrics":[]},"WordCharProperty":{"Enum":[]},"AssetManagerException":{"Exception":[]},"BrowserEngine":{"Enum":[]},"RecordingCkCanvas":{"CkCanvas":[]},"CkClearCommand":{"CkPaintCommand":[]},"CkSaveCommand":{"CkPaintCommand":[]},"CkRestoreCommand":{"CkPaintCommand":[]},"CkTranslateCommand":{"CkPaintCommand":[]},"CkScaleCommand":{"CkPaintCommand":[]},"CkRotateCommand":{"CkPaintCommand":[]},"CkTransformCommand":{"CkPaintCommand":[]},"CkClipRectCommand":{"CkPaintCommand":[]},"CkDrawArcCommand":{"CkPaintCommand":[]},"CkClipRRectCommand":{"CkPaintCommand":[]},"CkClipPathCommand":{"CkPaintCommand":[]},"CkDrawLineCommand":{"CkPaintCommand":[]},"CkDrawPaintCommand":{"CkPaintCommand":[]},"CkDrawRectCommand":{"CkPaintCommand":[]},"CkDrawRRectCommand":{"CkPaintCommand":[]},"CkDrawDRRectCommand":{"CkPaintCommand":[]},"CkDrawCircleCommand":{"CkPaintCommand":[]},"CkDrawPathCommand":{"CkPaintCommand":[]},"CkDrawShadowCommand":{"CkPaintCommand":[]},"CkDrawImageRectCommand":{"CkPaintCommand":[]},"CkDrawParagraphCommand":{"CkPaintCommand":[]},"CkDrawPictureCommand":{"CkPaintCommand":[]},"CkSaveLayerCommand":{"CkPaintCommand":[]},"CkSaveLayerWithFilterCommand":{"CkPaintCommand":[]},"SkiaObjectCollectionError":{"Error":[]},"ManagedSkColorFilter":{"ManagedSkiaObject":["SkColorFilter"],"SkiaObject":["SkColorFilter"]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorType":{"Enum":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"CkImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"_CkMatrixImageFilter":{"ManagedSkiaObject":["SkImageFilter"],"CkManagedSkImageFilterConvertible":[],"SkiaObject":["SkImageFilter"]},"CkAnimatedImage":{"ManagedSkiaObject":["SkAnimatedImage"],"SkiaObject":["SkAnimatedImage"],"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer":{"Layer":[]},"PlatformViewLayer":{"Layer":[]},"CkMaskFilter":{"ManagedSkiaObject":["SkMaskFilter"],"SkiaObject":["SkMaskFilter"]},"CkPaint":{"ManagedSkiaObject":["SkPaint"],"SkiaObject":["SkPaint"],"Paint":[]},"CkPath":{"ManagedSkiaObject":["SkPath"],"SkiaObject":["SkPath"],"Path":[]},"CkPicture":{"ManagedSkiaObject":["SkPicture"],"SkiaObject":["SkPicture"]},"CkShader":{"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"CkGradientLinear":{"CkShader":[],"ManagedSkiaObject":["SkShader"],"SkiaObject":["SkShader"]},"SkiaObjectBox":{"SkiaObject":["2"]},"CkParagraph":{"SkiaObject":["SkParagraph"]},"CkLineMetrics":{"LineMetrics":[]},"_ParagraphCommandType":{"Enum":[]},"CanvasKitError":{"Error":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawPaint":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"PersistedSurfaceState":{"Enum":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"DebugEngineInitializationState":{"Enum":[]},"_CheckableKind":{"Enum":[]},"AccessibilityMode":{"Enum":[]},"EnabledState":{"Enum":[]},"_TypedDataBuffer":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int","_TypedDataBuffer.E":"int"},"FlatTextSpan":{"ParagraphSpan":[]},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"PlaceholderBox":{"RangeBox":[]},"SpanBox":{"RangeBox":[]},"LineBreakType":{"Enum":[]},"_ComparisonResult":{"Enum":[]},"TextCapitalization":{"Enum":[]},"TransformKind":{"Enum":[]},"EngineFlutterWindow":{"FlutterWindow":[]},"EngineSingletonFlutterWindow":{"FlutterWindow":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"SkAnimatedImage":[],"SkShader":[],"SkPaint":[],"SkMaskFilter":[],"SkColorFilter":[],"SkImageFilter":[],"SkPath":[],"SkPicture":[],"SkParagraph":[],"Promise":["1&"],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.K":"3","MapMixin.V":"4"},"LateError":{"Error":[]},"ReachabilityError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NotNullableError":{"TypeError":[],"Error":[]},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapMixin":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapMixin.K":"int","MapMixin.V":"1"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"NoSuchMethodError":[],"Error":[]},"JsNoSuchMethodError":{"NoSuchMethodError":[],"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"ByteBuffer":[]},"NativeTypedData":{"TypedData":[]},"NativeByteData":{"ByteData":[],"TypedData":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.S":"1","_ForwardingStream.T":"2"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_Zone":{"Zone":[]},"_RootZone":{"Zone":[]},"_SplayTreeMapNode":{"MapEntry":["1","2"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_CustomHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"SplayTreeMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"]},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"]},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"]},"SplayTreeSet":{"SetMixin":["1"],"Set":["1"],"IterableMixin":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"SetMixin.E":"1"},"Encoding":{"Codec0":["String","List"]},"_JsonMap":{"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"AsciiCodec":{"Encoding":[],"Codec0":["String","List"]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"]},"Base64Codec":{"Codec0":["List","String"]},"Base64Encoder":{"Converter":["List","String"]},"Base64Decoder":{"Converter":["String","List"]},"HtmlEscape":{"Converter":["String","String"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec0":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Latin1Codec":{"Encoding":[],"Codec0":["String","List"]},"Latin1Encoder":{"Converter":["String","List"]},"Latin1Decoder":{"Converter":["List","String"]},"Utf8Codec":{"Encoding":[],"Codec0":["String","List"]},"Utf8Encoder":{"Converter":["String","List"]},"Utf8Decoder":{"Converter":["List","String"]},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"_Enum":{"Enum":[]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"Element2":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"EventTarget":[],"JavaScriptObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"ImageElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"Node1":{"EventTarget":[],"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"EventTarget":[],"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"EventTarget":[],"JavaScriptObject":[]},"TextTrackCue":{"EventTarget":[],"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Animation":{"EventTarget":[],"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"EventTarget":[],"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Client":{"JavaScriptObject":[]},"Credential":{"JavaScriptObject":[]},"CssKeywordValue":{"JavaScriptObject":[]},"CssNumericValue":{"JavaScriptObject":[]},"CssPerspective":{"JavaScriptObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[]},"CssStyleValue":{"JavaScriptObject":[]},"CssTransformComponent":{"JavaScriptObject":[]},"CssTransformValue":{"JavaScriptObject":[]},"CssUnitValue":{"JavaScriptObject":[]},"CssUnparsedValue":{"JavaScriptObject":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomRectList":{"ListMixin":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListMixin.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Entry":{"JavaScriptObject":[]},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListMixin":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListMixin.E":"File"},"FileReader":{"EventTarget":[],"JavaScriptObject":[]},"FileWriter":{"EventTarget":[],"JavaScriptObject":[]},"FontFaceSet":{"EventTarget":[],"JavaScriptObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"EventTarget":[],"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"FileUploadInputElement":[],"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaKeySession":{"EventTarget":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"EventTarget":[],"JavaScriptObject":[]},"MediaStream":{"EventTarget":[],"JavaScriptObject":[]},"MediaStreamTrack":{"EventTarget":[],"JavaScriptObject":[]},"MessagePort":{"EventTarget":[],"JavaScriptObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiOutputMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"MidiPort":{"EventTarget":[],"JavaScriptObject":[]},"MimeTypeArray":{"ListMixin":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListMixin.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListMixin":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListMixin.E":"Node1"},"NodeList0":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"Notification":{"EventTarget":[],"JavaScriptObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"PaymentRequest":{"EventTarget":[],"JavaScriptObject":[]},"PluginArray":{"ListMixin":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListMixin.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnection":{"EventTarget":[],"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"EventTarget":[],"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"SourceBufferList":{"ListMixin":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"EventTarget":[],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListMixin.E":"SourceBuffer"},"SpeechGrammarList":{"ListMixin":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListMixin.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListMixin":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListMixin.E":"TextTrackCue"},"TextTrackList":{"ListMixin":["TextTrack"],"ImmutableListMixin":["TextTrack"],"EventTarget":[],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListMixin.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListMixin":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListMixin.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"EventTarget":[],"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"EventTarget":[],"JavaScriptObject":[]},"WorkerGlobalScope":{"EventTarget":[],"JavaScriptObject":[]},"_Attr":{"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"_CssRuleList":{"ListMixin":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListMixin.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListMixin":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListMixin.E":"Gamepad?"},"_NamedNodeMap":{"ListMixin":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListMixin.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListMixin":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListMixin.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListMixin":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListMixin.E":"StyleSheet"},"_AttributeMap":{"MapMixin":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_DataAttributeMap":{"MapMixin":["String","String"],"Map":["String","String"],"MapMixin.K":"String","MapMixin.V":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"EventTarget":[],"JavaScriptObject":[]},"FilteredElementList0":{"ListMixin":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListMixin.E":"Element2"},"Transaction":{"EventTarget":[],"JavaScriptObject":[]},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"Database":{"EventTarget":[],"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"ObjectStore":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"ObserverChanges":{"JavaScriptObject":[]},"Request0":{"EventTarget":[],"JavaScriptObject":[]},"VersionChangeEvent":{"Event":[],"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[],"Codec0":["String","List"]},"JsArray":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListMixin":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListMixin.E":"Length"},"NumberList":{"ListMixin":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListMixin.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListMixin":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListMixin.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"EventTarget":[],"JavaScriptObject":[]},"TransformList":{"ListMixin":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListMixin.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"FilterQuality":{"Enum":[]},"PointerDeviceKind":{"Enum":[]},"TextAlign":{"Enum":[]},"TextBaseline":{"Enum":[]},"TextDirection":{"Enum":[]},"TextAffinity":{"Enum":[]},"ClipOp":{"Enum":[]},"PathFillType":{"Enum":[]},"KeyEventType":{"Enum":[]},"StrokeCap":{"Enum":[]},"StrokeJoin":{"Enum":[]},"PaintingStyle":{"Enum":[]},"BlendMode":{"Enum":[]},"Clip":{"Enum":[]},"BlurStyle":{"Enum":[]},"ImageByteFormat":{"Enum":[]},"PixelFormat":{"Enum":[]},"AppLifecycleState":{"Enum":[]},"PointerChange":{"Enum":[]},"PointerSignalKind":{"Enum":[]},"FontStyle":{"Enum":[]},"PlaceholderAlignment":{"Enum":[]},"TextDecorationStyle":{"Enum":[]},"TextLeadingDistribution":{"Enum":[]},"BoxHeightStyle":{"Enum":[]},"BoxWidthStyle":{"Enum":[]},"TileMode":{"Enum":[]},"SingletonFlutterWindow":{"FlutterWindow":[]},"Brightness":{"Enum":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapMixin":["String","@"],"Map":["String","@"],"MapMixin.K":"String","MapMixin.V":"@"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"EventTarget":[],"JavaScriptObject":[]},"BaseAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"OfflineAudioContext":{"EventTarget":[],"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"SpanMarkerType":{"Enum":[]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"AttributionVisitEvent":{"Enum":[]},"NamedAttribution":{"Attribution":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"]},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"]},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"ImageRenderMethodForWeb":{"Enum":[]},"StringCharacters":{"Characters":[],"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"BarGroupingType":{"Enum":[]},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"AxisOrientation":{"Enum":[]},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"_PixelVerticalDirection":{"Enum":[]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"RangeBandType":{"Enum":[]},"StepSizeType":{"Enum":[]},"SimpleOrdinalScale":{"OrdinalScale":[]},"TickLabelAnchor":{"Enum":[]},"TickLabelJustification":{"Enum":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"CalendarField":{"Enum":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"BehaviorPosition":{"Enum":[]},"OutsideJustification":{"Enum":[]},"InsideJustification":{"Enum":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"LegendTapHandling":{"Enum":[]},"LegendDefaultMeasure":{"Enum":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"LinePointHighlighterFollowLineType":{"Enum":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"SelectionMode":{"Enum":[]},"SelectionTrigger":{"Enum":[]},"FillPatternType":{"Enum":[]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SelectionModelType":{"Enum":[]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LayoutPosition":{"Enum":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"TextDirection0":{"Enum":[]},"MaxWidthStrategy":{"Enum":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"GestureType":{"Enum":[]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement0":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"_HorizontalJustification":{"Enum":[]},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"MessageLevel":{"Enum":[]},"ElementSelector":{"SimpleSelector":[]},"NamespaceSelector":{"SimpleSelector":[]},"AttributeSelector":{"SimpleSelector":[]},"IdSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"PseudoClassSelector":{"SimpleSelector":[]},"PseudoElementSelector":{"SimpleSelector":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[]},"NegationSelector":{"SimpleSelector":[]},"OperatorPlus":{"Expression":[]},"OperatorMinus":{"Expression":[]},"LiteralTerm":{"Expression":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[]},"EmTerm":{"LiteralTerm":[],"Expression":[]},"ExTerm":{"LiteralTerm":[],"Expression":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[]},"ChTerm":{"LiteralTerm":[],"Expression":[]},"RemTerm":{"LiteralTerm":[],"Expression":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node2":[]},"DirectoryNode":{"Node2":[]},"FileNode":{"Node2":[]},"LinkNode":{"Node2":[]},"RootNode":{"DirectoryNode":[],"Node2":[]},"_LinuxCodes":{"_Codes":[]},"FileType":{"Enum":[]},"Int64":{"Comparable":["Object"]},"AnimationStatus":{"Enum":[]},"Animation0":{"Listenable":[]},"_AnimationDirection":{"Enum":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"AnimationBehavior":{"Enum":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"_TrainHoppingMode":{"Enum":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Tween.T":"Color?","Animatable.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Tween.T":"1","Animatable.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Tween.T":"Size?","Animatable.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Tween.T":"int","Animatable.T":"int"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoDynamicColor":{"Color":[]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorDescription":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"_ErrorDiagnostic":[],"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"ChangeNotifier":[],"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticLevel":{"Enum":[]},"DiagnosticsTreeStyle":{"Enum":[]},"_WordWrapParseMode":{"Enum":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"_LicenseEntryWithLineBreaksParserState":{"Enum":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"TargetPlatform":{"Enum":[]},"SynchronousFuture":{"Future":["1"]},"GestureDisposition":{"Enum":[]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"PointerPanZoomStartEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerPanZoomStartEvent":{"PointerPanZoomStartEvent":[],"PointerEvent":[]},"PointerPanZoomUpdateEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomUpdateEvent":{"PointerPanZoomUpdateEvent":[],"PointerEvent":[]},"PointerPanZoomEndEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomEndEvent":{"PointerPanZoomEndEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ForceState":{"Enum":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DragState":{"Enum":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragStartBehavior":{"Enum":[]},"GestureRecognizerState":{"Enum":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ScaleState":{"Enum":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionLevel":{"Enum":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutMode":{"Enum":[]},"_Focus":{"Enum":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeMode":{"Enum":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Tween.T":"Rect?","Animatable.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Tween.T":"Offset","Animatable.T":"Offset"},"_CornerId":{"Enum":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ButtonTextTheme":{"Enum":[]},"ButtonBarLayoutBehavior":{"Enum":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"ChangeNotifier":[],"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"ChangeNotifier":[],"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerEntryMode":{"Enum":[]},"DatePickerMode":{"Enum":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"DrawerAlignment":{"Enum":[]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonType":{"Enum":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HighlightType":{"Enum":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationSlot":{"Enum":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"ChangeNotifier":[],"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Tween.T":"InputBorder","Animatable.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"FloatingLabelBehavior":{"Enum":[]},"_RenderDecoration":{"SlottedContainerRenderObjectMixin":["_DecorationSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_DecorationSlot"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_DecorationSlot"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListTileSlot":{"Enum":[]},"ListTileStyle":{"Enum":[]},"ListTileControlAffinity":{"Enum":[]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.S":"_ListTileSlot"},"_RenderListTile":{"SlottedContainerRenderObjectMixin":["_ListTileSlot"],"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.S":"_ListTileSlot"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialType":{"Enum":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Tween.T":"ShapeBorder?","Animatable.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialState":{"Enum":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_LerpProperties0":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"ChangeNotifier":[],"Listenable":[]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"PaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaginatedDataTableState":{"State":["PaginatedDataTable"]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuPosition":{"Enum":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActivityIndicatorType":{"Enum":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"ChangeNotifier":[],"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshIndicatorMode":{"Enum":[]},"RefreshIndicatorTriggerMode":{"Enum":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldSlot":{"Enum":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"ChangeNotifier":[],"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"_DismissDrawerAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBarClosedReason":{"Enum":[]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchType":{"Enum":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"ChangeNotifier":[],"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SwitchListTileType":{"Enum":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpColors":{"MaterialStateProperty":["Color?"]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"ChangeNotifier":[],"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"TabBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Tab":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Tween.T":"ThemeData","Animatable.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"MaterialTapTargetSize":{"Enum":[]},"DayPeriod":{"Enum":[]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"ChangeNotifier":[],"Listenable":[]},"TimeOfDayFormat":{"Enum":[]},"HourFormat":{"Enum":[]},"_TimePickerMode":{"Enum":[]},"TimePickerEntryMode":{"Enum":[]},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_RestorableTimePickerEntryMode":{"RestorableProperty":["TimePickerEntryMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerMode":{"RestorableProperty":["_TimePickerMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableAutovalidateMode0":{"RestorableProperty":["AutovalidateMode"],"ChangeNotifier":[],"Listenable":[]},"_RestorableTimePickerModeN":{"RestorableProperty":["_TimePickerMode?"],"ChangeNotifier":[],"Listenable":[]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_ToggleButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"ChangeNotifier":[],"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTriggerMode":{"Enum":[]},"ScriptCategory":{"Enum":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"RenderComparison":{"Enum":[]},"Axis0":{"Enum":[]},"VerticalDirection":{"Enum":[]},"AxisDirection":{"Enum":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"BorderStyle":{"Enum":[]},"StrokeAlign":{"Enum":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxShape":{"Enum":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxFit":{"Enum":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"ImageRepeat":{"Enum":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan0":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"TextOverflow":{"Enum":[]},"TextWidthBasis":{"Enum":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"SpringType":{"Enum":[]},"RenderAnimatedSizeState":{"Enum":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"_IntrinsicDimension":{"Enum":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderEditablePainter":{"ChangeNotifier":[],"Listenable":[]},"RenderEditable":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_FloatingCursorPainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"ChangeNotifier":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexFit":{"Enum":[]},"MainAxisSize":{"Enum":[]},"MainAxisAlignment":{"Enum":[]},"CrossAxisAlignment":{"Enum":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ContainerLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"ClipRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipRRectLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"PictureLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PlatformViewLayer0":{"DiagnosticableTree":[],"AbstractNode":[]},"PerformanceOverlayLayer":{"DiagnosticableTree":[],"AbstractNode":[]},"OffsetLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ClipPathLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"LeaderLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"FollowerLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"DiagnosticableTree":[],"AbstractNode":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"ChangeNotifier":[],"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"TextParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"_SelectableFragment":{"Selectable":[],"ChangeNotifier":[],"Listenable":[]},"RenderParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderPerformanceOverlay":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"PlatformViewHitTestBehavior":{"Enum":[]},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"HitTestBehavior":{"Enum":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"DecorationPosition":{"Enum":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"AbstractNode":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"SelectionResult":{"Enum":[]},"SelectionEventType":{"Enum":[]},"SelectionStatus":{"Enum":[]},"TextSelectionHandleType":{"Enum":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"GrowthDirection":{"Enum":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"StackFit":{"Enum":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"TableCellVerticalAlignment":{"Enum":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Tween.T":"AlignmentGeometry?","Animatable.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"CacheExtentStyle":{"Enum":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"ChangeNotifier":[],"Listenable":[]},"ScrollDirection":{"Enum":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"WrapAlignment":{"Enum":[]},"WrapCrossAlignment":{"Enum":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SchedulerPhase":{"Enum":[]},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[],"AbstractNode":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"ChangeNotifier":[],"Listenable":[]},"DebugSemanticsDumpOrder":{"Enum":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"KeyDataTransitMode":{"Enum":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"KeyboardSide":{"Enum":[]},"ModifierKey":{"Enum":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"ChangeNotifier":[],"Listenable":[]},"SystemSoundType":{"Enum":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"MaxLengthEnforcement":{"Enum":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"SelectionChangedCause":{"Enum":[]},"SmartDashesType":{"Enum":[]},"SmartQuotesType":{"Enum":[]},"TextInputAction":{"Enum":[]},"TextCapitalization0":{"Enum":[]},"FloatingCursorDragState":{"Enum":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VoidCallbackIntent":{"Intent":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"VoidCallbackAction":{"Action":["VoidCallbackIntent"],"Action.T":"VoidCallbackIntent"},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"CrossFadeState":{"Enum":[]},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConnectionState":{"Enum":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillContextAction":{"Enum":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"ChangeNotifier":[],"Listenable":[]},"_NullWidget0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UbiquitousInheritedElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_UbiquitousInheritedWidget":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultSelectionStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"ChangeNotifier":[],"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"ChangeNotifier":[],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"_TextEditingHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ExtendSelectionOrCaretPositionAction":{"ContextAction":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action":["ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"],"Action.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent","ContextAction.T":"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"},"_UpdateTextSelectionToAdjacentLineAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"_TextEditingHistoryState":{"State":["_TextEditingHistory"]},"KeyEventResult":{"Enum":[]},"FocusNode":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"FocusHighlightMode":{"Enum":[]},"UnfocusDisposition":{"Enum":[]},"FocusHighlightStrategy":{"Enum":[]},"FocusManager":{"DiagnosticableTree":[],"ChangeNotifier":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"Focus":[],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TraversalDirection":{"Enum":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusTraversalGroupMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"AutovalidateMode":{"Enum":[]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"_StateLifecycle":{"Enum":[]},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementLifecycle":{"Enum":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RootRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget2":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeroFlightDirection":{"Enum":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Tween.T":"BoxConstraints","Animatable.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Tween.T":"Decoration","Animatable.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Tween.T":"EdgeInsetsGeometry","Animatable.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Tween.T":"BorderRadius?","Animatable.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix4"],"Animatable":["Matrix4"],"Tween.T":"Matrix4","Animatable.T":"Matrix4"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Tween.T":"TextStyle","Animatable.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Tween.T":"EdgeInsets","Animatable.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix4"],"ChangeNotifier":[],"Listenable":[]},"_GestureType":{"Enum":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"MediaQuery":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromWindow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Orientation":{"Enum":[]},"NavigationMode":{"Enum":[]},"_MediaQueryFromWindowState":{"State":["_MediaQueryFromWindow"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ToolbarSlot":{"Enum":[]},"RoutePopDisposition":{"Enum":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_RouteRestorationType":{"Enum":[]},"_RouteLifecycle":{"Enum":[]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"ChangeNotifier":[],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBarAlignment":{"Enum":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_Theatre":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheatreElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTheatre":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowState":{"Enum":[]},"_GlowController":{"ChangeNotifier":[],"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchState":{"Enum":[]},"_StretchController":{"ChangeNotifier":[],"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"ChangeNotifier":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"PerformanceOverlay":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"_PlatformViewPlaceholderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"ChangeNotifier":[],"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"ChangeNotifier":[],"Listenable":[],"_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"ChangeNotifier":[],"Listenable":[]},"RestorableListenable":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"ChangeNotifier":[],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"ChangeNotifier":[],"Listenable":[]},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"RouteInformationReportingType":{"Enum":[]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"ChangeNotifier":[],"Listenable":[]},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"FocusTrap":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTrapArea":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFocusTrapArea":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_RenderFocusTrap":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidOverscrollIndicator":{"Enum":[]},"ScrollController":{"ChangeNotifier":[],"Listenable":[]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"_ConvertedScrollMetricsNotification":{"ScrollUpdateNotification":[],"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollPosition":{"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionAlignmentPolicy":{"Enum":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"ChangeNotifier":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollViewKeyboardDismissBehavior":{"Enum":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableSelectionHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollIntent":{"Intent":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"ScrollIncrementType":{"Enum":[]},"ScrollAction":{"Action":["ScrollIntent"],"Action.T":"ScrollIntent"},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"ChangeNotifier":[],"Listenable":[]},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarOrientation":{"Enum":[]},"ScrollbarPainter":{"ChangeNotifier":[],"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"ChangeNotifier":[],"Listenable":[]},"SelectionContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectionRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionContainerState":{"Selectable":[],"State":["SelectionContainer"],"Listenable":[]},"SelectionContainerDelegate":{"Listenable":[]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"ShortcutManager":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"ShortcutRegistry":{"ChangeNotifier":[],"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget3":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"DeleteCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"DeleteToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"DirectionalTextEditingIntent":[],"Intent":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetSpan":{"PlaceholderSpan0":[],"InlineSpan":[],"DiagnosticableTree":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"ActionPaneType":{"Enum":[]},"GestureDirection":{"Enum":[]},"_ValueNotifier":{"ValueNotifier":["1"],"ChangeNotifier":[],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastAnimation":{"Enum":[]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInOption":{"Enum":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListMixin":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListMixin.E":"Node0"},"FilteredElementList":{"ListMixin":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListMixin.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"ElementCssClassSet":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"SetMixin.E":"String"},"_CssClassSetImpl":{"SetMixin":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"ListProxy":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListMixin":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListMixin.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"InternalPngFrame":{"PngFrame":[]},"ImageException":{"Exception":[]},"CropAspectRatioPreset":{"Enum":[]},"CropStyle":{"Enum":[]},"ImageCompressFormat":{"Enum":[]},"CameraDevice":{"Enum":[]},"ImageSource":{"Enum":[]},"BillingResponse":{"Enum":[]},"SkuType":{"Enum":[]},"PurchaseStateWrapper":{"Enum":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"PurchaseStatus":{"Enum":[]},"_TransactionRestoreState":{"Enum":[]},"SKPaymentTransactionStateWrapper":{"Enum":[]},"SKSubscriptionPeriodUnit":{"Enum":[]},"SKProductDiscountPaymentMode":{"Enum":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"PluralCase":{"Enum":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"IconPosition":{"Enum":[]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity*"],"Serializer":["AccountEntity*"]},"_$AccountEntity":{"AccountEntity":[]},"BankAccountEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$BankAccountListResponseSerializer":{"StructuredSerializer":["BankAccountListResponse*"],"Serializer":["BankAccountListResponse*"]},"_$BankAccountItemResponseSerializer":{"StructuredSerializer":["BankAccountItemResponse*"],"Serializer":["BankAccountItemResponse*"]},"_$BankAccountEntitySerializer":{"StructuredSerializer":["BankAccountEntity*"],"Serializer":["BankAccountEntity*"]},"_$BankAccountListResponse":{"BankAccountListResponse":[]},"_$BankAccountItemResponse":{"BankAccountItemResponse":[]},"_$BankAccountEntity":{"BankAccountEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse*"],"Serializer":["ClientListResponse*"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse*"],"Serializer":["ClientItemResponse*"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity*"],"Serializer":["ClientEntity*"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity*"],"Serializer":["ClientContactEntity*"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse*"],"Serializer":["CompanyGatewayListResponse*"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse*"],"Serializer":["CompanyGatewayItemResponse*"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity*"],"Serializer":["CompanyGatewayEntity*"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings*"],"Serializer":["FeesAndLimitsSettings*"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity*"],"Serializer":["CompanyEntity*"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity*"],"Serializer":["GatewayEntity*"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity*"],"Serializer":["GatewayOptionsEntity*"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity*"],"Serializer":["UserCompanyEntity*"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity*"],"Serializer":["UserSettingsEntity*"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity*"],"Serializer":["ReportSettingsEntity*"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse*"],"Serializer":["CompanyItemResponse*"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity*"],"Serializer":["RegistrationFieldEntity*"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField*"],"Serializer":["DashboardField*"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse*"],"Serializer":["CreditListResponse*"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse*"],"Serializer":["CreditItemResponse*"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange*"],"Serializer":["DateRange*"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison*"],"Serializer":["DateRangeComparison*"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse*"],"Serializer":["DesignListResponse*"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse*"],"Serializer":["DesignItemResponse*"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest*"],"Serializer":["DesignPreviewRequest*"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity*"],"Serializer":["DesignEntity*"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse*"],"Serializer":["DocumentListResponse*"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse*"],"Serializer":["DocumentItemResponse*"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity*"],"Serializer":["DocumentEntity*"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType*"],"Serializer":["EntityType*"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState*"],"Serializer":["EntityState*"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate*"],"Serializer":["EmailTemplate*"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse*"],"Serializer":["LoginResponse*"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity*"],"Serializer":["ActivityEntity*"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity*"],"Serializer":["LedgerEntity*"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse*"],"Serializer":["ExpenseCategoryListResponse*"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse*"],"Serializer":["ExpenseCategoryItemResponse*"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity*"],"Serializer":["ExpenseCategoryEntity*"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse*"],"Serializer":["ExpenseListResponse*"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse*"],"Serializer":["ExpenseItemResponse*"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity*"],"Serializer":["ExpenseEntity*"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity*"],"Serializer":["ExpenseScheduleEntity*"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity*"],"Serializer":["ExpenseStatusEntity*"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse*"],"Serializer":["GatewayTokenListResponse*"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse*"],"Serializer":["GatewayTokenItemResponse*"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity*"],"Serializer":["GatewayTokenEntity*"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity*"],"Serializer":["GatewayTokenMetaEntity*"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse*"],"Serializer":["GroupListResponse*"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse*"],"Serializer":["GroupItemResponse*"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity*"],"Serializer":["GroupEntity*"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse*"],"Serializer":["HealthCheckResponse*"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse*"],"Serializer":["HealthCheckPHPResponse*"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse*"],"Serializer":["PreImportResponse*"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails*"],"Serializer":["PreImportResponseEntityDetails*"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest*"],"Serializer":["ImportRequest*"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping*"],"Serializer":["ImportRequestMapping*"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse*"],"Serializer":["InvoiceListResponse*"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse*"],"Serializer":["InvoiceItemResponse*"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity*"],"Serializer":["InvoiceEntity*"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity*"],"Serializer":["InvoiceItemEntity*"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity*"],"Serializer":["InvitationEntity*"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity*"],"Serializer":["InvoiceScheduleEntity*"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity*"],"Serializer":["InvoiceHistoryEntity*"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse*"],"Serializer":["PaymentListResponse*"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse*"],"Serializer":["PaymentItemResponse*"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity*"],"Serializer":["PaymentEntity*"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity*"],"Serializer":["PaymentableEntity*"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse*"],"Serializer":["PaymentTermListResponse*"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse*"],"Serializer":["PaymentTermItemResponse*"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity*"],"Serializer":["PaymentTermEntity*"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse*"],"Serializer":["ProductListResponse*"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse*"],"Serializer":["ProductItemResponse*"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity*"],"Serializer":["ProductEntity*"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse*"],"Serializer":["ProjectListResponse*"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse*"],"Serializer":["ProjectItemResponse*"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity*"],"Serializer":["ProjectEntity*"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity*"],"Serializer":["SettingsEntity*"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse*"],"Serializer":["CountryListResponse*"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse*"],"Serializer":["CountryItemResponse*"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity*"],"Serializer":["CountryEntity*"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse*"],"Serializer":["CurrencyListResponse*"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse*"],"Serializer":["CurrencyItemResponse*"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity*"],"Serializer":["CurrencyEntity*"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse*"],"Serializer":["DateFormatListResponse*"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse*"],"Serializer":["DateFormatItemResponse*"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity*"],"Serializer":["DateFormatEntity*"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse*"],"Serializer":["DatetimeFormatListResponse*"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse*"],"Serializer":["DatetimeFormatItemResponse*"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity*"],"Serializer":["DatetimeFormatEntity*"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse*"],"Serializer":["IndustryListResponse*"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse*"],"Serializer":["IndustryItemResponse*"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity*"],"Serializer":["IndustryEntity*"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity*"],"Serializer":["InvoiceStatusEntity*"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse*"],"Serializer":["LanguageListResponse*"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse*"],"Serializer":["LanguageItemResponse*"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity*"],"Serializer":["LanguageEntity*"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse*"],"Serializer":["PaymentTypeListResponse*"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse*"],"Serializer":["PaymentTypeItemResponse*"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity*"],"Serializer":["PaymentTypeEntity*"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse*"],"Serializer":["SizeListResponse*"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse*"],"Serializer":["SizeItemResponse*"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity*"],"Serializer":["SizeEntity*"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse*"],"Serializer":["StaticDataItemResponse*"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity*"],"Serializer":["StaticDataEntity*"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity*"],"Serializer":["TemplateEntity*"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse*"],"Serializer":["TimezoneListResponse*"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse*"],"Serializer":["TimezoneItemResponse*"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity*"],"Serializer":["TimezoneEntity*"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse*"],"Serializer":["SubscriptionListResponse*"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse*"],"Serializer":["SubscriptionItemResponse*"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity*"],"Serializer":["SubscriptionEntity*"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity*"],"Serializer":["WebhookConfigurationEntity*"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity*"],"Serializer":["SystemLogEntity*"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse*"],"Serializer":["TaskListResponse*"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse*"],"Serializer":["TaskItemResponse*"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity*"],"Serializer":["TaskEntity*"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse*"],"Serializer":["TaskStatusListResponse*"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse*"],"Serializer":["TaskStatusItemResponse*"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity*"],"Serializer":["TaskStatusEntity*"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse*"],"Serializer":["TaxRateListResponse*"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse*"],"Serializer":["TaxRateItemResponse*"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity*"],"Serializer":["TaxRateEntity*"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse*"],"Serializer":["TokenListResponse*"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse*"],"Serializer":["TokenItemResponse*"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity*"],"Serializer":["TokenEntity*"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TransactionEntity":{"BaseEntity":[],"SelectableEntity":[]},"TransactionStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$TransactionListResponseSerializer":{"StructuredSerializer":["TransactionListResponse*"],"Serializer":["TransactionListResponse*"]},"_$TransactionItemResponseSerializer":{"StructuredSerializer":["TransactionItemResponse*"],"Serializer":["TransactionItemResponse*"]},"_$TransactionEntitySerializer":{"StructuredSerializer":["TransactionEntity*"],"Serializer":["TransactionEntity*"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse*"],"Serializer":["UserListResponse*"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse*"],"Serializer":["UserItemResponse*"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse*"],"Serializer":["UserTwoFactorResponse*"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData*"],"Serializer":["UserTwoFactorData*"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse*"],"Serializer":["UserCompanyItemResponse*"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity*"],"Serializer":["UserEntity*"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse*"],"Serializer":["VendorListResponse*"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse*"],"Serializer":["VendorItemResponse*"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity*"],"Serializer":["VendorEntity*"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity*"],"Serializer":["VendorContactEntity*"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse*"],"Serializer":["WebhookListResponse*"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse*"],"Serializer":["WebhookItemResponse*"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity*"],"Serializer":["WebhookEntity*"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp*"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState*"],"Serializer":["AppState*"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState*"],"Serializer":["AuthState*"]},"_$AuthState":{"AuthState":[]},"ViewBankAccountList":{"PersistUI":[]},"ViewBankAccount":{"PersistUI":[],"PersistPrefs":[]},"EditBankAccount":{"PersistUI":[],"PersistPrefs":[]},"UpdateBankAccount":{"PersistUI":[]},"LoadBankAccountSuccess":{"StopLoading":[],"PersistData":[]},"LoadBankAccountsFailure":{"StopLoading":[]},"LoadBankAccountsSuccess":{"StopLoading":[]},"SaveBankAccountRequest":{"StartSaving":[]},"SaveBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveBankAccountsRequest":{"StartSaving":[]},"ArchiveBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteBankAccountsRequest":{"StartSaving":[]},"DeleteBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreBankAccountsRequest":{"StartSaving":[]},"RestoreBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"FilterBankAccounts":{"PersistUI":[]},"SortBankAccounts":{"PersistUI":[],"PersistPrefs":[]},"FilterBankAccountsByState":{"PersistUI":[]},"FilterBankAccountsByCustom1":{"PersistUI":[]},"FilterBankAccountsByCustom2":{"PersistUI":[]},"FilterBankAccountsByCustom3":{"PersistUI":[]},"FilterBankAccountsByCustom4":{"PersistUI":[]},"UpdateBankAccountTab":{"PersistUI":[]},"LoadBankAccountRequest":{"StartLoading":[]},"LoadBankAccountFailure":{"StopLoading":[]},"LoadBankAccountsRequest":{"StartLoading":[]},"SaveBankAccountFailure":{"StopSaving":[]},"ArchiveBankAccountsFailure":{"StopSaving":[]},"DeleteBankAccountsFailure":{"StopSaving":[]},"RestoreBankAccountsFailure":{"StopSaving":[]},"_$BankAccountStateSerializer":{"StructuredSerializer":["BankAccountState*"],"Serializer":["BankAccountState*"]},"_$BankAccountUIStateSerializer":{"StructuredSerializer":["BankAccountUIState*"],"Serializer":["BankAccountUIState*"]},"_$BankAccountState":{"BankAccountState":[]},"_$BankAccountUIState":{"BankAccountUIState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker*"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState*"],"Serializer":["ClientState*"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState*"],"Serializer":["ClientUIState*"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState*"],"Serializer":["UserCompanyState*"]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState*"],"Serializer":["SettingsUIState*"]},"_$UserCompanyState":{"UserCompanyState":[]},"_$SettingsUIState":{"SettingsUIState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState*"],"Serializer":["CompanyGatewayState*"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState*"],"Serializer":["CompanyGatewayUIState*"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState*"],"Serializer":["CreditState*"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState*"],"Serializer":["CreditUIState*"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState*"],"Serializer":["DashboardUIState*"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings*"],"Serializer":["DashboardUISettings*"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState*"],"Serializer":["DesignState*"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState*"],"Serializer":["DesignUIState*"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"LoadDocumentsRequest":{"StartLoading":[]},"LoadDocumentsFailure":{"StopLoading":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState*"],"Serializer":["DocumentState*"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState*"],"Serializer":["DocumentUIState*"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState*"],"Serializer":["ExpenseState*"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState*"],"Serializer":["ExpenseUIState*"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState*"],"Serializer":["ExpenseCategoryState*"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState*"],"Serializer":["ExpenseCategoryUIState*"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState*"],"Serializer":["GroupState*"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState*"],"Serializer":["GroupUIState*"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState*"],"Serializer":["InvoiceState*"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState*"],"Serializer":["InvoiceUIState*"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState*"],"Serializer":["PaymentState*"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState*"],"Serializer":["PaymentUIState*"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState*"],"Serializer":["PaymentTermState*"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState*"],"Serializer":["PaymentTermUIState*"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState*"],"Serializer":["ProductState*"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState*"],"Serializer":["ProductUIState*"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState*"],"Serializer":["ProjectState*"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState*"],"Serializer":["ProjectUIState*"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState*"],"Serializer":["PurchaseOrderState*"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState*"],"Serializer":["PurchaseOrderUIState*"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState*"],"Serializer":["QuoteState*"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState*"],"Serializer":["QuoteUIState*"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState*"],"Serializer":["RecurringExpenseState*"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState*"],"Serializer":["RecurringExpenseUIState*"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState*"],"Serializer":["RecurringInvoiceState*"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState*"],"Serializer":["RecurringInvoiceUIState*"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState*"],"Serializer":["ReportsUIState*"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnecOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState*"],"Serializer":["StaticState*"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState*"],"Serializer":["SubscriptionState*"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState*"],"Serializer":["SubscriptionUIState*"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState*"],"Serializer":["TaskState*"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState*"],"Serializer":["TaskUIState*"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState*"],"Serializer":["TaskStatusState*"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState*"],"Serializer":["TaskStatusUIState*"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState*"],"Serializer":["TaxRateState*"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState*"],"Serializer":["TaxRateUIState*"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState*"],"Serializer":["TokenState*"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState*"],"Serializer":["TokenUIState*"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"ViewTransactionList":{"PersistUI":[]},"ViewTransaction":{"PersistUI":[],"PersistPrefs":[]},"EditTransaction":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransaction":{"PersistUI":[]},"LoadTransactionSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionsRequest":{"StartLoading":[]},"LoadTransactionsFailure":{"StopLoading":[]},"LoadTransactionsSuccess":{"StopLoading":[]},"SaveTransactionRequest":{"StartSaving":[]},"SaveTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionsRequest":{"StartSaving":[]},"ArchiveTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionsRequest":{"StartSaving":[]},"DeleteTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionsRequest":{"StartSaving":[]},"RestoreTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToPaymentRequest":{"StartSaving":[]},"ConvertTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToExpenseRequest":{"StartSaving":[]},"ConvertTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"FilterTransactions":{"PersistUI":[]},"SortTransactions":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionsByState":{"PersistUI":[]},"FilterTransactionsByStatus":{"PersistUI":[]},"FilterTransactionsByCustom1":{"PersistUI":[]},"FilterTransactionsByCustom2":{"PersistUI":[]},"FilterTransactionsByCustom3":{"PersistUI":[]},"FilterTransactionsByCustom4":{"PersistUI":[]},"UpdateTransactionTab":{"PersistUI":[]},"LoadTransactionRequest":{"StartLoading":[]},"LoadTransactionFailure":{"StopLoading":[]},"SaveTransactionFailure":{"StopSaving":[]},"ArchiveTransactionsFailure":{"StopSaving":[]},"DeleteTransactionsFailure":{"StopSaving":[]},"RestoreTransactionsFailure":{"StopSaving":[]},"ConvertTransactionToPaymentFailure":{"StopSaving":[]},"ConvertTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState*"],"Serializer":["TransactionState*"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState*"],"Serializer":["TransactionUIState*"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState*"],"Serializer":["ListUIState*"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState*"],"Serializer":["PrefState*"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField*"],"Serializer":["PrefStateSortField*"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState*"],"Serializer":["CompanyPrefState*"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout*"],"Serializer":["AppLayout*"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout*"],"Serializer":["ModuleLayout*"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode*"],"Serializer":["AppSidebarMode*"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord*"],"Serializer":["HistoryRecord*"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState*"],"Serializer":["UIState*"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState*"],"Serializer":["UserState*"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState*"],"Serializer":["UserUIState*"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState*"],"Serializer":["VendorState*"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState*"],"Serializer":["VendorUIState*"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState*"],"Serializer":["WebhookState*"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState*"],"Serializer":["WebhookUIState*"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar*"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder*"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTitleBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner*"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout*"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog*"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList*"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile*"]},"_EntitiesListTileState":{"State":["EntitiesListTile*"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown*"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog*"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker*"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField*"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker*"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField*"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker*"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField*"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField*"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker*"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile*"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView*"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown*"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity*"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter*"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText*"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer*"]},"_DrawerTileState":{"State":["DrawerTile*"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog*"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect*"]},"AppPinput":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PortalLinkStyle":{"Enum":[]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp*"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView*"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder*"]},"SearchText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SmsVerificationState":{"State":["SmsVerification*"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer*"]},"_SortArrow0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState0":{"State":["_SortArrow0*"]},"_NullTableColumnWidth0":{"TableColumnWidth":[]},"_NullWidget4":{"Widget":[],"DiagnosticableTree":[]},"AppDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable*"]},"EntityDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList*"]},"UpgradeDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpgradeDialogState":{"State":["UpgradeDialog*"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp*"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout*"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh*"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager*"],"WindowListener":[]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView*"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountEditState":{"State":["BankAccountEdit*"]},"BankAccountEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountViewState":{"State":["BankAccountView*"]},"BankAccountViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView*"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit*"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress*"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts*"]},"ContactEditDetailsState":{"State":["ContactEditDetails*"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails*"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes*"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings*"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress*"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView*"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity*"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails*"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth*"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger*"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs*"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList*"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit*"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField*"]},"_LimitEditorState":{"State":["LimitEditor*"]},"_FeesEditorState":{"State":["FeesEditor*"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView*"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog*"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit*"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart*"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker*"]},"DashboardSections":{"Enum":[]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel*"]},"__OverviewPanelState":{"State":["_OverviewPanel*"]},"__DashboardSettingsState":{"State":["_DashboardSettings*"]},"_DashboardFieldState":{"State":["_DashboardField*"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen*"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignEditState":{"State":["DesignEdit*"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings*"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview*"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent*"],"Action.T":"Intent*"},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView*"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit*"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView*"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit*"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails*"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes*"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings*"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView*"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule*"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit*"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView*"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit*"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView*"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit*"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop*"]},"__PdfPreviewState":{"State":["_PdfPreview*"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails*"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems*"]},"ItemEditDetailsState":{"State":["ItemEditDetails*"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop*"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes*"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF*"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector*"]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView*"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView*"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity*"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory*"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule*"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit*"]},"_PaymentableEditorState":{"State":["PaymentableEditor*"]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund*"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0*"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView*"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit*"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView*"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit*"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView*"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview*"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit*"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView*"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview*"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit*"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit*"]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit*"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientReportFields":{"Enum":[]},"ContactReportFields":{"Enum":[]},"CreditReportFields":{"Enum":[]},"DocumentReportFields":{"Enum":[]},"ExpenseReportFields":{"Enum":[]},"InvoiceItemReportFields":{"Enum":[]},"InvoiceReportFields":{"Enum":[]},"TaxRateReportFields0":{"Enum":[]},"PaymentReportFields":{"Enum":[]},"TaxRateReportFields":{"Enum":[]},"ProductReportFields":{"Enum":[]},"ProfitAndLossReportFields":{"Enum":[]},"PurchaseOrderItemReportFields":{"Enum":[]},"PurchaseOrderReportFields":{"Enum":[]},"QuoteItemReportFields":{"Enum":[]},"QuoteReportFields":{"Enum":[]},"RecurringExpenseReportFields":{"Enum":[]},"RecurringInvoiceReportFields":{"Enum":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportColumnType":{"Enum":[]},"_ReportDataTableState":{"State":["ReportDataTable*"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"ChangeNotifier":[],"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskReportFields":{"Enum":[]},"TransactionReportFields":{"Enum":[]},"VendorReportFields":{"Enum":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement*"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal*"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails*"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks*"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields*"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField*"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations*"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings*"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings*"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings*"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers*"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings*"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport*"]},"_FileImportState":{"State":["_FileImport*"]},"__FileMapperState":{"State":["_FileMapper*"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign*"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings*"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog*"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings*"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings*"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList*"]},"SettingsListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard*"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings*"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings*"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders*"]},"_ReminderSettingsState":{"State":["ReminderSettings*"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails*"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor*"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings*"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit*"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView*"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateState":{"Enum":[]},"_UpdateDialogState":{"State":["UpdateDialog*"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit*"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop*"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails*"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes*"]},"TimeEditDetailsState":{"State":["TimeEditDetails*"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard*"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard*"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView*"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder*"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView*"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview*"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit*"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView*"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit*"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView*"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit*"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView*"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionEditState":{"State":["TransactionEdit*"]},"TransactionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchDeposits":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchWithdrawals":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionViewState":{"State":["TransactionView*"]},"_MatchDepositsState":{"State":["_MatchDeposits*"]},"_MatchWithdrawalsState":{"State":["_MatchWithdrawals*"]},"TransactionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit*"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit*"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress*"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts*"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails*"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails*"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes*"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView*"]},"VendorViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewActivityState":{"State":["VendorViewActivity*"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails*"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth*"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit*"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView*"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation*"]},"_FieldConfirmationState":{"State":["FieldConfirmation*"]},"FormatNumberType":{"Enum":[]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization*"],"LocalizationsDelegate.T":"AppLocalization*"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor*"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextType":{"Enum":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar*"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar*"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node3":[]},"Text1":{"Node3":[]},"UnparsedContent":{"Node3":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimationDirection":{"Enum":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"_PlaceholderType":{"Enum":[]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowViewLayoutBehavior":{"Enum":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PermissionStatus0":{"Enum":[]},"PermissionWithService":{"Permission":[]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"PinputAutovalidateMode":{"Enum":[]},"AndroidSmsAutofillMethod":{"Enum":[]},"PinAnimationType":{"Enum":[]},"HapticFeedbackType":{"Enum":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursorState":{"State":["_PinputCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"ChangeNotifier":[],"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreviewState":{"State":["PdfPreview"]},"PdfRasterImage":{"ImageProvider":["PdfRaster"],"ImageProvider.T":"PdfRaster"},"QrBitBuffer":{"ListMixin":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListMixin.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"FinderPatternPosition":{"Enum":[]},"QrCodeElement":{"Enum":[]},"QrEyeShape":{"Enum":[]},"QrDataModuleShape":{"Enum":[]},"QrValidationStatus":{"Enum":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"ButtonState":{"Enum":[]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"_MissingCase":{"Enum":[]},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"NoOpSentrySpan":{"ISentrySpan":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignInWithAppleButtonStyle":{"Enum":[]},"IconAlignment":{"Enum":[]},"AppleIDAuthorizationScopes":{"Enum":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"AuthorizationErrorCode":{"Enum":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Injected":{"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StateBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InjectedBase":{"InjectedBaseState":["1"]},"InjectedImp":{"Injected":["1"],"ReactiveModel":["1"],"InjectedBase":["1"],"InjectedBaseState":["1"]},"ReactiveModel":{"InjectedBase":["1"],"InjectedBaseState":["1"]},"_StateBuilderBaseState":{"ExtendedState":["StateBuilderBase<1>"],"State":["StateBuilderBase<1>"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"OnBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"ChangeNotifier":[],"Listenable":[]},"DocumentNode":{"ChangeNotifier":[],"Listenable":[]},"DocumentComposer":{"ChangeNotifier":[],"Listenable":[]},"ComposerPreferences":{"ChangeNotifier":[],"Listenable":[]},"MutableDocument":{"Document2":[],"ChangeNotifier":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"SelectionType":{"Enum":[]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"ChangeNotifier":[],"Listenable":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"SelectionType0":{"Enum":[]},"AndroidDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"FloatingCursorController":{"ChangeNotifier":[],"Listenable":[]},"_DragMode":{"Enum":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"ChangeNotifier":[],"Listenable":[]},"DocumentImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentImeInteractorState":{"State":["DocumentImeInteractor"],"DeltaTextInputClient":[]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExecutionInstruction":{"Enum":[]},"DocumentKeyboardInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"ListItemType":{"Enum":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorState":{"State":["SuperEditor"]},"DocumentInputSource":{"Enum":[]},"DocumentGestureMode":{"Enum":[]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TextNode":{"DocumentNode":[],"ChangeNotifier":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"ListenableBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter":{"Listenable":[]},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"HandleType":{"Enum":[]},"BlinkController":{"ChangeNotifier":[],"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"State":["SuperText"],"ProseTextBlock":[]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBoxContainerDefaultsMixin":["RenderBox","TextParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.1":"TextParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"RenderParagraphProseTextLayout":{"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"LaunchMode":{"Enum":[]},"PreferredLaunchMode":{"Enum":[]},"BoxValueConstraints":{"BoxConstraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"AbstractNode":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBannerClosedReason":{"Enum":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkViewController":{"PlatformViewController":[]}}')); A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"SkiaObject":1,"ManagedSkiaObject":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamSubscription":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"SetBase":1,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_ListBase_Object_ListMixin":1,"_SetBase_Object_SetMixin":1,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_IterableMixin":1,"_SplayTreeSet__SplayTree_IterableMixin_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"__SetBase_Object_SetMixin":1,"__UnmodifiableSet__SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"Comparable":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"ContainerBoxParentData":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"_FormFieldState_State_RestorationMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"__RouterState_State_RestorationMixin":1,"OverlayRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"ForwardingSink":2,"DocumentSelectionOnFocusMixin":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1}')); var string$ = { x10__0__: "\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0", @@ -526039,6 +526762,7 @@ B.EdgeInsets_16_0_16_0 = new A.EdgeInsets(16, 0, 16, 0); B.EdgeInsets_16_0_16_10 = new A.EdgeInsets(16, 0, 16, 10); B.EdgeInsets_16_0_16_16 = new A.EdgeInsets(16, 0, 16, 16); + B.EdgeInsets_16_0_16_18 = new A.EdgeInsets(16, 0, 16, 18); B.EdgeInsets_16_0_16_20 = new A.EdgeInsets(16, 0, 16, 20); B.EdgeInsets_16_0_16_8 = new A.EdgeInsets(16, 0, 16, 8); B.EdgeInsets_16_12_16_12 = new A.EdgeInsets(16, 12, 16, 12); @@ -526960,6 +527684,7 @@ B.IconData_57911_MaterialIcons_null_false = new A.IconData(57911, "MaterialIcons", null, false); B.IconData_57912_MaterialIcons_null_false = new A.IconData(57912, "MaterialIcons", null, false); B.IconData_57967_MaterialIcons_null_false = new A.IconData(57967, "MaterialIcons", null, false); + B.IconData_57978_MaterialIcons_null_false = new A.IconData(57978, "MaterialIcons", null, false); B.IconData_57984_MaterialIcons_null_false = new A.IconData(57984, "MaterialIcons", null, false); B.IconData_58041_MaterialIcons_null_false = new A.IconData(58041, "MaterialIcons", null, false); B.IconData_58051_MaterialIcons_null_false = new A.IconData(58051, "MaterialIcons", null, false); @@ -528273,26 +528998,6 @@ B.List_Svy = A._setArrayType(makeConstList(["\xd6\xd6", "\xd6S"]), type$.JSArray_legacy_String); B.List_T1_T2_T3_T4 = A._setArrayType(makeConstList(["T1", "T2", "T3", "T4"]), type$.JSArray_legacy_String); B.List_T4j = A._setArrayType(makeConstList(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25", "\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]), type$.JSArray_legacy_String); - B.ProfitAndLossReportFields_0 = new A.ProfitAndLossReportFields(0, "client"); - B.ProfitAndLossReportFields_1 = new A.ProfitAndLossReportFields(1, "client_address1"); - B.ProfitAndLossReportFields_2 = new A.ProfitAndLossReportFields(2, "client_address2"); - B.ProfitAndLossReportFields_3 = new A.ProfitAndLossReportFields(3, "client_city"); - B.ProfitAndLossReportFields_4 = new A.ProfitAndLossReportFields(4, "client_state"); - B.ProfitAndLossReportFields_5 = new A.ProfitAndLossReportFields(5, "client_country"); - B.ProfitAndLossReportFields_6 = new A.ProfitAndLossReportFields(6, "vendor"); - B.ProfitAndLossReportFields_7 = new A.ProfitAndLossReportFields(7, "vendor_address1"); - B.ProfitAndLossReportFields_8 = new A.ProfitAndLossReportFields(8, "vendor_address2"); - B.ProfitAndLossReportFields_9 = new A.ProfitAndLossReportFields(9, "vendor_city"); - B.ProfitAndLossReportFields_10 = new A.ProfitAndLossReportFields(10, "vendor_state"); - B.ProfitAndLossReportFields_11 = new A.ProfitAndLossReportFields(11, "vendor_country"); - B.ProfitAndLossReportFields_12 = new A.ProfitAndLossReportFields(12, "type"); - B.ProfitAndLossReportFields_13 = new A.ProfitAndLossReportFields(13, "amount"); - B.ProfitAndLossReportFields_14 = new A.ProfitAndLossReportFields(14, "payment"); - B.ProfitAndLossReportFields_15 = new A.ProfitAndLossReportFields(15, "expense"); - B.ProfitAndLossReportFields_16 = new A.ProfitAndLossReportFields(16, "profit"); - B.ProfitAndLossReportFields_17 = new A.ProfitAndLossReportFields(17, "date"); - B.ProfitAndLossReportFields_18 = new A.ProfitAndLossReportFields(18, "category"); - B.List_T8q = A._setArrayType(makeConstList([B.ProfitAndLossReportFields_0, B.ProfitAndLossReportFields_1, B.ProfitAndLossReportFields_2, B.ProfitAndLossReportFields_3, B.ProfitAndLossReportFields_4, B.ProfitAndLossReportFields_5, B.ProfitAndLossReportFields_6, B.ProfitAndLossReportFields_7, B.ProfitAndLossReportFields_8, B.ProfitAndLossReportFields_9, B.ProfitAndLossReportFields_10, B.ProfitAndLossReportFields_11, B.ProfitAndLossReportFields_12, B.ProfitAndLossReportFields_13, B.ProfitAndLossReportFields_14, B.ProfitAndLossReportFields_15, B.ProfitAndLossReportFields_16, B.ProfitAndLossReportFields_17, B.ProfitAndLossReportFields_18]), type$.JSArray_legacy_ProfitAndLossReportFields); B.List_TDm = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a", "\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]), type$.JSArray_legacy_String); B.List_THA = A._setArrayType(makeConstList(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd", "\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]), type$.JSArray_legacy_String); B.Type__$CountryEntity_HRq = A.typeLiteral("_$CountryEntity"); @@ -529577,6 +530282,28 @@ B.List_oGx = A._setArrayType(makeConstList(["\u4e0a\u5348", "\u4e0b\u5348"]), type$.JSArray_legacy_String); B.List_oGx0 = A._setArrayType(makeConstList([B.DateRangeComparison_previousPeriod, B.DateRangeComparison_previousYear, B.DateRangeComparison_customRange]), A.findType("JSArray")); B.List_oM3 = A._setArrayType(makeConstList(["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"]), type$.JSArray_legacy_String); + B.ProfitAndLossReportFields_0 = new A.ProfitAndLossReportFields(0, "client"); + B.ProfitAndLossReportFields_1 = new A.ProfitAndLossReportFields(1, "client_address1"); + B.ProfitAndLossReportFields_2 = new A.ProfitAndLossReportFields(2, "client_address2"); + B.ProfitAndLossReportFields_3 = new A.ProfitAndLossReportFields(3, "client_city"); + B.ProfitAndLossReportFields_4 = new A.ProfitAndLossReportFields(4, "client_state"); + B.ProfitAndLossReportFields_5 = new A.ProfitAndLossReportFields(5, "client_country"); + B.ProfitAndLossReportFields_6 = new A.ProfitAndLossReportFields(6, "vendor"); + B.ProfitAndLossReportFields_7 = new A.ProfitAndLossReportFields(7, "vendor_address1"); + B.ProfitAndLossReportFields_8 = new A.ProfitAndLossReportFields(8, "vendor_address2"); + B.ProfitAndLossReportFields_9 = new A.ProfitAndLossReportFields(9, "vendor_city"); + B.ProfitAndLossReportFields_10 = new A.ProfitAndLossReportFields(10, "vendor_state"); + B.ProfitAndLossReportFields_11 = new A.ProfitAndLossReportFields(11, "vendor_country"); + B.ProfitAndLossReportFields_12 = new A.ProfitAndLossReportFields(12, "type"); + B.ProfitAndLossReportFields_13 = new A.ProfitAndLossReportFields(13, "amount"); + B.ProfitAndLossReportFields_14 = new A.ProfitAndLossReportFields(14, "payment"); + B.ProfitAndLossReportFields_15 = new A.ProfitAndLossReportFields(15, "expense"); + B.ProfitAndLossReportFields_16 = new A.ProfitAndLossReportFields(16, "profit"); + B.ProfitAndLossReportFields_17 = new A.ProfitAndLossReportFields(17, "date"); + B.ProfitAndLossReportFields_18 = new A.ProfitAndLossReportFields(18, "category"); + B.ProfitAndLossReportFields_19 = new A.ProfitAndLossReportFields(19, "currency"); + B.ProfitAndLossReportFields_20 = new A.ProfitAndLossReportFields(20, "transaction_reference"); + B.List_oOa = A._setArrayType(makeConstList([B.ProfitAndLossReportFields_0, B.ProfitAndLossReportFields_1, B.ProfitAndLossReportFields_2, B.ProfitAndLossReportFields_3, B.ProfitAndLossReportFields_4, B.ProfitAndLossReportFields_5, B.ProfitAndLossReportFields_6, B.ProfitAndLossReportFields_7, B.ProfitAndLossReportFields_8, B.ProfitAndLossReportFields_9, B.ProfitAndLossReportFields_10, B.ProfitAndLossReportFields_11, B.ProfitAndLossReportFields_12, B.ProfitAndLossReportFields_13, B.ProfitAndLossReportFields_14, B.ProfitAndLossReportFields_15, B.ProfitAndLossReportFields_16, B.ProfitAndLossReportFields_17, B.ProfitAndLossReportFields_18, B.ProfitAndLossReportFields_19, B.ProfitAndLossReportFields_20]), type$.JSArray_legacy_ProfitAndLossReportFields); B.List_oTd = A._setArrayType(makeConstList(["\u10d9\u10d5\u10d8", "\u10dd\u10e0\u10e8", "\u10e1\u10d0\u10db", "\u10dd\u10d7\u10ee", "\u10ee\u10e3\u10d7", "\u10de\u10d0\u10e0", "\u10e8\u10d0\u10d1"]), type$.JSArray_legacy_String); B.List_oU4 = A._setArrayType(makeConstList(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_legacy_String); B.Type__$WebhookUIState_MQu = A.typeLiteral("_$WebhookUIState"); @@ -534146,82 +534873,83 @@ t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure122()); t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure123()); t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure124()); - t1.addBuilderFactory$2(B.FullType_Nhy, new A._$serializers_closure125()); - t1.addBuilderFactory$2(B.FullType_e7r0, new A._$serializers_closure126()); - t1.addBuilderFactory$2(B.FullType_wHc, new A._$serializers_closure127()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure128()); - t1.addBuilderFactory$2(B.FullType_6Re, new A._$serializers_closure129()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure130()); - t1.addBuilderFactory$2(B.FullType_5m9, new A._$serializers_closure131()); - t1.addBuilderFactory$2(B.FullType_pUI, new A._$serializers_closure132()); - t1.addBuilderFactory$2(B.FullType_CWG, new A._$serializers_closure133()); - t1.addBuilderFactory$2(B.FullType_mFp, new A._$serializers_closure134()); - t1.addBuilderFactory$2(B.FullType_sYl, new A._$serializers_closure135()); - t1.addBuilderFactory$2(B.FullType_9Sk, new A._$serializers_closure136()); - t1.addBuilderFactory$2(B.FullType_YiR, new A._$serializers_closure137()); - t1.addBuilderFactory$2(B.FullType_2fF, new A._$serializers_closure138()); - t1.addBuilderFactory$2(B.FullType_0kM, new A._$serializers_closure139()); - t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure140()); - t1.addBuilderFactory$2(B.FullType_4ig, new A._$serializers_closure141()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure142()); - t1.addBuilderFactory$2(B.FullType_0, new A._$serializers_closure143()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure144()); - t1.addBuilderFactory$2(B.FullType_HZS, new A._$serializers_closure145()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure146()); - t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure147()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure148()); - t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure149()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure150()); - t1.addBuilderFactory$2(B.FullType_oCX, new A._$serializers_closure151()); - t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure152()); - t1.addBuilderFactory$2(B.FullType_sm9, new A._$serializers_closure153()); - t1.addBuilderFactory$2(B.FullType_CxZ, new A._$serializers_closure154()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure155()); - t1.addBuilderFactory$2(B.FullType_Yup, new A._$serializers_closure156()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure157()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure158()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure159()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure160()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure161()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure162()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure163()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure164()); - t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure165()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure166()); - t1.addBuilderFactory$2(B.FullType_mC7, new A._$serializers_closure167()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure168()); - t1.addBuilderFactory$2(B.FullType_weg, new A._$serializers_closure169()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure170()); - t1.addBuilderFactory$2(B.FullType_blF, new A._$serializers_closure171()); - t1.addBuilderFactory$2(B.FullType_woD, new A._$serializers_closure172()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure173()); - t1.addBuilderFactory$2(B.FullType_qFt, new A._$serializers_closure174()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure175()); - t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure176()); + t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure125()); + t1.addBuilderFactory$2(B.FullType_Nhy, new A._$serializers_closure126()); + t1.addBuilderFactory$2(B.FullType_e7r0, new A._$serializers_closure127()); + t1.addBuilderFactory$2(B.FullType_wHc, new A._$serializers_closure128()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure129()); + t1.addBuilderFactory$2(B.FullType_6Re, new A._$serializers_closure130()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure131()); + t1.addBuilderFactory$2(B.FullType_5m9, new A._$serializers_closure132()); + t1.addBuilderFactory$2(B.FullType_pUI, new A._$serializers_closure133()); + t1.addBuilderFactory$2(B.FullType_CWG, new A._$serializers_closure134()); + t1.addBuilderFactory$2(B.FullType_mFp, new A._$serializers_closure135()); + t1.addBuilderFactory$2(B.FullType_sYl, new A._$serializers_closure136()); + t1.addBuilderFactory$2(B.FullType_9Sk, new A._$serializers_closure137()); + t1.addBuilderFactory$2(B.FullType_YiR, new A._$serializers_closure138()); + t1.addBuilderFactory$2(B.FullType_2fF, new A._$serializers_closure139()); + t1.addBuilderFactory$2(B.FullType_0kM, new A._$serializers_closure140()); + t1.addBuilderFactory$2(B.FullType_IWk, new A._$serializers_closure141()); + t1.addBuilderFactory$2(B.FullType_4ig, new A._$serializers_closure142()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure143()); + t1.addBuilderFactory$2(B.FullType_0, new A._$serializers_closure144()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure145()); + t1.addBuilderFactory$2(B.FullType_HZS, new A._$serializers_closure146()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure147()); + t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure148()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure149()); + t1.addBuilderFactory$2(B.FullType_6Ps, new A._$serializers_closure150()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure151()); + t1.addBuilderFactory$2(B.FullType_oCX, new A._$serializers_closure152()); + t1.addBuilderFactory$2(B.FullType_oGx, new A._$serializers_closure153()); + t1.addBuilderFactory$2(B.FullType_sm9, new A._$serializers_closure154()); + t1.addBuilderFactory$2(B.FullType_CxZ, new A._$serializers_closure155()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure156()); + t1.addBuilderFactory$2(B.FullType_Yup, new A._$serializers_closure157()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure158()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure159()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure160()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure161()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure162()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure163()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure164()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure165()); + t1.addBuilderFactory$2(B.FullType_n67, new A._$serializers_closure166()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure167()); + t1.addBuilderFactory$2(B.FullType_mC7, new A._$serializers_closure168()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure169()); + t1.addBuilderFactory$2(B.FullType_weg, new A._$serializers_closure170()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure171()); + t1.addBuilderFactory$2(B.FullType_blF, new A._$serializers_closure172()); + t1.addBuilderFactory$2(B.FullType_woD, new A._$serializers_closure173()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure174()); + t1.addBuilderFactory$2(B.FullType_qFt, new A._$serializers_closure175()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure176()); t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure177()); t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure178()); t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure179()); t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure180()); - t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure181()); - t1.addBuilderFactory$2(B.FullType_YGD, new A._$serializers_closure182()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure183()); - t1.addBuilderFactory$2(B.FullType_woc0, new A._$serializers_closure184()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure185()); - t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure186()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure187()); - t1.addBuilderFactory$2(B.FullType_o2l, new A._$serializers_closure188()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure189()); - t1.addBuilderFactory$2(B.FullType_C42, new A._$serializers_closure190()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure191()); - t1.addBuilderFactory$2(B.FullType_U43, new A._$serializers_closure192()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure193()); - t1.addBuilderFactory$2(B.FullType_4y3, new A._$serializers_closure194()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure195()); - t1.addBuilderFactory$2(B.FullType_sav0, new A._$serializers_closure196()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure197()); - t1.addBuilderFactory$2(B.FullType_QKO, new A._$serializers_closure198()); - t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure199()); - t1.addBuilderFactory$2(B.FullType_5FV, new A._$serializers_closure200()); + t1.addBuilderFactory$2(B.FullType_LNO, new A._$serializers_closure181()); + t1.addBuilderFactory$2(B.FullType_mZn, new A._$serializers_closure182()); + t1.addBuilderFactory$2(B.FullType_YGD, new A._$serializers_closure183()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure184()); + t1.addBuilderFactory$2(B.FullType_woc0, new A._$serializers_closure185()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure186()); + t1.addBuilderFactory$2(B.FullType_woc, new A._$serializers_closure187()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure188()); + t1.addBuilderFactory$2(B.FullType_o2l, new A._$serializers_closure189()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure190()); + t1.addBuilderFactory$2(B.FullType_C42, new A._$serializers_closure191()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure192()); + t1.addBuilderFactory$2(B.FullType_U43, new A._$serializers_closure193()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure194()); + t1.addBuilderFactory$2(B.FullType_4y3, new A._$serializers_closure195()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure196()); + t1.addBuilderFactory$2(B.FullType_sav0, new A._$serializers_closure197()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure198()); + t1.addBuilderFactory$2(B.FullType_QKO, new A._$serializers_closure199()); + t1.addBuilderFactory$2(B.FullType_6m4, new A._$serializers_closure200()); + t1.addBuilderFactory$2(B.FullType_5FV, new A._$serializers_closure201()); return t1.build$0(); }); _lazyOld($, "_$settingsEntitySerializer", "$get$_$settingsEntitySerializer", () => new A._$SettingsEntitySerializer()); @@ -536757,6 +537485,11 @@ t2 = A.TypedReducer$(new A.showPdfPreviewReducer_closure(), t1, type$.legacy_UpdateUserPreferences); return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); }); + _lazyOld($, "showPdfPreviewSideBySideReducer", "$get$showPdfPreviewSideBySideReducer", () => { + var t1 = type$.legacy_bool, + t2 = A.TypedReducer$(new A.showPdfPreviewSideBySideReducer_closure(), t1, type$.legacy_UpdateUserPreferences); + return A.combineReducers(A._setArrayType([t2.get$$call()], type$.JSArray_of_legacy_legacy_bool_Function_2_legacy_bool_and_dynamic), t1); + }); _lazyOld($, "editAfterSavingReducer", "$get$editAfterSavingReducer", () => { var t1 = type$.legacy_bool, t2 = A.TypedReducer$(new A.editAfterSavingReducer_closure(), t1, type$.legacy_UpdateUserPreferences); @@ -540138,7 +540871,7 @@ _s18_219 = "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s24_118 = ":count fatura g\xf6nderildi", t1 = type$.legacy_String; - return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["purchase_order_number", "Purchase Order Number", "purchase_order_item", "Purchase Order Item", "would_you_rate_the_app", "Would you like to rate the app?", "include_deleted", "Include Deleted", "include_deleted_help", "Include deleted records in reports", "due_on", "Due On", "browser_pdf_viewer", "Use Browser PDF Viewer", "browser_pdf_viewer_help", "Warning: prevents interacting with app over the PDF", "converted_transactions", "Successfully converted transactions", "created_bank_account", "Successfully created bank account", "updated_bank_account", "Successfully updated bank account", "edit_bank_account", "Edit Bank Account", "default_category", "Default Category", "account_type", "Account Type", "new_bank_account", "New Bank Account", "connect_accounts", "Connect Accounts", "manage_rules", "Manage Rules", "search_category", "Search 1 Category", "search_categories", "Search :count Categories", "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", "converted_transaction", "Successfully converted transaction", "convert_to_payment", "Convert to Payment", "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Delete Credit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", "edit_transaction", "Edit Transaction", "created_transaction", "Successfully created transaction", "updated_transaction", "Successfully updated transaction", "archived_transaction", "Successfully archived transaction", "deleted_transaction", "Successfully deleted transaction", "removed_transaction", "Successfully removed transaction", "restored_transaction", "Successfully restored transaction", "search_transaction", "Search Transaction", "search_transactions", "Search :count Transactions", "bank_account", "Bank Account", "bank_accounts", "Bank Accounts", "archived_bank_account", "Successfully archived bank account", "deleted_bank_account", "Successfully deleted bank account", "removed_bank_account", "Successfully removed bank account", "restored_bank_account", "Successfully restored bank account", "search_bank_account", "Search Bank Account", "search_bank_accounts", "Search :count Bank Accounts", "connect", "Connect", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", "Yes, it's great!", "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, "Match non-contiguous characters, ie. 'ct' matches 'cat'", "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", "enable_applying_payments_later", "Enable Applying Payments Later", _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Add To Invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, "Improve scrolling over the PDF preview", _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create Project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel Invoice", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, "Use visual WYSIWYG markdown editor for emails", _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", "Successfully approved quote", "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Gross Line Total", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, "Clone to Expense", _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, "Successfully deleted recurring expense", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, "Expense tax rates are disabled", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, "The Pro plan trial ends in :count days", _s21_24, "Today is the last day of the Pro plan trial", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Lowercase letters, numbers and hyphens are supported", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "Enable emails, recurring invoices, webhooks and notifications", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Resend Invite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Enable Two Factor", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Successfully refunded payment", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Select File", _s16_62, _s16_63, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, "Please type ':value' to confirm", "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, "Company is not activated", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Successfully updated task status", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, "Successfully deleted expense category", _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, "Successfully archived expense :value categories", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_48, "Should be Invoiced", _s23_21, "Enable the expense to be invoiced to your client", _s29_8, "Make the documents visible to clients", _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple Pay", "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_35, _s24_36, "always", "Enabled", "optin", "Disabled by default", "optout", "Enabled by default", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Successfully queued invoices to be sent", "emailed_quotes", "Successfully queued quotes to be sent", "emailed_credits", "Successfully queued credits to be sent", "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create Vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target URL", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use Default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Login with email", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Search :count Documents", "search_designs", "Search :count Designs", "search_invoices", "Search :count Invoices", "search_clients", "Search :count Clients", "search_products", "Search :count Products", "search_quotes", "Search :count Quotes", "search_credits", "Search :count Credits", "search_vendors", "Search :count Vendors", "search_users", "Search :count Users", _s16_86, "Search :count Tax Rates", "search_tasks", "Search :count Tasks", "search_settings", "Search Settings", "search_projects", "Search :count Projects", "search_expenses", "Search :count Expenses", "search_payments", "Search :count Payments", "search_groups", "Search :count Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "Invoice Sent", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_48, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_101, _s36_9, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group By", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client ID", "assigned_to", "Assigned To", "created_by", "Created By", "assigned_to_id", "Assigned To ID", "created_by_id", "Created By ID", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by :value", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Entity State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "Ensure client fee matches the gateway fee", _s18_72, _s18_73, "support_forum", "Support Forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "iFrame URL", "domain_url", "Domain URL", _s21_64, "Password must be at least 8 character long", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "No client selected", "configure_rates", "Configure Rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two Weeks", "freq_four_weeks", "Four Weeks", "freq_monthly", "Monthly", "freq_two_months", "Two Months", _s17_96, "Three Months", _s16_155, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "If enabled the contact will be able to set a password when viewing their first invoice.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Email Signature", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable Min", "enable_max", "Enable Max", "min_limit", "Min Limit", "max_limit", "Max Limit", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Successfully archived tax rate", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Fill Products", _s18_86, _s71_, "update_products", "Update Products", _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, "Automatically convert product prices using current exchange rate", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Military Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, "Requires an Enterprise plan", "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_46, "exchange_rate", "Exchange Rate", _s16_180, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_182, _s36_11, "new_expense", "New Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Successfully archived :value expenses", _s16_185, "Successfully deleted :value expenses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, "Successfully archived :value projects", _s16_190, "Successfully deleted :value projects", _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Login with Google", "today", "Today", "custom_range", "Custom", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", "Invoices Sent", "active_clients", "Active Clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add Contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, "Successfully archived :value products", _s16_203, "Successfully deleted :value products", _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, "Successfully archived :value clients", "deleted_client", _s27_50, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Apt/Suite", "city", "City", "state", "State/Province", "postal_code", "Postal Code", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, "Successfully archived :value invoices", _s16_208, "Successfully deleted :value invoices", _s17_126, _s37_17, "emailed_invoice", "Successfully queued invoice to be sent", "emailed_payment", "Successfully queued payment to be sent", "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Created At", "created_on", "Created On", "updated_at", "Updated At", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "Successfully marked invoice as paid", _s23_45, _s36_14, _s23_46, "Successfully marked invoices as paid", "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Cancelled", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "Reminder 1", "reminder2", "Reminder 2", "reminder3", "Reminder 3", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, "Successfully archived :value payments", _s16_221, "Successfully deleted :value payments", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact approved quote :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", ":user created user", "activity_49", ":user updated user", "activity_50", ":user archived user", "activity_51", ":user deleted user", "activity_52", ":user restored user", "activity_53", ":user marked invoice :invoice as sent", "activity_54", ":user applied payment :payment to invoice :invoice", "activity_55", "", "activity_56", "", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", ":user emailed first reminder for invoice :invoice to :client", "activity_64", ":user emailed second reminder for invoice :invoice to :client", "activity_65", ":user emailed third reminder for invoice :invoice to :client", "activity_66", ":user emailed endless reminder for invoice :invoice to :client", "activity_80", ":user created subscription", "activity_81", ":user updated subscription", "activity_82", ":user archived subscription", "activity_83", ":user deleted subscription", "activity_84", ":user restored subscription", _s17_132, _s17_133, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Shared Invoice/Quote Counter", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Invoice Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid Amount", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank Id", _s19_70, _s19_71, _s16_227, "Category", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kredit Kartat & Bankat", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Rregullimi i pages\xebs", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Gjendja", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Shto kanalin e pages\xebs", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Shto n\xeb fatur\xebn :invoice", _s17_11, _s17_12, "week", "Jave", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta e Fatur\xebs", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovo", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Vendos Fjal\xebkalim", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "E pacaktuar", "partial_value", "Duhet t\xeb jet\xeb m\xeb shum\xeb se zero dhe m\xeb pak se totali", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivizo", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Pages\xeb e rimbursuar", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Fshih", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_16, _s29_7, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_62, _s16_63, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Paguar pjes\xebrisht", "invoice_total", "Totali i fatur\xebs", "quote_total", "Totali i Ofert\xebs", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Paralajmerim", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Emri i klientit", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorit\xeb e shpenzimeve", _s20_48, "Kategori e re e shpenzimeve", _s21_46, _s21_47, _s24_29, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_30, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_20, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_23, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Duhet t\xeb faturohet", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Fatur\xeb e p\xebrs\xebritshme", _s18_51, "Fatura t\xeb p\xebrs\xebritshme", _s21_53, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_29, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_30, _s38_11, _s26_14, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_35, _s24_36, "always", "Gjithmon\xeb", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Emri i kompanis\xeb", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Statement", "taxes", "Taksat", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apliko kreditin", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "P\xebr", "health_check", "Health Check", "payment_type_id", "Lloji i pages\xebs", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Faturat e ardhshme", _s17_65, _s17_66, "recent_payments", "Pagesat e fundit", "upcoming_quotes", "Ofertat e ardhshme", "expired_quotes", "Ofertat e skaduara", "create_client", "Create Client", "create_invoice", "Krijo fatur\xeb", "create_quote", "Krijo Ofert\xeb", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Fshi Ofert\xebn", "update_invoice", "Update Invoice", "delete_invoice", "Fshi fatur\xebn", "update_client", "Update Client", "delete_client", "Fshi Klientin", "delete_payment", "Fshi Pages\xebn", "update_vendor", "Update Vendor", "delete_vendor", "Fshi kompanin\xeb", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Fshi shpenzimin", "create_task", "Krijo Detyr\xeb", "update_task", "Update Task", "delete_task", "Fshi Detyr\xebn", "approve_quote", "Approve Quote", "off", "Ndalur", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Falas", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_44, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_44, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "D\xebrgo fatur\xebn me email", "email_quote", "D\xebrgo me email Ofert\xebn", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edito kushtet e pages\xebs", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Shuma e kredituar", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "Qytet/Shtet/Poste", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Lejet", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_47, "V\xebrrejtje: Kjo do t\xeb fshij\xeb t\xeb gjitha t\xeb dh\xebnat tuaja, ky veprim nuk ka mund\xebsi t\xeb kthehet mbrapa.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Menaxhimi i llogarive", "credit_date", "Data e kreditit", "credit", "Kredi", "credits", "Kredi", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", "Krediti \xebsht\xeb krijuar me sukses", "updated_credit", _s27_34, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_36, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_100, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_101, _s36_9, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseto", "number", "Number", "export", "Export", "chart", "Grafik", "count", "Count", "totals", "Totale", "blank", "Bosh", "day", "Dite", "month", "Muaj", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupo sipas", "credit_balance", "Bilanci i kreditit", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Raporte", "report", "Raport", "add_company", "Shto Kompani", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ndihm\xeb", "refund", "Rimburso", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesazhi", "from", "Nga", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentim", "contact_us", "Contact Us", "subtotal", "N\xebntotali", "line_total", "Totali i linj\xebs", "item", "Nj\xebsi", "credit_email", "Credit Email", "iframe_url", "Webfaqja", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Po", "no", "Jo", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Shiko", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Rregullimet e Taksave", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Orari", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Emaili i Ofert\xebs", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Lejon p\xebrdoruesit t\xeb menaxhoj p\xebrdoruesit, t\xeb ndryshoj\xeb rregullimet dhe t\xeb modifikoj\xeb t\xeb gjitha sh\xebnimet.", "user_management", "Menaxhimi i p\xebrdoruesve", "users", "P\xebrdorues", "new_user", "P\xebrdorues i ri", "edit_user", "Edito p\xebrdoruesin", "created_user", _s25_37, "updated_user", "P\xebrdoruesi \xebsht\xeb perditesuar me sukses", "archived_user", "P\xebrdoruesi \xebsht\xeb arkivuar me sukses", "deleted_user", "P\xebrdoruesi \xebsht\xeb fshir\xeb me sukses", "removed_user", _s25_40, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_92, "Fshihe Paguar deri m\xeb tash", _s22_55, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_31, "Dokumentet e lidhura", _s28_21, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_153, "Shfaqe Header", _s16_154, "Shfaqe Footer", "first_page", "Faqja e par\xeb", "all_pages", "T\xeb gjitha faqet", "last_page", "Faqja e fundit", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Ngjyra kryesore", "secondary_color", "Ngjyra dyt\xebsore", "page_size", "Madh\xebsia e faqes", "font_size", "Madh\xebsia e fontit", "quote_design", "Quote Design", "invoice_fields", "Fushat e fatur\xebs", "product_fields", "Product Fields", "invoice_terms", "Kushtet e fatur\xebs", "invoice_footer", "Footer i Fatur\xebs", "quote_terms", "Kushtet e Ofertave", "quote_footer", "Footer i Ofert\xebs", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Javore", "freq_two_weeks", "Dy javore", "freq_four_weeks", "Kat\xebr javore", "freq_monthly", "Mujore", "freq_two_months", "Two months", _s17_96, "Tre mujore", _s16_155, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS i ndryshush\xebm", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Ju mund\xebson t\xeb vendosni fjal\xebkalim p\xebr secilin kontakt. N\xebse vendoset fjal\xebkalimi, kontakti duhet t\xeb vendos fjal\xebkalimin para se t'i sheh faturat.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "P\xebrsh\xebndetje", _s24_39, "B\xebjeni m\xeb t\xeb leht\xeb p\xebr klient\xebt tuaj t\xeb realizojn\xeb pagesat duke vendosur schema.org markimin n\xeb emailat tuaj.", "plain", "E thjesht\xeb", "light", "E leht\xeb", "dark", "E mbyllt\xeb", "email_design", "Dizajno emailin", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Aktivizo Markimin", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredit kart\xeb", "bank_transfer", "Transfer bankar", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktivizo min", "enable_max", "Aktivizo max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_49, "Perditeso adres\xebn e klientit me detajet e ofruara", "rate", "Norma", "tax_rate", "Norma e taksave", "new_tax_rate", "Norm\xeb e re e taksave", "edit_tax_rate", "Edito norm\xebn e taks\xebs", _s16_162, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_163, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_104, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Plot\xebso-automatikisht produktet", _s18_86, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_71, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "E diel", "monday", "E h\xebn\xeb", "tuesday", "E marte", "wednesday", "E m\xebrkure", "thursday", "E enj\xebte", "friday", "E premte", "saturday", "E shtune", "january", "Janar", "february", "Shkurt", "march", "Mars", "april", "Prill", "may", "Maj", "june", "Qershor", "july", "Korrik", "august", "Gusht", "september", "Shtator", "october", "Tetor", "november", "N\xebntor", "december", "Dhjetor", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Koha 24 or\xebshe", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_109, "Rregullimi i Avansuar", "company_details", "Detajet e kompanis\xeb", "user_details", "Detajet e p\xebrdoruesit", "localization", "Vendore", "online_payments", "Pagesat Online", "tax_rates", "Normat e taksave", "notifications", "Njoftimet", "import_export", "Import | Export", "custom_fields", "Fushat e ndryshueshme", "invoice_design", "Dizajni i Fatur\xebs", "buy_now_buttons", "Butonat Blej Tash", "email_settings", "Rregullimi i Emailit", _s23_42, "Shabllonet & P\xebrkujtueset", _s22_58, _s20_73, _s19_55, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Kushtet e sh\xebrbimit", "privacy_policy", "Politika e Privat\xebsis\xeb", "sign_up", "Regjistrohu", "account_login", "Hyrja me llogari", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Krijo", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Shkarko", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertuar", _s24_45, _s24_60, "exchange_rate", "Kursi i k\xebmbimit", _s16_180, "Konverto valut\xebn", "mark_paid", "Mark Paid", "category", "Kategoria", "address", "Adresa", "new_vendor", "Kompani e re", "created_vendor", "Kompania \xebsht\xeb krijuar me sukses", "updated_vendor", "Kompania \xebsht\xeb perditesuar me sukses", "archived_vendor", "Kompania \xebsht\xeb arkivuar me sukses", "deleted_vendor", "Kompania \xebsht\xeb fshir\xeb me sukses", "restored_vendor", "Kompania u rikthye me sukses", _s16_181, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_183, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_184, "Shpenzimet jan\xeb rikthyer me sukses", _s17_115, "Shpenzimet jan\xeb arkivuar me sukses", _s16_185, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturuar", "logged", "Regjistruar", "running", "Duke ndodhur", "resume", "Vazhdo", "task_errors", "Ju lutem korrigjoni koh\xebt e vendosura mbi nj\xebra-tjetr\xebn", "start", "Fillo", "stop", "Ndalo", "started_task", _s25_48, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_50, "now", "Tash", _s16_186, _s16_187, "timer", "Koh\xebmat\xebsi", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Koha e fillimit", "end_time", "Koha e p\xebrfundimit", "date", "Data", "times", "Koh\xebt", "duration", "Koh\xebzgjatja", "new_task", "Detyr\xeb e re", "created_task", "Detyra u krijua me sukses", "updated_task", "Detyra \xebsht\xeb perditesuar me sukses", "archived_task", "Detyra \xebsht\xeb arkivuar me sukses", "deleted_task", "Detyra \xebsht\xeb fshir\xeb me sukses", "restored_task", "Detyra \xebsht\xeb rikthyer me sukses", "archived_tasks", ":count detyra jan\xeb arkivuar me sukses", "deleted_tasks", ":count detyra jan\xeb fshir\xeb me sukses", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliko k\xebtu", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "E ndryshueshme", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Shiko Fatur\xebn", "convert", "Convert", "more", "More", "edit_client", "Edito klientin", "edit_product", "Edito produkt", "edit_invoice", "Edito Fatur\xebn", "edit_quote", "Edito Ofert\xebn", "edit_payment", "Edito Pages\xebn", "edit_task", "Edito Detyr\xebn", "edit_expense", "Edito shpenzimi", "edit_vendor", "Edito kompanin\xeb", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Adresa e faturimit", _s16_193, _s16_194, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_83, "active_clients", "klient\xeb aktiv", "close", "Mbyll", "email", "Emaili", "password", "Fjal\xebkalimi", "url", "URL", "secret", "Sekret", "name", "Emri", "logout", "\xc7'identifikohu", "login", "Identifikohu", "filter", "Filtro", "sort", "Sort", "search", "K\xebrko", "active", "Aktiv", "archived", "Arkivuar", "deleted", "E fshir\xeb", "dashboard", "Paneli", "archive", "Arkivo", "delete", "Fshi", "restore", "Rikthe", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_121, _s17_122, "paid_to_date", "Paguar deri m\xeb sot", "balance_due", "Bilanci aktual", "balance", "Bilanci", "overview", "Overview", "details", "Detajet", "phone", "Telefoni", "website", "Website", "vat_number", "Numri i TVSH", "id_number", "ID numri", "create", "Krijo", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktet", "additional", "Additional", "first_name", "Emri", "last_name", "Mbiemri", "add_contact", "Shto kontaktin", "are_you_sure", "A jeni t\xeb sigurt\xeb", "cancel", "Anulo", "ok", "Ok", "remove", "Largo", _s16_199, _s16_200, "product", "Produkt", "products", "Produktet", "new_product", "Produkt i ri", "created_product", "Produkti \xebsht\xeb krijuar me sukses", "updated_product", "Produkti \xebsht\xeb perditesuar me sukses", _s16_201, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produkt", "notes", "Sh\xebnime", "cost", "Kosto", "client", "Klient", "clients", "Klient\xebt", "new_client", "Klient i ri", "created_client", "Klienti \xebsht\xeb krijuar me sukses", "updated_client", "Klienti \xebsht\xeb perditesuar me sukses", "archived_client", "Klienti \xebsht\xeb arkivuar me sukses", _s16_204, ":count klient\xeb jan\xeb arkivuar me sukses", "deleted_client", "Klienti \xebsht\xeb fshir\xeb me sukses", "deleted_clients", ":count klient\xeb jan\xeb fshir\xeb me sukses", "restored_client", "Klienti \xebsht\xeb rikthyer me sukses", _s16_205, _s36_13, "address1", "Rruga", "address2", "Apartamenti/banesa", "city", "Qyteti", "state", "Shteti/Provinca", "postal_code", "Kodi postar", "country", "Shteti", "invoice", "Fatura", "invoices", "Faturat", "new_invoice", "Fatur\xeb e re", "created_invoice", "Fatura \xebsht\xeb krijuar me sukses", "updated_invoice", "Fatura \xebsht\xeb perditesuar me sukses", _s16_206, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_207, "Fatura \xebsht\xeb rikthyer me sukses", _s17_125, ":count fatura jan\xeb arkivuar me sukes", _s16_208, ":count fatura jan\xeb fshir\xeb me sukses", _s17_126, _s37_17, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_59, "amount", "Shuma", "invoice_number", "Numri i fatur\xebs", "invoice_date", "Data e fatur\xebs", "discount", "Zbritje", "po_number", "Numri UB", "terms", "Kushtet", "public_notes", "Sh\xebnime publike", "private_notes", "Sh\xebnime private", "frequency", "Frekuenca", "start_date", "Data e fillimit", "end_date", "Data e p\xebrfundimit", "quote_number", "Numri i ofert\xebs", "quote_date", "Data e Ofert\xebs", "valid_until", "Valide deri", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "P\xebrshkrimi", "unit_cost", "Kosto p\xebr nj\xebsi", "quantity", "Sasia", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefoni", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Deri m\xeb dat\xeb", _s16_209, _s16_210, "status", "Statusi", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Rregullimet", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Taks\xeb", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "D\xebrguar", "viewed", "Viewed", "approved", "Approved", "partial", "E pjesshme/depozite", "paid", "Paguar", "mark_sent", "Shenja \xebsht\xeb d\xebrguar", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "P\xebrfundo", _s37_18, _s37_19, "dark_mode", "Modeli i err\xebt", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_211, _s16_212, "clone", "Klono", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Kushtet e pages\xebs", "payment_date", "Data e pages\xebs", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portali i klientit", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivizuar", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "P\xebrkujtuesi i par\xeb", "second_reminder", "P\xebrkujtuesi i dyt\xeb", "third_reminder", "P\xebrkujtuesi i tret\xeb", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Tema", "body", "P\xebrmbajtja", "send_email", "D\xebrgo email", "email_receipt", "D\xebrgo flet\xebpages\xebn tek klienti me email", "auto_billing", "Auto billing", "button", "Button", "preview", "Parashiko", "customize", "Ndrysho", "history", "Historia", "payment", "Pagesa", "payments", "Pagesat", "refunded", "Refunded", "payment_type", "Lloji i pages\xebs", _s21_85, "Referenca e transaksionit", "enter_payment", "Cakto pages\xebn", "new_payment", "Enter Payment", "created_payment", "Pagesa \xebsht\xeb krijuar me sukses", "updated_payment", "Pagesa \xebsht\xeb perditesuar me sukses", _s16_219, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_220, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_130, ":count pagesa jan\xeb arkivuar me sukses", _s16_221, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_131, _s37_20, "quote", "Ofert\xeb", "quotes", "Oferta", "new_quote", "Ofert\xeb e re", "created_quote", "Oferta \xebsht\xeb krijuar me sukses", "updated_quote", "Oferta \xebsht\xeb perditesuar me sukses", "archived_quote", "Oferta \xebsht\xeb arkivuar me sukses", "deleted_quote", "Oferta \xebsht\xeb fshir\xeb me sukses", "restored_quote", "Oferta \xebsht\xeb rikthyer me sukses", "archived_quotes", ": count oferta jan\xeb arkivuar me sukses", "deleted_quotes", ":count oferta jan\xeb fshir\xeb me sukses", "restored_quotes", _s35_22, "expense", "Shpenzimet", "expenses", "Shpenzimet", "vendor", "Kompani", "vendors", "Kompanit\xeb", "task", "Detyre", "tasks", "Detyrat", "project", "Project", "projects", "Projects", "activity_1", ":user ka krijuar klientin :client", "activity_2", ":user ka arkivuar klientin :client", "activity_3", ":user ka fshir\xeb klientin :client", "activity_4", ":user ka krijuar fatur\xebn :invoice", "activity_5", ":user ka perditesuar fatur\xebn :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user ka arkivuar fatur\xebn :invoice", "activity_9", ":user ka fshir\xeb fatur\xebn :invoice", "activity_10", _s85_0, "activity_11", ":user ka perditesuar pages\xebn :payment", "activity_12", ":user ka arkivuar pages\xebn :payment", "activity_13", ":user ka fshir\xeb pages\xebn :payment", "activity_14", ":user ka shtuar :credit kredit", "activity_15", ":user ka perditesuar :credit kredit", "activity_16", ":user ka arkivuar :credit kredit", "activity_17", ":user ka fshir\xeb:credit kredit", "activity_18", ":user ka krijuar ofert\xeb :quote", "activity_19", ":user ka perditesuar ofert\xebn :quote", "activity_20", _s50_9, "activity_21", ":contact ka shikuar ofert\xebn :quote", "activity_22", ":user ka arkivuar ofert\xebn :quote", "activity_23", ":user ka fshir\xeb ofert\xebn :quote", "activity_24", ":user ka rikthyer ofert\xebn :quote", "activity_25", ":user ka rikthyer fatur\xebn :invoice", "activity_26", ":user ka rikthyer klientin :client", "activity_27", ":user ka rikthyer pages\xebn :payment", "activity_28", ":user ka rikthyer :credit kredit", "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numruesi i numrit t\xeb fatur\xebs", _s20_79, _s20_80, _s20_81, "Numruesi i numrit t\xeb ofert\xebs", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_226, "Deri m\xeb dat\xeb", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Faturo Automatikisht", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Emri i taks\xebs", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Shuma e paguar", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0627\u0644\u0646\u0637\u0627\u0642", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ": \u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629:recurring_invoice", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u062a\u0641\u0639\u064a\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "\u062d\u063a\u0638 \u0648\u0627\u0633\u062a\u0639\u0631\u0627\u0636", "save_and_email", "\u062d\u0641\u0638 \u0648\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "enter_taxes", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "by_rate", "\u0628\u0627\u0644\u0646\u0633\u0628\u0629", "by_amount", "\u0628\u0627\u0644\u0642\u064a\u0645\u0629", "enter_amount", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0642\u064a\u0645\u0629", "before_taxes", "\u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "after_taxes", "\u0628\u0639\u062f \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "color", "\u0627\u0644\u0644\u0648\u0646", "show", "\u0639\u0631\u0636", "hide", "Hide", "empty_columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0646\u0634\u0637\u0629", "recent_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", "recent_expenses", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", _s17_42, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "Map To", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_16, _s29_7, "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_62, _s16_63, "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "\u0646\u0633\u062e \u0625\u0644\u0649", "clone_to_other", "\u0646\u0633\u062e \u0644\u0623\u062e\u0631\u0649", "labels", "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", "add_custom", "\u0623\u0636\u0641 \u0645\u062e\u0635\u0635", "payment_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", "unpaid", "Unpaid", "white_label", "\u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621", "delivery_note", "Delivery Note", _s24_24, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_26, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", "source_code", "\u0643\u0648\u062f \u0627\u0644\u0645\u0635\u062f\u0631", "app_platforms", "\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "actions", "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "\u0645\u0633\u062d \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0645\u0624\u0642\u062a", "sort_order", "Sort Order", "task_status", "\u0627\u0644\u062d\u0627\u0644\u0629", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_37, _s50_8, "view_changes", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a", "force_update", "\u062a\u062d\u062f\u064a\u062b \u0625\u062c\u0628\u0627\u0631\u064a", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "\u0625\u0638\u0647\u0627\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "hide_password", "\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "copy_error", "\u062e\u0637\u0623 \u0628\u0627\u0644\u0646\u0633\u062e", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "line_taxes", "\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0628\u0646\u0648\u062f", "total_fields", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062d\u0642\u0648\u0644", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "\u0645\u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a\u0627\u064b", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_51, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s16_239, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "auto_bill_on", "\u0641\u0648\u062a\u0631\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0641\u064a", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_55, _s17_56, "failure", "\u0641\u0634\u0644", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645", "view_portal", "View Portal", "copy_link", "\u0646\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0637", "token_billing", _s17_141, _s24_35, "\u0623\u0647\u0644\u0627 \u0628\u0643 \u0641\u064a Invoice Ninja", "always", "Always", "optin", "\u0627\u0634\u062a\u0631\u0627\u0643", "optout", "\u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643", "label", "Label", "client_number", "Client Number", "auto_convert", "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", "company_name", "Company Name", "reminder1_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 1", "reminder2_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 2", "reminder3_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 3", _s18_55, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0623\u062e\u064a\u0631", "pdf_page_info", "\u0627\u0644\u0635\u0641\u062d\u0629 :current \u0645\u0646 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "\u0639\u0631\u0636 \u0641\u064a Stripe", "rows_per_page", "\u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064a \u0627\u0644\u0635\u0641\u062d\u0629", "hours", "Hours", "statement", "Statement", "taxes", "\u0636\u0631\u0627\u0626\u0628", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "\u0627\u0633\u0645 \u0627\u0644\u0633\u062c\u0644", "file_type", "\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641", "height", "\u0627\u0644\u0637\u0648\u0644", "width", "\u0627\u0644\u0639\u0631\u0636", "to", "To", "health_check", "\u0641\u062d\u0635 \u0627\u0644\u062d\u0627\u0644\u0629", "payment_type_id", "\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639\u0629", "last_login_at", "\u0622\u062e\u0631 \u062f\u062e\u0648\u0644 \u0641\u064a", "company_key", "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0634\u0631\u0643\u0629", "storefront", "\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u062a\u062c\u0631", "storefront_help", _s42_8, "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u0645\u0646\u062a\u0647\u064a", "gross", "\u0627\u0644\u0646\u0645\u0648", "net_amount", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629", "net_balance", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0635\u0627\u0641\u064a", "client_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644", _s17_57, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_59, "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_quotes", "\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_61, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_63, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629", "create_quote", "Create Quote", "create_payment", "\u0623\u0646\u0634\u0626 \u062f\u0641\u0639\u0629", "create_vendor", "Create vendor", "update_quote", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0631\u0636", "delete_quote", "Delete Quote", "update_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "delete_invoice", "\u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "update_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_client", "\u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_payment", "\u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639\u0629", "update_vendor", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0648\u0631\u062f", "delete_vendor", "Delete Vendor", "create_expense", "\u0623\u0646\u0634\u0626 \u0645\u0635\u0631\u0648\u0641", "update_expense", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "delete_task", "Delete Task", "approve_quote", "\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0631\u0636", "off", "Off", "when_paid", "\u0645\u062a\u0649 \u0633\u062a\u062f\u0641\u0639", "expires_on", "\u064a\u0646\u062a\u0647\u064a \u0641\u064a", "free", "Free", "plan", "Plan", "show_sidebar", "\u0639\u0631\u0636 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "hide_sidebar", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "event_type", "\u0639 \u0627\u0644\u062d\u062f\u062b", "target_url", "Target", "copy", "\u0646\u0633\u062e", "must_be_online", "\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0646\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "\u0631\u0645\u0632 \u062c\u062f\u064a\u062f", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", "\u062a\u0645 \u0645\u0633\u062d \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "restored_token", "\u062a\u0645 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u064a\u0645\u064a\u0644", "email_quote", "Email Quote", "email_credit", "\u0631\u0635\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "email_payment", "Email Payment", _s20_56, "\u0644\u0627 \u064a\u0648\u062c\u062f \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062c\u0644 \u0644\u0644\u0639\u0645\u064a\u0644", "ledger", "Ledger", "view_pdf", "\u0639\u0631\u0636 PDF", "all_records", "\u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "owned_by_user", "\u0627\u0644\u0639\u0627\u0626\u062f\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645", _s16_80, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0628\u0642\u064a", "contact_name", "Contact Name", "use_default", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", _s16_82, _s17_70, "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_24, "\u0625\u0639\u062f\u0627\u062f \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_term", "\u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639", _s16_83, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_60, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_57, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "change", "\u062a\u063a\u064a\u064a\u0631", _s23_26, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_38, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628", "send_from_gmail", "\u0623\u0631\u0633\u0644 \u0645\u0646 Gmail", "reversed", "\u0645\u0639\u0643\u0648\u0633", "cancelled", "\u0645\u0644\u063a\u0649", "credit_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "quote_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0631\u0636", "hosted", "\u0645\u0633\u062a\u0636\u0627\u0641", "selfhosted", "\u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u062e\u0627\u0635\u0629", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "show_menu", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", _s18_57, _s18_58, _s16_85, "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a", "search_designs", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645", "search_invoices", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "search_clients", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", "search_products", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "search_quotes", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0639\u0631\u0648\u0636", "search_credits", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0623\u0631\u0635\u062f\u0629", "search_vendors", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646", "search_users", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", _s16_86, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "search_tasks", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0647\u0627\u0645", "search_settings", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "search_projects", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639", "search_expenses", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "search_payments", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u062f\u0641\u0639\u0627\u062a", "search_groups", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a", "search_company", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u0631\u0643\u0629", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_59, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_239, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit", "\u0627\u0626\u062a\u0645\u0627\u0646", "credits", "\u0627\u0644\u0623\u0631\u0635\u062f\u0629", "new_credit", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0635\u064a\u062f", "edit_credit", "Edit Credit", "created_credit", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "updated_credit", _s27_34, "archived_credit", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "deleted_credit", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0631\u0648\u0636", "deleted_credits", "\u062a\u0645 \u062d\u0630\u0641 :count \u0642\u0631\u0648\u0636 \u0628\u0646\u062c\u0627\u062d", _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0631\u0633\u0627\u0644\u0629", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "line_total", "\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "item", "\u0628\u0646\u062f", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "users", "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", "new_user", "New User", "edit_user", "\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "created_user", _s25_37, "updated_user", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629", "invoice_options", "\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_92, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_55, "\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 -\u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0647 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646- \u0641\u064a \u0641\u0648\u0627\u062a\u064a\u0631\u0643 \u0627\u0630\u0627 \u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639\u0647", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "product_fields", "Product Fields", "invoice_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0643\u0648\u062f \u0645\u062e\u0635\u0635 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c", "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", _s17_109, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", "company_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", "user_details", "User Details", "localization", "\u0627\u0644\u062a\u0639\u0631\u064a\u0628", "online_payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629", "tax_rates", "\u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "notifications", "\u062a\u0646\u0628\u064a\u0647\u0627\u062a", "import_export", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f | \u062a\u0635\u062f\u064a\u0631", "custom_fields", "\u062d\u0642\u0648\u0643 \u0645\u062e\u0635\u0635\u0629", "invoice_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u0625\u0639\u062f\u0627\u062f\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629", "privacy_policy", "Privacy Policy", "sign_up", "\u062a\u0633\u062c\u064a\u0644", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u062a\u062d\u0645\u064a\u0644", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", "new_vendor", "New Vendor", "created_vendor", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_vendor", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "archived_vendor", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_vendor", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "restored_vendor", _s28_28, _s16_181, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", "deleted_vendors", "\u062a\u0645 \u062d\u0630\u0641 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "\u062a\u0627\u0631\u064a\u062e", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "convert", "Convert", "more", "More", "edit_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "edit_product", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "edit_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u0639\u0645\u0644\u0627\u0621 \u0641\u0639\u0651\u0627\u0644\u064a\u0646", "close", "\u0625\u063a\u0644\u0627\u0642", "email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "password", "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631", "url", "URL", "secret", "Secret", "name", "\u0627\u0644\u0627\u0633\u0645", "logout", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c", "login", "Login", "filter", "\u062a\u0631\u0634\u064a\u062d", "sort", "Sort", "search", "\u0627\u0644\u0628\u062d\u062b", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", "archive", "\u0627\u0631\u0634\u064a\u0641", "delete", "\u062d\u0630\u0641", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u062d\u0641\u0638", _s17_121, _s17_122, "paid_to_date", "\u062f\u0641\u0639\u062a \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", "balance_due", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642", "balance", "\u0627\u0644\u0631\u0635\u064a\u062f", "overview", "Overview", "details", "\u062a\u0641\u0627\u0635\u064a\u0644", "phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "website", "\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "\u0625\u0646\u0634\u0627\u0621", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "additional", "Additional", "first_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", "last_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631", "add_contact", "\u0625\u0636\u0627\u0641\u0629 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644", "are_you_sure", "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f\u061f", "cancel", "\u0625\u0644\u063a\u0627\u0621", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0645\u0646\u062a\u062c", "products", "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "new_product", "New Product", "created_product", "\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "updated_product", "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s16_201, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0627\u0644\u0639\u0645\u064a\u0644", "clients", "\u0627\u0644\u0639\u0645\u0644\u0627\u0621", "new_client", "\u0639\u0645\u064a\u0644 \u062c\u062f\u064a\u062f", "created_client", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "updated_client", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "archived_client", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", _s16_204, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "deleted_client", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "deleted_clients", "\u062a\u0645 \u062d\u0630\u0641 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u0627\u0644\u0634\u0627\u0631\u0639", "address2", "\u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", "city", "\u0627\u0644\u0645\u062f\u064a\u0646\u0629", "state", "\u0627\u0644\u0648\u0644\u0627\u064a\u0629/\u0627\u0644\u0645\u0646\u0637\u0642\u0629", "postal_code", "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", "country", "Country", "invoice", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoices", "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "new_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", "created_invoice", "\u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_invoice", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_206, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_invoice", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_207, _s29_28, _s17_125, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_208, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_126, _s37_17, "emailed_invoice", "\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0628\u0646\u062c\u0627\u062d", "emailed_payment", _s28_59, "amount", "\u0627\u0644\u0642\u064a\u0645\u0629", "invoice_number", "\u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "discount", "\u062e\u0635\u0645", "po_number", "\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0645\u064a\u062f", "terms", "\u0627\u0644\u0634\u0631\u0648\u0637", "public_notes", "Public Notes", "private_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062e\u0627\u0635\u0629", "frequency", "\u0627\u0644\u062a\u0643\u0631\u0627\u0631", "start_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0627\u064a\u0629", "end_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0648\u0635\u0641", "unit_cost", "\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", "quantity", "\u0627\u0644\u0643\u0645\u064a\u0629", "add_item", "Add Item", "contact", "\u062c\u0647\u0629 \u0625\u062a\u0635\u0627\u0644", "work_phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s16_209, _s16_210, "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "Percent", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0636\u0631\u064a\u0628\u0629", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0643\u0645\u0631\u0633\u0644\u0629", _s23_45, _s36_14, _s23_46, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0643\u0645\u0631\u0633\u0644\u0629", "done", "\u062a\u0645", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0646\u0634\u0627\u0637", _s16_211, _s16_212, "clone", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062f\u0641\u0639\u0629", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "\u0627\u0644\u0630\u0627\u0643\u0631\u0629", "payment", "Payment", "payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", "enter_payment", "\u0627\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "new_payment", "\u0623\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "created_payment", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_payment", _s28_45, _s16_219, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_payment", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_220, _s29_30, _s17_130, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_221, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644", "show_list", "\u0639\u0631\u0636 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "\u0634\u0627\u0631\u0639 \u0627\u0644\u0639\u0645\u064a\u0644", "client_address2", "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0639\u0645\u064a\u0644", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_57, "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, "\u0645\u0639\u0631\u0641 \u0639\u0645\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "tax_name1", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_name2", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_name3", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "transaction_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "bg", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0435\u043c\u0430\u043c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "default", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u0421\u0435\u0434\u043c\u0438\u0446\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "range", "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0422\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :amount \u0449\u0435 \u0431\u044a\u0434\u0435 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434 # :expense", "view_statement", "\u0412\u0438\u0436\u0442\u0435 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0442 - \u0418\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s22_27, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_5, _s21_108, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u044a\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u041d\u0435\u0442\u043e", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0424\u0430\u043c\u0438\u043b\u0438\u044f", "order", "Order", "unassigned", "\u041d\u0435\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430", "partial_value", "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u0442 0 \u0438 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043e\u0431\u0449\u0430\u0442\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0420\u0430\u0437\u0440\u0435\u0448\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0417\u0430\u043b\u043e\u0436\u0435\u0442\u0435 subdomain \u0438\u043b\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043d\u0430 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438\u044f \u0441\u0438 \u0441\u0430\u0439\u0442.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0412\u044a\u0440\u043d\u0430\u0442\u0438", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0431\u0430\u0440\u043a\u043e\u0434\u0430 \u0441 :link \u0441\u044a\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430 Two-Factor Authentication", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u043e \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "invoice_expense", "\u041f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0441\u0443\u043c\u0430", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u0438\u0439", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV \u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0412\u0438\u0436 \u043b\u0438\u0446\u0435\u043d\u0437\u0438", "webhook_url", "Webhook URL", _s17_44, "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d", "sidebar_editor", "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", _s22_34, '\u0417\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435, \u043c\u043e\u043b\u044f \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 ":value"', "purge", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u0442\u0435", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c", "clone_to_other", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043d\u0435\u0449\u043e \u0434\u0440\u0443\u0433\u043e", "labels", "\u0415\u0442\u0438\u043a\u0435\u0442\u0438", "add_custom", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e", "payment_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f\u0442\u0430", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430", "white_label", "White Label", "delivery_note", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", _s24_24, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", _s24_26, "\u041f\u043b\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u0417\u0430\u043a\u044a\u0441\u043d\u044f\u043b\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "quote_expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "partial_due", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u0430", "invoice_total", "\u0422\u043e\u0442\u0430\u043b \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_total", "\u041e\u0431\u0449 \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "\u041e\u0431\u0449\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "actions", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "expense_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", "task_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "project_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "project_name", "Project Name", "warning", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435", "view_settings", "\u0412\u0438\u0436 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s24_28, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430 \u043d\u0435 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430", "late_invoice", "\u041a\u044a\u0441\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "expired_quote", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "remind_invoice", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "required_fields", "\u0417\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "calculated_rate", "\u0418\u0437\u0447\u0438\u0441\u043b\u0435\u043d \u0440\u0435\u0439\u0442", _s17_46, "\u0420\u0435\u0439\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "clear_cache", "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u043a\u0435\u0448\u0430", "sort_order", "\u041f\u043e\u0434\u0440\u0435\u0434\u0431\u0430", "task_status", "\u0421\u0442\u0430\u0442\u0443\u0441", "task_statuses", "\u0421\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "new_task_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s16_64, "\u0421\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", _s19_30, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_32, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_33, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s20_39, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u0422\u044a\u0440\u0441\u0438 1 \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_41, "\u0422\u044a\u0440\u0441\u0438 :count \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s16_66, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438", _s21_44, "\u0412\u0438\u043d\u0430\u0433\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u0435\u043a\u0446\u0438\u044f\u0442\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_42, "\u0413\u0440\u0430\u0444\u0438\u043a \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_17, "\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043a\u044a\u043c \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u0438 \u0437\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s18_44, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u044f", "task_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_46, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s20_48, "\u041d\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_46, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", _s24_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", _s24_32, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "\u0422\u044a\u0440\u0441\u0435\u0442\u0435 \u0432 1 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_23, "\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u0432 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s21_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "show_option", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043e\u043f\u0446\u0438\u044f", _s22_37, "\u0421\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043d\u0430\u0434\u0432\u0438\u0448\u0430\u0432\u0430 \u0441\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "view_changes", "\u0412\u0438\u0436 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "force_update", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 \u043d\u0430\u0441\u0438\u043b\u0430", _s17_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0439-\u043d\u043e\u0432\u0430\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044f, \u043d\u043e \u0435 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u0430 \u0438\u043c\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0438.", "mark_paid_help", "\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u0435\u0442\u0435, \u0447\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u044a\u0442 \u0435 \u0431\u0438\u043b \u043f\u043b\u0430\u0442\u0435\u043d", _s18_48, "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430", _s23_21, "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s29_8, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438\u0442\u0435 \u0432\u0438\u0434\u0438\u043c\u0438", _s21_50, "\u0417\u0430\u0434\u0430\u0439 \u043e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441", _s16_68, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_49, "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u043d", "crypto", "\u041a\u0440\u0438\u043f\u0442\u043e", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435", "variables", "\u041f\u0440\u043e\u043c\u0435\u043d\u043b\u0438\u0432\u0438", "show_password", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u0430\u0440\u043e\u043b\u0430", "hide_password", "\u0421\u043a\u0440\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0430", "copy_error", "\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043a\u043e\u043f\u0438\u0440\u0430\u043d\u0435", "capture_card", "\u041f\u0440\u0438\u0445\u0432\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0430", _s17_49, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e", "total_taxes", "\u041e\u0431\u0449\u043e \u0434\u0430\u043d\u044a\u0446\u0438", "line_taxes", "\u0414\u0430\u043d\u044a\u0446\u0438 \u043d\u0430 \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435", "total_fields", "\u0421\u0443\u043c\u0430\u0440\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", _s25_24, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_26, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "gateway_refund", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435", _s19_34, "\u0412\u044a\u0440\u043d\u0438 \u0441\u0443\u043c\u0430 \u0447\u0440\u0435\u0437 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", "due_date_days", "\u041a\u0440\u0430\u0435\u043d \u0441\u0440\u043e\u043a", "paused", "\u041d\u0430 \u043f\u0430\u0443\u0437\u0430", "mark_active", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432", "day_count", "\u0414\u0435\u043d :count", _s22_38, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", _s21_51, "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u0434\u0435\u043d \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_51, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "endless", "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438", "next_send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u043e\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_70, "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438", _s17_53, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_28, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_31, "\u0422\u044a\u0440\u0441\u0438 :count \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "auto_bill_on", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430", _s28_8, "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0430\u0432\u0430\u043d\u0441\u043e\u0432\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "profit", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430", "line_item", "\u0420\u0435\u0434", _s18_53, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u0433\u043e\u043b\u044f\u043c\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s23_22, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430\u0434 \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0434\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u0448 \u0431\u0430\u043a\u0448\u0438\u0448\u0438", _s19_35, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s24_34, "\u041f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u0430/\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "test_mode", "\u0422\u0435\u0441\u0442\u043e\u0432 \u0440\u0435\u0448\u0438\u043c", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438", _s30_4, "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", _s30_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", "gateway_success", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_failure", "\u041f\u043e\u0440\u0442\u0430\u043b - \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_error", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0433\u0440\u0435\u0448\u043a\u0430", "email_send", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b", _s17_55, "\u041e\u043f\u0430\u0448\u043a\u0430 \u0437\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0438 \u043e\u043f\u0438\u0442\u0438 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0438", "failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "quota_exceeded", "\u041f\u0440\u0435\u0432\u0438\u0448\u0435\u043d\u0430 \u043a\u0432\u043e\u0442\u0430", _s16_72, "\u0413\u0440\u0435\u0448\u043a\u0430 \u043d\u0430\u0433\u043e\u0440\u0435 \u043f\u043e \u0432\u0435\u0440\u0438\u0433\u0430\u0442\u0430", "system_logs", "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0438 \u043b\u043e\u0433\u043e\u0432\u0435", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", "copy_link", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043b\u0438\u043d\u043a", "token_billing", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430", _s24_35, "\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 \u0418\u043d\u0432\u043e\u0439\u0441 \u041d\u0438\u043d\u0434\u0436\u0430", "always", "\u0412\u0438\u043d\u0430\u0433\u0438", "optin", "\u0417\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "optout", "\u041e\u0442\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "label", "\u0415\u0442\u0438\u043a\u0435\u0442", "client_number", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043d\u043e\u043c\u0435\u0440", "auto_convert", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0432\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "reminder1_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21161 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder2_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21162 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder3_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21163 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", _s18_55, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "pdf_page_info", "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 :current \u043e\u0442 :total", _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "emailed_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "gateway", "\u041f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "\u0412\u0438\u0436 \u0432 \u0421\u0442\u0440\u0430\u0439\u043f", "rows_per_page", "\u0420\u0435\u0434\u043e\u0432\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "hours", "\u0427\u0430\u0441\u043e\u0432\u0435", "statement", "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "taxes", "\u0414\u0430\u043d\u044a\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_payment", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_credit", "\u041f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438", "unapplied", "\u041d\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438", "select_label", "\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0435\u0442\u0438\u043a\u0435\u0442", "custom_labels", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0438", "record_type", "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441", "record_name", "\u0418\u043c\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441", "file_type", "\u0424\u0430\u0439\u043b\u043e\u0432 \u0442\u0438\u043f", "height", "\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430", "width", "\u0428\u0438\u0440\u043e\u0447\u0438\u043d\u0430", "to", "\u0414\u043e", "health_check", "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "last_login_at", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043b\u043e\u0433\u0438\u043d \u0432", "company_key", "\u041a\u043b\u044e\u0447 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "storefront", "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d", "storefront_help", "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043d\u0438 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "client_created", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s20_51, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_53, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0440\u044a\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "completed", "\u0417\u0430\u0432\u044a\u0440\u0448\u0435\u043d", "gross", "\u0411\u0440\u0443\u0442\u043e", "net_amount", "\u041d\u0435\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "net_balance", "\u041d\u0435\u0442\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441", "client_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s17_57, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_59, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "selected_quotes", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "selected_tasks", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s17_61, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_63, "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "upcoming_quotes", "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "expired_quotes", "\u0418\u0437\u0442\u0435\u043a\u043b\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "create_client", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "create_payment", "\u0421\u044a\u0437\u0434\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "create_vendor", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "update_quote", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "delete_quote", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "update_invoice", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "delete_invoice", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_client", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "update_vendor", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "delete_vendor", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "create_expense", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0440\u0430\u0437\u0445\u043e\u0434", "update_expense", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0440\u0430\u0437\u0445\u043e\u0434", "delete_expense", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "create_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "delete_task", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "\u041e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "off", "\u0418\u0437\u043a\u043b.", "when_paid", "\u041a\u043e\u0433\u0430\u0442\u043e \u0435 \u043f\u043b\u0430\u0442\u0435\u043d\u0430", "expires_on", "\u0418\u0437\u0442\u0438\u0447\u0430 \u043d\u0430", "free", "\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e \u043c\u0435\u043d\u044e", "hide_sidebar", "\u0421\u043a\u0440\u0438\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0442\u043e \u043c\u0435\u043d\u044e", "event_type", "\u0422\u0438\u043f \u0441\u044a\u0431\u0438\u0442\u0438\u0435", "target_url", "Target", "copy", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "must_be_online", "\u041c\u043e\u043b\u044f, \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u043a\u044a\u043c \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442", _s17_67, "Cron \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "api_webhooks", "API webhooks", "search_webhooks", "\u0422\u044a\u0440\u0441\u0438 :count webhook-\u043e\u0432\u0435", "search_webhook", "\u0422\u044a\u0440\u0441\u0438 1 webhook", "webhook", "Webhook", "webhooks", "Webhook-\u043e\u0432\u0435", "new_webhook", "\u041d\u043e\u0432 Webhook", "edit_webhook", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438 Webhook", "created_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d webhook", "updated_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d webhook", _s16_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d webhook", "deleted_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 webhook", "removed_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 webhook", _s16_77, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d webhook", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u044a\u043d\u0438", "api_docs", "API Docs", "search_tokens", "\u0422\u044a\u0440\u0441\u0438 :count \u0442\u043e\u043a\u0435\u043d\u0438", "search_token", "\u0422\u044a\u0440\u0441\u0438 1 \u0442\u043e\u043a\u0435\u043d", "token", "\u0422\u043e\u043a\u044a\u043d", "tokens", "\u0422\u043e\u043a\u044a\u043d\u0438", "new_token", "\u041d\u043e\u0432 \u0442\u043e\u043a\u0435\u043d", "edit_token", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0442\u043e\u043a\u044a\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0442\u043e\u043a\u044a\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u044a\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0442\u043e\u043a\u044a\u043d", "removed_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0442\u043e\u043a\u0435\u043d", "restored_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0442\u043e\u043a\u0435\u043d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_37, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0434\u0430 \u043f\u0440\u0430\u0432\u044f\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", _s21_55, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 & \u0432\u0438\u0436", "email_invoice", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "email_quote", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "email_credit", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "email_payment", _s16_241, _s20_56, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u043d\u044f\u043c\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441", "ledger", "\u041b\u0435\u0434\u0436\u044a\u0440", "view_pdf", "\u0412\u0438\u0436 PDF", "all_records", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "owned_by_user", "\u041f\u0440\u0438\u0442\u0435\u0436\u0430\u0432\u0430\u043d\u0438 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s16_80, "\u041e\u0441\u0442\u0430\u0442\u044a\u0447\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "contact_name", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0438\u043c\u0435", "use_default", "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s16_82, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "number_of_days", "\u0411\u0440\u043e\u0439 \u0434\u043d\u0438", _s23_24, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_term", "\u0423\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_83, "\u041d\u043e\u0432\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_71, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_60, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u0412\u043b\u0435\u0437 \u0441 \u0438\u043c\u0435\u0439\u043b", "change", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438", _s23_26, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c?", _s24_38, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u0434\u0435\u0441\u043a\u0442\u043e\u043f \u0440\u0435\u0436\u0438\u043c?", "send_from_gmail", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0442 Gmail", "reversed", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430", "cancelled", "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430", "credit_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "hosted", "\u0425\u043e\u0441\u0442\u043d\u0430\u0442", "selfhosted", "\u0421\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u043d\u043e \u0445\u043e\u0441\u0442\u043d\u0430\u0442", "exclusive", "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "inclusive", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "hide_menu", "\u0421\u043a\u0440\u0438\u0439 \u043c\u0435\u043d\u044e\u0442\u043e", "show_menu", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043c\u0435\u043d\u044e", _s18_57, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e", _s16_85, "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "search_designs", "\u0422\u044a\u0440\u0441\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "search_invoices", "\u0422\u044a\u0440\u0441\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "search_clients", "\u0422\u044a\u0440\u0441\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "search_products", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "search_quotes", "\u0422\u044a\u0440\u0441\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "search_credits", "\u0422\u044a\u0440\u0441\u0438 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "search_vendors", "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "search_users", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", _s16_86, "\u0422\u044a\u0440\u0441\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "search_tasks", "\u0422\u044a\u0440\u0441\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", "search_settings", "\u0422\u044a\u0440\u0441\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "search_projects", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438", "search_expenses", "\u0422\u044a\u0440\u0441\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "search_payments", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "search_groups", "\u0422\u044a\u0440\u0441\u0438 \u0433\u0440\u0443\u043f\u0438", "search_company", "\u0422\u044a\u0440\u0441\u0438 \u0432 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "search_document", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "search_design", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0438\u0437\u0430\u0439\u043d", "search_invoice", "\u0422\u044a\u0440\u0441\u0438 1 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "search_client", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u043b\u0438\u0435\u043d\u0442", "search_product", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "search_quote", "\u0422\u044a\u0440\u0441\u0438 1 \u043e\u0444\u0435\u0440\u0442\u0430", "search_credit", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u0440\u0435\u0434\u0438\u0442", "search_vendor", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "search_user", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "search_tax_rate", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "search_task", "\u0422\u044a\u0440\u0441\u0438 1 \u0437\u0430\u0434\u0430\u0447\u0430", "search_project", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0435\u043a\u0442", "search_expense", "\u0422\u044a\u0440\u0441\u0438 1 \u0440\u0430\u0437\u0445\u043e\u0434", "search_payment", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "search_group", "\u0422\u044a\u0440\u0441\u0438 1 \u0433\u0440\u0443\u043f\u0430", "refund_payment", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_75, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_92, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "reverse", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u0439", "full_name", "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434 / \u0429\u0430\u0442 / \u041f\u043e\u0449. \u043a\u043e\u0434", _s17_79, "\u041f\u043e\u0449. \u043a\u043e\u0434 / \u0429\u0430\u0442 / \u0413\u0440\u0430\u0434", "custom1", "\u041f\u044a\u0440\u0432\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom2", "\u0412\u0442\u043e\u0440\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom3", _s21_109, "custom4", "\u0427\u0435\u0442\u0432\u044a\u0440\u0442\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "optional", "\u041f\u043e \u0438\u0437\u0431\u043e\u0440", "license", "\u041b\u0438\u0446\u0435\u043d\u0437", "purge_data", "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u0444\u0438\u0440\u043c\u0435\u043d\u0438 \u0434\u0430\u043d\u043d\u0438", _s18_60, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "invoice_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "age_group_0", "0 - 30 \u0434\u043d\u0438", "age_group_30", "30 - 60 \u0434\u043d\u0438", "age_group_60", "60 - 90 \u0434\u043d\u0438", "age_group_90", "90 - 120 \u0434\u043d\u0438", "age_group_120", "120+ \u0434\u043d\u0438", "refresh", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435", "saved_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0430\u0437\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "client_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "company_address", "\u0410\u0434\u0440\u0435\u0441 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "invoice_details", "\u0414\u0435\u0442\u0430\u0439\u043b\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "product_columns", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0438", "task_columns", "\u041a\u043e\u043b\u043e\u043d\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "add_field", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u043e\u043b\u0435", "all_events", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", "permissions", "\u041f\u0440\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f", "none", "\u041d\u044f\u043c\u0430", "owned", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d", "payment_success", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "invoice_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "invoice_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "quote_approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s25_33, "\u041f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f", _s16_94, "\u041a\u0443\u043f\u0438 \u043b\u0438\u0446\u0435\u043d\u0437", "apply_license", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043b\u0438\u0446\u0435\u043d\u0437", "cancel_account", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", _s22_47, "\u0412\u041d\u0418\u041c\u0410\u041d\u0418\u0415: \u0422\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0432\u0430\u0448\u0438\u044f\u0442 \u043f\u0440\u043e\u0444\u0438\u043b \u0438 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u0432 \u043d\u0435\u0433\u043e. \u0421\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u044f\u043c\u0430 \u043a\u0430\u043a \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0438.", "delete_company", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", _s22_48, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0444\u0438\u0440\u043c\u0430\u0442\u0430\u0412\u0438 \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "enabled_modules", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u043c\u043e\u0434\u0443\u043b\u0438", "converted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "includes", "\u0421\u044a\u0434\u044a\u0440\u0436\u0430", "header", "\u0425\u0435\u0434\u044a\u0440", "load_design", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0434\u0438\u0437\u0430\u0439\u043d", "css_framework", "CSS framework", "custom_designs", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "designs", "\u0414\u0438\u0437\u0430\u0439\u043d\u0438", "new_design", "\u041d\u043e\u0432 \u0434\u0438\u0437\u0430\u0439\u043d", "edit_design", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0434\u0438\u0437\u0430\u0439\u043d", "created_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "updated_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "archived_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "deleted_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "removed_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "restored_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "Tickets", _s16_98, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u041e\u0444\u0435\u0440\u0442\u0438", "recurring_tasks", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0438\u0442\u0435", "credit_date", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u0414\u0430\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "update_now", "\u042a\u043f\u0434\u0435\u0439\u0442\u043d\u0438", _s26_21, "\u041d\u0430\u043b\u0438\u0447\u043d\u0430 \u0435 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f \u043d\u0430 \u0443\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e", _s16_102, "\u0418\u043c\u0430 \u044a\u043f\u0434\u0435\u0439\u0442", "app_updated", "\u042a\u043f\u0434\u0435\u0439\u0442\u044a\u0442 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "learn_more", "\u041d\u0430\u0443\u0447\u0438 \u043f\u043e\u0432\u0435\u0447\u0435", "integrations", "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438", "tracking_id", "ID \u0437\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435", _s17_81, "Slack webhook URL", "credit_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "new_company", "\u041d\u043e\u0432\u0430 \u0444\u0438\u0440\u043c\u0430", "added_company", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "company1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 1", "company2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 2", "company3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 3", "company4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 4", "product1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 1", "product2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 2", "product3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 3", "product4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 4", "client1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 1", "client2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 2", "client3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 3", "client4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 4", "contact1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 1", "contact2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 2", "contact3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 3", "contact4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 4", "task1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 1", "task2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 2", "task3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 3", "task4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 4", "project1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 1", "project2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 2", "project3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 3", "project4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 4", "expense1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 1", "expense2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 2", "expense3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 3", "expense4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 4", "vendor1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 1", "vendor2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 2", "vendor3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 3", "vendor4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 4", "invoice1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 1", "invoice2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 2", "invoice3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 3", "invoice4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 4", "payment1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 1", "payment2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 2", "payment3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 3", "payment4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 4", "surcharge1", _s27_66, "surcharge2", _s27_67, "surcharge3", _s27_68, "surcharge4", _s27_69, "group1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 1", "group2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 2", "group3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 3", "group4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 4", "reset", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "number", "\u041d\u043e\u043c\u0435\u0440", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u0430", "count", "\u0411\u0440\u043e\u0439", "totals", "\u041e\u0431\u0449\u0438 \u0441\u0443\u043c\u0438", "blank", "\u041f\u0440\u0430\u0437\u043d\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "\u0415 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435 \u043f\u043e", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", _s17_83, "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", _s21_59, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 1", _s21_60, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 2", _s21_61, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", _s21_62, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s17_85, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0423\u043b\u0438\u0446\u0430", _s17_86, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0410\u043f.", "shipping_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0413\u0440\u0430\u0434", "shipping_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s20_61, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", _s16_132, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", _s16_134, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0423\u043b\u0438\u0446\u0430", _s16_135, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0410\u043f.", "billing_city", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0413\u0440\u0430\u0434", "billing_state", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s19_40, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", "billing_country", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", "client_id", "Client Id", "assigned_to", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430", "created_by", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 :name", "assigned_to_id", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430 Id", "created_by_id", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 Id", "add_column", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0430", "edit_columns", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043e\u043b\u043e\u043d\u0438", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u041f\u043e \u0434\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "profit_and_loss", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0421\u043f\u0440\u0430\u0432\u043a\u0438", "report", "\u0421\u043f\u0440\u0430\u0432\u043a\u0430", "add_company", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "help", "\u041f\u043e\u043c\u043e\u0449", "refund", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "refund_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "filtered_by", "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e", "contact_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", "multiselect", "\u041c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "entity_state", "\u0429\u0430\u0442", "verify_password", "\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430", "applied", "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s21_63, "\u0412\u043a\u043b\u044e\u0447\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0433\u0440\u0435\u0448\u043a\u0438 \u043e\u0442 \u043b\u043e\u0433\u043e\u0432\u0435\u0442\u0435", _s30_8, "\u041d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0445\u043c\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0412\u0438 \u0438 \u0449\u0435 \u0441\u0435 \u043e\u043f\u0438\u0442\u0430\u043c\u0435 \u0434\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438\u043c \u043d\u0435\u0437\u0430\u0431\u0430\u0432\u043d\u043e.", "message", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0435\u0442\u0430\u0439\u043b\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s25_35, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u0432 \u043f\u0430\u0434\u0430\u0449\u043e\u0442\u043e \u043c\u0435\u043d\u044e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s20_65, "PDF \u0440\u0435\u043d\u0434\u0435\u0440-\u0430 \u0438\u0437\u0438\u0441\u043a\u0432\u0430 :version", _s18_70, "\u041d\u0430\u0441\u0442\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", _s23_28, _s33_24, _s18_72, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435", "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430", "about", "\u0417\u0430", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043d\u0430\u0441", "subtotal", "\u0421\u0443\u0431\u0442\u043e\u0442\u0430\u043b", "line_total", "\u041e\u0431\u0449\u0430 \u0446\u0435\u043d\u0430", "item", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "credit_email", "\u041a\u0440\u0435\u0434\u0438\u0442\u0435\u043d \u0435-\u043c\u0435\u0439\u043b", "iframe_url", "\u0421\u0430\u0439\u0442", "domain_url", "\u0414\u043e\u043c\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441", _s21_64, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0430", _s20_66, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0433\u043b\u0430\u0432\u043d\u0430 \u0431\u0443\u043a\u0432\u0430 \u0438 \u0446\u0438\u0444\u0440\u0430", _s19_42, "\u0417\u0430\u0434\u0430\u0447\u0438 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s23_29, "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s20_67, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "deleted_logo", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043b\u043e\u0433\u043e", "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u0439 \u043d\u043e\u043c\u0435\u0440", "when_saved", "\u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0430", "when_sent", "\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "select_company", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "float", "\u041f\u043b\u0430\u0432\u0430\u0449", "collapse", "\u0421\u044a\u0431\u0435\u0440\u0438", "show_or_hide", "\u041f\u043e\u043a\u0430\u0436\u0438/\u0421\u043a\u0440\u0438\u0439", "menu_sidebar", "\u041c\u0435\u043d\u044e \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "history_sidebar", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "tablet", "\u0422\u0430\u0431\u043b\u0435\u0442", "mobile", "\u041c\u043e\u0431\u0438\u043b\u043d\u043e", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "\u041c\u043e\u0434\u0443\u043b", "first_custom", "\u041f\u044a\u0440\u0432\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "second_custom", "\u0412\u0442\u043e\u0440\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "third_custom", _s21_109, "show_cost", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430", _s17_88, _s17_89, "show_cost_help", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u043e\u0442\u043e \u043f\u043e\u043b\u0435 \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u0438\u0448 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430", _s21_65, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430\u0442\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442", _s26_23, "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u043e\u043b\u0435\u0442\u043e \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0442\u043e \u043f\u043e\u043b\u0435", _s21_67, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0431\u0440\u043e\u044f\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", _s26_24, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0440\u0435\u0434\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0440\u0435\u0434", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s21_71, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043b\u0438\u043d\u0438\u044f\u0442\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u0435\u0434\u043d\u043e", "one_tax_rate", "\u0415\u0434\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "two_tax_rates", "\u0414\u0432\u0435 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "three_tax_rates", "\u0422\u0440\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s16_140, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "invoice_tax", "\u0422\u0430\u043a\u0441\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "line_item_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430", "inclusive_taxes", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u0442\u0430\u043a\u0441\u0438", _s17_90, "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "item_tax_rates", "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s18_74, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0430\u0440\u0438\u0444\u0438\u0442\u0435", _s18_75, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Gateways", "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u044a\u043a", _s18_77, _s16_242, "accent_color", "\u0410\u043a\u0446\u0435\u043d\u0442\u0435\u043d \u0446\u0432\u044f\u0442", "switch", "\u041f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s19_44, "\u041b\u0438\u0441\u0442 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u0438", "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, "\u0415\u0434\u043d\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "multi_line_text", "\u041c\u043d\u043e\u0433\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "dropdown", "\u041f\u0430\u0434\u0430\u0449\u043e \u043c\u0435\u043d\u044e", "field_type", "\u0412\u0438\u0434 \u043f\u043e\u043b\u0435", _s27_37, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0435 e-mail \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "submit", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_144, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "late_fees", "\u0417\u0430\u043a\u044a\u0441\u043d\u0435\u043b\u0438 \u0422\u0430\u043a\u0441\u0438", "credit_number", "\u041a\u0440\u0435\u0434\u0438\u0442 \u043d\u043e\u043c\u0435\u0440", "payment_number", _s16_243, "late_fee_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", "schedule", "\u0413\u0440\u0430\u0444\u0438\u043a", "before_due_date", "\u041f\u0440\u0435\u0434\u0438 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", "after_due_date", "\u0421\u043b\u0435\u0434 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", _s18_79, "\u0421\u043b\u0435\u0434 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "days", "\u0414\u043d\u0438", "invoice_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", _s16_241, "partial_payment", _s16_244, "payment_partial", _s16_244, _s21_72, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "quote_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s16_147, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u043f\u043e\u0434\u0441\u0435\u0449\u0430\u043d\u0435", _s16_149, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0434\u0440\u0443\u0433\u0438\u0442\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438, \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u044f \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0438 \u0438 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438\u0442\u0435", "users", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "new_user", "\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "created_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "removed_user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041e\u043f\u0446\u0438\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u0438\u0439 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430"', _s22_55, '\u041f\u043e\u043a\u0430\u0436\u0438 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430" \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435, \u0441\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435.', _s23_31, "\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0445\u0435\u0434\u044a\u0440\u0430 \u043d\u0430", _s16_154, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0443\u0442\u044a\u0440\u0430 \u043d\u0430", "first_page", "\u041f\u044a\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "all_pages", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "primary_font", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "secondary_font", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0446\u0432\u044f\u0442", "secondary_color", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0446\u0432\u044f\u0442", "page_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "invoice_fields", "\u041f\u043e\u043b\u0435\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "product_fields", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s18_81, "Auto Email", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u0440\u0438 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_82, "Auto Archive", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0438 \u043f\u0440\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u0440\u0438 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0430.", _s17_94, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441", "freq_daily", "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u0421\u0435\u0434\u043c\u0438\u0447\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u041d\u0430 \u0434\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "\u0422\u0440\u0438 \u0433\u043e\u0434\u0438\u043d\u0438", "never", "\u041d\u0438\u043a\u043e\u0433\u0430", "company", "\u0424\u0438\u0440\u043c\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430", "charge_taxes", "\u041d\u0430\u0447\u0438\u0441\u043b\u0438 \u0434\u0430\u043d\u044a\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u043e \u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "reset_counter", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s16_157, "\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "number_padding", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0442\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "general", "\u041e\u0431\u0449", "surcharge_field", "\u0415\u0442\u0438\u043a\u0435\u0442 \u0434\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "company_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0424\u0438\u0440\u043c\u0430\u0442\u0430", "company_value", "\u0424\u0438\u0440\u043c\u0435\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "credit_field", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u043e \u043f\u043e\u043b\u0435", "invoice_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_99, "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "product_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", "payment_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "vendor_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430", "expense_field", "\u041f\u043e\u043b\u0435 \u0420\u0430\u0437\u0445\u043e\u0434", "project_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "task_field", "\u041f\u043e\u043b\u0435 \u0417\u0430\u0434\u0430\u0447\u0430", "group_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0433\u0440\u0443\u043f\u0430", "number_counter", "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "\u041c\u043e\u0434\u0435\u043b \u043d\u043e\u043c\u0435\u0440", "messages", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d CSS", _s17_101, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JavaScript", _s16_159, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 PDF \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", _s21_74, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043f\u0438\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0432 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 / \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430.", _s25_41, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s23_35, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s28_22, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s25_42, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s30_10, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0434\u0430 \u043f\u043e\u0434\u043f\u0438\u0448\u0435", _s23_36, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s22_57, "\u0417\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0430", _s27_38, "\u0414\u0430\u0432\u0430 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0434\u0430 \u0437\u0430\u043b\u043e\u0436\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u0441\u0435\u043a\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u0442\u0430\u043a\u0430\u0432\u0430 \u0435 \u0437\u0430\u043b\u043e\u0436\u0435\u043d\u0430, \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0442\u043e \u043b\u0438\u0446\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u044f \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0432\u0438\u0434\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435,", "authorization", "\u041e\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f", "subdomain", "Subdomain", "domain", "\u0414\u043e\u043c\u0435\u0439\u043d", "portal_mode", "\u041f\u043e\u0440\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c", "email_signature", "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438,", _s24_39, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e \u043a\u044a\u043c \u0412\u0430\u0441 \u043f\u043e-\u043b\u0435\u0441\u043d\u043e \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0441\u0438 \u043a\u0430\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432 \u0438\u043c\u0435\u0439\u043b\u0438\u0442\u0435 \u0441\u0438 schema.org markup.", "plain", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u044a\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "attach_pdf", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 PDF", _s16_160, "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "attach_ubl", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 UBL", "email_style", "\u0421\u0442\u0438\u043b\u043e\u0432\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s19_46, "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0435\u043d", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u043e\u0432 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", "fee_percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430", "fee_cap", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0437\u0430 \u0442\u0430\u043a\u0441\u0430", "limits_and_fees", "\u041b\u0438\u043c\u0438\u0442\u0438/\u0422\u0430\u043a\u0441\u0438", "enable_min", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 min", "enable_max", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 max", "min_limit", "\u041c\u0438\u043d.: :min", "max_limit", "\u041c\u0430\u043a\u0441.: :max", "min", "Min", "max", "Max", _s19_47, "\u041b\u043e\u0433\u0430 \u043d\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0438", "credentials", "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u0437\u0430 \u0441\u0430\u043c\u043e\u043b\u0438\u0447\u043d\u043e\u0441\u0442", "update_address", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0441 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "rate", "\u0420\u0430\u0437\u043c\u0435\u0440", "tax_rate", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0442\u0430\u043a\u0441\u0430", "edit_tax_rate", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_164, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_105, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u043f\u044a\u043b\u0432\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043f\u043e\u043f\u044a\u043b\u043d\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u041f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438\u044f \u043a\u0430\u0442\u0430\u043b\u043e\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u0432\u044a\u0432 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u0422\u0430\u043a\u0441\u0438", "limits", "\u041b\u0438\u043c\u0438\u0442\u0438", "provider", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "company_gateway", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_167, "\u041f\u043e\u0440\u0442\u0430\u043b\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_50, "\u041d\u043e\u0432 \u043f\u043e\u0440\u0442\u0430\u043b", _s20_72, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_37, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s23_38, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_40, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_39, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u043e\u0440\u0442\u0430\u043b", _s24_41, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e", "discard_changes", "\u041e\u0442\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "default_value", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "disabled", "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e", "currency_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", _s21_76, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430", _s23_40, "\u041f\u044a\u0440\u0432\u0438 \u043c\u0435\u0441\u0435\u0446 \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430\u0442\u0430", "sunday", "\u043d\u0435\u0434\u0435\u043b\u044f", "monday", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0441\u0440\u044f\u0434\u0430", "thursday", "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", "friday", "\u043f\u0435\u0442\u044a\u043a", "saturday", "\u0441\u044a\u0431\u043e\u0442\u0430", "january", "\u042f\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0439", "june", "\u042e\u043d\u0438", "july", "\u042e\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0432\u043e\u043b", "ocde", "\u041a\u043e\u0434", "date_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430", "datetime_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430 \u0434\u0430\u0442\u0430", "military_time", "24 \u0447\u0430\u0441\u043e\u0432\u043e \u0432\u0440\u0435\u043c\u0435", _s18_87, "24-\u0447\u0430\u0441\u043e\u0432 \u0444\u043e\u0440\u043c\u0430\u0442", "send_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "timezone", "\u0427\u0430\u0441\u043e\u0432\u0430 \u0437\u043e\u043d\u0430", _s19_51, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0439 \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442", _s17_107, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0433\u0440\u0443\u043f\u0430", _s19_53, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_88, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442", _s18_90, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "group_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430\u0442\u0430", "group", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435", "groups", "\u0413\u0440\u0443\u043f\u0438", "new_group", "\u041d\u043e\u0432\u0430 \u0413\u0440\u0443\u043f\u0430", "edit_group", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u043d\u0435 \u0413\u0440\u0443\u043f\u0430", "created_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "deleted_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "upload_logo", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u041b\u043e\u0433\u043e", "uploaded_logo", "\u041b\u043e\u0433\u043e\u0442\u043e \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "logo", "\u041b\u043e\u0433\u043e", "saved_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u0431\u044f\u0445\u0430 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "device_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "defaults", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "user_details", "\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "tax_rates", _s16_242, "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u0415\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", '\u0411\u0443\u0442\u043e\u043d\u0438 "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430"', "email_settings", "Email \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", _s22_58, "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u041a\u0430\u0440\u0442\u0438 & \u0411\u0430\u043d\u043a\u0438", _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "price", "\u0426\u0435\u043d\u0430", "email_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 E-mail", "google_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 Google", _s27_42, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430!", "redeem", "\u041e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435", "back", "\u041d\u0430\u0437\u0430\u0434", "past_purchases", "\u041c\u0438\u043d\u0430\u043b\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0438", _s19_57, "\u0413\u043e\u0434\u0438\u0448\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d", "pro_plan", "Pro \u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", "enterprise_plan", "Enterprise \u041f\u043b\u0430\u043d", "count_users", ":count \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "upgrade", "\u041e\u0431\u043d\u043e\u0432\u0438", _s25_46, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043e \u0438\u043c\u0435", _s24_43, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", _s33_21, "\u041c\u043e\u043b\u044f \u0441\u044a\u0433\u043b\u0430\u0441\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043e\u0431\u0449\u0438\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430\u0442\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u0437\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043f\u0440\u043e\u0444\u0438\u043b.", "i_agree_to_the", "\u0421\u044a\u0433\u043b\u0430\u0441\u044f\u0432\u0430\u043c \u0441\u0435 \u0441", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u0437\u0430 \u0437\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f", "account_login", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", "view_website", "\u0412\u0438\u0436 \u0443\u0435\u0431\u0441\u0430\u0439\u0442", "create_account", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", "email_login", "\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0437\u0440\u0435\u0437 email", "create_new", "\u041d\u043e\u0432", _s18_92, "\u041d\u044f\u043c\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", _s21_79, "\u041c\u043e\u043b\u044f \u0437\u0430\u043f\u0430\u0437\u0435\u0442\u0435 \u0438\u043b\u0438 \u043e\u0442\u043a\u0430\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "download", "\u0421\u0432\u0430\u043b\u044f\u043d\u0435", _s27_43, '\u0418\u0437\u0438\u0441\u043a\u0432\u0430 "Enterprise" \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442', "take_picture", "\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0421\u043d\u0438\u043c\u043a\u0430", "upload_file", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0424\u0430\u0439\u043b", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "\u041d\u043e\u0432 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "edit_document", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", _s17_111, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_175, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_112, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_176, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_113, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u041d\u044f\u043c\u0430 \u0418\u0441\u0442\u043e\u0440\u0438\u044f", "expense_date", "\u0414\u0430\u0442\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "pending", "\u041e\u0447\u0430\u043a\u0432\u0430\u043d\u043e", _s16_177, "\u041b\u043e\u0433\u043d\u0430\u0442", _s16_178, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_179, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_45, "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u041a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", "mark_paid", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "design", "\u0414\u0438\u0437\u0430\u0439\u043d", _s21_80, "\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d", "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041b\u043e\u0433\u0432\u0430\u043d\u043e", "running", "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u043e", "resume", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435", "task_errors", "\u041c\u043e\u043b\u044f, \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043f\u043e\u043a\u0440\u0438\u0432\u0430\u0449\u0438\u0442\u0435 \u0441\u0435 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0438", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0440\u044f\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "now", "\u0421\u0435\u0433\u0430", _s16_186, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435", "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u044a\u0447\u043d\u043e", "budgeted", "\u0411\u044e\u0434\u0436\u0435\u0442\u0438\u0440\u0430\u043d\u043e", "start_time", "\u041d\u0430\u0447\u0430\u043b\u043e", "end_time", "\u041a\u0440\u0430\u0439", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u0435", "duration", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435", "budgeted_hours", "\u0427\u0430\u0441\u043e\u0432\u0435 \u043f\u043e \u0431\u044e\u0434\u0436\u0435\u0442", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s21_108, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0412\u0438, \u0447\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0448\u0435\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", "\u0410\u043a\u043e \u0433\u043e \u0445\u0430\u0440\u0435\u0441\u0432\u0430\u0442\u0435 \u0412\u0438 \u043c\u043e\u043b\u0438\u043c", "click_here", "\u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", _s18_96, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", "to_rate_it", "\u0434\u0430 \u0433\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u0435.", "average", "\u0421\u0440\u0435\u0434\u043d\u043e", "unapproved", "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", _s30_15, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438 \u0437\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0442\u0430\u0437\u0438 \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0430", "locked", "\u0411\u043b\u043e\u043a\u0438\u0440\u0430\u043d\u043e", "authenticate", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", _s19_61, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438", _s24_47, "\u0411\u0438\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u043d \u0432\u0445\u043e\u0434", "footer", "\u0424\u0443\u0442\u044a\u0440", "compare", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "\u0412\u043b\u0435\u0437 \u0441 Google", "today", "\u0414\u043d\u0435\u0441", "custom_range", "\u0414\u0440\u0443\u0433 \u043f\u0435\u0440\u0438\u043e\u0434", "date_range", "\u041f\u0435\u0440\u0438\u043e\u0434", "current", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449", "previous", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d", "current_period", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0437\u0430 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "previous_period", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u044a\u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 7 \u0434\u043d\u0438", "last_week", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0441\u0435\u0434\u043c\u0438\u0446\u0430", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 30 \u0434\u043d\u0438", "this_month", "\u0422\u043e\u0437\u0438 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0438\u044f \u043c\u0435\u0441\u0435\u0446", "this_year", "\u0422\u0430\u0437\u0438 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "Custom", _s16_191, "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "clone_to_quote", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043e\u0444\u0435\u0440\u0442\u0430", "clone_to_credit", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043a\u0440\u0435\u0434\u0438\u0442", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439", "more", "\u041e\u0449\u0435", "edit_client", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043b\u0430\u0449\u0430\u043d\u0435", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "edit_project", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "total_revenue", "\u041e\u0431\u0449\u043e \u043f\u0440\u0438\u0445\u043e\u0434\u0438", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438", "invoices_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u0430", "url", "URL", "secret", "Secret", "name", "\u0418\u043c\u0435", "logout", "\u0418\u0437\u0445\u043e\u0434", "login", "\u0412\u0445\u043e\u0434", "filter", "\u0424\u0438\u043b\u0442\u044a\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "search", "\u0422\u044a\u0440\u0441\u0435\u043d\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0438\u0437\u0442\u0440\u0438\u0442\u0430", "dashboard", "\u0422\u0430\u0431\u043b\u043e", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439", "delete", "\u0418\u0437\u0442\u0440\u0438\u0439", "restore", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438", _s16_195, "\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0437\u0430\u0432\u044a\u0440\u0448\u0435\u043d\u043e", _s23_43, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b", _s26_34, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s21_83, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f URL", _s26_36, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 product key", "ascending", "\u041d\u0430\u0440\u0430\u0441\u0442\u0432\u0430\u0449\u043e", "descending", "\u041d\u0430\u043c\u0430\u043b\u044f\u0432\u0430\u0449\u043e", "save", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s17_121, "\u041d\u0430\u0441\u0442\u044a\u043f\u0438\u043b\u0430 \u0435 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u0438 \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430", "balance_due", "\u041e\u0441\u0442\u0430\u0432\u0430\u0442 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "balance", "\u0411\u0430\u043b\u0430\u043d\u0441", "overview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "details", "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0423\u0435\u0431\u0441\u0430\u0439\u0442", "vat_number", "\u0414\u0414\u0421 \u041d\u043e\u043c\u0435\u0440", "id_number", "\u0415\u0418\u041a/\u0411\u0443\u043b\u0441\u0442\u0430\u0442", "create", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", _s19_63, "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u043e :value \u0432 \u043a\u043b\u0438\u043f\u0431\u043e\u0440\u0434\u0430", "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, "\u041d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430", "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e", "first_name", "\u041f\u044a\u0440\u0432\u043e \u0438\u043c\u0435", "last_name", "\u0424\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0421\u0438\u0433\u0443\u0440\u0435\u043d \u043b\u0438 \u0441\u0442\u0435?", "cancel", "\u041e\u0442\u043a\u0430\u0437", "ok", "\u041e\u043a", "remove", "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435", _s16_199, "\u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\u044a\u0442 \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d", "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d", "updated_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d", _s16_201, "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u0431\u043b\u0430\u0441\u0442", "postal_code", "\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434", "country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "amount", "\u0421\u0443\u043c\u0430", "invoice_number", _s16_245, "invoice_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430", "po_number", "\u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043e\u0449\u0435\u043d\u0441\u043a\u0430 \u043a\u0443\u0442\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "private_notes", "\u041b\u0438\u0447\u043d\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438", "frequency", "\u0427\u0435\u0441\u0442\u043e\u0442\u0430", "start_date", "\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0434\u0430\u0442\u0430", "end_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u0430 \u0434\u043e", "items", "\u0420\u0435\u0434\u043e\u0432\u0435", "partial_deposit", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0415\u0434. \u0446\u0435\u043d\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "pdf", "PDF", "due_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_209, "\u0427\u0430\u0441\u0442\u0438\u0447\u0435\u043d \u043f\u0430\u0434\u0435\u0436", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "quote_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s22_59, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", _s22_61, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u0435", "count_selected", ":count \u0438\u0437\u0431\u0440\u0430\u043d\u0438", "total", "\u041e\u0431\u0449\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435", "dismiss", "\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s20_76, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", _s22_62, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_49, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "task_rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u0415\u0437\u0438\u043a", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "created_on", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043d\u0430", "updated_at", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "tax", "\u0414\u0430\u043d\u044a\u043a", _s30_17, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_51, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "past_due", "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u043e", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0430", "sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u043e", "approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", "partial", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 / \u0434\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_64, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_65, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s23_45, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441\u0430 \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", _s23_46, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043b\u0438 \u043b\u0438\u0446\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "dark_mode", "\u0422\u044a\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, "\u0420\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u043f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430", "refresh_data", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "blank_contact", "\u041f\u0440\u0430\u0437\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, "\u041d\u044f\u043c\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "clone", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "loading", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435", "industry", "\u0411\u0440\u0430\u043d\u0448", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e", _s16_213, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_214, "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438", _s16_215, "\u0413\u0440\u0435\u0448\u043d\u0438", _s16_216, "\u0413\u043e\u0442\u043e\u0432\u0438", _s16_217, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", _s16_218, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", _s17_128, "\u041d\u0430\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s17_129, _s19_27, "net", "\u041d\u0435\u0442\u043e", "client_portal", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043f\u043e\u0440\u0442\u0430\u043b", "show_tasks", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", "email_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "enabled", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0438\u043c\u0435\u0439\u043b", "first_reminder", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder1", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder2", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder3", "\u0422\u042a\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "subject", "\u041e\u0442\u043d\u043e\u0441\u043d\u043e", "body", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0442\u0435\u043a\u0441\u0442", "send_email", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "email_receipt", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043a\u044a\u043c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "auto_billing", "Auto billing", "button", "\u0411\u0443\u0442\u043e\u043d", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0449\u0430\u043d\u0435", "payments", "\u041f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "refunded", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", "payment_type", "\u0422\u0438\u043f \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_85, "\u041e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430 \u043f\u0440\u0435\u0432\u043e\u0434", "enter_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "new_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u043e \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043do \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s17_131, _s37_20, "quote", "\u041e\u0444\u0435\u0440\u0442\u0430", "quotes", "\u041e\u0444\u0435\u0440\u0442\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "restored_quotes", _s35_22, "expense", "\u0420\u0430\u0437\u0445\u043e\u0434", "expenses", "\u0420\u0430\u0437\u0445\u043e\u0434\u0438", "vendor", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "vendors", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0437\u044a\u0437\u0434\u0430\u0434\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_2", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_3", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_4", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_5", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_6", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_7", ":contact \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client", "activity_8", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_9", ":user \u0438\u0437\u0442\u0440\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_10", ":contact \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment \u0432 \u0440\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 :payment_amount \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0437\u0430 :client", "activity_11", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_12", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_13", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_14", ":user \u0432\u044a\u0432\u0435\u0434\u0435 :credit credit", "activity_15", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 :credit credit", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit credit", "activity_17", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_18", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_19", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_20", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_21", _s31_24, "activity_22", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_23", ":user \u0438\u0437\u0442\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_24", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_25", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_26", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_27", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_28", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_29", ":contact \u043e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client", "activity_30", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_31", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_32", ":user \u0438\u0437\u0442\u0440\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_33", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_34", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_35", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_36", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_37", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_39", ":user \u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043b :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_40", ":user \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b :adjustment \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_41", "\u041e\u0442\u043a\u0430\u0437\u0430\u043d\u0438 :payment_amount \u043f\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 (:payment)", "activity_42", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_43", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_44", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_45", ":user \u0438\u0437\u0442\u0440\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_46", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_47", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u043e\u0442\u043d\u043e\u0432\u043e \u043e\u0442\u0432\u043e\u0440\u0438 :ticket", "activity_55", ":contact \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438 \u043d\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_56", ":user \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_57", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u043f\u043e e-mail", "activity_58", ":user \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_59", ":user \u0430\u043d\u0443\u043b\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_60", _s31_24, "activity_61", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_62", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_63", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043f\u044a\u0440\u0432\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_64", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0432\u0442\u043e\u0440\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_65", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0442\u0440\u0435\u0442\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_66", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0431\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "emailed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s20_78, "\u041e\u0444\u0435\u0440\u0442\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s21_87, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d", "expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430", "all", "\u0412\u0441\u0438\u0447\u043a\u0438", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0434\u044a\u043b\u0433\u043e \u0437\u0430 \u043c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "custom_value1", _s24_64, "custom_value2", _s24_64, "custom_value3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", "custom_value4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s18_97, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d \u0441\u0442\u0438\u043b \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s24_54, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u043e\u0442\u043e", _s29_37, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_58, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s31_18, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "lock_invoices", "\u0417\u0430\u043a\u043b\u044e\u0447\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "translations", "\u041f\u0440\u0435\u0432\u043e\u0434\u0438", _s19_64, "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u043e\u043c\u0435\u0440", _s19_66, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s22_68, "\u0420\u0430\u0437\u0445\u043e\u0434 \u043d\u043e\u043c\u0435\u0440", _s22_70, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s21_88, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_90, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_92, "\u0411\u0438\u043b\u0435\u0442 \u043d\u043e\u043c\u0435\u0440", _s21_94, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442", _s22_72, _s16_243, _s22_74, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_76, _s16_245, _s22_78, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s20_79, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s20_81, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_96, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_98, _s24_65, _s21_100, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_101, _s24_65, _s18_99, "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447\u0430", "counter_padding", "\u043f\u043e\u0434\u0440\u0430\u0432\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s28_57, "\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0431\u0440\u043e\u044f\u0447 \u043d\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s18_101, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_103, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_105, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_107, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_109, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s18_111, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s21_102, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s19_68, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_104, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s29_39, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "show_table", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430", "show_list", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043b\u0438\u0441\u0442", "client_city", "\u0413\u0440\u0430\u0434 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_state", "\u0429\u0430\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s16_222, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "client_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address1", "\u0423\u043b\u0438\u0446\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0443\u043b\u0438\u0446\u0430", _s24_57, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0430\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f", "type", "\u0422\u0438\u043f", "invoice_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u041f\u0430\u0434\u0435\u0436", "tax_rate1", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 1", "tax_rate2", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 2", "tax_rate3", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "archived_at", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043d\u0430", "has_expenses", "\u0418\u043c\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "custom_taxes1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 1", "custom_taxes2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 2", "custom_taxes3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 3", "custom_taxes4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 4", _s17_134, _s27_66, _s17_135, _s27_67, _s17_136, _s27_68, _s17_137, _s27_69, "is_deleted", "\u0415 \u0438\u0437\u0442\u0440\u0438\u0442\u0430", "vendor_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0433\u0440\u0430\u0434", "vendor_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0449\u0430\u0442", "vendor_country", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0434\u044a\u0440\u0436\u0430\u0432\u0430", "is_approved", "\u0415 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430", "tax_name", "\u0418\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "tax_amount", "\u0422\u0430\u043a\u0441\u0430", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "payment_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "age", "\u0418\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0440\u0435\u0434\u0438", "is_running", "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430 \u0441\u0435", "time_log", "\u041b\u043e\u0433 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434", _s19_72, "\u0418\u0434\u0435\u043d\u0442. \u2116 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "tax_name1", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 1", "tax_name2", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 2", "tax_name3", "Tax Name 3", "transaction_id", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u4fe1\u7528\u5361\u8207\u9280\u884c", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u5408\u4f75", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u63a5\u53d7", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u4ed8\u6b3e\u8a2d\u5b9a", "default", "\u9810\u8a2d", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u8cc7\u683c", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u65b0\u589e\u9598\u9053", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u65b0\u589e\u81f3\u767c\u7968 :invoice", _s17_11, _s17_12, "week", "\u661f\u671f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u767c\u7968\u4f7f\u7528\u7684\u8ca8\u5e63", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u5efa\u7acb\u5c08\u6848", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", ":amount \u4efd\u767c\u7968\u7684\u8cbb\u7528\u61c9\u70ba :total\u3002", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u540c\u610f", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u6e05\u9664\u7528\u6236\u6210\u529f", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u7cfb\u7d71", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u6309\u7167\u59d3\u540d", _s16_23, _s16_232, _s17_19, "\u9031\u671f\u6027\u652f\u51fa", _s18_19, "\u9031\u671f\u6027\u652f\u51fa", _s21_22, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_27, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_3, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_4, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_4, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Googlezp \u5206\u6790", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u5c08\u696d\u7248", "enterprise", "Enterprise", "last_updated", "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_23, "\u806f\u7d61\u4eba\u59d3\u6c0f", "order", "Order", "unassigned", "\u672a\u5206\u914d\u7684", "partial_value", "\u5fc5\u9808\u5927\u65bc\u96f6\u4e14\u5c0f\u65bc\u7e3d\u984d", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "\u770b\u677f", "enable", "\u555f\u7528", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u8a2d\u5b9a\u5b50\u7db2\u57df\u6216\u5728\u60a8\u7684\u7db2\u7ad9\u4e0a\u986f\u793a\u767c\u7968\u3002", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_41, _s16_42, _s17_29, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_29, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_30, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_34, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_36, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8f49\u63db\u81f3\u767c\u7968", _s16_54, _s16_55, "invoice_project", "\u767c\u7968\u5c08\u6848", "invoice_task", "\u70ba\u4efb\u52d9\u958b\u7acb\u767c\u7968", "invoice_expense", "\u70ba\u652f\u51fa\u958b\u7acb\u767c\u7968", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u8f49\u63db\u7684\u91d1\u984d", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96b1\u85cf", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_16, _s29_7, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_62, _s16_63, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u670d\u52d9", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u4ed8\u6b3e", "white_label", "White Label", "delivery_note", "\u5bc4\u9001\u8a3b\u8a18", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u90e8\u5206\u61c9\u4ed8\u6b3e", "invoice_total", "\u767c\u7968\u7e3d\u984d", "quote_total", "\u5831\u50f9\u55ae\u7e3d\u8a08", "credit_total", "\u8cb8\u6b3e\u7e3d\u984d", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u8b66\u544a", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "\u4fe1\u7528\u5361\u8a8d\u8b49\u7de8\u865f", "client_name", "\u7528\u6236\u540d\u7a31", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u652f\u51fa\u985e\u5225", _s20_48, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_46, _s21_47, _s24_29, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_30, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_20, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_31, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_32, _s37_7, _s25_21, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_23, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u9031\u671f\u6027\u767c\u7968", _s18_51, "\u9031\u671f\u6027\u767c\u7968", _s21_53, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_40, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_29, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_30, _s38_11, _s26_14, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u6aa2\u8996\u5165\u53e3\u9801\u9762", "copy_link", "Copy Link", "token_billing", "\u5132\u5b58\u5361\u7247\u8a73\u7d30\u8cc7\u6599", _s24_35, _s24_36, "always", "\u6c38\u9060", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u6a19\u7c64", "client_number", "\u7528\u6236\u7de8\u865f", "auto_convert", "Auto Convert", "company_name", "\u516c\u53f8\u540d\u7a31", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_quotes", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credits", _s28_58, "gateway", "\u9598\u9053", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u6642", "statement", "\u8ca1\u52d9\u5831\u8868", "taxes", "\u5404\u985e\u7a05\u91d1", "surcharge", "\u984d\u5916\u8cbb\u7528", "apply_payment", "Apply Payment", "apply_credit", "\u5957\u7528\u8cb8\u6b3e", "apply", "\u5957\u7528", "unapplied", "Unapplied", "select_label", "\u9078\u64c7\u6a19\u7c64", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u5230", "health_check", "Health Check", "payment_type_id", "\u4ed8\u6b3e\u65b9\u5f0f", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u7684\u652f\u4ed8", "upcoming_quotes", "\u5373\u5c07\u5230\u671f\u7684\u5831\u50f9\u55ae", "expired_quotes", "\u904e\u671f\u7684\u5831\u50f9\u55ae", "create_client", "\u5efa\u7acb\u7528\u6236", "create_invoice", "\u5efa\u7acb\u767c\u7968", "create_quote", "\u5efa\u7acb\u5831\u50f9\u55ae", "create_payment", "Create Payment", "create_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546", "update_quote", "Update Quote", "delete_quote", "\u522a\u9664\u5831\u50f9\u55ae", "update_invoice", "Update Invoice", "delete_invoice", "\u522a\u9664\u767c\u7968", "update_client", "Update Client", "delete_client", "\u522a\u9664\u7528\u6236", "delete_payment", "\u522a\u9664\u4ed8\u6b3e\u7d00\u9304", "update_vendor", "Update Vendor", "delete_vendor", "\u522a\u9664\u4f9b\u61c9\u5546", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u522a\u9664\u652f\u51fa", "create_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee", "update_task", "Update Task", "delete_task", "\u522a\u9664\u5de5\u4f5c\u9805\u76ee", "approve_quote", "Approve Quote", "off", "\u95dc", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u514d\u8cbb", "plan", "\u8cc7\u8cbb\u6848", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u76ee\u6a19", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u5b89\u5168\u4ee3\u78bc", "tokens", "\u5b89\u5168\u4ee3\u78bc", "new_token", "New Token", "edit_token", "\u7de8\u8f2f\u5b89\u5168\u4ee3\u78bc", "created_token", "\u5b89\u5168\u4ee3\u78bc\u5efa\u7acb\u6210\u529f", "updated_token", "\u66f4\u65b0\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "archived_token", "\u6b78\u6a94\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "deleted_token", "\u522a\u9664\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u9001\u767c\u7968", "email_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u5831\u50f9\u55ae", "email_credit", "Email Credit", "email_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u8cc7\u6599", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_57, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_58, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_56, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u8cb8\u6b3e\u91d1\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u4e0d\u542b", "inclusive", "\u5167\u542b", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_77, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_79, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", "custom1", "\u9996\u4f4d\u9867\u5ba2", "custom2", "\u7b2c\u4e8c\u540d\u9867\u5ba2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u6e05\u9664\u8cc7\u6599", _s16_93, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_60, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u6027\u5730\u62b9\u9664\u60a8\u7684\u8cc7\u6599\uff1b\u6c92\u6709\u6062\u5fa9\u7684\u53ef\u80fd\u3002", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u5929", "age_group_30", "30 - 60 \u5929", "age_group_60", "60 - 90 \u5929", "age_group_90", "90 - 120 \u5929", "age_group_120", "120 \u5929\u4ee5\u4e0a", "refresh", "\u66f4\u65b0", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u767c\u7968\u8a73\u7d30\u5167\u5bb9", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u6b0a\u9650", "none", "\u7121", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_47, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u5e33\u6236\uff0c\u800c\u4e14\u7121\u6cd5\u6062\u5fa9\u3002", "delete_company", "\u522a\u9664\u516c\u53f8\u8cc7\u6599", _s22_48, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u516c\u53f8\u8cc7\u6599\uff0c\u800c\u4e14\u4e0d\u53ef\u80fd\u5fa9\u539f\u3002", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u9801\u9996", "load_design", "\u8f09\u5165\u8a2d\u8a08", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_98, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_61, "\u5e33\u865f\u7ba1\u7406", "credit_date", "\u8cb8\u6b3e\u65e5\u671f", "credit", "\u8cb8\u6b3e", "credits", "\u8cb8\u6b3e", "new_credit", "\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599", "edit_credit", "\u7de8\u8f2f\u8cb8\u6b3e\u8cc7\u6599", "created_credit", "\u5efa\u7acb\u8cb8\u6b3e\u8cc7\u6599\u5b8c\u6210", "updated_credit", "\u66f4\u65b0\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "archived_credit", "\u6b78\u6a94\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credit", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "removed_credit", _s27_36, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_100, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_101, _s36_9, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_22, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u91cd\u8a2d", "number", "Number", "export", "\u532f\u51fa", "chart", "\u5716\u8868", "count", "Count", "totals", "\u7e3d\u8a08", "blank", "\u7a7a\u767d", "day", "\u65e5", "month", "\u6708", "year", "\u5e74", "subgroup", "\u6b21\u7fa4\u7d44", "is_active", "Is Active", "group_by", "\u5206\u7d44\u65b9\u5f0f", "credit_balance", "\u8cb8\u6b3e\u9918\u984d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_86, "\u9001\u8ca8\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "shipping_city", "\u9001\u8ca8\u5730\u5740\u4e4b\u57ce\u5e02", "shipping_state", "\u9001\u8ca8\u5730\u5740\u4e4b\u5dde/\u7701", _s20_61, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_132, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_134, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_135, "\u5e33\u55ae\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "billing_city", "\u5e33\u55ae\u5730\u5740\u4e4b\u57ce\u5e02", "billing_state", "\u5e33\u55ae\u5730\u5740\u4e4b\u5dde/\u7701", _s19_40, "\u5e33\u55ae\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", "billing_country", "\u5e33\u55ae\u5730\u5740\u4e4b\u570b\u5bb6", "client_id", "\u7528\u6236 Id", "assigned_to", "\u5206\u914d\u7d66", "created_by", "\u7531 :name \u5efa\u7acb", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u6b04", "aging", "\u5e33\u9f61", "profit_and_loss", "\u5229\u6f64\u8207\u640d\u5931", "reports", "\u5831\u544a", "report", "\u5831\u544a", "add_company", "\u65b0\u589e\u516c\u53f8\u8cc7\u6599", "unpaid_invoice", "\u672a\u4ed8\u6b3e\u4e4b\u767c\u7968", "paid_invoice", "\u5df2\u4ed8\u6b3e\u4e4b\u767c\u7968", _s16_136, "\u672a\u540c\u610f\u4e4b\u5831\u50f9\u55ae", "help", "\u8aaa\u660e", "refund", "\u9000\u6b3e", "refund_date", "Refund Date", "filtered_by", "\u7be9\u9078\u4f9d\u64da", "contact_email", "\u806f\u7d61\u4eba\u96fb\u5b50\u90f5\u4ef6", "multiselect", "Multiselect", "entity_state", "\u72c0\u614b", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_72, _s18_73, "support_forum", "\u652f\u63f4\u8a0e\u8ad6\u5340", "about", "About", "documentation", "\u6587\u4ef6", "contact_us", "\u806f\u7d61\u6211\u5011", "subtotal", "\u5c0f\u8a08", "line_total", "\u7e3d\u8a08", "item", "\u54c1\u9805", "credit_email", "Credit Email", "iframe_url", "\u7db2\u7ad9", "domain_url", "Domain URL", _s21_64, "\u5bc6\u78bc\u592a\u77ed", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u662f", "no", "\u5426", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u884c\u52d5\u88dd\u7f6e", "desktop", "\u96fb\u8166\u684c\u9762", "layout", "Layout", "view", "\u6aa2\u8996", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u9078\u9805", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u63d0\u4ea4", _s16_144, "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", "late_fees", "\u6eef\u7d0d\u91d1", "credit_number", "\u8cb8\u6b3e\u7de8\u865f", "payment_number", "\u4ed8\u6b3e\u865f\u78bc", "late_fee_amount", "\u903e\u671f\u8cbb\u7528\u91d1\u984d", _s16_145, "\u903e\u671f\u8cbb\u7528\u7387", "schedule", "\u6642\u9593\u8868", "before_due_date", "\u5230\u671f\u65e5\u4e4b\u524d", "after_due_date", "\u5230\u671f\u65e5\u4e4b\u5f8c", _s18_79, "\u767c\u7968\u65e5\u4e4b\u5f8c", "days", "\u65e5", "invoice_email", "\u767c\u7968\u96fb\u5b50\u90f5\u4ef6", "payment_email", "\u4ed8\u6b3e\u8cc7\u6599\u96fb\u5b50\u90f5\u4ef6", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_147, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_149, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_80, "\u5141\u8a31\u4f7f\u7528\u8005\u7ba1\u7406\u6240\u6709\u4f7f\u7528\u8005\u3001\u6539\u8b8a\u8a2d\u5b9a\u3001\u4fee\u6539\u6240\u6709\u7d00\u9304", "user_management", "\u7ba1\u7406\u4f7f\u7528\u8005", "users", "\u4f7f\u7528\u8005", "new_user", "\u65b0\u4f7f\u7528\u8005", "edit_user", "\u7de8\u8f2f\u4f7f\u7528\u8005", "created_user", "\u5df2\u6210\u529f\u5efa\u7acb\u4f7f\u7528\u8005", "updated_user", "\u66f4\u65b0\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_user", "\u6b78\u6a94\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "deleted_user", "\u522a\u9664\u4f7f\u7528\u8005\u6210\u529f", "removed_user", _s25_40, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_92, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_55, "\u4e00\u65e6\u6536\u5230\u4ed8\u6b3e\uff0c\u50c5\u5728\u60a8\u7684\u767c\u7968\u4e0a\u986f\u793a\u300c\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d\u300d\u3002", _s23_31, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_21, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_153, "\u986f\u793a\u9801\u9996\u65bc", _s16_154, "\u986f\u793a\u9801\u5c3e\u65bc", "first_page", "\u7b2c\u4e00\u9801", "all_pages", "\u6240\u6709\u9801\u9762", "last_page", "\u6700\u5f8c\u4e00\u9801", "primary_font", "\u4e3b\u8981\u5b57\u578b", "secondary_font", "\u6b21\u8981\u5b57\u578b", "primary_color", "\u4e3b\u8981\u8272\u5f69", "secondary_color", "\u6b21\u8981\u8272\u5f69", "page_size", "\u9801\u9762\u5c3a\u5bf8", "font_size", "\u5b57\u578b\u5927\u5c0f", "quote_design", "\u5831\u50f9\u55ae\u8a2d\u8a08", "invoice_fields", "\u767c\u7968\u6b04\u4f4d", "product_fields", "\u7522\u54c1\u6b04\u4f4d", "invoice_terms", "\u767c\u7968\u4e4b\u689d\u6b3e", "invoice_footer", "\u767c\u7968\u9801\u5c3e", "quote_terms", "\u5831\u50f9\u55ae\u689d\u6b3e", "quote_footer", "\u5831\u50f9\u55ae\u9801\u5c3e", _s18_81, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_32, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s18_82, "\u81ea\u52d5\u6b78\u6a94", _s23_33, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_83, "\u81ea\u52d5\u8f49\u63db", _s23_34, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_94, "\u5de5\u4f5c\u6d41\u7a0b\u8a2d\u5b9a", "freq_daily", "\u6bcf\u5929", "freq_weekly", "\u6bcf\u661f\u671f", "freq_two_weeks", "\u5169\u661f\u671f", "freq_four_weeks", "\u56db\u661f\u671f", "freq_monthly", "\u6bcf\u6708", "freq_two_months", "\u5169\u500b\u6708", _s17_96, "\u4e09\u500b\u6708", _s16_155, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_156, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_97, "\u81ea\u52d5\u7522\u751f\u4e4b\u865f\u78bc", "charge_taxes", "\u9644\u6536\u7a05\u6b3e", "next_reset", "\u4e0b\u4e00\u6b21\u91cd\u8a2d", "reset_counter", "\u91cd\u8a2d\u8a08\u6578\u5668", _s16_157, "\u7528\u4ee5\u6a19\u793a\u9031\u671f\u6027\u7684\u524d\u7f6e\u7b26\u865f", "number_padding", "\u6578\u5b57\u586b\u5145", "general", "\u4e00\u822c", "surcharge_field", "\u9644\u52a0\u8cbb\u6b04\u4f4d", "company_field", "\u516c\u53f8\u6b04\u4f4d", "company_value", "\u516c\u53f8\u503c", "credit_field", "\u4fe1\u7528\u6b04\u4f4d", "invoice_field", "\u767c\u7968\u6b04\u4f4d", _s17_99, "\u767c\u7968\u984d\u5916\u8cbb\u7528", "client_field", "\u7528\u6236\u6b04\u4f4d", "product_field", "\u7522\u54c1\u6b04\u4f4d", "payment_field", "\u4ed8\u6b3e\u6b04\u4f4d", "contact_field", "\u806f\u7d61\u4eba\u6b04\u4f4d", "vendor_field", "\u4f9b\u61c9\u5546\u6b04\u4f4d", "expense_field", "\u652f\u51fa\u6b04\u4f4d", "project_field", "\u5c08\u6848\u6b04\u4f4d", "task_field", "\u4efb\u52d9\u6b04\u4f4d", "group_field", "\u7fa4\u7d44\u6b04\u4f4d", "number_counter", "\u6578\u5b57\u8a08\u6578\u5668", "prefix", "\u524d\u7f6e\u7b26\u865f", "number_pattern", "\u6578\u5b57\u6a21\u5f0f", "messages", "\u8a0a\u606f", "custom_css", "\u81ea\u8a02\u6a23\u5f0f\u8868", _s17_101, "\u81ea\u8a02 JavaScript", _s16_159, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_74, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_41, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_9, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_35, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_22, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_42, "\u767c\u7968\u7c3d\u540d", _s30_10, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_36, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_57, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_38, "\u4f7f\u60a8\u80fd\u5920\u70ba\u6bcf\u4f4d\u806f\u7d61\u4eba\u8a2d\u5b9a\u5bc6\u78bc\u3002\u82e5\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u806f\u7d61\u4eba\u5c07\u6703\u5728\u67e5\u770b\u767c\u7968\u4e4b\u524d\u88ab\u8981\u6c42\u8f38\u5165\u5bc6\u78bc\u3002", "authorization", "\u6388\u6b0a", "subdomain", "\u5b50\u7db2\u57df", "domain", "\u7db2\u57df", "portal_mode", "\u5165\u53e3\u7db2\u7ad9\u6a21\u5f0f", "email_signature", "\u5411\u60a8\u81f4\u610f\uff0c", _s24_39, "\u900f\u904e\u5728\u96fb\u5b50\u90f5\u4ef6\u4e2d\u52a0\u5165 schema.org \u6a19\u8a18\uff0c\u4f7f\u60a8\u7684\u7528\u6236\u66f4\u8f15\u9b06\u5730\u652f\u4ed8\u60a8\u7684\u8cbb\u7528\u3002", "plain", "\u7d14\u6587\u5b57", "light", "\u6dfa\u8272", "dark", "\u6df1\u8272", "email_design", "\u96fb\u5b50\u90f5\u4ef6\u7684\u8a2d\u8a08", "attach_pdf", "\u9644\u52a0 PDF \u6a94\u6848", _s16_160, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_46, "\u555f\u7528\u7db2\u9801\u6a19\u793a", "reply_to_email", "\u56de\u8986\u96fb\u5b50\u90f5\u4ef6", "reply_to_name", "Reply-To Name", "bcc_email", "\u96fb\u5b50\u90f5\u4ef6\u5bc6\u4ef6\u526f\u672c", "processed", "\u8655\u7406", "credit_card", "\u4fe1\u7528\u5361", "bank_transfer", "\u9280\u884c\u8f49\u5e33", "priority", "\u512a\u5148\u9806\u5e8f", "fee_amount", "\u8cbb\u7528\u91d1\u984d", "fee_percent", "\u8cbb\u7528\u767e\u5206\u6bd4", "fee_cap", "\u8cbb\u7528\u4e0a\u9650", "limits_and_fees", "\u9650\u984d/\u8cbb\u7528", "enable_min", "\u555f\u7528\u6700\u5c0f\u503c", "enable_max", "\u555f\u7528\u6700\u5927\u503c", "min_limit", "\u6700\u5c0f\u503c: :min", "max_limit", "\u6700\u5927\u503c: :max", "min", "\u6700\u5c0f\u503c", "max", "\u6700\u5927\u503c", _s19_47, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_49, "\u4f7f\u7528\u63d0\u4f9b\u7684\u8a73\u7d30\u8cc7\u6599\u66f4\u65b0\u7528\u6236\u7684\u5730\u5740", "rate", "\u7387", "tax_rate", "\u7a05\u7387", "new_tax_rate", "\u65b0\u7a05\u7387", "edit_tax_rate", "\u7de8\u8f2f\u7a05\u7387", _s16_162, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_163, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_104, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_164, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_105, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_86, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_71, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_165, "\u8f49\u63db\u7522\u54c1", _s21_75, "\u81ea\u52d5\u5c07\u7522\u54c1\u50f9\u683c\u8f49\u63db\u70ba\u7528\u6236\u7684\u8ca8\u5e63", "fees", "\u8cbb\u7528", "limits", "\u9650\u5236", "provider", "\u4f9b\u61c9\u5546", "company_gateway", "\u4ed8\u6b3e\u9598\u9053", _s16_167, "\u4ed8\u6b3e\u9598\u9053", _s19_50, "\u65b0\u589e\u9598\u9053", _s20_72, "\u7de8\u8f2f\u9598\u9053", _s23_37, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_38, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_40, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_39, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_41, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "\u7e7c\u7e8c\u7de8\u8f2f", "discard_changes", "\u653e\u68c4\u8b8a\u66f4", "default_value", "\u9810\u8a2d\u503c", "disabled", "\u5df2\u505c\u7528", "currency_format", "\u8ca8\u5e63\u683c\u5f0f", _s21_76, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_40, "\u5e74\u5ea6\u7684\u7b2c\u4e00\u500b\u6708", "sunday", "\u661f\u671f\u65e5", "monday", "\u661f\u671f\u4e00", "tuesday", "\u661f\u671f\u4e8c", "wednesday", "\u661f\u671f\u4e09", "thursday", "\u661f\u671f\u56db", "friday", "\u661f\u671f\u4e94", "saturday", "\u661f\u671f\u516d", "january", "\u4e00\u6708", "february", "\u4e8c\u6708", "march", "\u4e09\u6708", "april", "\u56db\u6708", "may", "\u4e94\u6708", "june", "\u516d\u6708", "july", "\u4e03\u6708", "august", "\u516b\u6708", "september", "\u4e5d\u6708", "october", "\u5341\u6708", "november", "\u5341\u4e00\u6708", "december", "\u5341\u4e8c\u6708", "symbol", "\u7b26\u865f", "ocde", "\u4ee3\u78bc", "date_format", "\u65e5\u671f\u683c\u5f0f", "datetime_format", "\u65e5\u671f\u6642\u9593\u683c\u5f0f", "military_time", "24 \u5c0f\u6642\u5236", _s18_87, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_51, _s19_52, _s17_107, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_53, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_88, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_90, "\u4f9d\u4f9b\u61c9\u5546\u7be9\u9078", "group_settings", "\u7fa4\u7d44\u8a2d\u5b9a", "group", "\u7fa4\u7d44", "groups", "\u7fa4\u7d44", "new_group", "\u65b0\u589e\u7fa4\u7d44", "edit_group", "\u7de8\u8f2f\u7fa4\u7d44", "created_group", "\u5df2\u6210\u529f\u5efa\u7acb\u7fa4\u7d44", "updated_group", "\u5df2\u6210\u529f\u66f4\u65b0\u7fa4\u7d44", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u5df2\u6210\u529f\u5c01\u5b58\u7fa4\u7d44", "deleted_group", "\u5df2\u6210\u529f\u522a\u9664\u7fa4\u7d44", "restored_group", "\u5df2\u6210\u529f\u9084\u539f\u7fa4\u7d44", "upload_logo", "\u4e0a\u50b3\u5fbd\u6a19", "uploaded_logo", "\u5df2\u6210\u529f\u4e0a\u50b3\u5fbd\u6a19", "logo", "\u6a19\u8a8c", "saved_settings", "\u5df2\u6210\u529f\u5132\u5b58\u8a2d\u5b9a", _s16_171, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_109, "\u9032\u968e\u8a2d\u5b9a", "company_details", "\u516c\u53f8\u4e4b\u8a73\u7d30\u8cc7\u6599", "user_details", "\u4f7f\u7528\u8005\u8a73\u7d30\u8cc7\u6599", "localization", "\u672c\u5730\u5316", "online_payments", "\u7dda\u4e0a\u4ed8\u6b3e", "tax_rates", "\u7a05\u7387", "notifications", "\u6ce8\u610f\u4e8b\u9805", "import_export", "\u532f\u5165 | \u532f\u51fa", "custom_fields", "\u81ea\u8a02\u6b04\u4f4d", "invoice_design", "\u767c\u7968\u8a2d\u8a08", "buy_now_buttons", "\u73fe\u5728\u5373\u8cfc\u8cb7\u6309\u9215", "email_settings", "\u96fb\u5b50\u90f5\u4ef6\u8a2d\u5b9a", _s23_42, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_58, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_55, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_42, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_57, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_46, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_43, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_21, "\u8acb\u540c\u610f\u670d\u52d9\u689d\u6b3e\u548c\u96b1\u79c1\u653f\u7b56\u4ee5\u5efa\u7acb\u5e33\u6236\u3002", "i_agree_to_the", "\u6211\u540c\u610f", _s16_173, "\u670d\u52d9\u689d\u6b3e", "privacy_policy", "\u96b1\u79c1\u6b0a\u653f\u7b56", "sign_up", "\u767b\u5165", "account_login", "\u767b\u5165\u5e33\u6236", "view_website", "\u6aa2\u8996\u7db2\u7ad9", "create_account", "\u5efa\u7acb\u5e33\u6236", "email_login", "\u96fb\u5b50\u90f5\u4ef6\u767b\u5165", "create_new", "\u5efa\u7acb\u65b0\u7684", _s18_92, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_79, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_43, "\u9700\u8981\u4f01\u696d\u65b9\u6848", "take_picture", "\u62cd\u7167", "upload_file", "\u4e0a\u50b3\u6a94\u6848", "document", "\u6587\u4ef6", "documents", "\u6587\u4ef6", "new_document", "\u65b0\u65b0\u6587\u4ef6", "edit_document", "\u7de8\u8f2f\u6587\u4ef6", _s17_111, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_175, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_112, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_176, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_113, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_177, "\u5df2\u767b\u5165", _s16_178, "\u64f1\u7f6e", _s16_179, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_45, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_180, "\u8f49\u63db\u8ca8\u5e63\u55ae\u4f4d", "mark_paid", "\u6a19\u8a18\u5df2\u4ed8", "category", "\u985e\u5225", "address", "\u5730\u5740", "new_vendor", "\u65b0\u4f9b\u61c9\u5546", "created_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "updated_vendor", "\u66f4\u65b0\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "archived_vendor", "\u6b78\u6a94\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendor", "\u522a\u9664\u4f9b\u61c9\u5546\u6210\u529f", "restored_vendor", "\u5fa9\u539f\u4f9b\u61c9\u5546\u6210\u529f", _s16_181, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_182, _s36_11, "new_expense", "\u8f38\u5165\u652f\u51fa", "created_expense", "\u5df2\u6210\u529f\u5efa\u7acb\u652f\u51fa", "updated_expense", "\u66f4\u65b0\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s16_183, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_184, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_115, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_185, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_116, _s37_14, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_80, "\u627e\u4e0d\u5230\u8a18\u9304", "invoiced", "\u5df2\u958b\u7acb\u767c\u7968\u7684", "logged", "\u5df2\u767b\u5165", "running", "\u57f7\u884c\u4e2d", "resume", "\u7e7c\u7e8c", "task_errors", "\u8acb\u4fee\u6b63\u6240\u6709\u7684\u91cd\u758a\u6642\u6bb5", "start", "\u958b\u59cb", "stop", "\u505c\u6b62", "started_task", "\u5c55\u958b\u4efb\u52d9\u6210\u529f", "stopped_task", "\u505c\u6b62\u4efb\u52d9\u6210\u529f", "resumed_task", "\u5fa9\u539f\u4efb\u52d9\u6210\u529f", "now", "\u73fe\u5728", _s16_186, "\u81ea\u52d5\u555f\u52d5\u4efb\u52d9", "timer", "\u8a08\u6642\u5668", "manual", "\u624b\u52d5", "budgeted", "\u9810\u7b97", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d50\u675f\u6642\u9593", "date", "\u65e5\u671f", "times", "\u6642\u6bb5", "duration", "\u6642\u9593\u9577\u5ea6", "new_task", "\u65b0\u4efb\u52d9", "created_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "updated_task", "\u66f4\u65b0\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "archived_task", "\u6b78\u6a94\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "deleted_task", "\u522a\u9664\u4efb\u52d9\u6210\u529f", "restored_task", "\u5fa9\u539f\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "archived_tasks", "\u6b78\u6a94 :count \u9805\u4efb\u52d9\u6210\u529f", "deleted_tasks", "\u522a\u9664 :count \u9805\u4efb\u52d9\u6210\u529f", "restored_tasks", _s34_20, _s19_59, "\u8acb\u8f38\u5165\u59d3\u540d", "budgeted_hours", "\u5217\u5165\u9810\u7b97\u7684\u5c0f\u6642", "created_project", "\u5efa\u7acb\u5c08\u6848\u6210\u529f", "updated_project", "\u6210\u529f\u66f4\u65b0\u7684\u5c08\u6848", _s16_188, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_34, _s16_189, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_117, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_190, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_118, _s37_15, "new_project", "\u65b0\u5c08\u6848", _s27_47, "\u611f\u8b1d\u60a8\u4f7f\u7528\u6211\u5011\u7684\u61c9\u7528\u7a0b\u5f0f!", "if_you_like_it", "\u5982\u679c\u60a8\u559c\u6b61\uff0c\u8acb", "click_here", "\u6309\u4e00\u4e0b\u6b64\u8655", _s18_96, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_15, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_61, "\u8acb\u9a57\u8b49", _s24_47, "\u751f\u7269\u8b58\u5225\u9a57\u8b49", "footer", "\u9801\u5c3e", "compare", "\u6bd4\u8f03", "hosted_login", "\u8a17\u7ba1\u767b\u5165", "selfhost_login", "Selfhost \u767b\u5165", "google_sign_in", _s19_75, "today", "\u4eca\u5929", "custom_range", "\u81ea\u8a02\u7bc4\u570d", "date_range", "\u65e5\u671f\u7bc4\u570d", "current", "\u76ee\u524d", "previous", "\u4ee5\u524d", "current_period", "\u76ee\u524d\u671f\u9650", _s17_119, "\u6bd4\u8f03\u671f\u9650", "previous_period", "\u4e0a\u4e00\u671f\u9650", "previous_year", "\u4e0a\u4e00\u5e74\u5ea6", "compare_to", "\u6bd4\u8f03", "last7_days", "\u6700\u8fd1 7 \u5929", "last_week", "\u4e0a\u500b\u661f\u671f", "last30_days", "\u6700\u8fd1 30 \u5929", "this_month", "\u672c\u6708", "last_month", "\u4e0a\u500b\u6708", "this_year", "\u4eca\u5e74", "last_year", "\u4e0b\u500b\u6708", "custom", "\u81ea\u8a02", _s16_191, "\u518d\u88fd\u5230\u767c\u7968", "clone_to_quote", "\u518d\u88fd\u5230\u5831\u50f9\u55ae", "clone_to_credit", "Clone to Credit", "view_invoice", "\u6aa2\u8996\u767c\u7968", "convert", "\u8f49\u63db", "more", "\u66f4\u591a", "edit_client", "\u7de8\u8f2f\u7528\u6236", "edit_product", "\u7de8\u8f2f\u7522\u54c1\u8cc7\u6599", "edit_invoice", "\u7de8\u8f2f\u767c\u7968", "edit_quote", "\u7de8\u8f2f\u5831\u50f9\u55ae", "edit_payment", "\u7de8\u8f2f\u4ed8\u6b3e\u8cc7\u6599", "edit_task", "\u7de8\u8f2f\u5de5\u4f5c\u9805\u76ee", "edit_expense", "\u7de8\u8f2f\u652f\u51fa", "edit_vendor", "\u7de8\u8f2f\u4f9b\u61c9\u5546", "edit_project", "\u7de8\u8f2f\u5c08\u6848", _s20_74, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_193, "\u9001\u8ca8\u4f4d\u5740", "total_revenue", "\u7e3d\u6536\u5165", "average_invoice", "\u5e73\u5747\u92b7\u552e\u984d", "outstanding", "\u672a\u4ed8\u6e05\u7684", "invoices_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "active_clients", "\u4f7f\u7528\u4e2d\u7528\u6236", "close", "\u95dc\u9589", "email", "\u96fb\u5b50\u90f5\u4ef6", "password", "\u5bc6\u78bc", "url", "URL", "secret", "\u79d8\u5bc6", "name", "\u59d3\u540d", "logout", "\u767b\u51fa", "login", "\u767b\u5165", "filter", "\u7be9\u9078\u5668", "sort", "\u6392\u5e8f", "search", "\u641c\u5c0b", "active", "\u4f7f\u7528\u4e2d", "archived", "\u5df2\u6b78\u6a94", "deleted", "\u5df2\u522a\u9664", "dashboard", "\u5100\u8868\u677f", "archive", "\u6b78\u6a94", "delete", "\u522a\u9664", "restore", "\u5fa9\u539f", _s16_195, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_43, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_34, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_83, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_36, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_121, "\u767c\u751f\u932f\u8aa4", "paid_to_date", "\u5df2\u4ed8", "balance_due", "\u5230\u671f\u9918\u984d", "balance", "\u5dee\u984d", "overview", "\u7e3d\u89bd", "details", "\u8a73\u7d30\u8cc7\u6599", "phone", "\u96fb\u8a71", "website", "\u7db2\u7ad9", "vat_number", "\u52a0\u503c\u7a05\u7de8\u865f", "id_number", "ID \u7de8\u865f", "create", "\u5efa\u7acb", _s19_63, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_197, "\u7121\u6cd5\u555f\u52d5", "contacts", "\u806f\u7d61\u4eba", "additional", "\u984d\u5916", "first_name", "\u540d\u5b57", "last_name", "\u59d3\u6c0f", "add_contact", "\u65b0\u589e\u806f\u7d61\u8cc7\u6599", "are_you_sure", "\u60a8\u78ba\u5b9a\u55ce?", "cancel", "\u53d6\u6d88", "ok", "\u6b63\u5e38", "remove", "\u522a\u9664", _s16_199, "\u96fb\u5b50\u90f5\u4ef6\u7121\u6548", "product", "\u7522\u54c1", "products", "\u7522\u54c1", "new_product", "\u65b0\u7522\u54c1", "created_product", "\u5efa\u7acb\u7522\u54c1\u8cc7\u6599\u6210\u529f", "updated_product", "\u6210\u529f\u66f4\u65b0\u7684\u7522\u54c1\u8cc7\u6599", _s16_201, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_202, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_123, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_203, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_124, _s37_16, "product_key", "\u7522\u54c1", "notes", "\u8a3b\u8a18", "cost", "\u6210\u672c", "client", "\u7528\u6236", "clients", "\u7528\u6236", "new_client", "\u65b0\u7528\u6236", "created_client", "\u5efa\u7acb\u7528\u6236\u8cc7\u6599\u6210\u529f", "updated_client", "\u66f4\u65b0\u7528\u6236\u8cc7\u6599\u6210\u529f", "archived_client", "\u6b78\u6a94\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_204, "\u6b78\u6a94 :count \u500b\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_client", "\u522a\u9664\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_clients", "\u522a\u9664 :count \u7b46\u7528\u6236\u8cc7\u6599\u6210\u529f", "restored_client", "\u5fa9\u539f\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_205, _s36_13, "address1", "\u8857\u9053", "address2", "\u5927\u6a13/\u5957\u623f", "city", "\u57ce\u5e02", "state", "\u5dde/\u7701", "postal_code", "\u90f5\u905e\u5340\u865f", "country", "\u570b\u5bb6", "invoice", "\u767c\u7968", "invoices", "\u767c\u7968", "new_invoice", "\u65b0\u767c\u7968", "created_invoice", "\u88fd\u4f5c\u5b8c\u6210\u7684\u767c\u7968", "updated_invoice", "\u66f4\u65b0\u767c\u7968\u6210\u529f", _s16_206, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_207, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_125, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_208, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_126, _s37_17, "emailed_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u4ed8\u6b3e\u6210\u529f", "amount", "\u91d1\u984d", "invoice_number", "\u767c\u7968\u865f\u78bc", "invoice_date", "\u767c\u7968\u958b\u7acb\u65e5\u671f", "discount", "\u6298\u6263", "po_number", "\u90f5\u905e\u5340\u865f", "terms", "\u689d\u6b3e", "public_notes", "\u516c\u958b\u8a3b\u8a18", "private_notes", "\u79c1\u4eba\u8a3b\u8a18", "frequency", "\u983b\u7387", "start_date", "\u958b\u59cb\u65e5\u671f", "end_date", "\u7d50\u675f\u65e5\u671f", "quote_number", "\u5831\u50f9\u55ae\u7de8\u865f", "quote_date", "\u5831\u50f9\u55ae\u65e5\u671f", "valid_until", "\u6709\u6548\u81f3", "items", "\u500b\u9805\u76ee", "partial_deposit", "\u5b58\u6b3e", "description", "\u63cf\u8ff0", "unit_cost", "\u55ae\u4f4d\u6210\u672c", "quantity", "\u6578\u91cf", "add_item", "\u52a0\u5165\u9805\u76ee", "contact", "\u806f\u7d61\u4eba", "work_phone", "\u96fb\u8a71", "total_amount", "\u7e3d\u91d1\u984d", "pdf", "PDF", "due_date", "\u61c9\u4ed8\u6b3e\u65e5\u671f", _s16_209, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_127, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_59, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_61, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", "count_selected", ":count \u9805\u5df2\u9078\u53d6", "total", "\u7e3d\u8a08", "percent", "\u767e\u5206\u6bd4", "edit", "\u7de8\u8f2f", "dismiss", "\u64a4\u92b7", _s20_76, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_62, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_49, "\u8acb\u9078\u53d6\u767c\u7968", "task_rate", "\u4efb\u52d9\u8cbb\u7387", "settings", "\u8a2d\u5b9a", "language", "\u8a9e\u8a00", "currency", "\u8ca8\u5e63", "created_at", "\u5efa\u7acb\u65e5\u671f", "created_on", "Created On", "updated_at", "\u66f4\u65b0", "tax", "\u7a05", _s30_17, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_51, "\u8acb\u8f38\u5165\u5831\u50f9\u55ae\u7de8\u865f", "past_due", "\u904e\u53bb\u5230\u671f", "draft", "\u8349\u7a3f", "sent", "\u5df2\u50b3\u9001", "viewed", "\u5df2\u6aa2\u8996", "approved", "\u5df2\u6838\u51c6", "partial", "\u5b58\u6b3e", "paid", "\u5df2\u4ed8\u6b3e", "mark_sent", "\u6a19\u8a18\u5df2\u50b3\u9001", _s22_64, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u6210", _s37_18, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_53, "\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5957\u7528\u8b8a\u66f4", "refresh_data", "\u91cd\u65b0\u6574\u7406\u8cc7\u6599", "blank_contact", "\u7a7a\u767d\u9023\u7d61\u4eba", "activity", "\u6d3b\u52d5", _s16_211, "\u627e\u4e0d\u5230\u8a18\u9304", "clone", "\u518d\u88fd", "loading", "\u8f09\u5165\u4e2d", "industry", "\u5de5\u696d", "size", "\u5927\u5c0f", "payment_terms", "\u4ed8\u6b3e\u689d\u4ef6", "payment_date", "\u4ed8\u6b3e\u65e5\u671f", "payment_status", "\u4ed8\u6b3e\u72c0\u614b", _s16_213, "\u64f1\u7f6e", _s16_214, "\u4f5c\u5ee2", _s16_215, "\u5931\u6557", _s16_216, "\u5b8c\u6210", _s16_217, "\u90e8\u5206\u9000\u6b3e", _s16_218, "\u9000\u6b3e", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "\u6de8\u984d", "client_portal", "\u7528\u6236\u9580\u6236\u9801\u9762", "show_tasks", "\u986f\u793a\u4efb\u52d9", "email_reminders", "\u96fb\u5b50\u90f5\u4ef6\u63d0\u9192", "enabled", "\u555f\u7528", "recipients", "\u6536\u4ef6\u4eba", "initial_email", "\u6700\u521d\u7684\u96fb\u5b50\u90f5\u4ef6", "first_reminder", "\u9996\u6b21\u63d0\u9192", "second_reminder", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "third_reminder", "\u7b2c\u4e09\u6b21\u63d0\u9192", "reminder1", "\u9996\u6b21\u63d0\u9192", "reminder2", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "reminder3", "\u7b2c\u4e09\u6b21\u63d0\u9192", "template", "\u7bc4\u672c", "send", "\u50b3\u9001", "subject", "\u4e3b\u65e8", "body", "\u5167\u6587", "send_email", "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6", "email_receipt", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u6536\u64da\u7d66\u7528\u6236", "auto_billing", "\u81ea\u52d5\u8a08\u8cbb", "button", "\u6309\u9215", "preview", "\u9810\u89bd", "customize", "\u81ea\u8a02", "history", "\u6b77\u7a0b\u7d00\u9304", "payment", "\u4ed8\u6b3e", "payments", "\u4ed8\u6b3e", "refunded", "\u9000\u6b3e", "payment_type", "\u4ed8\u6b3e\u65b9\u5f0f", _s21_85, "\u8f49\u5e33\u8cc7\u6599", "enter_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "new_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "created_payment", "\u5df2\u5efa\u7acb\u5b8c\u6210\u7684\u4ed8\u6b3e\u8cc7\u6599", "updated_payment", "\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_219, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_220, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_130, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_221, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_131, _s37_20, "quote", "\u5831\u50f9\u55ae", "quotes", "\u5831\u50f9\u55ae", "new_quote", "\u65b0\u5831\u50f9\u55ae", "created_quote", "\u5831\u50f9\u55ae\u5efa\u7acb\u6210\u529f", "updated_quote", "\u5831\u50f9\u55ae\u66f4\u65b0\u6210\u529f", "archived_quote", "\u6b78\u6a94\u5831\u50f9\u55ae\u6210\u529f", "deleted_quote", "\u5831\u50f9\u55ae\u522a\u9664\u6210\u529f", "restored_quote", "\u5fa9\u539f\u5831\u50f9\u55ae\u6210\u529f", "archived_quotes", "\u6b78\u6a94 :count \u4efd\u5831\u50f9\u55ae\u6210\u529f", "deleted_quotes", "\u522a\u9664 :count \u7b46\u5831\u50f9\u55ae\u6210\u529f", "restored_quotes", _s35_22, "expense", "\u652f\u51fa", "expenses", "\u652f\u51fa", "vendor", "\u4f9b\u61c9\u5546", "vendors", "\u4f9b\u61c9\u5546", "task", "\u4efb\u52d9", "tasks", "\u4efb\u52d9", "project", "\u5c08\u6848", "projects", "\u5c08\u6848", "activity_1", ":user \u5df2\u5efa\u7acb\u7528\u6236 :client", "activity_2", ":user \u5df2\u5c07\u7528\u6236 :client \u6b78\u6a94", "activity_3", ":user \u5df2\u522a\u9664\u7528\u6236 :client", "activity_4", ":user \u5df2\u5efa\u7acb\u767c\u7968 :invoice", "activity_5", ":user \u5df2\u66f4\u65b0\u767c\u7968 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u5df2\u5c07\u767c\u7968 :invoice \u6b78\u6a94", "activity_9", ":user \u5df2\u522a\u9664\u767c\u7968 :invoice", "activity_10", _s85_0, "activity_11", ":user \u5df2\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_12", ":user \u5df2\u5c07\u4ed8\u6b3e\u8cc7\u6599 :payment \u6b78\u6a94", "activity_13", ":user \u5df2\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_14", ":user \u5df2\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599 :credit", "activity_15", ":user \u66f4\u65b0\u8cb8\u6b3e :credit", "activity_16", ":user \u5df2\u5c07 :credit \u8cb8\u6b3e\u8cc7\u6599\u6b78\u6a94", "activity_17", ":user \u5df2\u522a\u9664 :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_18", ":user \u5df2\u5efa\u7acb\u5831\u50f9\u55ae :quote", "activity_19", ":user \u5df2\u66f4\u65b0\u5831\u50f9\u55ae :quote", "activity_20", _s50_9, "activity_21", ":contact \u5df2\u6aa2\u8996\u5831\u50f9\u55ae :quote", "activity_22", ":user \u5df2\u5c07\u5831\u50f9\u55ae :quote \u6b78\u6a94", "activity_23", ":user \u5df2\u522a\u9664\u767c\u7968 :quote", "activity_24", ":user \u5df2\u5fa9\u539f\u5831\u50f9\u55ae :quote", "activity_25", ":user \u5df2\u5fa9\u539f\u767c\u7968 :invoice", "activity_26", ":user \u5df2\u5fa9\u539f\u7528\u6236 :client \u8cc7\u6599", "activity_27", ":user \u5df2\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_28", ":user \u5df2\u5fa9\u539f :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_29", _s42_13, "activity_30", ":user \u5df2\u5efa\u7acb\u4f9b\u61c9\u5546 :vendor", "activity_31", ":user \u5df2\u5c07\u4f9b\u61c9\u5546 :vendor \u6b78\u6a94", "activity_32", ":user \u5df2\u522a\u9664\u4f9b\u61c9\u5546 :vendor", "activity_33", ":user \u5df2\u5fa9\u539f\u4f9b\u61c9\u5546 :vendor", "activity_34", ":user \u5df2\u5efa\u7acb\u652f\u51fa :expense", "activity_35", ":user \u5df2\u5c07\u652f\u51fa :expense \u6b78\u6a94", "activity_36", ":user \u5df2\u522a\u9664\u652f\u51fa :expense", "activity_37", ":user \u5df2\u5fa9\u539f\u652f\u51fa :expense", "activity_39", ":user \u5df2\u53d6\u6d88\u4e00\u9805 :payment_amount \u7684\u4ed8\u6b3e :payment", "activity_40", ":user \u7372\u5f97\u4e00\u7b46\u91d1\u984d :payment_amount \u4ed8\u6b3e :payment \u7684\u9000\u6b3e :adjustment", "activity_41", ":payment_amount \u7684\u4ed8\u6b3e (:payment) \u5931\u6557", "activity_42", ":user \u5df2\u5efa\u7acb\u4efb\u52d9 :task", "activity_43", ":user \u5df2\u5c07\u4efb\u52d9 :task \u66f4\u65b0", "activity_44", ":user \u5df2\u5c07\u4efb\u52d9 :task \u6b78\u6a94", "activity_45", ":user \u5df2\u522a\u9664\u4efb\u52d9 :task", "activity_46", ":user \u5df2\u5c07\u4efb\u52d9 :task\u5fa9\u539f", "activity_47", ":user \u5df2\u5c07\u652f\u51fa :expense \u66f4\u65b0", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "activity_55", ":contact \u5df2\u56de\u8986\u7968\u8b49 :ticket", "activity_56", ":user \u5df2\u6aa2\u8996\u7968\u8b49 :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_65, _s20_78, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_87, _s34_21, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_66, "\u9577\u6309\u591a\u9078", "custom_value1", "\u81ea\u8a02\u503c", "custom_value2", "\u81ea\u8a02\u503c", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_79, _s20_80, _s20_81, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_226, "\u61c9\u4ed8\u6b3e\u65e5\u671f", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u81ea\u52d5\u5e33\u55ae", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a05\u540d", "tax_amount", "\u7a05\u91d1\u91d1\u984d", "tax_paid", "\u5df2\u4ed8\u7a05", "payment_amount", "\u4ed8\u6b3e\u91d1\u984d", "age", "\u5e74\u9f61", "is_running", "Is Running", "time_log", "\u6642\u9593\u65e5\u8a8c", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, "\u652f\u51fa\u985e\u5225", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj usmjernik", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Tjedan", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Raspon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Postava zaporke", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sustav", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Ukupno bruto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "Redovni tro\u0161ak", _s18_19, "Redovni tro\u0161kovi", _s21_22, "Novi redovni tro\u0161ak", _s22_27, "Uredi redovne tro\u0161kove", _s25_3, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_4, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_4, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_5, "Uspje\u0161no izbrisan redovni tro\u0161ak", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zadnje a\u017euriranje", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Mora biti ve\u0107e od nula i manje od zbroja", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavi poddomenu ili prikazujte ra\u010dune na vlastitoj web stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_39, "Konverzija ra\u010duna", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s17_143, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sakrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_16, _s29_7, "select_file", "Molim odaberite datoteku", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u0107eno", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ukupan iznos", "quote_total", "Ukupan iznos", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klijent", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Treba biti fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Redovni ra\u010dun", _s18_51, "Redovni ra\u010duni", _s21_53, "Novi redovni ra\u010dun", _s22_40, "Uredi ponavljaju\u0107i ra\u010dun", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_29, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_30, _s38_11, _s26_14, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_55, _s17_56, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_72, _s16_73, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_35, "Dobrodo\u0161li u Invoice Ninja", "always", "Always", "optin", "Dragovoljno sudjeluj", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Automatski pretvoriti", "company_name", "Company Name", "reminder1_sent", "Podsjetnik 1 poslan", "reminder2_sent", "Podsjetnik 2 poslan", "reminder3_sent", "Podsjetnik 3 poslan", _s18_55, "Podsjetnik 4 poslan", "pdf_page_info", _s27_70, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "Pogled u aplikaciji Stripe", "rows_per_page", "Redova po stranici", "hours", "sati", "statement", "Izvje\u0161\u0107e o stanju duga", "taxes", "Porezi", "surcharge", "Surcharge", "apply_payment", "Izvr\u0161i pla\u0107anje", "apply_credit", "Primjeni kredit", "apply", "Apply", "unapplied", "Neprovedeni", "select_label", "Select Label", "custom_labels", _s18_118, "record_type", "Vrsta zapisa", "record_name", "Ime zapisa", "file_type", "Vrsta datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Provjera zdravlja", "payment_type_id", "Tip uplate", "last_login_at", "Posljednja prijava u", "company_key", "Klju\u010d tvrtke", "storefront", "Storefront", "storefront_help", "Omogu\u0107ite aplikacijama tre\u0107ih strana za stvaranje ra\u010duna", "client_created", "Klijent stvoren", _s20_51, "E-po\u0161ta za internetsko pla\u0107anje", _s20_53, _s25_60, "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_57, "Odabrani ra\u010duni", _s17_59, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_61, "Odabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107e ponude", "expired_quotes", "Istekle ponude", "create_client", "Create Client", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Kreiraj ponudu", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "A\u017euriraj ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017euriraj ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017euriraj klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017euriraj dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Stvori tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Off", "when_paid", "When Paid", "expires_on", "Istje\u010de u", "free", "Slobodan", "plan", "Plan", "show_sidebar", "Poka\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_67, "CRON zadatak mora biti postavljen", "api_webhooks", "API Webhooks", "search_webhooks", "Pretra\u017ei :count Webhooks", "search_webhook", "Pretra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Webhook uspje\u0161no stvoren", "updated_webhook", "Webhook uspje\u0161no a\u017euriran", _s16_76, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_77, "Webhook uspje\u0161no vra\u0107en", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Uredi token", "created_token", "Uspje\u0161no kreiran token", "updated_token", "Uspje\u0161no a\u017euriran token", "archived_token", "Uspje\u0161no arhiviran token", "deleted_token", "Uspje\u0161no obrisan token", "removed_token", "Token uspje\u0161no uklonjen", "restored_token", "Token uspje\u0161no vra\u0107en", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s21_111, _s24_37, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_55, "Prilagodba i pregled", "email_invoice", _s16_247, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_56, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_82, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_83, "Novi rok pla\u0107anja", _s17_71, "Uredi uvjete pla\u0107anja", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_60, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_57, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_26, "Promijeni na mobilni izgled?", _s24_38, "Promijeni na izgled stolnog ra\u010dunala", "send_from_gmail", "Po\u0161alji s Gmaila", "reversed", "Stornirano", "cancelled", "Otkazani", "credit_amount", "Iznos kredita", "quote_amount", "Iznos Ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakri Izbornik", "show_menu", "Prika\u017ei Izbornik", _s18_57, "Djelomi\u010dan Povrat", _s16_85, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_86, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei Uplate", "search_groups", "Pretra\u017ei Grupe", "search_company", "Pretra\u017ei Poduze\u0107e", "search_document", "Pretra\u017ei 1 dokument", "search_design", "Pretra\u017ei 1 dizajn", "search_invoice", "Pretra\u017ei 1 ra\u010dun", "search_client", "Pretra\u017ei 1 klijenta", "search_product", "Pretra\u017ei 1 proizvod", "search_quote", "Pretra\u017ei 1 ponudu", "search_credit", "Search 1 Credit", "search_vendor", "Pretra\u017ei 1 dobavlja\u010da", "search_user", "Pretra\u017ei 1 korisnika", "search_tax_rate", "Pretra\u017ei 1 poreznu stopu", "search_task", "Pretra\u017ei 1 zadatka", "search_project", "Pretra\u017ei 1 projekta", "search_expense", "Pretra\u017ei 1 tro\u0161ka", "search_payment", "Pretra\u017ei 1 transakciju", "search_group", "Pretra\u017ei 1 grupu", "refund_payment", "Refund Payment", _s17_75, _s23_49, _s18_59, _s23_49, _s16_92, "Uspje\u0161no otkazani ra\u010duni", _s17_76, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 dana", "age_group_30", "30 - 60 dana", "age_group_60", "60 - 90 dana", "age_group_90", "90 - 120 dana", "age_group_120", "120+ dana", "refresh", "Refresh", "saved_design", "Uspje\u0161no spremljen dizajn", "client_details", "Pojedinosti o klijentu", "company_address", "Adresa tvrtke", "invoice_details", "Detalji ra\u010duna", "quote_details", "Pojedinosti o ponudi", "credit_details", "Credit Details", "product_columns", "Stupci proizvoda", "task_columns", "Stupci zadatka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Permissions", "none", "None", "owned", "U vlasni\u0161tvu", "payment_success", "Uspjeh pla\u0107anja", "payment_failure", "Neuspjeh pla\u0107anja", "invoice_sent", _s19_74, "quote_sent", "Ponuda poslana", "credit_sent", "Credit Sent", "invoice_viewed", "Ra\u010dun pregledan", "quote_viewed", "Ponuda pogledana", "credit_viewed", "Credit Viewed", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sve obavijesti", _s16_94, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_47, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", "Ponuda uspje\u0161no pretvorena", "credit_design", "Credit Design", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Prilago\u0111eni dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Uredi dizajn", "created_design", "Dizajn uspje\u0161no stvoren", "updated_design", "Dizajn uspje\u0161no a\u017euriran", "archived_design", "Dizajn uspje\u0161no arhiviran", "deleted_design", "Dizajn uspje\u0161no izbrisan", "removed_design", "Dizajn uspje\u0161no uklonjen", "restored_design", "Dizajn uspje\u0161no vra\u0107en", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_98, "Ponavljaju\u0107e ponude", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunima", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Dodaj kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspje\u0161no kreiran kredit", "updated_credit", _s27_34, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_36, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_100, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_101, _s36_9, "current_version", _s16_248, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_21, "Dostupna je nova verzija web aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetiraj", "number", "Broj", "export", "Izvoz", "chart", "Karte", "count", "Zbroj", "totals", "Zbrojevi", "blank", "Blank", "day", "Dan", "month", "Mjesec", "year", "Godina", "subgroup", "Subgroup", "is_active", "Je aktivan", "group_by", "Grupiraj po", "credit_balance", "Stanje kredita", _s18_67, "Zadnje prijavljivanje kontakta", _s17_83, _s17_147, "contact_phone", "Contact Phone", _s21_59, "Prilago\u0111ena vrijednost 1 kontakta", _s21_60, "Prilago\u0111ena vrijednost 2 kontakta", _s21_61, "Prilago\u0111ena vrijednost 3 kontakta", _s21_62, "Prilago\u0111ena vrijednost 4 kontakta", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_236, "assigned_to_id", "Dodijeljeno ID-u", "created_by_id", "Stvorio ID", "add_column", "Dodaj stupac", "edit_columns", "Uredi stupce", "columns", "Kolone", "aging", "Izvan dospije\u0107a", "profit_and_loss", "Profit i Tro\u0161ak", "reports", "Izvje\u0161\u0107a", "report", "Izvje\u0161\u0107a", "add_company", "Dodaj poduze\u0107e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomo\u0107", "refund", "Refund", "refund_date", "Datum povrata novca", "filtered_by", "Filtrirano po", "contact_email", "Contact Email", "multiselect", "Vi\u0161estruki odabir", "entity_state", "Kanton", "verify_password", "Potvrdi lozinku", "applied", "Primijenjeno", _s21_63, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_8, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje o proizvodu", _s25_35, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_65, "PDF renderer zahtijeva :version", _s18_70, "Prilagodite postotak naknade", _s23_28, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_72, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_64, _s20_86, _s20_66, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Nadzorna plo\u010da klijentskog portala", _s20_67, "Molimo unesite vrijednost", "deleted_logo", "Logo je uspje\u0161no izbrisan", "yes", "Da", "no", "Ne", "generate_number", "Generiraj broj", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Odaberite tvrtku", "float", "Float", "collapse", "Collapse", "show_or_hide", "Poka\u017ei/Sakrij", "menu_sidebar", "Bo\u010dna traka izbornika", "history_sidebar", "Bo\u010dna traka povijesti", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Module", "first_custom", "Prvi stupac", "second_custom", "Drugi stupac", "third_custom", "Tre\u0107i stupac", "show_cost", "Prika\u017ei tro\u0161ak", _s17_88, _s17_89, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_65, _s26_49, _s26_23, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_67, _s23_50, _s26_24, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Zadana koli\u010dina", _s21_71, "Koli\u010dina stavke retka automatski postavi na 1", "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Postavke poreza", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opcije", _s16_142, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_37, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_144, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_79, "Nakon datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", "Djelomi\u010dno pla\u0107anje", "payment_partial", "Partial Payment", _s21_72, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_147, _s16_148, _s16_149, _s23_51, "administrator", "Administrator", _s18_80, _s66_, "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspje\u0161no stvoren korisnik", "updated_user", "Korisnik je uspje\u0161no a\u017euriran", "archived_user", "Uspje\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspje\u0161no obrisan", "removed_user", "Korisnik je uspje\u0161no uklonjen", "restored_user", "Uspje\u0161no obnovljen korisnik", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, "Ugra\u0111eni dokumenti", _s28_21, "Ubaci dodane dokumente u ra\u010dun.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Page Size", "font_size", "Veli\u010dina fonta", "quote_design", "Quote Design", "invoice_fields", "Polja ra\u010duna", "product_fields", "Product Fields", "invoice_terms", "Uvjeti ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uvjeti ponude", "quote_footer", "Podno\u017eje ponude", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Tri godine", "never", "Never", "company", "Company", _s17_97, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "Op\u0107enito", "surcharge_field", "Polje doplate", "company_field", "Company Field", "company_value", "Vrijednost tvrtke", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Polje transakcije", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Polje Grupe", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "Uzorak broja", "messages", "Messages", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Poka\u017ei na PDF-u", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_39, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_160, _s19_81, "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", _s16_250, "bank_transfer", "Bankovni prijenos", "priority", "Prioritet", "fee_amount", "Iznos naknade", "fee_percent", "Postotak naknade", "fee_cap", "Fee Cap", "limits_and_fees", "Limiti/Naknade", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta uz osigurane detalje", "rate", "Stopa", "tax_rate", "Porezna stopa", "new_tax_rate", "Nova porezna stopa", "edit_tax_rate", "Uredi poreznu stopu", _s16_162, "Uspje\u0161no kreirana porezna stopa", _s16_163, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_104, "Uspje\u0161no arhivirana porezna stopa", _s16_164, "Uspje\u0161no izbrisana porezna stopa", _s17_105, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Proizvodi sa samoispunom", _s18_86, _s53_2, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_71, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_167, "Sustavi online pla\u0107anja", _s19_50, "Novi sustav online pla\u0107anja", _s20_72, "Uredi sustav online pla\u0107anja", _s23_37, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_38, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_40, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_39, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_41, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u tjednu", _s23_40, "Prvi mjesec u godini", "sunday", "Nedjelja", "monday", "Ponedjeljak", "tuesday", "Utorak", "wednesday", "Srijeda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Sije\u010danj", "february", "Velja\u010da", "march", "O\u017eujak", "april", "Travanj", "may", "Svibanj", "june", "Lipanj", "july", "Srpanj", "august", "Kolovoz", "september", "Rujan", "october", "Listopad", "november", "Studeni", "december", "Prosinac", "symbol", "Simbol", "ocde", "Code", "date_format", "Format datuma", "datetime_format", "Format vremena", "military_time", "24 satno vrijeme", _s18_87, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po Projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Postavke grupe", "group", "Group", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspje\u0161no stvorena", "updated_group", "Grupa je uspje\u0161no a\u017eurirana", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Grupa je uspje\u0161no arhivirana", "deleted_group", "Grupa je uspje\u0161no izbrisana", "restored_group", "Grupa je uspje\u0161no vra\u0107ena", "upload_logo", "Prenesi logo", "uploaded_logo", "Uspje\u0161no preneseni logo", "logo", "Logo", "saved_settings", "Postavke uspje\u0161no spremljene", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_109, _s17_149, "company_details", "Detalji poduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_252, _s23_42, "Predlo\u0161ci & podsjetnici", _s22_58, "Kreditne kartice i banke", _s19_55, _s22_83, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_42, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, _s18_123, _s24_43, "Molimo unesite prezime", _s33_21, "Molimo vas da se slo\u017eite s uvjetima pru\u017eanja usluge i pravilima o privatnosti za stvaranje ra\u010duna.", "i_agree_to_the", "I agree to the", _s16_173, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", _s21_113, "create_new", "Create New", _s18_92, "Nije odabran nijedan zapis", _s21_79, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_43, _s27_63, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_111, "Uspje\u0161no preneseni dokument", _s16_175, "Uspje\u0161no a\u017eurirani dokument", _s17_112, "Uspje\u0161no arhiviran dokument", _s16_176, "Uspje\u0161no izbrisani dokument", _s17_113, "Uspje\u0161no vra\u0107eni dokument", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Evidentirano", _s16_178, "U obradi", _s16_179, "Fakturirano", "converted", "Konvertirano", _s24_45, _s24_60, "exchange_rate", "Te\u010daj", _s16_180, "Konvertiraj valutu", "mark_paid", "Ozna\u010di uplatu", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspje\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspje\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspje\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspje\u0161no obrisan dobavlja\u010d", "restored_vendor", _s28_28, _s16_181, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_182, _s36_11, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_53, _s16_184, _s29_22, _s17_115, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_185, _s23_53, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_80, "Pronala\u017eenje zapisa nije uspjelo", "invoiced", "Fakturirano", "logged", "Logirano", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigirajte preklopna vremena", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", _s25_48, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_50, "now", "Sada", _s16_186, _s16_187, "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eet", "start_time", "Po\u010detno vrijeme", "end_time", "Zavr\u0161no vrijeme", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspje\u0161no kreiran zadatak", "updated_task", "Uspje\u0161no a\u017euriran zadatak", "archived_task", "Uspje\u0161no arhiviran zadatak", "deleted_task", "Uspje\u0161no obrisan zadatak", "restored_task", "Uspje\u0161no obnovljen zadatak", "archived_tasks", "Uspje\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspje\u0161no obrisano :count zadataka", "restored_tasks", _s34_20, _s19_59, _s18_123, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Novi projekt", _s27_47, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_96, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_15, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_61, "Molimo provjerite autenti\u010dnost", _s24_47, "Biometrijska provjera autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Usporedi", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Prijavite se s Google ra\u010dunom", "today", "Danas", "custom_range", "Prilago\u0111eni Raspon", "date_range", "Raspon datuma", "current", "Trenutni", "previous", "Prija\u0161nji", "current_period", "Teku\u0107e Razdoblje", _s17_119, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", _s16_254, "compare_to", "Usporedi s", "last7_days", "Zadnjih 7 dana", "last_week", "Pro\u0161li tjedan", "last30_days", "Zadnjih 30 dana", "this_month", "Ovaj mjesec", "last_month", "Pro\u0161li mjesec", "this_year", "Ova godina", "last_year", "Pro\u0161la godina", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u Ra\u010dune", "clone_to_quote", "Kloniraj u Ponude", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Pretvori", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Uredi uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Uredi tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekt", _s20_74, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, _s16_194, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_83, "active_clients", _s16_256, "close", "Zatvori", "email", "E-po\u0161ta", "password", "Zaporka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Poredak", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna plo\u010da", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Obnovi", _s16_195, "Osvje\u017eavanje zavr\u0161eno", _s23_43, "Molimo upi\u0161ite va\u0161u email adresu", _s26_34, "Molimo upi\u0161ite va\u0161u zaporku", _s21_83, "Molimo unesite URL", _s26_36, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_121, "Dogodila se pogre\u0161ka", "paid_to_date", "Do sada pla\u0107eno", "balance_due", "Stanje duga", "balance", "Potra\u017eivanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web", "vat_number", "OIB", "id_number", "ID broj", "create", "Kreiraj", _s19_63, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_199, "Email adresa je pogre\u0161na", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod / usluga", "created_product", "Proizvod je uspje\u0161no kreiran", "updated_product", "Proizvod je uspje\u0161no a\u017euriran", _s16_201, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Proizvod", "notes", "Bilje\u0161ke", "cost", "Cijena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspje\u0161no kreiran", "updated_client", "Uspje\u0161no a\u017euriranje klijenta", "archived_client", "Uspje\u0161no arhiviran klijent", _s16_204, "Uspje\u0161no arhivirano :count klijenata", "deleted_client", "Uspje\u0161no obrisan klijent", "deleted_clients", "Uspje\u0161no obrisano :count klijenata", "restored_client", "Uspje\u0161no obnovljen klijent", _s16_205, _s36_13, "address1", "Ulica i ku\u0107ni broj", "address2", "Kat/Oznaka", "city", "Grad", "state", "\u017dupanija", "postal_code", "Po\u0161tanski broj", "country", "Zemlja", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspje\u0161no kreiran ra\u010dun", "updated_invoice", "Uspje\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_207, "Uspje\u0161no obnovljen ra\u010dun", _s17_125, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspje\u0161no obrisano :count ra\u010duna", _s17_126, _s37_17, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_59, "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uvjeti", "public_notes", "Javne bilje\u0161ke", "private_notes", "Privatne bilje\u0161ke", "frequency", "Frekvencija", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Vrijedi do", "items", "Stavke", "partial_deposit", "Djelomi\u010dno/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cijena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospije\u0107a", _s16_209, _s16_210, "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo odaberite datum", _s22_62, "Molimo odaberite klijenta", _s24_49, "Molimo odaberite ra\u010dun", "task_rate", "Satnica", "settings", "Postavke", "language", "Jezik", "currency", "Currency", "created_at", "Datum kreiranja", "created_on", "Stvoreno u", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo upi\u0161ite broj ra\u010duna", _s27_51, "Molimo upi\u0161ite broj ponude", "past_due", "Past Due", "draft", "Skica", "sent", "Poslano", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Partial/Deposit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslano", _s22_64, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_65, _s35_19, _s23_45, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_46, _s36_14, "done", "Dovr\u0161eno", _s37_18, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nije prona\u0111en zapis", "clone", "Kloniraj", "loading", "Loading", "industry", "Industrija", "size", "Veli\u010dina", "payment_terms", "Uvjeti pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status uplate", _s16_213, "U tijeku", _s16_214, "Poni\u0161teno", _s16_215, "Neuspje\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, "Djelimi\u010dni povrat", _s16_218, "Povrat", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Neto", "client_portal", "Klijentski portal", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Email podsjetnici", "enabled", "Enabled", "recipients", "Primatelji", "initial_email", "Prvi Email", "first_reminder", "Prvi podsjetnik", "second_reminder", _s16_257, "third_reminder", _s16_258, "reminder1", "Prvi podsjetnik", "reminder2", _s16_257, "reminder3", _s16_258, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_25, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_219, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_220, "Uspje\u0161no obnovljena uplata", _s17_130, "Uspje\u0161no arhivirana :count uplata", _s16_221, "Uspje\u0161no obrisano :count uplata", _s17_131, _s37_20, "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Ponuda uspje\u0161no kreirana", "updated_quote", "Ponuda je uspje\u0161no a\u017eurirana", "archived_quote", "Ponuda uspje\u0161no arhivirana", "deleted_quote", "Ponuda uspje\u0161no obrisana", "restored_quote", "Uspje\u0161no obnovljena ponuda", "archived_quotes", "Uspje\u0161no arhivirano :count ponuda", "deleted_quotes", "Uspje\u0161no obrisano :count ponuda", "restored_quotes", _s35_22, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoce", "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user upisao :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao ponudu :quote", "activity_19", ":user a\u017eurirao ponudu :quote", "activity_20", ":user poslao e-po\u0161tom ponudu :quote za :contact", "activity_21", ":contact pregledao ponudu :quote", "activity_22", ":user arhivirao ponudu :quote", "activity_23", ":user obrisao ponudu :quote", "activity_24", ":user obnovio ponudu :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s29_51, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "Korisnik :user je ponovno otvorio radni nalog :ticket", "activity_55", "Kontakt :contact je odgovorio na radni nalog :ticket", "activity_56", "Korisnik :user je pregledao radni nalog :ticket", "activity_57", "Sustav nije uspio poslati ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user je stornirao ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_65, _s20_78, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_87, _s34_21, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_66, "Dugo pritisnite za vi\u0161estruku odabir", "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Prilago\u0111ena vrijednost 3", "custom_value4", "Prilago\u0111ena vrijednost 4", _s18_97, _s24_69, _s24_54, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_37, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_58, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_18, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", _s16_259, "translations", "Prijevodi", _s19_64, "Uzorak broja zadatka", _s19_66, "Broja\u010d broja zadatka", _s22_68, "Uzorak broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Uzorak broja dobavlja\u010da", _s21_90, "Broja\u010d brojeva dobavlja\u010da", _s21_92, "Uzorak broja radnog naloga", _s21_94, "Broja\u010d broj radnog naloga", _s22_72, "Uzorak broja transakcije", _s22_74, "Broja\u010d broja transakcije", _s22_76, "Uzorak broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Uzorak broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum valute", "tax_rate1", "Porezna stopa 1", "tax_rate2", "Porezna stopa 2", "tax_rate3", "Porezna stopa 3", "auto_bill", "Auto ra\u010dun", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", _s17_152, "is_approved", "Odobreno je", "tax_name", "Ime porezne stope", "tax_amount", "Iznos poreza", "tax_paid", "Pla\u0107eno poreza", "payment_amount", "Iznos uplate", "age", "Dospije\u0107e", "is_running", "Is Running", "time_log", "Dnevnik vremena", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Platebn\xed karty & Banky", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastaven\xed plateb", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Trvaj\xedc\xed", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "P\u0159idat platebn\xed br\xe1nu", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "P\u0159idat k faktu\u0159e :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "M\u011bna faktury", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1lit", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Na\u010d\xedst PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Je zaplaceno", "age_group_paid", "Zaplaceno", "id", "ID", "convert_to", "Konvertovat na", "client_currency", "M\u011bna klienta", _s16_14, "M\u011bna firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Mal\xfd", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Zb\xfdv\xe1", "invoice_paid", "Faktura zaplacena", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1ln\xed", "large", "Velk\xfd", "extra_large", "Extra velk\xfd", _s16_17, "Zobrazit PDF n\xe1hled", _s21_20, "Zobrazit PDF n\xe1hled p\u0159i editaci faktur", "print_pdf", "Tisk PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Skr\xfdt n\xe1hle", "edit_record", "Upravit z\xe1znam", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, "Pros\xedm nastavte si heslo \xfa\u010dtu", "set_password", "Nastavit heslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Odpojit", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "St\xe1hnout", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "PS\u010c klienta", _s17_16, "DI\u010c klienta", "has_tasks", "M\xe1 \xfakoly", "registration", "Registrace", _s27_10, "Autorizujte Stripe pro p\u0159ijm\xe1n\xed online plateb.", "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizovat v\u0161echny z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavit v\xfdchoz\xed firmu", "updated_company", "Firma \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "Aplikace", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "Pravideln\xe9 n\xe1klady", _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, "Pravideln\xfd n\xe1klad \xfasp\u011b\u0161n\u011b odstran\u011bn", _s26_5, _s39_0, _s24_15, "Hledat pravideln\xfd n\xe1klad", _s25_7, "Hledat pravideln\xe9 n\xe1klady", "last_sent_date", "Last Sent Date", "include_drafts", "Zahrnout koncepty", _s19_19, "Zahrnout koncepty ve v\xfdpisech", "is_invoiced", "Je vyfakturov\xe1no", "change_plan", "Zm\u011bnit pl\xe1n", "persist_data", "Persistovat data", "customer_count", "Po\u010det z\xe1kazn\xedk\u016f", _s16_24, "Ov\u011b\u0159it klienty", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Desetinn\xe1 \u010d\xe1rka", _s26_6, "Pou\u017e\xedt \u010d\xe1rku jako desetinn\xfd odd\u011blova\u010d ve formul\xe1\u0159\xedch", "select_method", "Vybrat metodu", "select_platform", "Vybrat platformu", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Zapnout Markdown", _s20_26, "Konvertovat Markdown do HTML na PDF", "user_guide", "User Guide", _s18_21, "P\u0159idat druh\xfd kontakt", "previous_page", "P\u0159echoz\xed str\xe1nka", "next_page", "Dal\u0161\xed str\xe1nka", "export_colors", "Exportovat barvy", "import_colors", "Importovat barvy", "clear_all", "Clear All", "contrast", "Kontrast", "custom_colors", "Vlastn\xed barvy", "colors", "Barvy", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Ohodnotit aplikaci", "check_status", "Zkontrolovat status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Zm\u011bnit email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Nevyfakturov\xe1no", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Importovat nastaven\xed", _s17_21, "Pros\xedm vyberte JSON soubor", _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "M\xe1 dan\u011b", _s16_29, "Importovat klienty", _s18_23, _s40_0, "login_success", "P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9", "login_failure", "P\u0159ihl\xe1\u0161en\xed selhalo", "exported_data", _s67_, _s23_13, "Zahrnout odstran\u011bn\xe9 klienty", _s28_6, _s41_2, "step_1_sign_in", "Krok 1: P\u0159ihl\xe1sit se", _s16_32, _s17_22, "account_id", "ID \xfa\u010dtu", _s27_14, "Migrace je\u0161t\u011b nen\xed dokon\u010den\xe1", "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Faktura vytvo\u0159ena", "quote_created", "Nab\xeddka vytvo\u0159ena", "credit_created", "Kredit vytvo\u0159en", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Faktura\u010dn\xed polo\u017eka", "quote_item", "Nab\xeddkov\xe1 polo\u017eka", _s18_27, "K\u0159estn\xed jm\xe9no", _s17_23, "P\u0159ijmen\xed", "order", "Order", "unassigned", "Unassigned", "partial_value", "Mus\xed b\xfdt v\u011bt\u0161\xed ne\u017e nula a m\xe9n\u011b ne\u017e sou\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povolit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Je zobrazeno", "letter", "Letter", "legal", "Legal", "page_layout", "Rozlo\u017een\xed str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "P\u0159idat hlavi\u010dku", "remove_header", "Odstranit hlavi\u010dku", "return_url", "Return URL", "rest_method", "REST metoda", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010den\xed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, "Autentifikace selhala", "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modifikov\xe1no", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, "P\u0159edplatn\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bno", _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdom\xe9na nen\xed dostupn\xe1", "connect_gmail", "Propojit s Gmail", _s16_43, "Odpojit Gmail", "connected_gmail", "\xdasp\u011b\u0161n\u011b propojeno s Gmail", _s18_35, "\xdasp\u011b\u0161n\u011b odpojeno od Gmai", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivovat firmu", _s21_37, _s51_5, _s27_16, "Vyskytla se chyba, zkuste to pros\xedm pozd\u011bji", _s27_17, "Nejprve nastavte heslo", _s34_7, _s52_0, "help_translate", "Pomozte p\u0159elo\u017eit", _s23_16, "Vyberte zemi", "resend_invite", _s17_140, _s19_22, "Dvouf\xe1zov\xe9 ov\u011b\u0159en\xed \xfasp\u011b\u0161n\u011b deaktivov\xe1no", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Doru\u010deno", "bounced", "Bounced", "spam", "Spam", "view_docs", "Zobrazit dokumenty", _s32_4, _s72_, "send_sms", "Odeslat SMS", "sms_code", "SMS k\xf3d", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Propojit s Google", _s17_31, "Odpojit od Google", _s17_33, _s25_57, _s18_37, "Deaktivovat dvouf\xe1zov\xe9 ov\u011b\u0159en\xed", _s34_8, _s34_9, "stay_logged_in", "Z\u016fstat p\u0159ihl\xe1\u0161en", _s23_18, _s40_1, "count_hours", ":count hodin", "count_day", "1 den", "count_days", ":count dn\xed", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Znovu odeslat email", _s26_10, "Potvr\u010fte svou emailovou adresu", _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Zobrazit akce", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Pro aktualizaci spus\u0165te", _s18_39, "Zm\u011bnit na fakturu", _s16_54, "Registra\u010dn\xed URL", "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Ulo\u017eit a zobrazit n\xe1hled", "save_and_email", "Ulo\u017eit a odeslat emailem", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Je odesl\xe1no", _s17_40, _s17_41, "document_upload", "Nahr\xe1n\xed dokumentu", _s20_35, "Povolit klient\u016fm nahr\xe1vat dokumenty", "expense_total", "V\xfddaj\u016f celkem", "enter_taxes", "Zadejte dan\u011b", "by_rate", "Podle sazby", "by_amount", "Podle \u010d\xe1stky", "enter_amount", "Zadejte \u010d\xe1stku", "before_taxes", "P\u0159ed dan\xed", "after_taxes", "Po dani", "color", "Barva", "show", "Zobrazit", "hide", "Skr\xfdt", "empty_columns", "Pr\xe1zdn\xe9 sloupce", _s21_41, "Debugovac\xed m\xf3d je zapnut\xfd", _s26_11, "Varov\xe1n\xed: je ur\u010den\xfd pouze pro v\xfdvoj na lok\xe1ln\xedm serveru. M\u016f\u017ee vyzradit \xfadaje. Klikn\u011bte pro dal\u0161\xed informace.", "running_tasks", "Running Tasks", "recent_tasks", "Ned\xe1vn\xe9 \xfakoly", "recent_expenses", "Ned\xe1vn\xe9 n\xe1klady", _s17_42, "Nadch\xe1zej\xedc\xed n\xe1klady", "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_16, _s29_7, "select_file", "Pros\xedm zvolte soubor", _s16_62, _s16_63, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010detnictv\xed", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML m\xf3d", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Dodac\xed list", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u010c\xe1ste\u010dn\u011b splaceno", "invoice_total", "Celkov\xe1 \u010d\xe1stka", "quote_total", "Celkem", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "N\xe1zev projektu", "warning", "Warning", "view_settings", "View Settings", _s24_28, "Varov\xe1n\xed: tato firma je\u0161t\u011b nebylo aktivov\xe1na", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV k\xf3d", "client_name", "Jm\xe9no klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, "Task status \xfasp\u011b\u0161n\u011b odstran\u011bn", _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "M\xe1 b\xfdt fakturov\xe1n", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "Prvn\xed den v m\u011bs\xedci", _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Pravideln\xe1 faktura", _s18_51, "Pravideln\xe9 faktury", _s21_53, "Nov\xe1 pravideln\xe1 faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_29, "Pravideln\xe1 faktura smaz\xe1na", _s25_30, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b odstran\u011bna", _s26_14, "Pravideln\xe1 faktura obnovena", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "N\xe1zev firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hodiny", "statement", "Statement", "taxes", "Dan\u011b", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Pou\u017e\xedt kredit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Komu", "health_check", "Health Check", "payment_type_id", "Typ platby", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadch\xe1zej\xedc\xed faktury", _s17_65, _s17_66, "recent_payments", "Posledn\xed platby", "upcoming_quotes", "Nadch\xe1zej\xedc\xed nab\xeddky", "expired_quotes", "Pro\u0161l\xe9 nab\xeddky", "create_client", "Create Client", "create_invoice", "Vytvo\u0159it fakturu", "create_quote", "Vytvo\u0159it nab\xeddku", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Smazat nab\xeddku", "update_invoice", "Update Invoice", "delete_invoice", "Smazat fakturu", "update_client", "Update Client", "delete_client", "Smazat klienta", "delete_payment", "Smazat platbu", "update_vendor", "Update Vendor", "delete_vendor", "Smazat dodavatele", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Smazat n\xe1klad", "create_task", "Vytvo\u0159it \xfalohu", "update_task", "Update Task", "delete_task", "Smazat \xfalohu", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Zdarma", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", "Webhook \xfasp\u011b\u0161n\u011b odstran\u011bn", _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, ":value webhooky \xfasp\u011b\u0161n\u011b odstran\u011bny", _s17_69, _s37_9, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Editovat token", "created_token", "Token \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_token", "Token \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_token", "Token \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_token", "Token \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_token", "Token \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Poslat emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Jm\xe9no", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Editovat platebn\xed podm\xednky", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Po\u010det kreditu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Hledat projekt", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Hledat firmu", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "Data firmy \xfasp\u011b\u0161n\u011b smaz\xe1na", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Adresa firmy", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pr\xe1va", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura odesl\xe1na", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_47, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Odstranit firmu", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hlavi\u010dka", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", "Design \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Datum kreditu", "credit", "Kredit", "credits", "Kredity", "new_credit", "Zadat kredit", "edit_credit", "Edit Credit", "created_credit", "Kredit \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_credit", _s27_34, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_36, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_100, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_101, _s36_9, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Zjistit v\xedce", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetovat", "number", "Number", "export", "Export", "chart", "Graf", "count", "Count", "totals", "Celkem", "blank", "Blank", "day", "Day", "month", "M\u011bs\xedc", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Seskupen\xe9 podle", "credit_balance", "Z\u016fstatek kreditu", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID klienta", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "P\u0159idat firmu", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomoc", "refund", "Vr\xe1cen\xed pen\u011bz", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zpr\xe1va", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "F\xf3rum podpory", "about", "About", "documentation", "Dokumentace", "contact_us", "Kontaktuje n\xe1s", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, "Hlavn\xed panel klientsk\xe9 z\xf3ny", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Ano", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Vybrat firmu", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, "Zobrazit slevu produktu", _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Nastaven\xed dan\xed", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Rozvrh", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email pro nab\xeddku", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administr\xe1tor", _s18_80, "Povolit u\u017eivatel\u016fm spravovat dal\u0161\xed u\u017eivatele, m\u011bnit nastaven\xed a v\u0161echny z\xe1znamy", "user_management", "Spr\xe1va u\u017eivatel\u016f", "users", "U\u017eivatel\xe9", "new_user", "Nov\xfd u\u017eivatel", "edit_user", "Upravit u\u017eivatele", "created_user", _s25_37, "updated_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_user", "U\u017eival \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", ":value u\u017eivatel\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bni", "restored_users", _s34_17, _s16_151, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_92, "Skr\xfdt Zaplaceno ke dni", _s22_55, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Zobrazit hlavi\u010dku", _s16_154, "Zobrazit pati\u010dku", "first_page", "prvn\xed str\xe1nka", "all_pages", "v\u0161echny str\xe1nky", "last_page", "posledn\xed str\xe1nka", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Z\xe1kladn\xed barva", "secondary_color", "Druh\xe1 barva", "page_size", "Page Size", "font_size", "Velikost fontu", "quote_design", "Quote Design", "invoice_fields", "Pole na faktu\u0159e", "product_fields", "Product Fields", "invoice_terms", "Faktura\u010dn\xed podm\xednky", "invoice_footer", "Pati\u010dka faktury", "quote_terms", "Podm\xednky nab\xeddky", "quote_footer", "Pati\u010dka nab\xeddky", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automaticky konvertovat", _s23_34, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "t\xfddn\u011b", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "M\u011bs\xed\u010dn\u011b", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Firma", _s17_97, _s17_98, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Pole produktu", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Voliteln\xe9 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Umo\u017en\xed V\xe1m nastavit heslo pro ka\u017ed\xfd kontakt. Pokud heslo nastav\xedte, tak kontakt ho bude pro zobrazen\xed faktury v\u017edy pou\u017e\xedt.", "authorization", "Schv\xe1len\xed", "subdomain", "subdom\xe9na", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "S pozdravem,", _s24_39, "P\u0159idejte si mikrozna\u010dky schema.org do emailu a usnadn\u011bte tak va\u0161im klient\u016fm platby.", "plain", "Prost\xfd text", "light", "Sv\u011btl\xfd", "dark", "Tmav\xfd", "email_design", "Vzhled emailu", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Umo\u017enit mikrozna\u010dky", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_49, "Zm\u011bnit adresu klienta podle poskytnut\xfdch detail\u016f", "rate", "Sazba", "tax_rate", "Da\u0148ov\xe1 sazba", "new_tax_rate", "Nov\xe1 sazba dan\u011b", "edit_tax_rate", "Editovat da\u0148ovou sazbu", _s16_162, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_163, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_104, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_86, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_71, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_76, "Prvn\xed den v t\xfddnu", _s23_40, "Prvn\xed m\u011bs\xedc v roce", "sunday", "Ned\u011ble", "monday", "Pond\u011bl\xed", "tuesday", "\xdater\xfd", "wednesday", "St\u0159eda", "thursday", "\u010ctvrtek", "friday", "P\xe1tek", "saturday", "Sobota", "january", "Leden", "february", "\xdanor", "march", "B\u0159ezen", "april", "Duben", "may", "Kv\u011bten", "june", "\u010cerven", "july", "\u010cervenc", "august", "Srpen", "september", "Z\xe1\u0159\xed", "october", "\u0158\xedjen", "november", "Listopad", "december", "Prosinec", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 hodinov\xfd \u010das", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_109, "Pokro\u010dil\xe9 nastaven\xed", "company_details", "Detaily firmy", "user_details", "U\u017eivatelsk\xe9 detaily", "localization", "Lokalizace", "online_payments", "Online platby", "tax_rates", "Sazby dan\u011b", "notifications", "Notifikace", "import_export", "Import | Export", "custom_fields", "Voliteln\xe1 pole", "invoice_design", "Vzhled faktur", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Nastaven\xed emailu", _s23_42, "\u0160ablony & P\u0159ipom\xednky", _s22_58, _s20_73, _s19_55, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Obchodn\xed podm\xednky", "privacy_policy", "Privacy Policy", "sign_up", "Zaregistrovat se", "account_login", "P\u0159ihl\xe1\u0161en\xed k \xfa\u010dtu", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "St\xe1hnout", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_45, _s24_60, "exchange_rate", "M\u011bnov\xfd kurz", _s16_180, "Zkonvertovat m\u011bnu", "mark_paid", "Mark Paid", "category", "Category", "address", "Adresa", "new_vendor", "Nov\xfd dodavatel", "created_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "restored_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b obnoven", _s16_181, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_182, _s36_11, "new_expense", "Zadat n\xe1klad", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_183, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_116, _s16_184, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_115, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_185, _s21_116, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturov\xe1no", "logged", "P\u0159ihl\xe1\u0161en", "running", "Be\u017e\xedc\xed", "resume", "Pokra\u010dovat", "task_errors", "Pros\xedm opravte p\u0159ekr\xfdvaj\xedc\xed se \u010dasy", "start", "Za\u010d\xe1tek", "stop", "Konec", "started_task", _s25_48, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_50, "now", "Nyn\xed", _s16_186, _s16_187, "timer", "\u010casova\u010d", "manual", "Manu\xe1ln\xed", "budgeted", "Budgeted", "start_time", "Po\u010d\xe1te\u010dn\xed \u010das", "end_time", "\u010cas konce", "date", "Datum", "times", "\u010casy", "duration", "Trv\xe1n\xed", "new_task", "Nov\xfd \xfaloha", "created_task", "\xdaloha \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_task", "\xdaloha \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", "archived_task", "\xdaloha \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_task", "\xdaloha \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_task", "\xdaloha \xfasp\u011b\u0161n\u011b obnovena", "archived_tasks", "\xdasp\u011b\u0161n\u011b archivov\xe1no :count \xfaloh", "deleted_tasks", "\xdasp\u011b\u0161n\u011b smaz\xe1no :count \xfaloh", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, ":count projekt\u016f archivov\xe1no", _s16_190, ":count projekt\u016f smaz\xe1no", _s17_118, "Projekt :value obnoven", "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikn\u011bte zde", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Tento m\u011bs\xedc", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Voliteln\xe9", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobrazit fakturu", "convert", "Convert", "more", "More", "edit_client", "Editovat klienta", "edit_product", "Upravit produkt", "edit_invoice", "Editovat fakturu", "edit_quote", "Upravit nab\xeddku", "edit_payment", "Editovat platbu", "edit_task", "Editovat \xfalohu", "edit_expense", "Editovat n\xe1klad", "edit_vendor", "Editovat dodavatele", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Faktura\u010dn\xed adresa", _s16_193, _s16_194, "total_revenue", "Celkov\xe9 p\u0159\xedjmy", "average_invoice", "Pr\u016fm\u011brn\xe1 faktura", "outstanding", "Nezaplaceno", "invoices_sent", ":count faktur odesl\xe1no", "active_clients", "aktivn\xed klienti", "close", "Zav\u0159\xedt", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Secret", "name", "N\xe1zev", "logout", "Odhl\xe1sit se", "login", "P\u0159ihl\xe1\u0161en\xed", "filter", "Filtr", "sort", "Sort", "search", "Vyhledat", "active", "Aktivn\xed", "archived", "Archivov\xe1no", "deleted", "Smaz\xe1no", "dashboard", "Hlavn\xed panel", "archive", "Archivovat", "delete", "Smazat", "restore", "Obnovit", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_121, _s17_122, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Str\xe1nky", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Jm\xe9no", "last_name", "P\u0159\xedjmen\xed", "add_contact", "P\u0159idat kontakt", "are_you_sure", "Jste si jisti?", "cancel", "Zru\u0161it", "ok", "Ok", "remove", "Odstranit", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_product", "Produkt \xfasp\u011b\u0161n\u011b aktualizov\xe1n", _s16_201, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Pozn\xe1mky", "cost", "Cena", "client", "Klient", "clients", "Klienti", "new_client", "Nov\xfd klient", "created_client", "Klient \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_client", "Klient \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_client", "Klient \xfasp\u011b\u0161n\u011b archivov\xe1n", _s16_204, ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0archivov\xe1no", "deleted_client", "Klient \xfasp\u011b\u0161n\u011b\xa0smaz\xe1n", "deleted_clients", ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0smaz\xe1no", "restored_client", "Klient \xfasp\u011b\u0161n\u011b obnoven", _s16_205, _s36_13, "address1", "Ulice", "address2", "\u010c\xedslo patra/bytu", "city", "M\u011bsto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Zem\u011b", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nov\xe1 faktura", "created_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0vytvo\u0159ena", "updated_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0aktualizov\xe1na", _s16_206, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_207, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_125, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_208, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_126, _s37_17, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_59, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", _s16_260, "terms", "Podm\xednky", "public_notes", "Ve\u0159ejn\xe9 pozn\xe1mky", "private_notes", "Soukrom\xe9 pozn\xe1mky", "frequency", "Frekvence", "start_date", "Po\u010d\xe1te\u010dn\xed datum", "end_date", "Kone\u010dn\xe9 datum", "quote_number", "\u010c\xedslo nab\xeddky", "quote_date", "Datum nab\xeddky", "valid_until", "Plat\xed do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Popis", "unit_cost", "Jedn. cena", "quantity", "Mno\u017estv\xed", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", _s16_261, _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Nastaven\xed", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "DPH", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Odesl\xe1no", "viewed", "Viewed", "approved", "Approved", "partial", "Z\xe1loha", "paid", "Zaplacen\xe9", "mark_sent", "Zna\u010dka odesl\xe1no", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Dokon\u010dit", _s37_18, _s37_19, "dark_mode", "Tmav\xfd m\xf3d", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Pr\xe1zdn\xfd kontakt", "activity", "Aktivita", _s16_211, "Nebyly nalezeny \u017e\xe1dn\xe9 z\xe1znamy", "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Klientsk\xfd port\xe1l", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prvn\xed p\u0159ipom\xednka", "second_reminder", "Druh\xe1 p\u0159ipom\xednka", "third_reminder", "T\u0159et\xed p\u0159ipom\xednka", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "P\u0159edm\u011bt", "body", "T\u011blo", "send_email", "Odeslat email", "email_receipt", "Odeslat potvrzen\xed platby klientovi", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "P\u0159izp\u016fsoben\xed", "history", "Historie", "payment", "Platba", "payments", "Platby", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Odkaz na transakci", "enter_payment", "Zadat platbu", "new_payment", "Zadat platbu", "created_payment", "Platba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_payment", "Platba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s16_219, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_220, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_130, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_221, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_131, _s37_20, "quote", "Nab\xeddka", "quotes", "Nab\xeddky", "new_quote", "Nov\xe1 nab\xeddka", "created_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "archived_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b obnovena", "archived_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", "restored_quotes", _s35_22, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projekty", "activity_1", ":user vytvo\u0159il klienta :client", "activity_2", ":user archivoval klienta :client", "activity_3", ":user smazal klienta :client", "activity_4", ":user vytvo\u0159il fakturu :invoice", "activity_5", ":user zm\u011bnil fakturu :invoice", "activity_6", ":user poslal email s fakturou :invoice pro :client na :contact", "activity_7", "Klient :contact zobrazil fakturu :invoice pro :client", "activity_8", ":user archivoval fakturu :invoice", "activity_9", ":user smazal fakturu :invoice", "activity_10", _s85_0, "activity_11", ":user zm\u011bnil platbu :payment", "activity_12", _s32_14, "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", _s31_26, "activity_17", ":user smazal :credit kredit", "activity_18", ":user vytvo\u0159il nab\xeddku :quote", "activity_19", ":user zm\u011bnil nab\xeddku :quote", "activity_20", _s50_9, "activity_21", ":contact zobrazil nab\xeddku :quote", "activity_22", ":user archivoval nab\xeddku :quote", "activity_23", ":user smazal nab\xeddku :quote", "activity_24", ":user obnovil nab\xeddku :quote", "activity_25", ":user obnovil fakturu :invoice", "activity_26", ":user obnovil klienta :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otev\u0159el tiket :ticket", "activity_55", ":contact odpov\u011bd\u011bl na tiket :ticket", "activity_56", ":user zobrazil tiket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, "Vlastn\xed zpr\xe1va na hlavn\xedm panelu", _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_79, _s20_80, _s20_81, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_226, _s16_261, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatick\xe9 fakturov\xe1n\xed", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "N\xe1zev dan\u011b", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u010c\xe1stka k platb\u011b", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "N\xe1zev dan\u011b 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsindstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Tilf\xf8j gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Tilf\xf8j til faktura nr.: :invoice", _s17_11, _s17_12, "week", "Uge", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opret projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkend", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "S\xe6t adgangskode", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s22_84, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brugerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senest opdateret", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Ikke tilknyttet", "partial_value", "Skal v\xe6re st\xf8rre end nul og mindre end totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiv\xe9r", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Angiv subdom\xe6net eller vis fakturaen p\xe5 din egen hjemmeside.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, "Abonnementet blev opdateret", _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Refunderet betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_39, "Konvert\xe9r til en faktura", _s16_54, _s16_55, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Venligst v\xe6lg en fil", _s16_62, _s16_63, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ikke betalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Faktura total", "quote_total", "Tilbud total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kontrolcifre", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Udgiftskategorier", _s20_48, "Ny udgiftskategori", _s21_46, _s21_47, _s24_29, "Udgiftskategori oprettet", _s24_30, "Ajourf\xf8rt udgiftskategori", _s25_20, "Udgiftskategori arkiveret", _s24_31, "Sletning af kategori er gennemf\xf8rt", _s24_32, _s37_7, _s25_21, "Udgiftskategori genoprettet", _s27_23, ".count udgiftskategori(er) arkiveret", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gentaget faktura", _s18_51, "Gentagende fakturaer", _s21_53, "Ny gentaget fakture", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_35, _s24_36, "always", "Altid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Klientnummer", "auto_convert", "Auto Convert", "company_name", "Firma navn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timer", "statement", "Statement", "taxes", "Skatter", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Kommende fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige betalinger", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Opret faktura", "create_quote", "Opret tilbud", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Slet tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slet faktura", "update_client", "Update Client", "delete_client", "Slet kunde", "delete_payment", "Slet betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slet s\xe6lger", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opret opgave", "update_task", "Update Task", "delete_task", "Slet opgave", "approve_quote", "Approve Quote", "off", "Deaktiver", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token's", "new_token", "New Token", "edit_token", "Redig\xe9r token", "created_token", "Token oprettet", "updated_token", "Token opdateret", "archived_token", _s27_27, "deleted_token", "Token slettet", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8b", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Eksklusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "By/Postnummer", _s17_79, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette vil slette dine data permanent, der er ingen m\xe5der at fortryde.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dage", "age_group_30", "30 - 60 dage", "age_group_60", "60 - 90 dage", "age_group_90", "90 - 120 dage", "age_group_120", "120+ dage", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_85, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_47, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hoved", "load_design", "Indl\xe6s design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Projektforslag", "tickets", "Sager", _s16_98, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Kreditter", "new_credit", "Indtast kredit", "edit_credit", "Redig\xe9r kredit", "created_credit", "Kredit oprettet", "updated_credit", "Opdatering af kredit gennemf\xf8rt", "archived_credit", "Kredit arkiveret", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Kredit genskabt", _s16_100, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_101, _s36_9, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Blank", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupp\xe9r efter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontakttelefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Klients ID", "assigned_to", "Assigned to", "created_by", "Oprettet af :navn", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og tab", "reports", "Rapporter", "report", "Rapport", "add_company", "Tilf\xf8j firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hj\xe6lp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-mailkontakt", "multiselect", "Multiselect", "entity_state", "Status", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Besked", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentation", "contact_us", "Kontakt os", "subtotal", "Subtotal", "line_total", "Sum", "item", "Produkttype", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Indsend", _s16_144, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds e-mail", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_37, "updated_user", "Bruger opdateret", "archived_user", _s26_26, "deleted_user", "Bruger slettet", "removed_user", _s25_40, "restored_user", "Bruger genskabt", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Fakturaindstillinger", _s17_92, _s19_83, _s22_55, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6r Farve", "secondary_color", "Sekund\xe6r Farve", "page_size", "Page Size", "font_size", "Font St\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Product Fields", "invoice_terms", _s20_89, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto konvertering", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ugentlig", "freq_two_weeks", "To uger", "freq_four_weeks", "Fire uger", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Projektfelt", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Pr\xe6fix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Brugerdefineret CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_9, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_35, "Tilbuds Betingelser Afkrydsningsfelt", _s28_22, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_42, "Fakturasignatur", _s30_10, "Kr\xe6v at klienten giver deres underskrift.", _s23_36, "Tilbuds underskrift", _s22_57, "Adgangskodebeskyttet Fakturaer", _s27_38, "Lader dig indtaste en adgangskode til hver kontakt. Hvis en adgangskode ikke er lavet, vil kontakten blive p\xe5lagt at indtaste en adgangskode f\xf8r det er muligt at se fakturaer.", "authorization", "Autorisation", "subdomain", "Underdomain", "domain", "Dom\xe6ne", "portal_mode", "Portal Mode", "email_signature", "Venlig hilsen,", _s24_39, "G\xf8r det lettere for dine klienter at betale dig ved at tilf\xf8je schema.org markup i dine e-mails.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Brug HTML markup sprog", "reply_to_email", "Svar-til e-mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC-email", "processed", "Processed", "credit_card", "Kreditkort", "bank_transfer", "Bankoverf\xf8rsel", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiv\xe9r minimum", "enable_max", "Aktiv\xe9r maksimum", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_49, "Opdater kundens adresse med de opgivne detaljer", "rate", "Sats", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-udfyld produkter", _s18_86, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_71, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Januar", "february", "Februar", "march", "Marts", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_109, "Avancerede indstillinger", "company_details", "Virksomhedsinformation", "user_details", "User Details", "localization", "Lokalisering", "online_payments", "Onlinebetaling", "tax_rates", "Momssatser", "notifications", "P\xe5mindelser", "import_export", "Import/Eksport", "custom_fields", "Brugerdefineret felt", "invoice_design", "Fakturadesign", "buy_now_buttons", '"K\xf8b nu" knapper', "email_settings", "E-mail-indstillinger", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s17_154, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Vilk\xe5r for brug", "privacy_policy", "Privatlivspolitik", "sign_up", "Registrer dig", "account_login", "Konto Log ind", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Opret ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Hent", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konverteret", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark\xe9r som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny s\xe6lger", "created_vendor", "S\xe6lger oprettet", "updated_vendor", "S\xe6lger opdateret succesfuldt", "archived_vendor", "Gennemf\xf8rte arkivering af s\xe6lger", "deleted_vendor", "Sletning af s\xe6lger gennemf\xf8rt", "restored_vendor", "Genskabelse af s\xe6lger gennemf\xf8rt", _s16_181, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_182, _s36_11, "new_expense", "Indtast udgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Opgave stoppet", "resumed_task", _s25_50, "now", "Nu", _s16_186, _s16_187, "timer", "Tidtager", "manual", "Manuelt", "budgeted", "Budgeted", "start_time", "Start Tidspunkt", "end_time", "Slut tidspunkt", "date", "Dato", "times", "Gange", "duration", "Varighed", "new_task", "Ny opgave", "created_task", "Opgave oprettet", "updated_task", "Opgave opdateret", "archived_task", "Opgave arkiveret", "deleted_task", "Opgave slettet", "restored_task", "Opgave genskabt", "archived_tasks", "Antal arkiverede opgaver: :count", "deleted_tasks", "Antal opgaver slettet: :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_188, "Projektet blev arktiveret", "deleted_project", _s22_84, _s16_189, "Projektet blev genskabt", _s17_117, ":count projekter blev arkiveret", _s16_190, ":count projekter blev slettet", _s17_118, _s37_15, "new_project", "Nyt projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "Klik her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5ned", "last_month", "Forrige m\xe5ned", "this_year", "Dette \xe5r", "last_year", "Forrige \xe5r", "custom", "Brugertilpasset", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger kunde", "edit_product", "Rediger produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Rediger tilbud", "edit_payment", "Redig\xe9r betaling", "edit_task", "Redig\xe9r opgave", "edit_expense", "Edit Expense", "edit_vendor", "Redig\xe9r s\xe6lger", "edit_project", "Redig\xe9r projekt", _s20_74, _s20_75, "billing_address", "Faktura adresse", _s16_193, _s16_194, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Luk", "email", "E-mail", "password", "Kodeord", "url", "URL", "secret", "Hemmelighed", "name", "Navn", "logout", "Log ud", "login", "Log ind", "filter", "Filter", "sort", "Sort", "search", "S\xf8g", "active", "Aktiv", "archived", "Archived", "deleted", "Slettet", "dashboard", "Oversigt", "archive", "Arkiv", "delete", "Slet", "restore", "Genskab", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_121, _s17_122, "paid_to_date", "Betalt pr. d.d.", "balance_due", "Udest\xe5ende bel\xf8b", "balance", "Balance", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Hjemmeside", "vat_number", "CVR/SE-nummer", "id_number", "CVR/SE-nummer", "create", "Opret", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Efternavn", "add_contact", "Tilf\xf8j kontakt", "are_you_sure", "Er du sikker?", "cancel", "Annuller", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_201, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_202, "Genskabelse af produkt gennemf\xf8rt", _s17_123, _s37_23, _s16_203, "Sletning af :count produkter gennemf\xf8rt", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notes", "cost", "Cost", "client", "Kunde", "clients", "Kunder", "new_client", "Ny kunde", "created_client", "Kunde oprettet succesfuldt", "updated_client", "Kunde opdateret", "archived_client", "Kunde arkiveret", _s16_204, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_205, _s36_13, "address1", "Gade", "address2", "Nummer", "city", "By", "state", "Omr\xe5de", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura oprettet", "updated_invoice", "Faktura opdateret", _s16_206, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_207, "Faktura genskabt", _s17_125, "Arkiverede :count fakturaer", _s16_208, "Slettede :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabat", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Public Notes", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Slutdato", "quote_number", "Tilbuds nummer", "quote_date", "Tilbuds dato", "valid_until", "Gyldig indtil", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Enhedspris", "quantity", "Stk.", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Betalingsfrist", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "F\xe6rdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk tilstand", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktiveret", "recipients", "Modtagere", "initial_email", "Indledende e-mail", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Skabelon", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send e-mail", "email_receipt", "Send e-mail kvittering til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingstype", _s21_85, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_219, "Betaling arkiveret", "deleted_payment", _s16_263, _s16_220, "Betaling genskabt", _s17_130, "Arkiverede :count betalinger", _s16_221, "Slettede :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nyt tilbud", "created_quote", "Tilbud oprettet", "updated_quote", "Tilbud opdateret", "archived_quote", "Tilbud arkiveret", "deleted_quote", "Tilbud slettet", "restored_quote", "Tilbud genskabt", "archived_quotes", "Arkiverede :count tilbud", "deleted_quotes", "Slettede :count tilbud", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_47, "activity_2", ":user arkiverede kunde :client", "activity_3", ":user slettede kunde :client", "activity_4", ":user oprettede faktura :invoice", "activity_5", ":user ajourf\xf8rte faktura :invoice", "activity_6", ":user emailede fakturaen :invoice for :client til :contact", "activity_7", ":contact l\xe6ste faktura :invoice for :client", "activity_8", ":user arkiverede faktura :invoice", "activity_9", ":user slettede faktura :invoice", "activity_10", ":contact indtastede betaling :payment for :payment_amout i fakturaen :invoice for :client", "activity_11", ":user ajourf\xf8rte betaling :payment", "activity_12", ":user arkiverede betaling :payment", "activity_13", ":user slettede betaling :payment", "activity_14", ":user indtastede :credit kredit", "activity_15", ":user ajourf\xf8rte :credit kredit", "activity_16", ":user arkiverede :credit kredit", "activity_17", ":user slettede :credit kredit", "activity_18", ":user oprettede tilbud :quote", "activity_19", ":user ajourf\xf8rte tilbud :quote", "activity_20", ":user emailede tilbuddet :quote for :client til :contact", "activity_21", ":contact l\xe6ste tilbud :quote", "activity_22", ":user arkiverede tilbud :quote", "activity_23", ":user slettede tilbud:quote", "activity_24", ":user genoprettede tilbud :quote", "activity_25", ":user genoprettede faktura :invoice", "activity_26", ":user genoprettede kunde :client", "activity_27", ":user genoprettede betaling :payment", "activity_28", ":user genoprettede :credit kredit", "activity_29", ":contact godkendte tilbuddet :quote for :client", "activity_30", ":user oprettede s\xe6lger :vendor", "activity_31", ":user arkiverede s\xe6lger :vendor", "activity_32", ":user slettede s\xe6lgeren :vendor", "activity_33", ":user genskabte s\xe6lgeren :vendor", "activity_34", ":user oprettede udgiften :expense", "activity_35", ":user arkiverede udgiften :expense", "activity_36", ":user slettede udgiften :expense", "activity_37", ":user genskabte udgiften :expense", "activity_39", ":user annullerede en :payment_amount betaling :payment", "activity_40", ":bruger refunderet :justering af en :betaling_bel\xf8b betaling :betaling", "activity_41", ":payment_amount betaling (:betaling) mislykkedes", "activity_42", ":user oprettede opgaven :task", "activity_43", ":user opdaterede opgaven :task", "activity_44", ":user arkiverede opgaven :task", "activity_45", ":user slettede opgave :task", "activity_46", ":user genoprettede opgave :task", "activity_47", ":user ajourf\xf8rte udgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user gen\xe5bnede sagen :ticket", "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-t\xe6ller", _s20_79, _s20_80, _s20_81, "Tilbuds nummer-t\xe6ller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8b", "age", "Alder", "is_running", "Is Running", "time_log", "Tids log", "bank_id", "bank", _s19_70, _s19_71, _s16_227, "Udgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankrekeningen", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user heeft aankooporder :purchase_order aangemaakt", "activity_131", ":user heeft aankooporder :purchase_order aangepast", "activity_132", ":user heeft aankooporder :purchase_order gearchiveerd", "activity_133", ":user heeft aankooporder :purchase_order verwijderd", "activity_134", ":user heeft aankooporder :purchase_order hersteld", "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Samenvoegen", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepteer", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsinstellingen", "default", "Standaard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Openstaand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Gateway toevoegen", _s24_7, _s77_, "left", "Links", "right", "Rechts", "center", "Midden", "page_numbering", "Pagina nummering", _s24_8, "Pagina nummering uitlijning", _s31_1, "Factuur verstuurd", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Maak binnen enkele seconden uw account aan", "login_label", _s28_0, "add_to_invoice", "Toevoegen aan factuur :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Factuur valuta", "range", "Bereik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Project aanmaken", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "De toeslag voor een :amount factuur is :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", "Succesvol :value taken gestart", "stopped_tasks", "Succesvol :value taken gestopt", "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Goedkeuren", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Reken om naar", "client_currency", "Klant valuta", _s16_14, "Bedrijf valuta", "purged_client", "De klant is gewist", _s27_8, "Om spam te voorkomen moet je een betaald account hebben om emails aan te passen", _s22_25, "Upgrade uw abonnement om meer bedrijven toe te voegen", _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, "Data is aan het laden - een moment geduld", "wait_for_saving", "Data is aan het opslaan - een moment geduld", _s20_23, "Opmerking: veranderingen die hier worden gemaakt zijn voorvertoningen, ze moeten hierboven worden toegepast", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user heeft terugkerende uitgave :recurring_expense aangemaakt", "activity_121", "::user heeft terugkerende uitgave :recurring_expense aangepast", "activity_122", ":user heeft terugkerende uitgave :recurring_expense gearchiveerd", "activity_123", ":user heeft terugkerende uitgave :recurring_expense verwijderd", "activity_124", ":user heeft terugkerende uitgave :recurring_expense teruggezet", "normal", "Normaal", "large", "Groot", "extra_large", "Extra groot", _s16_17, "Laat PDF voorvertoning zien", _s21_20, "Laat PDF voorvertoning zien tijdens het aanpassen van de facturen", "print_pdf", "Print PDF", "remind_me", "Herinner mij", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Verberg voorvertoning", "edit_record", "Edit Record", _s27_9, "Het kredietbedrag kan niet meer zijn dan het te factureren bedrag.", "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_21, "Voer een account wachtwoord in", "set_password", "Stel wachtwoord in", _s17_14, "Wij raden de desktop app aan voor de beste werking.", _s16_21, "Wij raden de mobiele app aan voor de beste werking.", _s20_24, _s33_4, "disconnect", "Verbreek verbinding", "add_to_invoices", "Voeg toe aan facturen", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Klant postcode", _s17_16, "Klant BTW-nummer", "has_tasks", "Has Tasks", "registration", "Registratie", _s27_10, _s50_4, "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Systeem", _s19_15, "Stel in als standaard bedrijf", "updated_company", "Bedrijf succesvol ge\xfcpdatet", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Help ons door aan te geven waarom (optioneel)", "webhook_success", "Webhook Success", _s24_14, "Taken moeten allemaal behoren tot dezelfde klant", _s27_11, "Kosten moeten allemaal behoren tot dezelfde klant", "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Van naam", _s16_23, "Kopieer naar uitgave", _s17_19, "Terugkerende uitgave", _s18_19, "Terugkerende uitgaven", _s21_22, "Nieuwe terugkerende uitgave", _s22_27, "Terugkerende uitgave bewerken", _s25_3, "De terugkerende uitgave is aangemaakt", _s25_4, "De terugkerende uitgave is gewijzigd", _s26_4, "De terugkerende uitgave is gearchiveerd", _s25_5, _s25_61, _s25_6, _s38_2, _s26_5, "De terugkerende uitgave is hersteld", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gebruikershandleiding", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importeer data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user heeft terugkerend factuur :recurring_invoice aangemaakt", "activity_101", ":user heeft terugkerend factuur :recurring_invoice aangepast", "activity_102", ":user heeft terugkerend factuur :recurring_invoice gearchiveerd", "activity_103", ":user heeft terugkerend factuur :recurring_invoice verwijderd", "activity_104", ":user heeft terugkerend factuur :recurring_invoice teruggezet", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Laatst bijgewerkt", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Contact voornaam", _s17_23, "Contact achternaam", "order", "Order", "unassigned", "Niet toegewezen", "partial_value", "Moet groter zijn dan nul en minder dan het totaal", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeer", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Stel het subdomein in of toon de factuur op uw eigen website.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promocode", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementen", _s16_41, "Nieuw Abonnement", _s17_29, "Abonnement wijzigen", _s20_29, "Het abonnement is aangemaakt", _s20_30, "Het abonnement is gewijzigd", _s21_34, "Het abonnement is gearchiveerd", _s20_31, _s31_27, _s20_32, _s31_27, _s21_35, "Succesvol abonnement hersteld", _s19_21, "Zoek 1 abonnement", _s20_33, "Zoek :count abonnementen", _s26_8, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_43, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_35, "Succesvol verbroken met Gmail", _s16_45, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_46, "Klant-id nummer", "count_minutes", ":count minuten", _s16_48, "Wachtwoord timeout", _s29_5, "Gedeelde factuur/offertenummers teller", "use_last_email", "Gebruik laatste e-mail", _s16_50, "Activeer bedrijf", _s21_37, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_16, "Er is een fout opgetreden, probeer het opnieuw", _s27_17, "Stel eerst een wachtwoord in", _s34_7, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_16, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_22, "2FA succesvol uitgeschakeld", _s16_52, "Account succesvol verbonden", _s19_23, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_4, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_38, "Scan de streepjescode met een :link compatibele app.", _s18_36, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_31, "Verwijder Google", _s17_33, "Tweestaps-authenticatie", _s18_37, "Schakel twee factor authenticatie uit", _s34_8, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_18, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_24, "Time-out van websessie", _s17_34, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_10, "Bevestig je e-mailadres", _s16_53, "Gecrediteerde betaling", _s19_26, _s27_71, _s19_28, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_36, "Start Multi select", _s27_19, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_39, "Om :client_counter te gebruiken, voeg ofwel :client_number of :client_id_number toe om conflicten te voorkomen", "this_quarter", "Dit kwartaal", "last_quarter", "Laatste Kwartaal", "to_update_run", "Om bij te werken voer", _s18_39, "Zet om naar factuur", _s16_54, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_29, "Zoek betalingstermijn 1", _s20_34, "Zoek :count betalingstermijnen", _s16_56, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_58, "Ondersteunde gebeurtenissen", _s16_60, "Omgezet bedrag", _s17_38, "Omgekeerd balans", _s22_31, '"Reeds betaald" omzetten', _s24_19, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_40, "Standaard documenten", "document_upload", "Document uploaden", _s20_35, "Laat klanten documenten uploaden", "expense_total", "Totale uitgave", "enter_taxes", "Voer belastingen in", "by_rate", "Op tarief", "by_amount", "Op bedrag", "enter_amount", "Voer bedrag in", "before_taxes", "Voor BTW", "after_taxes", "Na BTW", "color", "Kleur", "show", "Tonen", "hide", "Verbergen", "empty_columns", "Lege kolommen", _s21_41, "Foutopsporingsmodus is ingeschakeld", _s26_11, "Opgelet: Debug modus dient enkel gebruikt te worden tijdens lokale ontwikkeling, aangezien gevoelige informatie op deze manier zichtbaar wordt. Klik op meer te weten te komen.", "running_tasks", "Lopende taken", "recent_tasks", "Recente taken", "recent_expenses", "Recente uitgaven", _s17_42, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_21, "Dubbele kolommapping", _s20_36, "Gebruik inclusieve belastingen", _s18_41, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_16, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_62, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_33, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", "Voorvertoning laadt sneller maar is minder accuraat", "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_44, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_34, 'Typ ":value" om te bevestigen', "purge", "Wissen", "service", "Service", "clone_to", "Dupliceer naar", "clone_to_other", "Dupliceert naar andere", "labels", "Labels", "add_custom", "Aangepast toevoegen", "payment_tax", "Betalingsbelasting", "unpaid", "Onbetaald", "white_label", "White Label", "delivery_note", "Afleveringsbon", _s24_24, "Verzonden facturen zijn vergrendeld", _s24_26, "Betaalde facturen zijn vergrendeld", "source_code", "Broncode", "app_platforms", "App-platforms", "invoice_late", "Factuur te laat", "quote_expired", "Offerte verlopen", "partial_due", "Te betalen voorschot", "invoice_total", "Factuur totaal", "quote_total", "Offertetotaal", "credit_total", "Totaal Credit", _s23_19, "Factuur totaal", "actions", "Acties", "expense_number", "Uitgave nummer", "task_number", "Taaknummer", "project_number", "Projectnummer", "project_name", "Project naam", "warning", "Waarschuwing", "view_settings", "Instellingen tonen", _s24_28, "Waarschuwing: dit bedrijf is nog niet geactiveerd", "late_invoice", "Late factuur", "expired_quote", "Verlopen offerte", "remind_invoice", "Herinnering Factuur", "cvv", "CVV", "client_name", "Klantnaam", "client_phone", "Klant telefoon", "required_fields", "Verreisde velden", "calculated_rate", "Berekend tarief", _s17_46, "Standaard taak tarief", "clear_cache", "Maak cache leeg", "sort_order", "Sorteer volgorde", "task_status", "Status", "task_statuses", "Taak status", "new_task_status", "Nieuwe taak status", _s16_64, "Taak status aanpassen", _s19_30, "Succesvol een taak status aangemaakt", _s19_31, _s20_90, _s20_38, "Succesvol een taak status gearchiveerd", _s19_32, _s36_17, _s19_33, _s36_17, _s20_39, "Succesvol een taak status hersteld", _s22_35, "Succesvol taakstatussen :value gearchiveerd", _s21_43, "Succesvol taak statussen :value verwijderd", _s22_36, "Succesvol taak statussen :value hersteld", _s18_43, "Zoek 1 taak status", _s20_41, "Zoek :count taak statussen", _s16_66, "Taken tabel tonen", _s21_44, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_42, "Factuur taak tijdlog", _s25_17, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_44, "Factuur taak datumlog", _s25_18, "Voeg datumdetails toe aan de factuurregelitems", _s21_45, "Start taken voordat het wordt opgeslagen", _s18_44, "Status instellen", "task_settings", "Taak instellingen", _s20_46, "Categorie\xebn instellen", _s18_46, _s16_264, _s20_48, "Nieuwe uitgavecategorie", _s21_46, "Bewerk uitgavencategorie", _s24_29, "De uitgaven categorie is aangemaakt", _s24_30, "De uitgaven categorie is gewijzigd", _s25_20, "De uitgaven categorie is gearchiveerd", _s24_31, "De categorie is verwijderd", _s24_32, "De uitgavencategorie is verwijderd", _s25_21, "De uitgaven categorie hersteld", _s27_23, ":count uitgave-categorie\xebn gearchiveerd", _s26_12, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_24, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_20, "Zoek 1 uitgavencategorie", _s25_23, "Zoek :count uitgave categorie\xebn", _s21_48, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_37, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_48, "De applicatie draait op de laatste versie, maar wellicht zijn er nog een aantal fixes beschikbaar.", "mark_paid_help", "Volg de uitgave dat betaald is", _s18_48, "Moet worden gefactureerd", _s23_21, "Maak het mogelijk de uitgave te factureren", _s29_8, "Laat de documenten zien", _s21_50, "Stel een ruilwaarde in van de valuta", _s16_68, "Uitgave instellingen", _s18_49, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_49, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_24, "Herhalend factuur succesvol stopgezet", _s25_25, "Herhalend factuur succesvol gestart", _s25_26, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_34, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_38, "Eerste dag van de maand", _s21_51, "Laatste dag van de maand", _s17_51, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_70, "Resterende keren", _s17_53, "Terugkerende factuur", _s18_51, "Terugkerende facturen", _s21_53, "Nieuwe terugkerende factuur", _s22_40, "Bewerk terugkerende factuur", _s25_27, "Herhalend factuur succesvol aangemaakt", _s25_28, "Herhalend factuur succesvol bijgewerkt", _s26_13, "De terugkerende factuur is gearchiveerd", _s25_29, "De terugkerende factuur is verwijderd", _s25_30, "Herhalend factuur succesvol verwijderd", _s26_14, "De terugkerende factuur is hersteld", _s27_25, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_15, "Terugkerende succesvol verwijderd: waarde facturen", _s27_26, "Terugkerende succesvol hersteld: waarde facturen", _s24_33, "Zoek 1 herhalend factuur", _s25_31, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_8, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_53, "Toestaan te betalen boven het te betalen bedrag", _s23_22, "Draag bij aan extra betalen om fooi te accepteren", _s19_35, "Toestaan te betalen onder het te betalen bedrag", _s24_34, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_4, "Koppelen mislukt", _s30_5, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_55, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_72, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_35, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_91, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_55, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_74, "De facturen zijn gemaild", "emailed_quotes", "De offertes zijn gemaild", "emailed_credits", "Creditnota is succesvol gemaild", "gateway", "Gateway", "view_in_stripe", "Bekijk in Stripe", "rows_per_page", "Regels per pagina", "hours", "Uren", "statement", "Overzicht", "taxes", "Belastingen", "surcharge", "Toeslag", "apply_payment", "Betaling toepassen", "apply_credit", "Gebruik krediet", "apply", "Toepassen", "unapplied", "Niet toegepast", "select_label", "Selecteer label", "custom_labels", "Aangepaste labels", "record_type", "Record Type", "record_name", "Record naam", "file_type", "Bestandstype", "height", "Hoogte", "width", "Breedte", "to", "Aan", "health_check", "Health Check", "payment_type_id", "Betalingstype", "last_login_at", "Voor het laatst ingelogd", "company_key", "Bedrijfssleutel", "storefront", "Storefront", "storefront_help", "Activeer third-party applicaties om facturen te maken", "client_created", "Klant aangemaakt", _s20_51, "Online betalingsmail", _s20_53, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_57, "Geselecteerde facturen", _s17_59, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_61, "Geselecteerde uitgaves", _s17_63, "Aankomende facturen", _s17_65, "Verlopen facturen", "recent_payments", "Recente betalingen", "upcoming_quotes", "Eerstvolgende offertes", "expired_quotes", "Verlopen offertes", "create_client", "Klant aanmaken", "create_invoice", "Factuur aanmaken", "create_quote", "Maak offerte aan", "create_payment", "Cre\xeber betaling", "create_vendor", "Leverancier aanmaken", "update_quote", "Offerte bijwerken", "delete_quote", "Verwijder offerte", "update_invoice", "Factuur bijwerken", "delete_invoice", "Verwijder factuur", "update_client", "Klant bijwerken", "delete_client", "Verwijder klant", "delete_payment", "Verwijder betaling", "update_vendor", "Leverancier bijwerken", "delete_vendor", "Verwijder leverancier", "create_expense", "Cre\xeber uitgave", "update_expense", "Uitgave bijwerken", "delete_expense", "Verwijder uitgave", "create_task", "Taak aanmaken", "update_task", "Taak bijwerken", "delete_task", "Verwijder taak", "approve_quote", "Offerte goedkeuren", "off", "Uit", "when_paid", "Wanneer betaald", "expires_on", "Verloopt op", "free", "Gratis", "plan", "Abonnement", "show_sidebar", "Laat zijbalk zien", "hide_sidebar", "Verberg zijbalk", "event_type", "Event Type", "target_url", "Doel", "copy", "Kopieer", "must_be_online", "Herstart alsjeblieft de applicatie wanneer er verbinding is met het internet", _s17_67, "De crons moeten geactiveerd worden", "api_webhooks", "API Webhooks", "search_webhooks", "Zoek :count webhooks", "search_webhook", "Zoek 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nieuwe webhook", "edit_webhook", "Webhook bijwerken", "created_webhook", "Webhook succesvol aangemaakt", "updated_webhook", "Webhook succesvol bijgewerkt", _s16_76, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_67, "removed_webhook", _s28_67, _s16_77, "Webhook succesvol hersteld", _s17_68, "Succesvol gearchiveerd: waarde webhooks", _s16_78, _s37_24, _s16_79, _s37_24, _s17_69, "Succesvol hersteld: waarde webhooks", "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Zoek :count tokens", "search_token", "Zoek 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Nieuwe token", "edit_token", "Wijzig token", "created_token", "Het token is aangemaakt", "updated_token", "Het token is gewijzigd", "archived_token", "Het token is gearchiveerd", "deleted_token", "Het token is verwijderd", "removed_token", "Token succesvol verwijderd", "restored_token", "Token succesvol hersteld", "archived_tokens", "Succesvol gearchiveerd: waarde tokens", "deleted_tokens", "Succesvol verwijderd: waarde tokens", "restored_tokens", "Succesvol hersteld: waarde tokens", _s19_37, "Klant registratie", _s24_37, "Zelfregistratie voor klanten in het portaal toestaan", _s21_55, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_56, "Er is geen e-mailadres ingesteld voor de klant", "ledger", "Grootboek", "view_pdf", "Bekijk PDF", "all_records", "Alle gegevens", "owned_by_user", "Owned door gebruiker", _s16_80, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_82, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_24, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_83, "Nieuwe betalingstermijn", _s17_71, "Bewerk betalingstermijn", _s20_57, "De betalingstermijn is aangemaakt", _s20_58, "De betalingstermijn is gewijzigd", _s21_56, "De betalingstermijn is gearchiveerd", _s20_59, _s38_16, _s20_60, _s38_16, _s21_57, "betalingstermijn met succes hersteld", _s22_45, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_58, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_46, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_26, "Verander naar de mobiele layout?", _s24_38, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Creditbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_57, "Gedeeltelijk terugbetaald", _s16_85, "Documenten zoeken", "search_designs", "Ontwerpen zoeken", "search_invoices", "Facturen zoeken", "search_clients", "Klanten zoeken", "search_products", "Producten zoeken", "search_quotes", "Offertes zoeken", "search_credits", "Zoek Krediet", "search_vendors", "Zoek Leveranciers", "search_users", "Zoek Gebruikers", _s16_86, "Zoek Belastingstarieven", "search_tasks", "Zoek Taken", "search_settings", "Zoek Instellingen", "search_projects", "Zoek Projecten", "search_expenses", "Zoek Uitgaven", "search_payments", "Zoek Betalingen", "search_groups", "Zoek Groepen", "search_company", "Zoek Bedrijf", "search_document", "Zoek 1 document", "search_design", "Zoek 1 ontwerp", "search_invoice", "Zoek 1 factuur", "search_client", "Zoek 1 klant", "search_product", "Zoek 1 product", "search_quote", "Zoek 1 offerte", "search_credit", "Zoek 1 krediet", "search_vendor", "Zoek 1 leverancier", "search_user", "Zoek 1 gebruiker", "search_tax_rate", "Zoek 1 BTW-tarief", "search_task", "Zoek 1 taak", "search_project", "Zoek 1 project", "search_expense", "Zoek 1 uitgave", "search_payment", "Zoek 1 betaling", "search_group", "Zoek 1 groep", "refund_payment", "Terugbetalen", _s17_75, "Factuur succesvol geannuleerd", _s18_59, "Facturen succesvol geannuleerd", _s16_92, "Factuur succesvol teruggedraaid", _s17_76, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_77, "Stad/Provincie/Postcode", _s17_79, "Postcode/Stad/Provincie", "custom1", _s17_155, "custom2", _s17_156, "custom3", _s16_265, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_93, "De bedrijfsgegevens zijn gewist", _s18_60, "Waarschuwing: Dit zal uw gegevens verwijderen. Er is geen manier om dit ongedaan te maken.", "invoice_balance", "Factuur balans", "age_group_0", "0 - 30 dagen", "age_group_30", "30 - 60 dagen", "age_group_60", "60 - 90 dagen", "age_group_90", "90 - 120 dagen", "age_group_120", "120+ dagen", "refresh", "Verversen", "saved_design", "Ontwerp opgeslagen", "client_details", "Klantgegevens", "company_address", "Bedrijfs-adres", "invoice_details", "Factuur details", "quote_details", "Offerte Details", "credit_details", "Kredietgegevens", "product_columns", "Product kolommen", "task_columns", "Taak kolommen", "add_field", "Veld toevoegen", "all_events", "Alle gebeurtenissen", "permissions", "Rechten", "none", "Geen", "owned", "Eigendom", "payment_success", "Betaling is gelukt", "payment_failure", "Betalingsfout", "invoice_sent", ":count factuur verzonden", "quote_sent", "Offerte Verzonden", "credit_sent", "Factuur verzonden", "invoice_viewed", "Factuur bekeken", "quote_viewed", "Offerte Bekeken", "credit_viewed", "Krediet bekeken", "quote_approved", "Offerte Goedgekeurd", _s25_33, "Ontvang alle notificaties", _s16_94, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_47, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_48, "Waarschuwing: Hiermee verwijder je permanent je bedrijf, dit kan niet worden ontdaan.", "enabled_modules", "Ingeschakelde modules", "converted_quote", "Offerte omgezet", "credit_design", "Krediet ontwerp", "includes", "Inclusief", "header", "Koptekst", "load_design", "Laad ontwerp", "css_framework", "CSS Framework", "custom_designs", "Aangepaste Ontwerpen", "designs", "Ontwerpen", "new_design", "Nieuw ontwerp", "edit_design", "Ontwerp aanpassen", "created_design", "Ontwerp aangemaakt", "updated_design", "Ontwerp bijgewerkt", "archived_design", "Ontwerp gearchiveerd", "deleted_design", _s18_127, "removed_design", _s18_127, "restored_design", "Ontwerp teruggehaald", _s16_96, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_97, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_98, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_61, "Accountbeheer", "credit_date", "Creditdatum", "credit", "Credit", "credits", "Creditnota's", "new_credit", "Nieuwe creditnota", "edit_credit", "Wijzig krediet", "created_credit", "De creditnota is aangemaakt", "updated_credit", "Het krediet is gewijzigd", "archived_credit", "De creditnota is gearchiveerd", "deleted_credit", "De creditnota is verwijderd", "removed_credit", "Krediet is verwijders", "restored_credit", "De creditnota is hersteld", _s16_100, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_101, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_21, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_102, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_81, _s17_82, "credit_footer", "Krediet voettekst", "credit_terms", "Kredietvoorwaarden", "new_company", "Nieuw bedrijf", "added_company", "Bedrijf toegevoegd", "company1", "Aangepast bedrijf 1", "company2", "Aangepast bedrijf 2", "company3", "Aangepast bedrijf 3", "company4", "Aangepast bedrijf 4", "product1", "Aangepast product 1", "product2", "Aangepast product 2", "product3", "Aangepast product 3", "product4", "Aangepast product 4", "client1", "Aangepast cli\xebnt 1", "client2", "Aangepast cli\xebnt 2", "client3", "Aangepast cli\xebnt 3", "client4", "Aangepast cli\xebnt 4", "contact1", "Aangepast Contact 1", "contact2", "Aangepast Contact 2", "contact3", "Aangepast Contact 3", "contact4", "Aangepast Contact 4", "task1", "Aangepaste Taak 1", "task2", "Aangepaste Taak 2", "task3", "Aangepaste Taak 3", "task4", "Aangepaste Taak 4", "project1", "Aangepast Project 1", "project2", "Aangepast Project 2", "project3", "Aangepast Project 3", "project4", "Aangepast Project 4", "expense1", "Aangepaste Uitgave 1", "expense2", "Aangepaste Uitgave 2", "expense3", "Aangepaste Uitgave 3", "expense4", "Aangepaste Uitgave 4", "vendor1", "Aangepaste Aanbieder 1", "vendor2", "Aangepaste Aanbieder 2", "vendor3", "Aangepaste Aanbieder 3", "vendor4", "Aangepaste Aanbieder 4", "invoice1", "Aangepaste Factuur 1", "invoice2", "Aangepaste Factuur 2", "invoice3", "Aangepaste Factuur 3", "invoice4", "Aangepaste Factuur 4", "payment1", "Aangepaste Betaling 1", "payment2", "Aangepaste Betaling 2", "payment3", "Aangepaste Betaling 3", "payment4", "Aangepaste Betaling 4", "surcharge1", _s20_92, "surcharge2", _s20_93, "surcharge3", _s20_94, "surcharge4", _s20_95, "group1", "Aangepaste Groep 1", "group2", "Aangepaste Groep 2", "group3", "Aangepaste Groep 3", "group4", "Aangepaste Groep 4", "reset", "Reset", "number", "Nummer", "export", "Exporteer", "chart", "Grafiek", "count", "Telling", "totals", "Totalen", "blank", "Blanco", "day", "Dag", "month", "Maand", "year", "Jaar", "subgroup", "Subgroep", "is_active", "Is actief", "group_by", "Groepeer per", "credit_balance", "Kredietsaldo", _s18_67, "Contact laatste Login", _s17_83, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_59, "Contact aangepaste waarde 1", _s21_60, "Contact aangepaste waarde 2", _s21_61, "Contact aangepaste waarde 3", _s21_62, "Contact aangepaste waarde 4", _s17_85, "Leveringsstraat", _s17_86, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_61, "Leverings Postcode", _s16_132, "Leveringsland", _s16_134, "Facturatie straat", _s16_135, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_40, "Facturatie Postcode", "billing_country", "Facturatieland", "client_id", "Klantnummer", "assigned_to", "Toegewezen aan", "created_by", "Aangemaakt door :name", "assigned_to_id", "Toegekend aan ID", "created_by_id", "Gemaakt door ID", "add_column", "Voeg kolom toe", "edit_columns", "Wijzig kolom", "columns", "Kolommen", "aging", "Toekomst", "profit_and_loss", "Winst en verlies", "reports", "Rapporten", "report", "Rapport", "add_company", "Bedrijf toevoegen", "unpaid_invoice", "Onbetaalde factuur", "paid_invoice", "Betaalde factuur", _s16_136, "Niet goedgekeurde offerte", "help", "Help", "refund", "Terugbetaling", "refund_date", "Terugbetaling datum", "filtered_by", "Gefilterd op", "contact_email", "Contact e-mail", "multiselect", "Multiselectie", "entity_state", "Staat", "verify_password", "Verifieer wachtwoord", "applied", "Toegepast", _s21_63, "Voeg recente fouten uit de logboeken toe", _s30_8, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_63, "toon product details", _s25_35, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_65, "De PDF renderaar vereist :version", _s18_70, "Pas Vergoedingspercentage Aan", _s23_28, "Pas percentage aan om rekening te houden met de kosten", _s18_72, "Instellingen configureren", "support_forum", "Support Forum", "about", "Over", "documentation", "Documentatie", "contact_us", "Contacteer ons", "subtotal", "Subtotaal", "line_total", "Totaal", "item", "Artikel", "credit_email", "Krediet E-mail", "iframe_url", "Website", "domain_url", "Domein URL", _s21_64, "Wachtwoord is te kort", _s20_66, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_42, "Klantenportaal taken", _s23_29, "Klantenportaal dashboard", _s20_67, "Voer alstublieft een waarde in", "deleted_logo", "Logo verwijderd", "yes", "Ja", "no", "Nee", "generate_number", "Genereer nummer", "when_saved", "Als opgeslagen", "when_sent", "Als verzonden", "select_company", "Selecteer Bedrijf", "float", "Float", "collapse", "Inklappen", "show_or_hide", "Laten zien/Verbergen", "menu_sidebar", "Menu Zijbalk", "history_sidebar", "Geschiedenis Zijbalk", "tablet", "Tablet", "mobile", "Mobiel", "desktop", "Bureaublad", "layout", "Indeling", "view", "Bekijken", "module", "Module", "first_custom", _s17_155, "second_custom", _s17_156, "third_custom", _s16_265, "show_cost", "Toon kosten", _s17_88, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_65, "Toon product hoeveelheid", _s26_23, "Toon aantallen voor producten, anders de standaard versie", _s21_67, "Toon factuur aantallen", _s26_24, "Toon aantallen voor regelitem, anders de standaard versie", _s21_69, "Toon product korting", _s26_25, "Geef een regelitem kortingssveld weer", _s16_138, "Standaard aantallen", _s21_71, "Stel de producthoeveelheid automatisch in op 1", "one_tax_rate", "Eerste BTW-tarief", "two_tax_rates", "Tweede BTW-tarief", "three_tax_rates", "Derde BTW-tarief", _s16_140, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_90, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_74, _s31_28, "configure_rates", "Tarieven instellen", _s18_75, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_77, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_44, "Komma gescheiden lijst", "options", "Opties", _s16_142, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_37, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_144, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Creditnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_145, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_79, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_86, "payment_partial", _s22_86, _s21_72, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_147, "Eindeloze taak", _s16_149, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_80, "Geef gebruiker de toestemming om andere gebruikers te beheren, instellingen te wijzigen en alle regels te bewerken.", "user_management", "Gebruikersbeheer", "users", "Gebruikers", "new_user", "Nieuwe Gebruiker", "edit_user", "Bewerk gebruiker", "created_user", "De gebruiker is aangemaakt", "updated_user", "De gebruiker is gewijzigd", "archived_user", "De gebruiker is gearchiveerd", "deleted_user", "De gebruiker is verwijderd", "removed_user", "Gebruiker verwijderd", "restored_user", "De gebruiker is hersteld", "archived_users", "Succesvol gearchiveerd: waarde gebruikers", "deleted_users", _s39_6, "removed_users", _s39_6, "restored_users", "Succesvol hersteld: waarde gebruikers", _s16_151, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_92, 'Verberg "Reeds betaald"', _s22_55, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_31, "Documenten invoegen", _s28_21, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_153, "Toon header op", _s16_154, "Toon footer op", "first_page", "eerste pagina", "all_pages", "alle pagina's", "last_page", "laatste pagina", "primary_font", "Primair lettertype", "secondary_font", "Secundair lettertype", "primary_color", "Primaire kleur", "secondary_color", "Secundaire kleur", "page_size", "Paginagrootte", "font_size", "Tekstgrootte", "quote_design", "Offerte ontwerp", "invoice_fields", "Factuurvelden", "product_fields", "Productvelden", "invoice_terms", "Factuur voorwaarden", "invoice_footer", "Factuurvoettekst", "quote_terms", "Offertevoorwaarden", "quote_footer", "Offertevoettekst", _s18_81, "Automatisch e-mailen", _s23_32, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s18_82, "Automatisch archiveren", _s23_33, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_83, _s20_91, _s23_34, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_94, "Workflow instellingen", "freq_daily", "Dagelijks", "freq_weekly", "Wekelijks", "freq_two_weeks", "Twee weken", "freq_four_weeks", "Vier weken", "freq_monthly", "Maandelijks", "freq_two_months", "Twee maanden", _s17_96, "Drie maanden", _s16_155, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_156, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_97, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_157, "Terugkerend voorvoegsel", "number_padding", "Nummer afstand", "general", "Algemeen", "surcharge_field", "Extra toeslag veld", "company_field", "Bedrijf veld", "company_value", "Bedrijfswaarde", "credit_field", "Credit veld", "invoice_field", "Factuur veld", _s17_99, "Factuurkost", "client_field", "Klant veld", "product_field", "Productveld", "payment_field", "Betaalveld", "contact_field", "Contact veld", "vendor_field", "Leverancier veld", "expense_field", "Uitgave veld", "project_field", "Project veld", "task_field", "Taak veld", "group_field", "Groepsveld", "number_counter", "Nummerteller", "prefix", "Voorvoegsel", "number_pattern", "Nummer patroon", "messages", "Berichten", "custom_css", "Aangepaste CSS", _s17_101, "Zelfgeschreven JavaScript", _s16_159, "Weergeven op PDF", _s21_74, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_41, "Factuurvoorwaarden checkbox", _s30_9, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_35, "Offertevoorwaarden checkbox", _s28_22, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_42, "Factuur handtekening", _s30_10, "Verplicht de klant om zijn handtekening te zetten.", _s23_36, "Offerte handtekening", _s22_57, "Facturen beveiligen met een wachtwoord", _s27_38, "Geeft u de mogelijkheid om een wachtwoord in te stellen voor elke contactpersoon. Als er een wachtwoord is ingesteld moet de contactpersoon het wachtwoord invoeren voordat deze facturen kan bekijken.", "authorization", "Autorisatie", "subdomain", "Subdomein", "domain", "Domein", "portal_mode", "portaalmodus", "email_signature", "Met vriendelijke groeten,", _s24_39, "Maak het gemakkelijker voor uw klanten om te betalen door scherma.org opmaak toe te voegen aan uw e-mails.", "plain", "Platte tekst", "light", "Licht", "dark", "Donker", "email_design", "E-mail Ontwerp", "attach_pdf", "PDF bijvoegen", _s16_160, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_46, "Opmaak inschakelen", "reply_to_email", "Antwoord naar e-mail", "reply_to_name", "Antwoordnaam", "bcc_email", "BCC Email", "processed", "Verwerkt", "credit_card", "Creditcard", "bank_transfer", "Overschrijving", "priority", "Prioriteit", "fee_amount", "Vergoedingsbedrag", "fee_percent", "Vergoedingspercentage", "fee_cap", "Maximale vergoeding", "limits_and_fees", "limiet/vergoedingen", "enable_min", "Min inschakelen", "enable_max", "Max inschakelen", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_49, "Pas het adres van de klant aan met de ingevulde gegevens", "rate", "Tarief", "tax_rate", "BTW-tarief", "new_tax_rate", "Nieuw BTW-tarief", "edit_tax_rate", "Bewerk tarief", _s16_162, "Het tarief is aangemaakt", _s16_163, "Het tarief is bijgewerkt", _s17_104, "Het tarief is gearchiveerd", _s16_164, "De BTW heffing is verwijderd", _s17_105, "De BTW heffing is teruggezet", _s18_84, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_106, "Succesvol verwijderd: waarde belastingtarieven", _s18_85, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_86, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_71, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_165, "Producten omzetten", _s21_75, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_266, _s16_167, _s16_266, _s19_50, "Nieuwe instantie aanmaken", _s20_72, "Huidige instantie bewerken", _s23_37, "De nieuwe instantie is aangemaakt", _s23_38, "De nieuwe instantie is bijgewerkt", _s24_40, "De nieuwe instantie is gearchiveerd", _s23_39, "De nieuwe instantie is verwijderd", _s24_41, "De nieuwe instantie is hersteld", _s25_44, "Succesvol gearchiveerd: waarde gateways", _s24_42, "Succesvol verwijderd: waarde gateways", _s25_45, "Succesvol hersteld: waarde gateways", _s16_169, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_76, "Eerste dag van de week", _s23_40, "Eerste maand van het jaar", "sunday", "Zondag", "monday", "Maandag", "tuesday", "Dinsdag", "wednesday", "Woensdag", "thursday", "Donderdag", "friday", "Vrijdag", "saturday", "Zaterdag", "january", "januari", "february", "februari", "march", "maart", "april", "april", "may", "mei", "june", "juni", "july", "juli", "august", "augustus", "september", "september", "october", "oktober", "november", "november", "december", "december", "symbol", "Symbool", "ocde", "Code", "date_format", "Datum formaat", "datetime_format", "Datum/tijd opmaak", "military_time", "24-uurs klok", _s18_87, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_51, "Gefilterd op project", _s17_107, "Filteren op groep", _s19_53, "Filteren op factuur", _s18_88, "Filteren op klant", _s18_90, "Filteren op leverancier", "group_settings", "Groepsinstellingen", "group", "Groep", "groups", "Groep", "new_group", "Nieuwe groep", "edit_group", "Wijzig groep", "created_group", "Nieuwe groep aangemaakt", "updated_group", "Groep gewijzigd", "archived_groups", "Succesvol gearchiveerd: waarde groepen", "deleted_groups", "Succesvol verwijderd: waarde groepen", "restored_groups", "Succesvol hersteld: waarde groepen", "archived_group", "Groep gearchiveerd", "deleted_group", "Groep verwijderd", "restored_group", "De groep is hersteld", "upload_logo", "Upload logo", "uploaded_logo", "Het logo is opgeslagen", "logo", "Logo", "saved_settings", "De instellingen zijn opgeslagen", _s16_171, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_109, "Geavanceerde instellingen", "company_details", "Bedrijfsdetails", "user_details", "Gebruikersgegevens", "localization", "Lokalisatie", "online_payments", "Online betalingen", "tax_rates", "BTW-tarieven", "notifications", "Notificaties", "import_export", "Importeer/Exporteer", "custom_fields", "Aangepaste velden", "invoice_design", "Factuurontwerp", "buy_now_buttons", "Koop nu knoppen", "email_settings", "E-mailinstellingen", _s23_42, "Sjablonen en herinneringen", _s22_58, "Credit Cards & Banken", _s19_55, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_42, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_57, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_46, "Vul een voornaam in aub", _s24_43, "Vul een naam in aub", _s33_21, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_173, "Gebruiksvoorwaarden", "privacy_policy", "Privacybeleid", "sign_up", "Aanmelden", "account_login", "Accountlogin", "view_website", "Bekijk website", "create_account", "Account aanmaken", "email_login", "Email login", "create_new", "Nieuwe aanmaken", _s18_92, "Geen records geselecteerd", _s21_79, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_43, "Vereist een enterprise plan", "take_picture", "Maak foto", "upload_file", "Upload bestand", "document", "Document", "documents", "Documenten", "new_document", "Nieuw document", "edit_document", "Bewerk Document", _s17_111, "Document is geupload", _s16_175, "Het document is bijgewerkt", _s17_112, "Het document is gearchiveerd", _s16_176, "Het document is verwijderd", _s17_113, "Het document is hersteld", _s18_94, "Succesvol gearchiveerd: waarde documenten", _s17_114, "Succesvol verwijderd: waarde documenten", _s18_95, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_177, "Gelogged", _s16_178, "In afwachting", _s16_179, "Gefactureerd", "converted", "Omgezet", _s24_45, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_180, "Reken valuta om", "mark_paid", "Markeer als betaald", "category", "Categorie", "address", "Adres", "new_vendor", "Nieuwe leverancier", "created_vendor", "De leverancier is aangemaakt", "updated_vendor", "De leverancier is gewijzigd", "archived_vendor", "De leverancier is gearchiveerd", "deleted_vendor", "De leverancier is verwijderd", "restored_vendor", "De leverancier is hersteld", _s16_181, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_182, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_183, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_184, "De uitgave is hersteld", _s17_115, "De uitgaven zijn gearchiveerd", _s16_185, "De uitgaven zijn verwijderd", _s17_116, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_80, "Geen gegeven gevonden", "invoiced", "Gefactureerd", "logged", "Gelogd", "running", "Lopend", "resume", "Doorgaan", "task_errors", "Pas overlappende tijden aan a.u.b..", "start", "Start", "stop", "Stop", "started_task", "De taak is gestart", "stopped_task", "De taak is gestopt", "resumed_task", "Taak hervat", "now", "Nu", _s16_186, "Automatisch Startende Taken", "timer", "Timer", "manual", "Manueel", "budgeted", "Begroot", "start_time", "Starttijd", "end_time", "Eindtijd", "date", "Datum", "times", "Tijden", "duration", "Duur", "new_task", "Nieuwe taak", "created_task", "De taak is aangemaakt", "updated_task", _s20_90, "archived_task", "De taak is gearchiveerd", "deleted_task", "De taak is verwijderd", "restored_task", "De taak is hersteld", "archived_tasks", "Succesvol :count taken gearchiveerd", "deleted_tasks", "Succesvol :count taken verwijderd", "restored_tasks", "Succesvol hersteld: waarde taken", _s19_59, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_188, "Het project is gearchiveerd", "deleted_project", _s25_61, _s16_189, "Het project is hersteld", _s17_117, "Succesvol :count projecten gearchiveerd", _s16_190, "Succesvol :count projecten verwijderd", _s17_118, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_47, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_96, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_15, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_61, "Gelieve te authenticeren", _s24_47, "Biometrische authenticatie", "footer", "Voettekst", "compare", "Vergelijk", "hosted_login", "Hosted login", "selfhost_login", "Self-Host login", "google_sign_in", "Log in met Google", "today", "Vandaag", "custom_range", "Aangepast bereik", "date_range", "Datumbereik", "current", "Huidige", "previous", "Vorige", "current_period", "Huidige Periode", _s17_119, "Periode om mee te vergelijken", "previous_period", "Vorige Periode", "previous_year", "Vorig jaar", "compare_to", "Vergelijk met", "last7_days", "Laatste 7 dagen", "last_week", "Afgelopen week", "last30_days", "Laatste 30 Dagen", "this_month", "Deze maand", "last_month", "Vorige maand", "this_year", "Dit jaar", "last_year", "Vorig jaar", "custom", "Aangepast", _s16_191, "Dupliceer als factuur", "clone_to_quote", "Dupliceer als offerte", "clone_to_credit", "Klonen naar krediet", "view_invoice", "Bekijk factuur", "convert", "Converteer", "more", "Meer", "edit_client", "Wijzig klant", "edit_product", "Wijzig product", "edit_invoice", "Wijzig factuur", "edit_quote", "Bewerk offerte", "edit_payment", "Bewerk betaling", "edit_task", "Wijzig taak", "edit_expense", "Bewerk uitgave", "edit_vendor", "Bewerk leverancier", "edit_project", "Wijzig project", _s20_74, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_193, "Leveringsadres", "total_revenue", "Totale inkomsten", "average_invoice", "Gemiddelde factuur", "outstanding", "Uitstaand", "invoices_sent", "facturen verzonden", "active_clients", "Actieve klanten", "close", "Sluiten", "email", "E-mail", "password", "Wachtwoord", "url", "URL", "secret", "Secret", "name", "Naam", "logout", "Afmelden", "login", "Login", "filter", "Filter", "sort", "Sorteer", "search", "Zoeken", "active", "Actief", "archived", "Gearchiveerd", "deleted", "Verwijderd", "dashboard", "Dashboard", "archive", "Archiveer", "delete", "Verwijder", "restore", "Herstel", _s16_195, "Verversen afgerond", _s23_43, "Gelieve uw e-maildres in te vullen", _s26_34, "Gelieve uw wachtwoord in te voeren", _s21_83, "Gelieve uw URL in te voeren", _s26_36, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_121, "Er is een fout opgetreden", "paid_to_date", "Reeds betaald", "balance_due", "Te voldoen", "balance", "Saldo", "overview", "Overzicht", "details", "Details", "phone", "Telefoon", "website", "Website", "vat_number", "BTW-nummer", "id_number", "KVK-nummer", "create", "Aanmaken", _s19_63, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_197, "Kon niet starten", "contacts", "Contactpersonen", "additional", "Extra", "first_name", "Voornaam", "last_name", "Achternaam", "add_contact", "Contact toevoegen", "are_you_sure", "Weet je het zeker?", "cancel", "Annuleren", "ok", "OK", "remove", "Verwijderen", _s16_199, "E-mailadres is incorrect", "product", "Product", "products", "Producten", "new_product", "Nieuw product", "created_product", "Het product is aangemaakt", "updated_product", "Het product is gewijzigd", _s16_201, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_202, "Het product is hersteld", _s17_123, "Succesvol :count producten gearchiveerd", _s16_203, "Succesvol :count producten verwijderd", _s17_124, "Succesvol hersteld: waarde producten", "product_key", "Product", "notes", "Notities", "cost", "Kosten", "client", "Klant", "clients", "Klanten", "new_client", "Nieuwe klant", "created_client", "De klant is aangemaakt", "updated_client", "De klant is bijgewerkt", "archived_client", "De klant is gearchiveerd", _s16_204, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_205, "Succesvol hersteld: waarde klanten", "address1", "Straat", "address2", "Bus", "city", "Plaats", "state", "Provincie", "postal_code", "Postcode", "country", "Land", "invoice", "Factuur", "invoices", "Facturen", "new_invoice", "Nieuwe factuur", "created_invoice", "De factuur is aangemaakt", "updated_invoice", "De factuur is gewijzigd", _s16_206, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_207, "De factuur is hersteld", _s17_125, "Succesvol :count facturen gearchiveerd", _s16_208, "De :count facturen zijn verwijderd", _s17_126, "Succesvol hersteld: waarde facturen", "emailed_invoice", "De factuur is gemaild", "emailed_payment", "De betaling is per mail verstuurd", "amount", "Bedrag", "invoice_number", "Factuurnummer", "invoice_date", "Factuurdatum", "discount", "Korting", "po_number", "Bestelnummer", "terms", "Voorwaarden", "public_notes", "Publieke opmerkingen", "private_notes", "Prive notities", "frequency", "Frequentie", "start_date", "Startdatum", "end_date", "Einddatum", "quote_number", "Offertenummer", "quote_date", "Offertedatum", "valid_until", "Geldig tot", "items", "Artikelen", "partial_deposit", "Voorschot", "description", "Omschrijving", "unit_cost", "Eenheidsprijs", "quantity", "Aantal", "add_item", "Artikel toevoegen", "contact", "Contact", "work_phone", "Telefoon", "total_amount", "Totaal hoeveelheid", "pdf", "PDF", "due_date", "Vervaldatum", _s16_209, "Gedeeltelijke vervaldatum", "status", "Status", _s17_127, "Factuurstatus", "quote_status", "Offertestatus", _s22_59, "Klik op + om een artikel toe te voegen", _s22_61, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_76, "Gelieve een datum selecteren", _s22_62, _s31_28, _s24_49, "Selecteer een factuur", "task_rate", "Taak tarief", "settings", "Instellingen", "language", "Taal", "currency", "Munteenheid", "created_at", "Aanmaakdatum", "created_on", "Aangemaakt op", "updated_at", "Bijgewerkt", "tax", "Belasting", _s30_17, "Gelieve een factuurnummer in te voeren", _s27_51, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekeken", "approved", "Goedgekeurd", "partial", "Voorschot", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_64, "De factuur is gemarkeerd als verzonden", _s22_65, "Factuur succesvol gemarkeerd als verzonden", _s23_45, "Facturen gemarkeerd als verzonden", _s23_46, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_18, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_53, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_211, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_213, "In afwachting", _s16_214, "Ongeldig", _s16_215, "Mislukt", _s16_216, "Voltooid", _s16_217, "Deels terugbetaald", _s16_218, "Gecrediteerd", _s17_128, "Niet toegepast", _s17_129, _s27_71, "net", "Betaaltermijn", "client_portal", "Klantenportaal", "show_tasks", "Toon taken", "email_reminders", "E-mail herinneringen", "enabled", "Ingeschakeld", "recipients", "Ontvangers", "initial_email", "Initi\xeble e-mail", "first_reminder", _s18_128, "second_reminder", _s18_129, "third_reminder", _s17_157, "reminder1", _s18_128, "reminder2", _s18_129, "reminder3", _s17_157, "template", "Sjabloon", "send", "Verstuur", "subject", "Onderwerp", "body", "Tekst", "send_email", "Verstuur e-mail", "email_receipt", "Mail betalingsbewijs naar de klant", "auto_billing", "Automatisch incasseren", "button", "Knop", "preview", "Voorbeeld", "customize", "Aanpassen", "history", "Geschiedenis", "payment", "Betaling", "payments", "Betalingen", "refunded", "Gecrediteerd", "payment_type", "Betalingswijze", _s21_85, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_219, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_220, "De betaling is hersteld", _s17_130, "Succesvol :count betalingen gearchiveerd", _s16_221, "Succesvol :count betalingen verwijderd", _s17_131, "Succesvol hersteld: waarde betalingen", "quote", "Offerte", "quotes", "Offertes", "new_quote", "Nieuwe offerte", "created_quote", "De offerte is aangemaakt", "updated_quote", "De offerte is gewijzigd", "archived_quote", "De offerte is gearchiveerd", "deleted_quote", "De offerte is verwijderd", "restored_quote", "De offerte is hersteld", "archived_quotes", "Succesvol :count offertes gearchiveerd", "deleted_quotes", "Succesvol :count offertes verwijderd", "restored_quotes", "Succesvol hersteld: waarde offertes", "expense", "Uitgave", "expenses", "Uitgaven", "vendor", "Leverancier", "vendors", "Leveranciers", "task", "Taak", "tasks", "Taken", "project", "Project", "projects", "Projecten", "activity_1", ":user heeft klant :client aangemaakt", "activity_2", ":user heeft klant :client gearchiveerd", "activity_3", ":user heeft klant :client verwijderd", "activity_4", ":user heeft factuur :invoice aangemaakt", "activity_5", ":user heeft factuur :invoice bijgewerkt", "activity_6", ":user heeft factuur :invoice voor :client naar :contact verstuurd", "activity_7", ":contact heeft factuur :invoice voor :client bekeken", "activity_8", ":user heeft factuur :invoice gearchiveerd", "activity_9", ":user heeft factuur :invoice verwijderd", "activity_10", ":contact heeft betaling :payment van :payment_amount ingevoerd voor factuur :invoice voor :client", "activity_11", ":user heeft betaling :payment bijgewerkt", "activity_12", ":user heeft betaling :payment gearchiveerd", "activity_13", ":user heeft betaling :payment verwijderd", "activity_14", ":user heeft :credit krediet ingevoerd", "activity_15", ":user heeft :credit krediet bijgewerkt", "activity_16", ":user heeft :credit krediet gearchiveerd", "activity_17", ":user heeft :credit krediet verwijderd", "activity_18", ":user heeft offerte :quote aangemaakt", "activity_19", ":user heeft offerte :quote bijgewerkt", "activity_20", ":user heeft offerte :quote voor :client verstuurd naar :contact", "activity_21", ":contact heeft offerte :quote bekeken", "activity_22", ":user heeft offerte :quote gearchiveerd", "activity_23", ":user heeft offerte :quote verwijderd", "activity_24", ":user heeft offerte :quote hersteld", "activity_25", ":user heeft factuur :invoice hersteld", "activity_26", ":user heeft klant :client hersteld", "activity_27", ":user heeft betaling :payment hersteld", "activity_28", ":user heeft :credit krediet hersteld", "activity_29", ":contact heeft offerte :quote goedgekeurd voor :client", "activity_30", ":user heeft leverancier :vendor aangemaakt", "activity_31", ":user heeft leverancier :vendor gearchiveerd", "activity_32", ":user heeft leverancier :vendor verwijderd", "activity_33", ":user heeft leverancier :vendor hersteld", "activity_34", ":user heeft uitgave :expense aangemaakt", "activity_35", ":user heeft uitgave :expense gearchiveerd", "activity_36", ":user heeft uitgave :expense verwijderd", "activity_37", ":user heeft uitgave :expense hersteld", "activity_39", ":user heeft een a :payment_amount betaling geannuleerd :payment", "activity_40", ":user heeft :adjustment van een :payment_amount betaling :payment", "activity_41", "Betaling van :payment_amount mislukt (:payment)", "activity_42", ":user heeft taak :task aangemaakt", "activity_43", ":user heeft taak :task bijgewerkt", "activity_44", ":user heeft taak :task gearchiveerd", "activity_45", ":user heeft taak :task verwijderd", "activity_46", ":user heeft taak :task hersteld", "activity_47", ":user heeft uitgave :expense bijgewerkt", "activity_48", ":user heeft de gebruiker: :user aangemaakt", "activity_49", ":user heeft de gebruiker: :user aangepast", "activity_50", ":user heeft de gebruiker: :user gearchiveerd", "activity_51", ":user heeft de gebruiker: :user verwijderd", "activity_52", ":user heeft de gebruiker: :user hersteld", "activity_53", ":user heeft factuur :invoice als verstuurd gemarkeerd", "activity_54", ":user heeft ticket :ticket heropend", "activity_55", ":contact heeft op ticket :ticket gereageerd", "activity_56", ":user heeft ticket :ticket bekeken", "activity_57", "Systeem kon de factuur niet mailen :invoice", "activity_58", ":gebruiker heeft factuur :invoice teruggedraaid", "activity_59", ":gebruiker heeft factuur :invoice geannuleerd", "activity_60", ":contact heeft de offerte :quote bekeken", "activity_61", ":user heeft de klant :client aangepast", "activity_62", ":user heeft de leverancier :vendor gewijzigd", "activity_63", ":user heeft de eerste herinnering voor factuur :invoice naar :contact verzonden", "activity_64", ":user heeft de tweede herinnering voor factuur :invoice naar :contact verzonden", "activity_65", ":user heeft de derde herinnering voor factuur :invoice naar :contact verzonden", "activity_66", ":user heeft eindeloze herinneringen voor factuur :invoice naar :contact verzonden", "activity_80", ":user heeft abonnement :subscription aangemaakt", "activity_81", ":user heeft abonnement :subscription bijgewerkt", "activity_82", ":user heeft abonnement :subscription gearchiveerd", "activity_83", ":user heeft abonnement :subscription verwijderd", "activity_84", ":user heeft abonnement :subscription hersteld", _s17_132, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_78, "De offerte is gemarkeerd als verzonden", _s21_87, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_66, "Lang indrukken multiselect", "custom_value1", _s17_158, "custom_value2", _s17_158, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_97, "Aangepaste Email Stijl", _s24_54, "Aangepast bericht Dashboard", _s29_37, "Aangepast bericht Onbetaalde Factuur", _s27_58, "Aangepast bericht Betaalde Factuur", _s31_18, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_64, "Taaknummer patroon", _s19_66, "Taaknummer teller", _s22_68, "Uitgave nummer patroon", _s22_70, "Uitgave nummer teller", _s21_88, "Leverancier nummer patroon", _s21_90, "Leverancier nummer teller", _s21_92, "Ticket nummer patroon", _s21_94, "Ticket nummer teller", _s22_72, "Betalingsnummer patroon", _s22_74, "Betalingsnummer teller", _s22_76, "Factuur nummer patroon", _s22_78, "Factuurnummerteller", _s20_79, "Offertenummer teller", _s20_81, "Offertenummerteller", _s21_96, _s21_117, _s21_98, _s20_96, _s21_100, _s21_117, _s21_101, _s20_96, _s18_99, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_57, "Gedeelde factuur offerte teller", _s18_101, "Standaard BTW naam 1", _s18_103, "Standaard BTW-tarief 1", _s18_105, "Standaard BTW naam 2", _s18_107, "Standaard BTW-tarief 2", _s18_109, "Standaard BTW naam 3", _s18_111, "Standaard BTW-tarief 3", _s21_102, "E-mail factuur onderwerp", _s19_68, "E-mail offerte onderwerp", _s21_104, "E-mail betaling onderwerp", _s29_39, "E-mail gedeeltelijke betalingsonderwerp", "show_table", "Weergeef als tabel", "show_list", "Weergeef als lijst", "client_city", "Klant stad", "client_state", "Klant provincie", "client_country", "Land van de klant", _s16_222, "Klant is actief", "client_balance", "Klanten balans", "client_address1", "Klant straat", "client_address2", "Klant apt/suite", "vendor_address1", "Leverancier straatnaam", "vendor_address2", "Leverancier Apt / Suite", _s24_56, "Klant leveringsadres", _s24_57, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_226, "Vervaldatum", "tax_rate1", "BTW-tarief 1", "tax_rate2", "BTW-tarief 2", "tax_rate3", "BTW-tarief 3", "auto_bill", "Automatische incasso", "archived_at", "Gearchiveerd op", "has_expenses", "Heeft uitgaves", "custom_taxes1", "Aangepaste Belastingen 1", "custom_taxes2", "Aangepaste Belastingen 2", "custom_taxes3", "Aangepaste Belastingen 3", "custom_taxes4", "Aangepaste Belastingen 4", _s17_134, _s20_92, _s17_135, _s20_93, _s17_136, _s20_94, _s17_137, _s20_95, "is_deleted", "Is verwijderd", "vendor_city", "Stad van de klant", "vendor_state", "Leverancier provincie", "vendor_country", "Land van de verkoper", "is_approved", "Is goedgekeurd", "tax_name", "Belasting naam", "tax_amount", "BTW", "tax_paid", "Betaalde Belasting", "payment_amount", "Betalingsbedrag", "age", "Leeftijd", "is_running", "Word uitgevoerd", "time_log", "Tijdschema", "bank_id", "Bank", _s19_70, "Uitgave categorie ID", _s16_227, _s16_264, _s19_72, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Colour", "secondary_color", "Secondary Colour", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localisation", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Customer", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Unit/Suite", "city", "Town/Suburb", "state", "State", "postal_code", "Postcode", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "et", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_70, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\xdchendage", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "N\xf5ustu", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Makseseaded", "default", "Vaikimisi", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lisa L\xfc\xfcs", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Lisa arvele :invoice", _s17_11, _s17_12, "week", "N\xe4dal", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Arve Valuuta", "range", "Vahemik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Loo projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Arve summas :amount viivis oleks :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Kinnita", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Tavaline", "large", "Large", "extra_large", "V\xe4ga suur", _s16_17, "Kuva PDF-i eelvaade", _s21_20, "Kuva PDF-i eelvaade arvete redigeerimise ajal", "print_pdf", "Prindi PDF", "remind_me", "Tuleta mulle meelde", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Peida eelvaade", "edit_record", "Redigeeri kirjet", _s27_9, "Ettemaksusumma ei tohi olla suurem kui arve summa", "giropay", "GiroPay", "direct_debit", "Otsekorraldusega", _s21_21, "Palun m\xe4\xe4ra konto parool", "set_password", "Sea Salas\xf5na", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Eelvolitatud deebetmaksed", "becs", "BECS otsekorraldus", "bulk_download", "Lae alla", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Kliendi postiindeks", _s17_16, "Kliendi KMKR number", "has_tasks", "Has Tasks", "registration", "Registreerimine", _s27_10, "Volitage Stripe v\xf5rgumakseid vastu v\xf5tma.", "view_expense", "Vaadake kulu # :expense", "view_statement", "Vaata aruannet", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "V\xe4rskendage k\xf5iki kirjeid", "system", "S\xfcsteem", _s19_15, "M\xe4\xe4rake vaikeettev\xf5te", "updated_company", "Ettev\xf5tte v\xe4rskendamine \xf5nnestus", "kbc", "KBC", "bancontact", "Blokeeri kontakt", _s19_17, "Aidake meil t\xe4iustada, \xf6elge meile p\xf5hjus (valikuline)", "webhook_success", "Webhook Success", _s24_14, "K\xf5ik \xfclesanded peavad kuuluma samale kliendile", _s27_11, "K\xf5ik kulud peavad kuuluma samale kliendile", "app", "Rakendus", _s20_25, "Parima suutlikuse saavutamiseks laadige alla rakendus :app", _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Kellelt Nimi", _s16_23, "Klooni kuluks", _s17_19, "Korduva kulu", _s18_19, "Korduvad kulud", _s21_22, "Uus Korduv kulu", _s22_27, "Redigeeri Korduv kulu", _s25_3, "Korduva kulu loomine \xf5nnestus", _s25_4, "Korduva kulu v\xe4rskendamine \xf5nnestus", _s26_4, "Korduva kulu arhiveerimine \xf5nnestus", _s25_5, "Projekti kustutamine \xf5nnestus", _s25_6, _s38_2, _s26_5, "Korduva kulu taastamine \xf5nnestus", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Viimase saatmise kuup\xe4ev", "include_drafts", "Kaasa mustandid", _s19_19, "Kaasake aruannetesse kirjete mustandid", "is_invoiced", "Is Invoiced", "change_plan", "Muuda plaani", "persist_data", "Persist Data", "customer_count", "Klientide arv", _s16_24, "Kinnitage kliendid", _s16_26, _s16_27, _s28_2, "Google Analyticsi j\xe4lgimise ID", "decimal_comma", "K\xfcmnendkoma", _s26_6, "Kasutage vormides koma k\xfcmnendkohana", "select_method", "Valige meetod", "select_platform", "Valige Platvorm", _s28_4, "Kasutage Gmailiga \xfchenduse loomiseks veebirakendust", _s16_28, "Kauba maksum\xe4\xe4rad on keelatud", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Kasutusjuhend", _s18_21, "Lisa teine \u200b\u200bkontakt", "previous_page", "Eelmine leht", "next_page", "J\xe4rgmine leht", "export_colors", "Ekspordi v\xe4rve", "import_colors", "Impordi v\xe4rve", "clear_all", "Puhasta k\xf5ik", "contrast", "Kontrast", "custom_colors", "Kohandatud v\xe4rvid", "colors", "V\xe4rvid", _s31_4, "K\xfclgriba aktiivne taustav\xe4rv", _s25_9, "K\xfclgriba aktiivne fondiv\xe4rv", _s33_5, "K\xfclgriba mitteaktiivne taustav\xe4rv", _s27_12, "K\xfclgriba passiivne fondi v\xe4rv", _s36_3, "Tabeli alternatiivse rea taustav\xe4rv", _s31_6, "Arve p\xe4ise taustav\xe4rv", _s25_11, "Arve p\xe4ise fondi v\xe4rv", "net_subtotal", "Neto kokku", "review_app", "Vaadake rakendus \xfcle", "check_status", "Kontrolli olekut", "free_trial", "Tasuta prooviversioon", _s23_12, "Pro-paketi prooviperiood l\xf5peb :count p\xe4eva p\xe4rast, kl\xf5psake versiooniuuendamiseks.", _s21_24, "T\xe4na on Pro-paketi prooviversiooni viimane p\xe4ev, kl\xf5psake versiooniuuendamiseks.", "change_email", "Muuda meiliaadressi", _s25_13, _s52_, _s21_25, "Portaalis kuvatud \xfclesanded", "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Impordi Andmed", "import_settings", "Impordi s\xe4tted", _s17_21, "Esitage JSON-fail", _s19_20, "Valige importimiseks seaded ja/v\xf5i andmed", "json", "JSON", _s24_17, "\xdchtegi makset\xfc\xfcpi pole lubatud", "wait_for_data", "Palun oodake andmete laadimise l\xf5petamist", "net_total", "Netosumma", "has_taxes", "On maksud", _s16_29, "Impordi kliendid", _s18_23, "Klientide importimine algas edukalt", "login_success", "Sisselogimine \xf5nnestus", "login_failure", "Sisselogimine eba\xf5nnestus", "exported_data", "Kui fail on valmis, saate allalaadimislingiga meili", _s23_13, "Sisaldab kustutatud kliente", _s28_6, "Laadige kustutatud klientidele kuuluvad kirjed", "step_1_sign_in", "1. samm: logige sisse", _s16_32, "2. samm: autoriseerimine", "account_id", "Konto ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "N\xe4ita \xfclesande l\xf5ppkuup\xe4eva", _s23_15, "Lubage \xfclesande l\xf5ppkuup\xe4eva m\xe4\xe4ramine", "gateway_setup", "Gateway Setup", "preview_sidebar", "K\xfclgriba eelvaade", _s16_33, "N\xe4idatud aastate andmed", _s18_26, "K\xf5ik seansid on edukalt l\xf5ppenud", _s16_35, "L\xf5petage k\xf5ik seansid", "count_session", "1 seanss", "count_sessions", ":count seansse", "invoice_created", "Arve loodud", "quote_created", "Hinnapakkumine loodud", "credit_created", "Ettemaks loodud", "pro", "Pro", "enterprise", "Ettev\xf5te", "last_updated", "Viimati uuendatud", "invoice_item", "Arve \xfcksus", "quote_item", "Hinnapakkumise \xfcksus", _s18_27, "Kontakti Eesnimi", _s17_23, "Kontakti Perekonnanimi", "order", "Telli", "unassigned", "M\xe4\xe4ramata", "partial_value", "Peab olema suurem kui null ja v\xe4iksem kui kogusumma", "search_kanban", _s16_267, "search_kanbans", _s16_267, "kanban", "Kanban", "enable", "Luba", "move_top", "Liigu \xfcles", "move_up", "Liigu \xfcles", "move_down", "Liigu alla", "move_bottom", "Liigu alla", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "On vaadatud", "letter", "Kiri", "legal", "Juriidiline", "page_layout", "Lehe kujundus", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Arve tasumise tingimused", _s17_27, "Pakkumine kehtib kuni", "no_headers", "P\xe4ised puuduvad", "add_header", "Lisa p\xe4is", "remove_header", "Eemalda p\xe4is", "return_url", "Return URL", "rest_method", "REST meetod", "header_key", "Header Key", "header_value", "P\xe4ise v\xe4\xe4rtus", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo allahindlus", _s18_31, "Luba t\xfchistamine", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Prooviversioon lubatud", "trial_duration", "Prooviperioodi kestus", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Tagastamisperiood", _s21_32, _s21_33, "purchase_page", "Ostu leht", "security", "Turvalisus", "email_bounced", "E-post p\xf5rkus tagasi", _s20_28, "R\xe4mpsposti kaebus", "email_delivery", "E-posti teel kohaletoimetamine", _s16_39, _s16_40, "pdf_response", "PDF vastus", _s22_29, "Autentimise eba\xf5nnestumine", "pdf_failed", "PDF eba\xf5nnestus", "pdf_success", "PDF \xf5nnestus", "modified", "Muudetud", "subscription", "Subscription", "subscriptions", "Tellimused", _s16_41, _s16_42, _s17_29, "Redigeeri tellimust", _s20_29, "Tellimuse loomine \xf5nnestus", _s20_30, "Tellimuse v\xe4rskendamine \xf5nnestus", _s21_34, "Tellimuse arhiveerimine \xf5nnestus", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Saada kutse uuesti", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Kahefaktoriline autentimine edukalt rakendatud", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Kaheastmeline Autentimine", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Tagastatud makse", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "See kvartal", "last_quarter", "Viimane kvartal", "to_update_run", "To update run", _s18_39, "Muuda Arveks", _s16_54, "Registreerimise URL", "invoice_project", "Arve projekt", "invoice_task", "Koosta \xfclesande arve", "invoice_expense", "Arve kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Salvesta ja eelvaade", "save_and_email", "Salvesta ja saada meil", _s16_58, _s16_59, _s16_60, "Konverteeritud summa", _s17_38, "Konverteeritud saldo", _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "On saadetud", _s17_40, "Vaikimisi Dokumendid", "document_upload", "Dokumendi \xfcleslaadimine", _s20_35, "V\xf5imaldab klientidel dokumente \xfcles laadida", "expense_total", "Kulud kokku", "enter_taxes", "Sisestage Maksud", "by_rate", "By Rate", "by_amount", "Summa j\xe4rgi", "enter_amount", "Sisesta summa", "before_taxes", "Enne makse", "after_taxes", "Peale makse", "color", "V\xe4rv", "show", "N\xe4ita", "hide", "Peida", "empty_columns", "T\xfchjad veerud", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Viimased \xfclesanded", "recent_expenses", "Viimased kulud", _s17_42, "Eelseisvad kulud", "update_app", "V\xe4rskenda rakendust", "started_import", "Impordi alustamine \xf5nnestus", _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Tulp", "sample", "N\xe4idis", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Valige fail", _s16_62, _s16_63, "csv_file", "CSV fail", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML re\u017eiim", "html_mode_help", "V\xe4rskenduste eelvaade on kiirem, kuid v\xe4hem t\xe4pne", "view_licenses", "Vaadake litsentse", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Kinnitamiseks tippige ":value".', "purge", "Purge", "service", "Teenus", "clone_to", "Kloonida", "clone_to_other", "Clone to Other", "labels", "Sildid", "add_custom", "Lisa kohandatud", "payment_tax", "Payment Tax", "unpaid", "Maksmata", "white_label", "White Label", "delivery_note", "Saateleht", _s24_24, "Saadetud arved on lukus", _s24_26, "Tasutud arved on lukus", "source_code", "Source Code", "app_platforms", "Rakenduste platvormid", "invoice_late", "Arve Hilinenud", "quote_expired", "Hinnapakkumine aegunud", "partial_due", "Osaline t\xe4htaeg", "invoice_total", "Arve kokku", "quote_total", "Hinnapakkumine kokku", "credit_total", "Ettemakse kokku", _s23_19, "Arve kokku", "actions", "Tegevused", "expense_number", "Kulu number", "task_number", "\xdclesande number", "project_number", "Projekti number", "project_name", "Projekti nimi", "warning", "Hoiatus", "view_settings", "Kuva Seaded", _s24_28, "Hoiatus: see ettev\xf5te pole veel aktiveeritud", "late_invoice", "Hilinenud arve", "expired_quote", "Aegunud hinnapakkumine", "remind_invoice", "Tuleta meelde arvet", "cvv", "CVV", "client_name", "Kliendi Nimi", "client_phone", "Kliendi telefon", "required_fields", "n\xf5utud v\xe4ljad", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Olek", "task_statuses", "\xdclesande olekud", "new_task_status", "Uus \xfclesande olek", _s16_64, "Redigeeri \xfclesande olekut", _s19_30, "\xdclesande olek on edukalt loodud", _s19_31, "\xdclesande staatus edukalt uuendatud", _s20_38, "\xdclesande olek on edukalt arhiveeritud", _s19_32, "\xdclesande olek on edukalt kustutatud", _s19_33, "\xdclesande olek on edukalt eemaldatud", _s20_39, "\xdclesande olek on edukalt taastatud", _s22_35, ":value \xfclesannete olekute arhiveerimine \xf5nnestus", _s21_43, ":value \xfclesannete olekute kustutamine \xf5nnestus", _s22_36, ":value \xfclesannete olekute taastamine \xf5nnestus", _s18_43, _s20_40, _s20_41, "Otsi :count \xfclesande olekuid", _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, "Olekute seadistamine", "task_settings", "\xdclesande seaded", _s20_46, _s20_47, _s18_46, "Kulukategooriad", _s20_48, "Uus kulukategooria", _s21_46, _s21_47, _s24_29, "Kulukategooria loomine \xf5nnestus", _s24_30, "Kulukategooria v\xe4rskendamine \xf5nnestus", _s25_20, "Kulukategooria arhiiveerimine \xf5nnestus", _s24_31, "Kategooria edukalt kustutatud", _s24_32, "Kulukategooria eemaldamine \xf5nnestus", _s25_21, "Kulukategooria edukalt taastatud", _s27_23, "Edukalt arhiveeritud :count kulukategooriat", _s26_12, "Kulude :value kategooriad edukalt kustutatud", _s27_24, "Kulude :value kategooriad edukalt taastatud", _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "N\xe4ita valikut", _s22_37, _s50_8, "view_changes", "Kuva muudatused", "force_update", "Sunniviisiline uuendus", _s17_48, "Kasutate uusimat versiooni, kuid saadaval v\xf5ib olla ootel parandusi.", "mark_paid_help", "J\xe4lgige, et kulu on tasutud", _s18_48, "Tuleks esitada arve", _s23_21, _s33_23, _s29_8, "Tee dokumendid n\xe4htavaks", _s21_50, "M\xe4\xe4rake vahetuskurss", _s16_68, "Kuluseaded", _s18_49, "Klooni korduvasse", "crypto", "Kr\xfcpto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Kasutaja v\xe4li", "variables", "Muutujad", "show_password", "N\xe4ita parooli", "hide_password", "Peida parool", "copy_error", "Kopeerimise viga", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Maksud kokku", "line_taxes", "Rea maksud", "total_fields", "V\xe4ljad kokku", _s25_24, "Korduva arve peatamine \xf5nnestus", _s25_25, "Korduva arve esitamine \xf5nnestus", _s25_26, "Korduva arve esitamise j\xe4tkamine \xf5nnestus", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "T\xe4htaeg", "paused", "Peatatud", "mark_active", "M\xe4rgi aktiivseks", "day_count", "P\xe4ev :count", _s22_38, "Kuu esimene p\xe4ev", _s21_51, "Kuu viimane p\xe4ev", _s17_51, "Kasutage maksetingimusi", "endless", "L\xf5putu", "next_send_date", "J\xe4rgmise saatmise kuup\xe4ev", _s16_70, "\xdclej\xe4\xe4nud ts\xfcklid", _s17_53, "Perioodiline Arve", _s18_51, "Perioodilised Arved", _s21_53, "Uus Perioodiline Arve", _s22_40, "Redigeeri korduv arvet", _s25_27, "Korduv arve on edukalt loodud", _s25_28, "Korduva arve v\xe4rskendamine \xf5nnestus", _s26_13, "Kordusarve edukalt arhiveeritud", _s25_29, "Kordusarve edukalt kustutatud", _s25_30, "Korduva arve eemaldamine \xf5nnestus", _s26_14, "Kordusarve edukalt taastatud", _s27_25, ":value korduvad arved on edukalt arhiveeritud", _s26_15, ":value korduvad arved on edukalt kustutatud", _s27_26, ":value korduvad arved on edukalt taastatud", _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Kasum", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Testire\u017eiim", "opened", "Avatud", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Saada meil", _s17_55, _s17_56, "failure", "Eba\xf5nnestumine", "quota_exceeded", "Kvoot \xfcletatud", _s16_72, _s16_73, "system_logs", "S\xfcsteemi logid", "view_portal", "Vaata portaali", "copy_link", "Kopeeri link", "token_billing", "Salvestage kaardi andmed", _s24_35, "Tere tulemast Invoice Ninjasse", "always", "Alati", "optin", "Opt-In", "optout", "Opt-Out", "label", "Silt", "client_number", "Kliendi Number", "auto_convert", _s23_54, "company_name", "Ettev\xf5tte nimi", "reminder1_sent", "1. meeldetuletus saadetud", "reminder2_sent", "2. meeldetuletus saadetud", "reminder3_sent", "3. meeldetuletus saadetud", _s18_55, "Viimati saadetud meeldetuletus", "pdf_page_info", "Lehek\xfclg :current :total", _s16_74, "Arved edukalt meili teel saadetud", "emailed_quotes", "Hinnapakkumised edukalt meili teel saadetud", "emailed_credits", "Ettemakse on meili teel edukalt saadetud", "gateway", "L\xfc\xfcs", "view_in_stripe", "Waata Stripe'is", "rows_per_page", "Ridu lehek\xfclje kohta", "hours", "Tundi", "statement", "Aruanne", "taxes", "Maksud", "surcharge", "Surcharge", "apply_payment", "Rakenda makse", "apply_credit", "Kasuta ettemaksu", "apply", "Rakenda", "unapplied", "Rakendamata", "select_label", "Vali Silt", "custom_labels", "Kohandatud sildid", "record_type", "Kirje t\xfc\xfcp", "record_name", "Kirje nimi", "file_type", "Faili t\xfc\xfcp", "height", "K\xf5rgus", "width", "Laius", "to", "Kellele", "health_check", "Health Check", "payment_type_id", "Makse T\xfc\xfcp", "last_login_at", "Viimane sisselogimine", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "Lubage kolmandate osapoolte rakendustel arveid luua", "client_created", "Klient loodud", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "L\xf5petatud", "gross", "Bruto", "net_amount", "Neto kogus", "net_balance", "Neto j\xe4\xe4k", "client_settings", "Kliendi seaded", _s17_57, "Valitud arved", _s17_59, "Valitud maksed", "selected_quotes", "Valitud hinnapakkumised", "selected_tasks", "Valitud \xfclesanded", _s17_61, "Valitud kulud", _s17_63, "Eesseisvad arved", _s17_65, "T\xe4htaja \xfcletanud arved", "recent_payments", "Hiljutised Maksed", "upcoming_quotes", "Eesseisvad Pakkumused", "expired_quotes", "Aegunud hinnapakkumised", "create_client", "Loo Klient", "create_invoice", "Loo Arve", "create_quote", "Loo Pakkumus", "create_payment", "Create Payment", "create_vendor", "Loo hankija", "update_quote", "V\xe4rskenda hinnapakkumist", "delete_quote", "Kustuta Pakkumus", "update_invoice", "Uuenda arvet", "delete_invoice", "Kustuta Arve", "update_client", "Uuenda klienti", "delete_client", "Kustuta Klient", "delete_payment", "Kustuta Makse", "update_vendor", "V\xe4rskenda tarnijat", "delete_vendor", "Kustuta tarnija", "create_expense", "Loo kulu", "update_expense", "V\xe4rskenda kulusid", "delete_expense", "Kustuta kulud", "create_task", "Loo \xdclesanne", "update_task", "V\xe4rskenda \xfclesannet", "delete_task", "Kustuta \xdclesanne", "approve_quote", "Kinnita pakkumine", "off", "Off", "when_paid", "Kui makstud", "expires_on", "Aegub", "free", "Tasuta", "plan", "Pakett", "show_sidebar", "Kuva k\xfclgriba", "hide_sidebar", "Peida k\xfclgriba", "event_type", "Event Type", "target_url", "Sihtm\xe4rk", "copy", "Kopeeri", "must_be_online", "P\xe4rast Interneti \xfchenduse loomist taask\xe4ivitage rakendus", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenid", "api_docs", "API Docs", "search_tokens", "Otsi :count token", "search_token", "Otsi 1 Token", "token", "Token", "tokens", "Tokenid", "new_token", "Uus Token", "edit_token", "Redigeeri Tokenit", "created_token", "Token edukalt loodud", "updated_token", "Token edukalt v\xe4rskendatud", "archived_token", "Tokeni arhiveerimine \xf5nnestus", "deleted_token", "Token edukalt kustutatud", "removed_token", "Token on edukalt eemaldatud", "restored_token", "Token edukalt taastatud", "archived_tokens", ":value tokenit edukalt arhiveeritud", "deleted_tokens", ":value tokenit edukalt kustutatud", "restored_tokens", ":value tokenit edukalt taastatud", _s19_37, "Kliendi registreerimine", _s24_37, "V\xf5imaldab klientidel end portaalis registreerida", _s21_55, "Kohanda ja eelvaade", "email_invoice", "Saada Arve", "email_quote", "Hinnapakkumine e-posti", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, "Kliendil pole e-posti aadressi m\xe4\xe4ratud", "ledger", "Pearaamat", "view_pdf", "Vaata PDF-i", "all_records", "K\xf5ik kirjed", "owned_by_user", "Kasutaja omanduses", _s16_80, "J\xe4relej\xe4\xe4nud ettemakse", "contact_name", "Kontaktisiku nimi", "use_default", "Kasuta vaikeseadet", _s16_82, "L\xf5putud meeldetuletused", "number_of_days", "P\xe4evade arv", _s23_24, "Seadistage maksetingimused", "payment_term", "Maksetingimus", _s16_83, "Uus maksetingimus", _s17_71, "Muuda makset\xe4htaega", _s20_57, "Maksetingimus edukalt loodud", _s20_58, "Maksetingimus edukalt uuendatud", _s21_56, "Maksetingimus edukalt arhiveeritud", _s20_59, "Maksetingimus edukalt kustutatud", _s20_60, "Maksetingimus edukalt eemaldatud", _s21_57, "Maksetingimus edukalt taastatud", _s22_45, ":value maksetingimused edukalt arhiveeritud", _s21_58, ":value maksetingimused edukalt kustutatud", _s22_46, ":value maksetingimused edukalt taastatud", "email_sign_in", "Logige sisse e-postiga", "change", "Muuda", _s23_26, "Kas muuta mobiilipaigutust?", _s24_38, "Kas muuta t\xf6\xf6laua paigutust?", "send_from_gmail", "Saada Gmailist", "reversed", "Reversed", "cancelled", "T\xfchistatud", "credit_amount", "Krediidi summa", "quote_amount", "Pakkumise summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Peida men\xfc\xfc", "show_menu", "Kuva men\xfc\xfc", _s18_57, _s20_98, _s16_85, "Otsi dokumente", "search_designs", "Otsi disaine", "search_invoices", "Otsi arveid", "search_clients", "Otsi kliente", "search_products", "Otsi tooteid", "search_quotes", "Otsi hinnapakkumisi", "search_credits", "Otsi ettemakseid", "search_vendors", "Otsi tarnijaid", "search_users", "Otsi kasutajaid", _s16_86, "Otsi maksum\xe4\xe4rasid", "search_tasks", "Otsi \xfclesandeid", "search_settings", "Otsige seadeid", "search_projects", "Otsi projekte", "search_expenses", "Otsi kulusid", "search_payments", "Otsi makseid", "search_groups", "Otsi gruppe", "search_company", "Otsi ettev\xf5tet", "search_document", "Otsi 1 dokumenti", "search_design", "Otsi 1 Disain", "search_invoice", "Otsi 1 Arve", "search_client", "Otsi 1 klienti", "search_product", "Otsi 1 toodet", "search_quote", "Otsi 1 hinnapakkumist", "search_credit", "Otsi 1 ettemakset", "search_vendor", "Otsi 1 tarnijat", "search_user", "Otsi 1 kasutajat", "search_tax_rate", "Otsi 1 Maksum\xe4\xe4r", "search_task", "Search 1 Tasks", "search_project", "Otsi 1 projekti", "search_expense", "Otsi 1 kulu", "search_payment", "Otsi 1 Makset", "search_group", "Otsi 1 r\xfchmast", "refund_payment", "Tagasimakse", _s17_75, "Arve t\xfchistamine \xf5nnestus", _s18_59, "Arvete t\xfchistamine \xf5nnestus", _s16_92, "Arve t\xfchistati edukalt", _s17_76, "Arved t\xfchistati edukalt", "reverse", "T\xfchista", "full_name", "T\xe4isnimi", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Esimene Kohandatud", "custom2", "Teine Kohandatud", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Valikuline", "license", "Litsents", "purge_data", "Puhasta Andmed", _s16_93, _s32_10, _s18_60, "Hoiatus: see kustutab teie andmed j\xe4\xe4davalt, tagasi v\xf5tta ei saa.", "invoice_balance", "Arve saldo", "age_group_0", "0 - 30 P\xe4eva", "age_group_30", "30 - 60 P\xe4eva", "age_group_60", "60 - 90 P\xe4eva", "age_group_90", "90 - 120 P\xe4eva", "age_group_120", "120+ P\xe4eva", "refresh", "V\xe4rskenda", "saved_design", "Kujundus salvestati edukalt", "client_details", "Kliendi \xfcksikasjad", "company_address", "Ettev\xf5tte aadress", "invoice_details", "Arve \xdcksikasjad", "quote_details", "Hinnapakkumise \xfcksikasjad", "credit_details", "Ettemaksu \xfcksikasjad", "product_columns", "Toote veerud", "task_columns", "\xdclesande veerud", "add_field", "Lisa v\xe4li", "all_events", "K\xf5ik s\xfcndmused", "permissions", "\xd5igused", "none", "Mitte \xfchtegi", "owned", "Owned", "payment_success", "Makse \xf5nnestumine", "payment_failure", "Makse eba\xf5nnestumine", "invoice_sent", ":count arve saadetud", "quote_sent", "Hinnapakkumine on saadetud", "credit_sent", "Ettemakse on saadetud", "invoice_viewed", "Arvet on vaadatud", "quote_viewed", "Hinnapakkumist on vaadatud", "credit_viewed", "Ettemakset on vaadatud", "quote_approved", "Hinnapakkumine heaks kiidetud", _s25_33, "Saa k\xf5ik teated", _s16_94, _s16_95, "apply_license", "Rakenda litsents", "cancel_account", "Kustuta Konto", _s22_47, "Hoiatus: See kustutab j\xe4\xe4davalt teie konto, ennistamis v\xf5imalus puudub.", "delete_company", "Kustuta Ettev\xf5te", _s22_48, "Hoiatus: see kustutab teie ettev\xf5tte j\xe4\xe4davalt ja seda ei saa tagasi v\xf5tta.", "enabled_modules", "Lubatud moodulid", "converted_quote", "Hinnapakkumine on edukalt teisendatud", "credit_design", "Credit Design", "includes", "Sisaldab", "header", "P\xe4is", "load_design", "Lae Kujundus", "css_framework", "CSS Framework", "custom_designs", "Kohandatud kujundused", "designs", "Kujundus", "new_design", "Uus kujundus", "edit_design", "Redigeeri kujundust", "created_design", "Kujundus on edukalt loodud", "updated_design", "Kujundus on edukalt uuendatud", "archived_design", "Kujundus on edukalt arhiveeritud", "deleted_design", "Kujundus on edukalt kustutatud", "removed_design", "Kujundus on edukalt eemaldatud", "restored_design", "Kujundus on edukalt taastatud", _s16_96, ":value kujundust edukalt arhiveeritud", "deleted_designs", ":value kujundust edukalt kustutatud", _s16_97, ":value kujundust edukalt taastatud", "proposals", "Pakkumised", "tickets", "Piletid", _s16_98, "Perioodilised Pakkumised", "recurring_tasks", "Korduvad \xfclesanded", _s18_61, "Konto Haldus", "credit_date", "Krediidi kuup\xe4ev", "credit", "Krediit", "credits", "Krediidid", "new_credit", "Sisesta krediit", "edit_credit", "Redigeeri ettemaksu", "created_credit", "Ettemaksu loomine \xf5nnestus", "updated_credit", "Ettemakse uuendamine \xf5nnestus", "archived_credit", "Ettemaksu arhiveerimine \xf5nnestus", "deleted_credit", "Ettemaksu kustutamine \xf5nnestus", "removed_credit", "Ettemaksu eemaldamine \xf5nnestus", "restored_credit", "Ettemakse taastamine \xf5nnestus", _s16_100, ":count ettemakset on edukalt arhiveeritud", "deleted_credits", ":count ettemakset on edukalt kustutatud", _s16_101, ":value ettemakset edukalt taastatud", "current_version", "Praegune versioon", "latest_version", "Uusim versioon", "update_now", "Uuendage kohe", _s26_21, "Saadaval on veebirakenduse uus versioon", _s16_102, "Uuendus saadaval", "app_updated", "Uuendus edukalt l\xf5pule viidud", "learn_more", "Rohkem teavet", "integrations", "Integrations", "tracking_id", "J\xe4lgimise ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Ettemaksu tingimused", "new_company", "Uus Ettev\xf5te", "added_company", "Ettev\xf5te on edukalt lisatud", "company1", "Kohandatud ettev\xf5te 1", "company2", "Kohandatud ettev\xf5te 2", "company3", "Kohandatud ettev\xf5te 3", "company4", "Kohandatud ettev\xf5te 4", "product1", "Kohandatud toode 1", "product2", "Kohandatud toode 2", "product3", "Kohandatud toode 3", "product4", "Kohandatud toode 4", "client1", "Kohandatud klient 1", "client2", "Kohandatud klient 2", "client3", "Kohandatud klient 3", "client4", "Kohandatud klient 4", "contact1", "Kohandatud kontakt 1", "contact2", "Kohandatud kontakt 2", "contact3", "Kohandatud kontakt 3", "contact4", "Kohandatud kontakt 4", "task1", "Kohandatud \xfclesanne 1", "task2", "Kohandatud \xfclesanne 2", "task3", "Kohandatud \xfclesanne 3", "task4", "Kohandatud \xfclesanne 4", "project1", "Kohandatud projekt 1", "project2", "Kohandatud projekt 2", "project3", "Kohandatud projekt 3", "project4", "Kohandatud projekt 4", "expense1", "Kohandatud kulu 1", "expense2", "Kohandatud kulu 2", "expense3", "Kohandatud kulu 3", "expense4", "Kohandatud kulu 4", "vendor1", "Kohandatud tarnija 1", "vendor2", "Kohandatud tarnija 2", "vendor3", "Kohandatud tarnija 3", "vendor4", "Kohandatud tarnija 4", "invoice1", "Kohandatud arve 1", "invoice2", "Kohandatud arve 2", "invoice3", "Kohandatud arve 3", "invoice4", "Kohandatud arve 4", "payment1", "Kohandatud makse 1", "payment2", "Kohandatud makse 2", "payment3", "Kohandatud makse 3", "payment4", "Kohandatud makse 4", "surcharge1", _s21_118, "surcharge2", _s21_119, "surcharge3", _s21_120, "surcharge4", _s21_121, "group1", "Kohandatud r\xfchm 1", "group2", "Kohandatud r\xfchm 2", "group3", "Kohandatud r\xfchm 3", "group4", "Kohandatud r\xfchm 4", "reset", "L\xe4htesta", "number", "Number", "export", "Eksport", "chart", "Diagramm", "count", "Kogus", "totals", "Kokkuv\xf5tted", "blank", "T\xfchi", "day", "P\xe4ev", "month", "Kuu", "year", "Aasta", "subgroup", "Subgroup", "is_active", "On Aktiivne", "group_by", "Grupeeri", "credit_balance", "Kreediidi saldo", _s18_67, "Kontakti viimane sisselogimine", _s17_83, "Kontakti t\xe4isnimi", "contact_phone", "Kontakt Telefon", _s21_59, "Kontakti kohandatud v\xe4\xe4rtus 1", _s21_60, "Kontakti kohandatud v\xe4\xe4rtus 2", _s21_61, "Kontakti kohandatud v\xe4\xe4rtus 3", _s21_62, "Kontakti kohandatud v\xe4\xe4rtus 4", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Saatmise postiindeks", _s16_132, "Tarneriik", _s16_134, "Arvelduse t\xe4nav", _s16_135, "Arvelduse korter/sviit", "billing_city", "Arvelduse linn", "billing_state", "Arvelduse maakond", _s19_40, _s19_41, "billing_country", "Arveldusriik", "client_id", "Kliendi ID", "assigned_to", "M\xe4\xe4ratud", "created_by", "Loonud :name", "assigned_to_id", "M\xe4\xe4ratud Id'le", "created_by_id", "Loodud Id poolt", "add_column", "Lisa veerg", "edit_columns", "Muuda veerge", "columns", "Tulbad", "aging", "Aging", "profit_and_loss", "Kasum ja Kahjum", "reports", "Raportid", "report", "Raport", "add_company", "Lisa Ettev\xf5te", "unpaid_invoice", "Tasutama Arve", "paid_invoice", "Tasutud Arve", _s16_136, "Kinnitamata Pakkumus", "help", "Abi", "refund", "Tagasimakse", "refund_date", "Tagastamise kuup\xe4ev", "filtered_by", "Filtreeritud", "contact_email", "Kontakt e-posti aadress", "multiselect", "Mitmikvalimine", "entity_state", "Maakond", "verify_password", "Kinnita parool", "applied", "Rakendatud", _s21_63, "Kaasake hiljutised vead logidest", _s30_8, "Saime teie s\xf5numi k\xe4tte ja proovime kiiresti vastata.", "message", "S\xf5num", "from", "Kellet", _s20_63, "Kuva toote \xfcksikasjad", _s25_35, "Lisage toote rippmen\xfc\xfcsse kirjeldus ja maksumus", _s20_65, "PDF-i renderdaja n\xf5uab versiooni :version", _s18_70, "Reguleerige viivise protsenti", _s23_28, "Viivise arvestamiseks kohandage protsenti", _s18_72, _s18_73, "support_forum", "Tugifoorum", "about", "About", "documentation", "Dokumentatsioon", "contact_us", "V\xf5ta \xdchendust", "subtotal", "Kokku", "line_total", "Summa", "item", "Kirje", "credit_email", "Credit Email", "iframe_url", "Koduleht", "domain_url", "Domeeni URL", _s21_64, "Parool on liiga l\xfchike", _s20_66, "Parool peab sisaldama suurt\xe4hti ja numbrit", _s19_42, "Kliendiportaali \xfclesanded", _s23_29, _s23_30, _s20_67, "Palun sisestage v\xe4\xe4rtus", "deleted_logo", "Logo kustutamine \xf5nnestus", "yes", "Jah", "no", "Ei", "generate_number", "Loo number", "when_saved", "Kui salvestatud", "when_sent", "Kui saadetud", "select_company", "Valige ettev\xf5te", "float", "Float", "collapse", "Ahenda", "show_or_hide", "N\xe4ita/Peida", "menu_sidebar", "Men\xfc\xfc K\xfclgriba", "history_sidebar", "Ajaloo k\xfclgriba", "tablet", "Tahvelarvuti", "mobile", "Mobiil", "desktop", "Desktop", "layout", "Paigutus", "view", "Vaata", "module", "Moodul", "first_custom", "Esimene kohandatud", "second_custom", "Teine kohandatud", "third_custom", "Kolmas kohandatud", "show_cost", "N\xe4ita maksumust", _s17_88, "N\xe4ita toote maksumust", "show_cost_help", "Lisav\xe4\xe4rtuse/kasumi j\xe4lgimiseks kuvage tootekulu v\xe4li", _s21_65, "N\xe4ita toote kogust", _s26_23, "Kuvage toote koguse v\xe4li, muidu vaikimisi \xfcks", _s21_67, "N\xe4ita arve kogust", _s26_24, "Kuvage rea\xfcksuse koguse v\xe4li, muul juhul vaikimisi \xfcks", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Vaikimisi kogus", _s21_71, "M\xe4\xe4rake rea artikli koguseks automaatselt \xfcks", "one_tax_rate", "\xdcks maksum\xe4\xe4r", "two_tax_rates", "Kaks maksum\xe4\xe4ra", "three_tax_rates", "Kolm maksum\xe4\xe4ra", _s16_140, "Vaikimisi maksum\xe4\xe4r", "user", "Kasutaja", "invoice_tax", "Arve maks", "line_item_tax", "Rea artikli maks", "inclusive_taxes", "Kaasa arvatud maksud", _s17_90, "Arve maksum\xe4\xe4rad", "item_tax_rates", "Kauba maksum\xe4\xe4rad", _s18_74, "Valige klient", "configure_rates", "M\xe4\xe4rake m\xe4\xe4rad", _s18_75, _s18_76, "tax_settings", "Maksu Seaded", _s18_77, "Maksum\xe4\xe4rad", "accent_color", "Aktsentv\xe4rv", "switch", "Switch", _s19_44, "Komaga eraldatud loend", "options", "Valikud", _s16_142, "\xdcherealine tekst", "multi_line_text", "Mitmerealine tekst", "dropdown", "Rippmen\xfc\xfc", "field_type", "V\xe4lja t\xfc\xfcp", _s27_37, "Parooli taastamise meil on saadetud", "submit", "Sisesta", _s16_144, "Taasta oma parool", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Makse number", "late_fee_amount", "Viivise summa", _s16_145, _s16_268, "schedule", "Schedule", "before_due_date", "Enne t\xe4htaega", "after_due_date", "P\xe4rast t\xe4htaega", _s18_79, "P\xe4rast arve kuup\xe4eva", "days", "P\xe4eva", "invoice_email", "Arve E-kiri", "payment_email", "Makse E-kiri", "partial_payment", "Osaline makse", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Pakkumuse E-kiri", _s16_147, "L\xf5putu Meeldetuletus", _s16_149, "Filtreeritud kasutaja j\xe4rgi", "administrator", "Administraator", _s18_80, "Luba kasutajal hallata kasutajaid, muuta seadeid ja muuta k\xf5iki kirjeid", "user_management", "Kasutaja Haldus", "users", "Kasutajad", "new_user", "Uus Kasutaja", "edit_user", "Muuda Kasutajat", "created_user", "Kasutaja loomine \xf5nnestus", "updated_user", "Kasutaja v\xe4rskendamine \xf5nnestus", "archived_user", "Kasutaja arhiveerimine \xf5nnestus", "deleted_user", "Kasutaja edukalt kustutatud", "removed_user", "Kasutaja eemaldamine \xf5nnestus", "restored_user", "Kasutaja taastamine \xf5nnestus", "archived_users", ":value kasutaja arhiveerimine \xf5nnestus", "deleted_users", ":value kasutaja kustutamine \xf5nnestus", "removed_users", ":value kasutaja eemaldamine \xf5nnestus", "restored_users", ":value kasutaja taastamine \xf5nnestus", _s16_151, "\xdcldised Seaded", "invoice_options", "Arve Valikud", _s17_92, "Peida Tasutud V\xe4li", _s22_55, 'Ainult n\xe4ita "Tasutud" v\xe4lja arvel, kui makse on loodud.', _s23_31, "Manusta dokumendid", _s28_21, "Lisage arvele lisatud pildid.", _s16_153, "N\xe4ita P\xe4ist", _s16_154, "N\xe4ita Jalust", "first_page", "Esimene lehek\xfclg", "all_pages", "K\xf5ik lehek\xfcljed", "last_page", "Viimane lehek\xfclg", "primary_font", "Esmane font", "secondary_font", "Sekundaarne font", "primary_color", "P\xf5hi v\xe4rv", "secondary_color", "Sekundaarne v\xe4rv", "page_size", "Lehek\xfclje suurus", "font_size", "Fondi suurus", "quote_design", "Pakkumuse Kujundus", "invoice_fields", "Arve V\xe4ljad", "product_fields", "Toote V\xe4ljad", "invoice_terms", "Arve Tingimused", "invoice_footer", "Arve Jalus", "quote_terms", "Hinnapakkumise tingimused", "quote_footer", "Pakkumuse Jalus", _s18_81, "Automaatne meil", _s23_32, "Saatke korduv arve automatselt meiliga nende loomisel.", _s18_82, "Automaatne arhiveerimine", _s23_33, "Arhiivi hinnapakkumised automaatselt p\xe4rast nende teisendamist.", _s18_83, _s23_54, _s23_34, "Konverteerige hinnapakkumine automaatselt arveks, kui klient on selle heaks kiitnud.", _s17_94, "T\xf6\xf6voo Seaded", "freq_daily", "Igap\xe4evane", "freq_weekly", "Igan\xe4dalane", "freq_two_weeks", "Kaks n\xe4dalat", "freq_four_weeks", "Neli n\xe4dalat", "freq_monthly", "Igakuine", "freq_two_months", "Kaks kuud", _s17_96, "Kvartaalne", _s16_155, "Neli kuud", "freq_six_months", "Poolaastane", "freq_annually", "Aastane", "freq_two_years", "Kaks aastat", _s16_156, "Kolm aastat", "never", "Ei iial", "company", "Ettev\xf5te", _s17_97, "Genereeritud Numbrid", "charge_taxes", "Tasuda makse", "next_reset", "J\xe4rgmine l\xe4htestamine", "reset_counter", "L\xe4htestage loendur", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Lisatasu v\xe4li", "company_field", "Ettev\xf5tte V\xe4ljad", "company_value", "Ettev\xf5tte v\xe4\xe4rtus", "credit_field", "Ettemakse v\xe4li", "invoice_field", "Arve V\xe4ljad", _s17_99, "Arve Lisatasu", "client_field", "Kliendi V\xe4ljad", "product_field", "Toote V\xe4ljad", "payment_field", "Makse v\xe4li", "contact_field", "Kontakti V\xe4li", "vendor_field", "Tarnija v\xe4li", "expense_field", "Kulude v\xe4li", "project_field", "Projekti v\xe4li", "task_field", "\xdclesande V\xe4li", "group_field", "R\xfchma v\xe4li", "number_counter", "Numbri loendur", "prefix", "Prefiks", "number_pattern", "Numbri muster", "messages", "S\xf5numid", "custom_css", "Kohandatud CSS", _s17_101, "Kohandatud JavaScript", _s16_159, "N\xe4ita PDFis", _s21_74, "N\xe4ita kliendi allkirja arve/pakkumuse PDFis.", _s25_41, "Arve Tingimuste M\xe4rkeruut", _s30_9, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub arve tingimustega.", _s23_35, "Pakkumuse Tingimuste M\xe4rkeruut", _s28_22, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub hinnapakkumise tingimustega.", _s25_42, "Arve Allkiri", _s30_10, "N\xf5ua kliendi allkirja", _s23_36, "Pakkumuse Allkiri", _s22_57, "Salas\xf5naga Kaitstud Arved", _s27_38, "V\xf5imaldab m\xe4\xe4rata igale kontaktile salas\xf5na. Kui salas\xf5na on m\xe4\xe4ratud siis n\xf5utakse kontaktilt enne arve n\xe4gemist salas\xf5na.", "authorization", "Autoriseerimine", "subdomain", "Alamdomeen", "domain", "Domeen", "portal_mode", "Portaali re\u017eiim", "email_signature", "Lugupidamisega.", _s24_39, "Muutke oma klientidel teile maksmine lihtsamaks, lisades oma meilidele schema.org-i m\xe4rgistuse.", "plain", "Lihtne", "light", "Hele", "dark", "Tume", "email_design", "E-kirja Kujundus", "attach_pdf", "Lisage PDF", _s16_160, "Lisage dokumendid", "attach_ubl", "Kinnitage UBL", "email_style", "Meili stiil", _s19_46, "Luba m\xe4rgistus", "reply_to_email", "Vastus meilile", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Krediitkaart", "bank_transfer", "Panga\xfclekanne", "priority", "Prioriteet", "fee_amount", "Viivise summa", "fee_percent", _s16_268, "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Luba min", "enable_max", "Luba max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "V\xe4rskenda aadressi", _s19_49, "V\xe4rskendage kliendi aadressi esitatud \xfcksikasjadega", "rate", "M\xe4\xe4r", "tax_rate", "Maksum\xe4\xe4r", "new_tax_rate", "Uus Maksum\xe4\xe4r", "edit_tax_rate", "Muuda maksum\xe4\xe4ra", _s16_162, "Maksum\xe4\xe4r on edukalt loodud", _s16_163, "Maksum\xe4\xe4ra v\xe4rskendamine \xf5nnestus", _s17_104, "Maksum\xe4\xe4ra arhiivimine \xf5nnestus", _s16_164, "Maksum\xe4\xe4r kustutati edukalt", _s17_105, "Maksum\xe4\xe4r taastati edukalt", _s18_84, ":value maksum\xe4\xe4rad edukalt arhiveeritud", _s17_106, ":value maksum\xe4\xe4rad edukalt kustutatud", _s18_85, ":value maksum\xe4\xe4rad edukalt taastatud", "fill_products", "Automaatselt t\xe4idetavad tooted", _s18_86, "Toote valimine t\xe4idab automaatselt kirjelduse ja maksumuse", "update_products", "Toodete automaatne v\xe4rskendamine", _s20_71, "Arve v\xe4rskendamine toimub automaatselt v\xe4rskendage tootekogu", _s16_165, "Konverteeri tooteid", _s21_75, "Konverteerige toodete hinnad automaatselt kliendi valuutasse", "fees", "Fees", "limits", "Limiidid", "provider", "Pakkuja", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "J\xe4tka redigeerimist", "discard_changes", "Loobu muudatustest", "default_value", "Vaikev\xe4\xe4rtus", "disabled", "Keelatud", "currency_format", "Valuuta vorming", _s21_76, "N\xe4dala esimene p\xe4ev", _s23_40, "Aasta esimene kuu", "sunday", "p\xfchap\xe4ev", "monday", "esmasp\xe4ev", "tuesday", "teisip\xe4ev", "wednesday", "kolmap\xe4ev", "thursday", "neljap\xe4ev", "friday", "reede", "saturday", "laup\xe4ev", "january", "jaanuar", "february", "veebruar", "march", "m\xe4rts", "april", "aprill", "may", "mai", "june", "juuni", "july", "juuli", "august", "august", "september", "september", "october", "oktoober", "november", "november", "december", "detsember", "symbol", "S\xfcmbol", "ocde", "Kood", "date_format", "Kuup\xe4evavorming", "datetime_format", "Kuup\xe4eva ja kellaaja vorming", "military_time", "24-tunnine Aeg", _s18_87, "24 Hour Display", "send_reminders", "Saatke meeldetuletusi", "timezone", "Ajav\xf6\xf6nd", _s19_51, "Filtreeritud projekti j\xe4rgi", _s17_107, "Filtreeritud grupi j\xe4rgi", _s19_53, "Filtreeritud arve j\xe4rgi", _s18_88, "Filtreeritud kliendi j\xe4rgi", _s18_90, "Filtreeritud tarnija j\xe4rgi", "group_settings", "Grupi seaded", "group", "Grupp", "groups", "Grupid", "new_group", "Uus grupp", "edit_group", "Redigeeri gruppi", "created_group", "Grupi loomine \xf5nnestus", "updated_group", "Grupi uuendamine \xf5nnestus", "archived_groups", ":value r\xfchma edukalt arhiveeritud", "deleted_groups", ":value r\xfchma edukalt kustutatud", "restored_groups", _s35_18, "archived_group", "Grupi arhiveerimine \xf5nnestus", "deleted_group", "Grupi kustutamine \xf5nnestus", "restored_group", "Grupi taastamine \xf5nnestus", "upload_logo", "Laadige logo \xfcles", "uploaded_logo", "Logo \xfcleslaadimine \xf5nnestus", "logo", "Logo", "saved_settings", "Seadete salvestamine \xf5nnestus", _s16_171, "Toote Seaded", "device_settings", "Seadme s\xe4tted", "defaults", "Vaikimisi", "basic_settings", "Elementaarsed Seaded", _s17_109, "T\xe4psemad Seaded", "company_details", "Ettev\xf5tte Andmed", "user_details", "Kasutaja \xdcksikasjad", "localization", "Lokalisatsioon", "online_payments", "V\xf5rgumaksed", "tax_rates", "Maksum\xe4\xe4rad", "notifications", "Teated", "import_export", _s16_269, "custom_fields", "Kohandatud V\xe4ljad", "invoice_design", "Arve Kujundus", "buy_now_buttons", "Osta Kohe Nupp", "email_settings", "E-posti Seaded", _s23_42, "Mallid ja meeldetuletused", _s22_58, _s24_70, _s19_55, "Andmete visualiseerimised", "price", "Hind", "email_sign_up", "Meili registreerumine", "google_sign_up", "Google'i registreerumine", _s27_42, "T\xe4name teid ostu eest!", "redeem", "Redeem", "back", "Tagasi", "past_purchases", "Varasemad ostud", _s19_57, "Aastane tellimus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count kasutajaid", "upgrade", "Uuendage", _s25_46, "Palun sisestage eesnimi", _s24_43, "Palun sisestage perekonnanimi", _s33_21, "Konto loomiseks n\xf5ustuge teenusetingimuste ja privaatsuspoliitikaga.", "i_agree_to_the", "ma n\xf5ustun", _s16_173, "Teenuse Tingimused", "privacy_policy", "Privaatsuspoliitika", "sign_up", "Registreeru", "account_login", "Konto sisselogimine", "view_website", "Vaata veebisaiti", "create_account", "Loo konto", "email_login", "Email Login", "create_new", "Loo Uus", _s18_92, "Kirjet pole valitud", _s21_79, "Palun salvestage v\xf5i t\xfchistage oma muudatused", "download", "Lae alla", _s27_43, _s27_63, "take_picture", "Tee pilt", "upload_file", "Lae fail \xfcles", "document", "Dokument", "documents", "Dokumendid", "new_document", "Uus dokument", "edit_document", "Redigeeri dokumenti", _s17_111, "Dokument edukalt \xfcles laetud", _s16_175, "Dokument edukalt uuendatud", _s17_112, "Dokument edukalt arhiveeritud", _s16_176, "Dokument edukalt kustutatud", _s17_113, "Dokument edukalt taastatud", _s18_94, ":value dokumenti edukalt arhiveeritud", _s17_114, ":value dokumenti edukalt kustutatud", _s18_95, _s38_15, "no_history", "Ajalugu pole", "expense_date", "Kulu kuup\xe4ev", "pending", "Ootel", _s16_177, "Logitud", _s16_178, "Ootel", _s16_179, "Invoiced", "converted", "Teisendatud", _s24_45, "Lisage arvele dokumendid", "exchange_rate", "Vahetuskurss", _s16_180, "Konverteeri valuutat", "mark_paid", "M\xe4rgi makstuks", "category", "Kategooria", "address", "Aadress", "new_vendor", "Uus Tarnija", "created_vendor", "Tarnija loomine \xf5nnestus", "updated_vendor", "Tarnija v\xe4rskendamine \xf5nnestus", "archived_vendor", "Tarnija arhiivimine \xf5nnestus", "deleted_vendor", "Tarnija edukalt kustutatud", "restored_vendor", "Tarnija edukalt taastatud", _s16_181, ":count tarnijaid on edukalt arhiveeritud", "deleted_vendors", ":count tarnijad on edukalt kustutatud", _s16_182, ":value tarnijat edukalt taastatud", "new_expense", "Sisestage kulu", "created_expense", "Kulu on edukalt loodud", "updated_expense", "Kulu edukalt uuendatud", _s16_183, "Kulu edukalt arhiveeritud", "deleted_expense", "Kulu edukalt kustutatud", _s16_184, "Kulud edukalt taastatud", _s17_115, "Kulud edukalt arhiveeritud", _s16_185, "Kulud edukalt kustutatud", _s17_116, ":value kulu edukalt taastatud", "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Kujundus", _s21_80, "Kirjet ei leitud", "invoiced", "Arve esitatud", "logged", "Logitud", "running", "Running", "resume", "J\xe4tka", "task_errors", "Parandage k\xf5ik kattuvad ajad", "start", "K\xe4ivita", "stop", "Peata", "started_task", "\xdclesanne edukalt k\xe4ivitatud", "stopped_task", "\xdclesanne edukalt peatatud", "resumed_task", "\xdclesanne edukalt j\xe4tkatud", "now", "N\xfc\xfcd", _s16_186, "\xdclesannete automaatne k\xe4ivitamine", "timer", "Taimer", "manual", "Manuaal", "budgeted", "Eelarvestatud", "start_time", "Algusaeg", "end_time", "L\xf5puaeg", "date", "Kuup\xe4ev", "times", "Ajad", "duration", "Kestvus", "new_task", "Uus \xdclesanne", "created_task", "\xdclesanne edukalt loodud", "updated_task", "\xdclesanne edukalt uuendatud", "archived_task", "\xdclesanne edukalt arhiveeritud", "deleted_task", "\xdclesanne edukalt kustutatud", "restored_task", "\xdclesanne edukalt taastatud", "archived_tasks", ":count \xfclesannet edukalt arhiveeritud.", "deleted_tasks", ":count \xfclesannet edukalt kustutatud", "restored_tasks", ":value \xfclesannet edukalt taastatud", _s19_59, "Palun sisesta nimi", "budgeted_hours", "Eelarvestatud tunnid", "created_project", "Projekt edukalt loodud", "updated_project", "Projekt edukalt uuendatud", _s16_188, "Projekt edukalt arhiveeritud", "deleted_project", "Projekt edukalt kustutatud", _s16_189, "Projekt edukalt taastatud", _s17_117, ":count projekti edukalt arhiveeritud", _s16_190, ":count projekti edukalt kustutatud", _s17_118, ":value projekti edukalt taastatud", "new_project", "Uus Projekt", _s27_47, "T\xe4name, et kasutasite meie rakendust!", "if_you_like_it", "Kui teile meeldib, palun", "click_here", "kl\xf5psake siin", _s18_96, "Kliki siia", "to_rate_it", "et seda hinnata.", "average", "Keskmine", "unapproved", "Kinnitamata", _s30_15, "Seadete muutmiseks autentige", "locked", "Lukustatud", "authenticate", "Autentimine", _s19_61, "Palun autentige", _s24_47, "Biomeetriline autentimine", "footer", "Jalus", "compare", "V\xf5rdlema", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Logige sisse Google'iga", "today", "T\xe4na", "custom_range", "Kohandatud Vahemik", "date_range", "Kuup\xe4evavahemik", "current", "Praegune", "previous", "Eelmine", "current_period", "Praegune periood", _s17_119, "V\xf5rdlusperiood", "previous_period", "Eelmine periood", "previous_year", "Eelmine aasta", "compare_to", "V\xf5rdlema", "last7_days", "Viimased 7 p\xe4eva", "last_week", "Eelmine n\xe4dal", "last30_days", "Viimased 30 p\xe4eva", "this_month", "See Kuu", "last_month", "Eelmine Kuu", "this_year", "See Aasta", "last_year", "Eelmine Aasta", "custom", "Kohandatud", _s16_191, "Klooni arveks", "clone_to_quote", "Klooni hinnapakkumiseks", "clone_to_credit", "Clone to Credit", "view_invoice", "Vaata Arvet", "convert", "Teisenda", "more", "Rohkem", "edit_client", "Muuda Klienti", "edit_product", "Muuda Toodet", "edit_invoice", "Muuda Arvet", "edit_quote", "Muuda Pakkumust", "edit_payment", "Muuda Makset", "edit_task", "Muuda \xdclesannet", "edit_expense", "Muuda kulusid", "edit_vendor", "Muuda Tarnijat", "edit_project", "Muuda Projekti", _s20_74, "Redigeeri korduv pakkumist", "billing_address", "Arve aadress", _s16_193, "Kohaletoimetamise aadress", "total_revenue", "Kogutulu", "average_invoice", "Keskmine Arve", "outstanding", "V\xe4ljapaistev", "invoices_sent", ":count arvet saadetud", "active_clients", "aktiivsed kliendid", "close", "Sulge", "email", "E-post", "password", "Salas\xf5na", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Logi V\xe4lja", "login", "Logi Sisse", "filter", "Filter", "sort", "Sorteeri", "search", "Otsi", "active", "Aktiivne", "archived", "Arhiveeritud", "deleted", "Kustutatud", "dashboard", "T\xf6\xf6laud", "archive", "Arhiiv", "delete", "Kustuta", "restore", "Taasta", _s16_195, "V\xe4rskendus on l\xf5petatud", _s23_43, "Palun sisesta oma e-maili aadress", _s26_34, "Sisesta oma parool", _s21_83, "Sisesta oma URL", _s26_36, "Sisesta Toote kood", "ascending", "Kasvav", "descending", "Kahanev", "save", "Salvesta", _s17_121, "Ilmnes viga", "paid_to_date", "Tasutud", "balance_due", "Kokku tasuda", "balance", "Saldo", "overview", "\xdclevaade", "details", "\xdcksikasjad", "phone", "Telefon", "website", "Kodulehek\xfclg", "vat_number", "KMKR Number", "id_number", "Registrikood", "create", "Loo", _s19_63, "Kopeeritud :value l\xf5ikelauale", "error", "Viga", _s16_197, "Ei saanud k\xe4ivitada", "contacts", "Kontaktid", "additional", "Lisaks", "first_name", "Eesnimi", "last_name", "Perekonnanimi", "add_contact", "Lisa kontakt", "are_you_sure", "Oled kindel?", "cancel", "Katkesta", "ok", "Ok", "remove", "Eemalda", _s16_199, "E-post on kehtetu", "product", "Toode", "products", "Tooted", "new_product", "Uus Toode", "created_product", "Toote loomine \xf5nnestus", "updated_product", "Toote v\xe4rskendamine \xf5nnestus", _s16_201, "Toote arhiveerimine \xf5nnestus", "deleted_product", "Toode edukalt kustutatud", _s16_202, "Toode edukalt taastatud", _s17_123, ":count tooted edukalt arhiveeritud", _s16_203, ":count toodet edukalt kustutatud", _s17_124, ":value toodet edukalt taastatud", "product_key", "Toode", "notes", "M\xe4rkmed", "cost", "Hind", "client", "Klient", "clients", "Kliendid", "new_client", "Uus Klient", "created_client", "Klient edukalt loodud", "updated_client", "Kliendi v\xe4rskendamine \xf5nnestus", "archived_client", "Kliendi arhiivimine \xf5nnestus", _s16_204, ":count klienti on edukalt arhiveeritud", "deleted_client", "Kliendi kustutamine \xf5nnestus", "deleted_clients", ":count klienti on edukalt kustutatud", "restored_client", "Kliendi taastamine \xf5nnestus", _s16_205, ":value klienti edukalt taastatud", "address1", "T\xe4nav", "address2", "Maja/Korter", "city", "Linn", "state", "Maakond", "postal_code", "Sihtnumber", "country", "Riik", "invoice", "Arve", "invoices", "Arved", "new_invoice", "Uus Arve", "created_invoice", "Arve edukalt loodud", "updated_invoice", "Arve edukalt uuendatud", _s16_206, "Arve edukalt arhiveeritud", "deleted_invoice", "Arve edukalt kustutatud", _s16_207, "Arve edukalt taastatud", _s17_125, ":count arvet edukalt arhiveeritud", _s16_208, ":count arvet edukalt kustutatud", _s17_126, ":value arvet edukalt taastatud", "emailed_invoice", "Arve edukalt saadetud", "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "Arve Number", "invoice_date", "Arve Kuup\xe4ev", "discount", "Allahindlus", "po_number", "PO Number", "terms", "Tingimused", "public_notes", "Avalikud M\xe4rkmed", "private_notes", "Privaat M\xe4rkmed", "frequency", "Sagedus", "start_date", "Alguskuup\xe4ev", "end_date", "L\xf5ppkuup\xe4ev", "quote_number", "Pakkumuse Number", "quote_date", "Pakkumuse Kuup\xe4ev", "valid_until", "Kehtib Kuni", "items", "\xdcksused", "partial_deposit", "Osaline/tagatis", "description", "Kirjeldus", "unit_cost", "\xdchiku Hind", "quantity", "Kogus", "add_item", "Lisa \xfcksus", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Kogu summa", "pdf", "PDF", "due_date", "Makset\xe4htaeg", _s16_209, _s16_210, "status", "Staatus", _s17_127, "Arve staatus", "quote_status", "Pakkumise olek", _s22_59, "\xdcksuse lisamiseks kl\xf5psake +", _s22_61, "Aja lisamiseks kl\xf5psake +", "count_selected", ":count selected", "total", "Kokku", "percent", "Protsent", "edit", "Muuda", "dismiss", "Dismiss", _s20_76, "Palun valige kuup\xe4ev", _s22_62, "Palun valige klient", _s24_49, "Palun valige arve", "task_rate", "\xdclesande M\xe4\xe4r", "settings", "Seaded", "language", "Keel", "currency", "Valuuta", "created_at", "Loomise kuup\xe4ev", "created_on", "Loodud", "updated_at", "Uuendatud", "tax", "Maks", _s30_17, "Palun sisestage arve number", _s27_51, "Palun sisestage hinnapakkumise number", "past_due", "\xdcle T\xe4htaja", "draft", "Mustand", "sent", "Saadetud", "viewed", "Vaadatud", "approved", "Kinnitatud", "partial", "Osaline/tagatisraha", "paid", "Makstud", "mark_sent", "M\xe4rgi saadetuks", _s22_64, "Arve m\xe4rgiti edukalt saadetuks", _s22_65, "Arve m\xe4rgiti saadetuks", _s23_45, _s23_55, _s23_46, _s23_55, "done", "Valmis", _s37_18, "Sisestage kliendi v\xf5i kontaktisiku nimi", "dark_mode", "Tume Re\u017eiim", _s27_53, "Muudatuse rakendamiseks taask\xe4ivitage rakendus", "refresh_data", "V\xe4rskenda andmeid", "blank_contact", "T\xfchi kontakt", "activity", "Tegevus", _s16_211, "Kirjeid ei leitud", "clone", "Klooni", "loading", "Laen", "industry", "T\xf6\xf6stus", "size", "Suurus", "payment_terms", "Maksetingimused", "payment_date", "Makse kuup\xe4ev", "payment_status", "Makse staatus", _s16_213, "Ootel", _s16_214, "T\xfchistatud", _s16_215, "Eba\xf5nnestunud", _s16_216, "L\xf5petatud", _s16_217, _s20_98, _s16_218, "Tagastatud", _s17_128, "Rakendamata", _s17_129, _s19_27, "net", "Net", "client_portal", "Kliendi Portaal", "show_tasks", "N\xe4ita \xfclesandeid", "email_reminders", "Meili meeldetuletused", "enabled", "Lubatud", "recipients", "Saajad", "initial_email", "Esmane E-kiri", "first_reminder", "Esimene Meeldetuletus", "second_reminder", "Teine Meeldetuletus", "third_reminder", "Kolmas Meeldetuletus", "reminder1", "Esimene meeldetuletus", "reminder2", "Teine meeldetuletus", "reminder3", "Kolmas meeldetuletus", "template", "Mall", "send", "Saada", "subject", "Teema", "body", "Sisu", "send_email", "Saada E-kiri", "email_receipt", "Saada kliendile maksekviitung", "auto_billing", "Automaatne arveldamine", "button", "Nupp", "preview", "Eelvaade", "customize", "Kohanda", "history", "Ajalugu", "payment", "Makse", "payments", "Maksed", "refunded", "Tagastatud", "payment_type", "Makse t\xfc\xfcp", _s21_85, "Tehingu Viide", "enter_payment", "Sisesta Makse", "new_payment", "Sisesta Makse", "created_payment", "Makse loomine \xf5nnestus", "updated_payment", "Makse v\xe4rskendamine \xf5nnestus", _s16_219, "Makse arhiivimine \xf5nnestus", "deleted_payment", "Makse kustutamine \xf5nnestus", _s16_220, "Makse taastamine \xf5nnestus", _s17_130, ":count makset on edukalt arhiveeritud", _s16_221, ":count makset on edukalt kustutatud", _s17_131, ":value makset edukalt taastatud", "quote", "Pakkumus", "quotes", "Pakkumused", "new_quote", "Uus Pakkumus", "created_quote", "Hinnapakkumise loomine \xf5nnestus", "updated_quote", "Hinnapakkumine edukalt v\xe4rskendatud", "archived_quote", "Hinnapakkumine edukalt arhiivitud", "deleted_quote", "Hinnapakkmuise kustutamine \xf5nnestus", "restored_quote", "Hinnapakkumise taastamine \xf5nnestus", "archived_quotes", ":count hinnapakkumisi on edukalt arhiveeritud", "deleted_quotes", ":count hinnapakkumisi on edukalt kustutatud", "restored_quotes", ":value hinnapakkumist edukalt taastatud", "expense", "Kulu", "expenses", "Kulud", "vendor", "Tarnija", "vendors", "Tarnijad", "task", "\xdclesanne", "tasks", "\xdclesanded", "project", "Projekt", "projects", "Projektid", "activity_1", ":user l\xf5i kliendi :client", "activity_2", ":user arhiveeris kliendi :client", "activity_3", ":user kustutas kliendi :client", "activity_4", ":user l\xf5i arve :invoice", "activity_5", ":user uuendas arvet :invoice", "activity_6", ":user saatis arve :invoice e-postiga :client :contact", "activity_7", ":contact on vaadatud arvet :invoice :client", "activity_8", ":user arhiveeris arve :invoice", "activity_9", ":user kustutas arve :invoice", "activity_10", _s85_0, "activity_11", ":user uuendas makset :payment", "activity_12", ":user arhiveeris makse :payment", "activity_13", ":user kustutas makse :payment", "activity_14", ":user sisestas :credit", "activity_15", ":user v\xe4rskendas :credit ettemakset", "activity_16", ":user arhiveeris :credit ettemakse", "activity_17", ":user kustutas :credit ettemakse", "activity_18", ":user l\xf5i hinnapkkumise :quote", "activity_19", ":user uuendas hinnapakkumist :quote", "activity_20", ":user saatis meiliga hinnapakkumise :quote :client :contact", "activity_21", _s37_27, "activity_22", ":user arhiveeris hinnapakkumise :quote", "activity_23", ":user kustutas hinnapakkumise :quote", "activity_24", ":user taastas hinnapakkumise :quote", "activity_25", ":user taastas arve :invoice", "activity_26", ":user taastas kliendi :client", "activity_27", ":user taastas makse :payment", "activity_28", ":user taastas ettemakse :credit", "activity_29", ":contact kinnitas hinnapakkumise :quote :client", "activity_30", ":user l\xf5i tarnija :vendor", "activity_31", ":user arhiveeris tarnija :vendor", "activity_32", ":user kustutas tarnija :vendor", "activity_33", ":user taastas tarnija :vendor", "activity_34", ":user l\xf5i kulu :expense", "activity_35", ":user arhiveeris kulu :expense", "activity_36", ":user kustutas kulu :expense", "activity_37", ":user taastas kulu :expense", "activity_39", ":user t\xfchistas :payment_amount makse :payment", "activity_40", _s64_, "activity_41", ":payment_amount makse (:payment) eba\xf5nnestus", "activity_42", ":user l\xf5i \xfclesande :task", "activity_43", ":user uuendas \xfclesannet :task", "activity_44", ":user arhiveeris \xfclesande :task", "activity_45", ":user kustutas \xfclesande :task", "activity_46", ":user taastas \xfclesande :task", "activity_47", ":user uuendas kulu :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user taasavas pileti :ticket", "activity_55", ":contact vastas piletile :ticket", "activity_56", ":user vaatas piletit :ticket", "activity_57", "S\xfcsteem ei suutnud arvet :invoice meiliga saata", "activity_58", _s28_69, "activity_59", _s28_69, "activity_60", _s37_27, "activity_61", ":user uuendas klienti :client", "activity_62", ":user uuendas tarnijat :vendor", "activity_63", ":user saatis e-kirjaga esimese meeldetuletuse arve kohta :invoice aadressile :contact", "activity_64", ":user saatis e-kirjaga teise meeldetuletuse arve kohta :invoice aadressile :contact", "activity_65", ":kasutaja saatis e-kirjaga kolmanda meeldetuletuse arve kohta :arve aadressile :kontakt", "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\xdchekordne parool", "emailed_quote", "Hinnapakkumise saatmine \xf5nnestus", "emailed_credit", "Ettemaks saadeti meili teel", _s20_78, "Hinnapakkumine m\xe4rgiti saadetuks", _s21_87, "Ettemaks m\xe4rgiti edukalt saadetuks", "expired", "Kehtetu", "all", "K\xf5ik", "select", "Vali", _s22_66, _s22_67, "custom_value1", _s18_130, "custom_value2", _s18_130, "custom_value3", "Kohandatud v\xe4\xe4rtus 3", "custom_value4", "Kohandatud v\xe4\xe4rtus 4", _s18_97, "Kohandatud e-posti stiil", _s24_54, _s24_55, _s29_37, "Kohandatud tasumata arve teade", _s27_58, "Kohandatud tasutud arve teade", _s31_18, "Kohandatud kinnitamata hinnapakkumise teade", "lock_invoices", "Lock Invoices", "translations", "T\xf5lked", _s19_64, "\xdclesande numbri muster", _s19_66, "\xdclesande numbri loendur", _s22_68, "Kulude numbri muster", _s22_70, "Kulude numbri loendur", _s21_88, "Tarnija numbri muster", _s21_90, "Tarnija numbri loendur", _s21_92, "Pileti numbri muster", _s21_94, "Pileti numbri loendur", _s22_72, "Makse numbri muster", _s22_74, "Makse numbri loendur", _s22_76, "Arve numbri muster", _s22_78, "Arve Numbri Loendur", _s20_79, "Hinnapakkumise numbri muster", _s20_81, "Hinnapakkumise numbriloendur", _s21_96, _s23_56, _s21_98, _s24_71, _s21_100, _s23_56, _s21_101, _s24_71, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, "Vaikimisi maksunimi 1", _s18_103, "Vaikimisi maksum\xe4\xe4r 1", _s18_105, "Vaikimisi maksunimi 2", _s18_107, "Vaikimisi maksum\xe4\xe4r 2", _s18_109, "Vaikimisi maksunimi 3", _s18_111, "Vaikimisi maksum\xe4\xe4r 3", _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Kuva tabel", "show_list", "N\xe4ita loendit", "client_city", "Kliendi linn", "client_state", "Kliendi maakond", "client_country", "Kliendi riik", _s16_222, "Klient on aktiivne", "client_balance", "Kliendi saldo", "client_address1", "Kliendi t\xe4nav", "client_address2", "Kliendi korter/sviit", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "T\xfc\xfcp", "invoice_amount", "Arve summa", _s16_226, "T\xe4htaeg", "tax_rate1", "Maksum\xe4\xe4r 1", "tax_rate2", "Maksum\xe4\xe4r 2", "tax_rate3", "Maksum\xe4\xe4r 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Kohandatud maksud 1", "custom_taxes2", "Kohandatud maksud 2", "custom_taxes3", "Kohandatud maksud 3", "custom_taxes4", "Kohandatud maksud 4", _s17_134, _s21_118, _s17_135, _s21_119, _s17_136, _s21_120, _s17_137, _s21_121, "is_deleted", "On kustutatud", "vendor_city", "Tarnija linn", "vendor_state", "Tarnija maakond", "vendor_country", "Tarnija riik", "is_approved", "On heaks kiidetud", "tax_name", "Maksu Nimi", "tax_amount", "Maksud kokku", "tax_paid", "Makstud maksud", "payment_amount", "Makse summa", "age", "Vanus", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Pank", _s19_70, "Kulukategooria ID", _s16_227, "Kulu kategooria", _s19_72, "Arve valuuta ID", "tax_name1", "Maksu nimi 1", "tax_name2", "Maksu nimi 2", "tax_name3", "Maksu nimi 3", "transaction_id", "Tehingu ID", _s18_113, "Oleku v\xe4rviteema", _s16_228, "Laadige v\xe4rviteema"], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Luottokortit & pankit", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Maksujen asetukset", "default", "oletus", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Tilanne", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lis\xe4\xe4 maksunv\xe4litt\xe4j\xe4", _s24_7, _s77_, "left", "Vasemmalla", "right", "Oikealla", "center", "Keskitetty", "page_numbering", "Sivunumerointi", _s24_8, "Sivunumeroinnin tasaus", _s31_1, "Lasku on l\xe4hetetty", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Laskun tuotteet", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Tuonnin muoto", "export_format", "Viennin muoto", "export_type", "Viennin tyyppi", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Lis\xe4\xe4 maa", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", "Kirjaudu olemassaolevalle tilille", "add_to_invoice", "Lis\xe4\xe4 laskulle :invoice", _s17_11, "Laskuja ei l\xf6ydy", "week", "Viikko", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Laskun valuutta", "range", "Alue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Luo projekti", "update_project", "P\xe4ivit\xe4 projekti", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "The palkkio a :amount lasku would be :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Hyv\xe4ksy", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "onnistuneesti purged asiakas", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Lasku maksettu", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normaali", "large", "Suuri", "extra_large", "Eritt\xe4in suuri", _s16_17, "N\xe4yt\xe4 PDF-esikatselu", _s21_20, "N\xe4yt\xe4 PDF-esikatselu laskujen k\xe4sittelyn aikana", "print_pdf", "Tulosta PDF", "remind_me", "Muistuta minua", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Piilota esikatselu", "edit_record", "Muokkaa tietuetta", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Aseta salasana", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Katkaise yhteys", "add_to_invoices", "Lis\xe4\xe4 laskuille", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_138, "bulk_download", "Lataa", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Asiakkaan postinumero", _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Rekister\xf6inti", _s27_10, _s50_4, "view_expense", "N\xe4yt\xe4 kulu # :kulu", "view_statement", "N\xe4yt\xe4 Tiliote", "sepa", "SEPA-maksu", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "J\xe4rjestelm\xe4", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From nimi", _s16_23, "Kopioi kuluksi", _s17_19, "toistuva kulu", _s18_19, "toistuva kulut", _s21_22, "uusi toistuva kulu", _s22_27, "muokkaa toistuva kulu", _s25_3, "onnistuneesti luotu toistuva kulu", _s25_4, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_4, "onnistuneesti arkistoitu toistuva kulu", _s25_5, _s32_15, _s25_6, _s38_2, _s26_5, "onnistuneesti palautettu toistuva kulu", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Laskutettu", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, "Laskun y\xe4tunnisteen taustav\xe4ri", _s25_11, "Laskun yl\xe4tunnisteen tekstiv\xe4ri", "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Muuta s\xe4hk\xf6postiosoitetta", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Laskuttamatta", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Lasku luotu", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "viime p\xe4ivitetty", "invoice_item", "Laskun tuote", "quote_item", "Quote Item", _s18_27, "kontakti ensimm\xe4inen nimi", _s17_23, "kontakti viime nimi", "order", "Order", "unassigned", "Kohdistamaton", "partial_value", "T\xe4ytyy olla suurempi kuin nolla ja v\xe4hemm\xe4n kuin kaikki yhteens\xe4", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ota k\xe4ytt\xf6\xf6n", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Aseta alidomain tai n\xe4yt\xe4 lasku omalla verkkosivullasi.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Laskun maksuehdot", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Tilaus", "subscriptions", "Subscriptions", _s16_41, "Uusi tilaus", _s17_29, "muokkaa tilaus", _s20_29, "onnistuneesti luotu tilaus", _s20_30, "onnistuneesti p\xe4ivitetty tilaus", _s21_34, "onnistuneesti arkistoitu tilaus", _s20_31, _s30_36, _s20_32, _s30_36, _s21_35, "Tilaus palautettu onnistuneesti", _s19_21, "Etsi 1 tilaus", _s20_33, "Etsi :count tilausta", _s26_8, _s26_9, "connect_gmail", "Yhdist\xe4 Gmailiin", _s16_43, "Katkaise yhteys Gmailiin", "connected_gmail", _s28_7, _s18_35, "Gmail katkaistu onnistuneesti", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivoi yritys", _s21_37, _s51_5, _s27_16, "Tapahtui virhe, yrit\xe4 uudelleen", _s27_17, "Aseta ensin salasana", _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, "Valitse maa", "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Roskaposti", "view_docs", "Katso asiakirjoja", _s32_4, _s72_, "send_sms", "L\xe4het\xe4 tekstiviesti", "sms_code", "SMS Code", _s21_38, "Scan bar koodi a :link compatible app.", _s18_36, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Yhdist\xe4 Googleen", _s17_31, "Katkaise yhteys Googleen", _s17_33, "Kaksivaiheinen tunnistautuminen", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count tuntia", "count_day", "1 p\xe4iv\xe4", "count_days", ":count p\xe4iv\xe4\xe4", _s19_24, _s19_25, _s17_34, "Turvallisuusasetukset", "resend_email", "Uudelleenl\xe4het\xe4 s\xe4hk\xf6posti", _s26_10, "Vahvista s\xe4hk\xf6postiosoitteesi", _s16_53, "Hyvitetty maksu", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_39, "Muuta laskuksi", _s16_54, _s16_55, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Tallenna ja l\xe4het\xe4 s\xe4hk\xf6postilla", _s16_58, "Tuetut tapahtumat", _s16_60, "Converted m\xe4\xe4r\xe4", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "oletus Documents", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Piilota", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_16, _s29_7, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_62, _s16_63, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Kirjanpito", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Lis\xe4\xe4 mukautettu", "payment_tax", "Payment Tax", "unpaid", "Maksamaton", "white_label", "White Label", "delivery_note", "Delivery Huom", _s24_24, "L\xe4hetetut laskut on lukittu", _s24_26, "Maksetut laskut on lukittu", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Maksettava", "quote_total", "Tarjouksen loppusumma", "credit_total", "luotto yhteens\xe4", _s23_19, "Laskun loppusumma", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Teht\xe4v\xe4numero", "project_number", "Projektinumero", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Asiakkaan nimi", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, "N\xe4yt\xe4 teht\xe4v\xe4taulukko", _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Teht\xe4v\xe4n asetukset", _s20_46, _s20_47, _s18_46, "kulu kategoriat", _s20_48, "uusi kulu kategoria", _s21_46, _s21_47, _s24_29, "onnistuneesti luotu kulukategoria", _s24_30, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_20, "onnistuneesti arkistoitu kulu kategoria", _s24_31, "onnistuneesti poistettu category", _s24_32, _s37_7, _s25_21, "onnistuneesti palautettu kulukategoria", _s27_23, "onnistuneesti arkistoitu :count kulu kategoria", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Pit\xe4isi laskuttaa", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_70, "J\xe4ljell\xe4 olevia kertoja", _s17_53, "Toistuva lasku", _s18_51, "Toistuvat laskut", _s21_53, "Uusi toistuva lasku", _s22_40, "muokkaa toistuva Lasku", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Toistuva lasku arkistoitu onnistuneesti", _s25_29, "Toistuva lasku poistettu onnistuneesti", _s25_30, _s38_11, _s26_14, "Toistuva lasku palautettu onnistuneesti", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "S\xe4hk\xf6posti l\xe4hetetty", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "asiakas numero", "auto_convert", "Auto Convert", "company_name", "yritys nimi", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_58, "gateway", "Maksunv\xe4litt\xe4j\xe4", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Tuntia", "statement", "tiliote", "taxes", "Verot", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Hae hyvityst\xe4", "apply", "K\xe4yt\xe4", "unapplied", "Unapplied", "select_label", "Valitse kentt\xe4", "custom_labels", _s17_159, "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Vastaanottaja", "health_check", "Health Check", "payment_type_id", "Maksun tyyppi", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "Valitut laskut", _s17_59, _s17_60, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Er\xe4\xe4ntyv\xe4t laskut", _s17_65, "My\xf6h\xe4ss\xe4 olevat laskut", "recent_payments", "Viimeisimm\xe4t maksut", "upcoming_quotes", "Tulevat tarjoukset", "expired_quotes", "Vanhentuneet tarjoukset", "create_client", "luo asiakas", "create_invoice", "Luo lasku", "create_quote", "Luo tarjous", "create_payment", "Create Payment", "create_vendor", "Luo kauppias", "update_quote", "P\xe4ivit\xe4 tarjous", "delete_quote", "Poista tarjous", "update_invoice", "P\xe4ivit\xe4 lasku", "delete_invoice", "Poista lasku", "update_client", "Update Client", "delete_client", "Poista asiakas", "delete_payment", "Poista maksu", "update_vendor", "P\xe4ivit\xe4 kauppias", "delete_vendor", "Poista kauppias", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Poista kulu", "create_task", "Luo teht\xe4v\xe4", "update_task", "Update Task", "delete_task", "Poista teht\xe4v\xe4", "approve_quote", "Hyv\xe4ksy tarjous", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Ilmainen", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenit", "new_token", "New Token", "edit_token", "Muokkaa tokenia", "created_token", "Token luotu onnistuneesti", "updated_token", "Token p\xe4ivitetty onnistuneesti", "archived_token", "Token arkistoitu onnistuneesti", "deleted_token", "Token poistettu onnistuneesti", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, "Kustomoi ja esikatsele", "email_invoice", "L\xe4het\xe4 lasku s\xe4hk\xf6postitse", "email_quote", "L\xe4het\xe4 tarjous s\xe4hk\xf6postitse", "email_credit", "Email Credit", "email_payment", "Email maksu", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Maksuehdot", _s16_83, "Uudet maksuehdot", _s17_71, "Muokkaa maksuaikaa", _s20_57, "onnistuneesti luotu maksu ehto", _s20_58, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_56, "onnistuneesti arkistoitu maksu ehto", _s20_59, _s35_27, _s20_60, _s35_27, _s21_57, "Maksuehto palautettiin onnistuneesti", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Kirjaudu s\xe4hk\xf6postiosoitteella", "change", "Vaihda", _s23_26, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_38, "Vaihda ty\xf6p\xf6yt\xe4n\xe4kym\xe4\xe4n?", "send_from_gmail", "L\xe4het\xe4 Gmailista", "reversed", "Reversed", "cancelled", "Peruutettu", "credit_amount", "Luoton m\xe4\xe4r\xe4", "quote_amount", "Tarjouksen summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Piilota valikko", "show_menu", "N\xe4yt\xe4 valikko", _s18_57, "Osittain hyvitetty", _s16_85, "Etsi asiakirjoista", "search_designs", "Search Designs", "search_invoices", "Etsi laskuja", "search_clients", "Etsi asiakkaita", "search_products", "Etsi tuotteita", "search_quotes", "Hae tarjouksia", "search_credits", "Etsi luotoista", "search_vendors", "Hae kauppiaita", "search_users", "Etsi k\xe4ytt\xe4ji\xe4", _s16_86, "Etsi verokanta", "search_tasks", "Etsi teht\xe4vi\xe4", "search_settings", "Etsi asetuksia", "search_projects", "Etsi projekteja", "search_expenses", "Etsi kuluja", "search_payments", "Etsi maksuja", "search_groups", "Etsi ryhmi\xe4", "search_company", "Etsi yritys", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "Etsi 1 lasku", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_75, "Lasku on peruutettu onnistuneesti", _s18_59, "Laskut on peruutettu onnistuneesti", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full nimi", _s17_77, "Kaupunki/Alue/Postitoimipaikka", _s17_79, "Postal/kaupunki/State", "custom1", "ensimm\xe4inen muokattu", "custom2", "toinen muokattu", "custom3", "Kolmas mukautettu", "custom4", "Nelj\xe4s mukautettu", "optional", "Valinnainen", "license", "Lisenssi", "purge_data", "Purge Data", _s16_93, "onnistuneesti purged yritys data", _s18_60, "Warning: t\xe4m\xe4 will pysyv\xe4sti erase sinun data, there is no undo.", "invoice_balance", "Laskun tila", "age_group_0", "0 - 30 p\xe4iv\xe4\xe4", "age_group_30", "30 - 60 p\xe4iv\xe4\xe4", "age_group_60", "60 - 90 p\xe4iv\xe4\xe4", "age_group_90", "90 - 120 p\xe4iv\xe4\xe4", "age_group_120", "120+ p\xe4iv\xe4\xe4", "refresh", "Refresh", "saved_design", "Muotoilu tallennettiin onnistuneesti", "client_details", "Asiakkaan tiedot", "company_address", "Yrityksen osoite", "invoice_details", "Laskun tiedot", "quote_details", "Tarjouksen tiedot", "credit_details", "Hyvityksen tiedot", "product_columns", "Tuotesarake", "task_columns", "Teht\xe4v\xe4sarake", "add_field", "Lis\xe4\xe4 kentt\xe4", "all_events", "Kaikki tapahtumat", "permissions", "Oikeudet", "none", "None", "owned", "Omistettu", "payment_success", "Maksu onnistui", "payment_failure", "Maksu ep\xe4onnistui", "invoice_sent", ":count lasku l\xe4hetetty", "quote_sent", "Tarjous l\xe4hetetty", "credit_sent", "Hyvitys l\xe4hetettiin", "invoice_viewed", "Lasku katsottiin", "quote_viewed", "Tarjous luettu", "credit_viewed", "Hyvitys katsottiin", "quote_approved", "Tarjous hyv\xe4ksytty", _s25_33, "Vastaanota kaikki ilmoitukset", _s16_94, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_47, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_48, "Warning: t\xe4m\xe4 will pysyv\xe4sti poista sinun yritys, there is no undo.", "enabled_modules", "Enabled Modules", "converted_quote", "Tarjous on onnistuneesti muunnettu", "credit_design", "Credit Design", "includes", "Includes", "header", "Yl\xe4tunniste", "load_design", "Load malli", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_98, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_61, "K\xe4ytt\xe4j\xe4tilin hallinta", "credit_date", "Luoton p\xe4iv\xe4m\xe4\xe4r\xe4", "credit", "Luotto", "credits", "Luotot", "new_credit", "Uusi luotto", "edit_credit", "Muokkaa hyvityst\xe4", "created_credit", "Luottolasku luotiin onnistuneesti", "updated_credit", "Hyvitys p\xe4ivitettiin onnistuneesti", "archived_credit", "Luottolasku arkistoitiin onnistuneesti", "deleted_credit", "Luottolasku poistettiin onnistuneesti", "removed_credit", _s27_36, "restored_credit", "Luotto palautettu onnistuneesti", _s16_100, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_101, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "P\xe4ivit\xe4 nyt", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_81, _s17_82, "credit_footer", "Luotto alatunniste", "credit_terms", "Luoton ehdot", "new_company", "Uusi yritys", "added_company", "Yritys lis\xe4ttiin onnistuneesti", "company1", "Mukautettu Yritys 1", "company2", "Mukautettu Yritys 2", "company3", "Mukautettu Yritys 3", "company4", "Mukautettu Yritys 4", "product1", "Mukautettu Tuote 1", "product2", "Mukautettu Tuote 2", "product3", "Mukautettu Tuote 3", "product4", "Mukautettu Tuote 4", "client1", "Mukautettu Asiakas 1", "client2", "Mukautettu Asiakas 2", "client3", "Mukautettu Asiakas 3", "client4", "Mukautettu Asiakas 4", "contact1", "Mukautettu Yhteystieto 1", "contact2", "Mukautettu Yhteystieto 2", "contact3", "Mukautettu Yhteystieto 3", "contact4", "Mukautettu Yhteystieto 4", "task1", "Mukautettu Teht\xe4v\xe4 1", "task2", "Mukautettu Teht\xe4v\xe4 2", "task3", "Mukautettu Teht\xe4v\xe4 3", "task4", "Mukautettu Teht\xe4v\xe4 4", "project1", "Mukautettu Projekti 1", "project2", "Mukautettu Projekti 2", "project3", "Mukautettu Projekti 3", "project4", "Mukautettu Projekti 4", "expense1", "Mukautettu Kulu 1", "expense2", "Mukautettu Kulu 2", "expense3", "Mukautettu Kulu 3", "expense4", "Mukautettu Kulu 4", "vendor1", "Mukautettu Myyj\xe4 1", "vendor2", "Mukautettu Myyj\xe4 2", "vendor3", "Mukautettu Myyj\xe4 3", "vendor4", "Mukautettu Myyj\xe4 4", "invoice1", "Mukautettu Lasku 1", "invoice2", "Mukautettu Lasku 2", "invoice3", "Mukautettu Lasku 3", "invoice4", "Mukautettu Lasku 4", "payment1", "Mukautettu Maksu 1", "payment2", "Mukautettu Maksu 2", "payment3", "Mukautettu Maksu 3", "payment4", "Mukautettu Maksu 4", "surcharge1", _s22_87, "surcharge2", _s22_88, "surcharge3", _s22_89, "surcharge4", _s22_90, "group1", "Mukautettu Ryhm\xe4 1", "group2", "Mukautettu Ryhm\xe4 2", "group3", "Mukautettu Ryhm\xe4 3", "group4", "Mukautettu Ryhm\xe4 4", "reset", "Nollaa", "number", "Numero", "export", "Vienti", "chart", "Kaavio", "count", "Luku", "totals", "Yhteens\xe4", "blank", "Tyhj\xe4", "day", "P\xe4iv\xe4", "month", "Kuukausi", "year", "Vuosi", "subgroup", "Subgroup", "is_active", "Aktiivinen", "group_by", "Niputa", "credit_balance", "Luoton saldo", _s18_67, "Kontaktin viimeinen kirjautuminen", _s17_83, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_59, "Kontakti Mukautettu Arvo 1", _s21_60, "Kontakti Mukautettu Arvo 2", _s21_61, "Kontakti Mukautettu Arvo 3", _s21_62, "Kontakti Mukautettu Arvo 4", _s17_85, "Toimitus: Katu", _s17_86, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_61, "Toimitus: Postinumero", _s16_132, "Toimitus: Maa", _s16_134, "Laskutus: Katu", _s16_135, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_40, "Laskutus: Postinumero", "billing_country", "Laskutus: Maa", "client_id", "Asiakkaan tunniste", "assigned_to", "Assigned", "created_by", "luotu by :name", "assigned_to_id", "Liitetty tunnukseen(Id)", "created_by_id", "Luonut (Id)", "add_column", "Lis\xe4\xe4 Sarake", "edit_columns", "Muokkaa Saraketta", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit ja Loss", "reports", "Raportit", "report", "Raportti", "add_company", "Lis\xe4\xe4 yritys", "unpaid_invoice", "Maksamatonl lasku", "paid_invoice", "Paid Lasku", _s16_136, "Hyv\xe4ksym\xe4t\xf6n tarjous", "help", "Ohje", "refund", "Hyvitys", "refund_date", "Maksunpalautusp\xe4iv\xe4", "filtered_by", "Filtered by", "contact_email", "S\xe4hk\xf6postiosoite", "multiselect", "Monivalinta", "entity_state", "Osavaltio", "verify_password", "Vahvista salasana", "applied", "Haettu", _s21_63, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_8, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_63, "N\xe4yt\xe4 tuotteen tiedot", _s25_35, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_65, "PDF sivun muokkaaja vaatii :version", _s18_70, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_28, "Adjust percent tili palkkio", _s18_72, "Muokkaa asetuksia", "support_forum", "support forum", "about", "Tietoja", "documentation", "Dokumentaatio", "contact_us", "Ota meihin yhteytt\xe4", "subtotal", "V\xe4lisumma", "line_total", "Rivin summa", "item", "Tuote", "credit_email", "Credit Email", "iframe_url", "Verkkosivu", "domain_url", "Domain URL", _s21_64, "salasana on liian lyhyt", _s20_66, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_42, "Asiakas portaalin teht\xe4v\xe4t", _s23_29, "Asiakas portaalin etusivu", _s20_67, "Aseta arvo", "deleted_logo", "Logo poistettiin onnistuneesti", "yes", "Kyll\xe4", "no", "Ei", "generate_number", "Luo numero", "when_saved", "Milloin tallennettu", "when_sent", "Milloin l\xe4hetetty", "select_company", "Valitse yritys", "float", "Kelluva", "collapse", "Pienenn\xe4", "show_or_hide", "N\xe4yt\xe4/piilota", "menu_sidebar", "Valikon sivupalkki", "history_sidebar", "Historia sivupalkki", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Ulkoasu", "view", "N\xe4yt\xe4", "module", "Moduuli", "first_custom", "Ensim. muokattu", "second_custom", "Toinen muokattu", "third_custom", "Kolmas muokattu", "show_cost", "N\xe4yt\xe4 kustannus", _s17_88, _s17_89, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_65, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_23, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_67, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_24, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Oletus m\xe4\xe4r\xe4", _s21_71, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_140, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "Laskun veroluokat", "item_tax_rates", "Item Tax Rates", _s18_74, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_75, _s18_76, "tax_settings", "Veroasetukset", _s18_77, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_44, "pilkku eroteltu lista", "options", "Valinnat", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_37, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_144, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_145, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_79, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_270, "payment_partial", _s16_270, _s21_72, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_147, "Endless muistutus", _s16_149, _s16_150, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_80, "Allow k\xe4ytt\xe4j\xe4 manage users, change asetus ja modify kaikki records", "user_management", "K\xe4ytt\xe4j\xe4nhallinta", "users", "K\xe4ytt\xe4j\xe4t", "new_user", "Uusi k\xe4ytt\xe4j\xe4", "edit_user", "Muokkaa k\xe4ytt\xe4j\xe4", "created_user", "Onnistuneesti luotu k\xe4ytt\xe4j\xe4", "updated_user", "K\xe4ytt\xe4j\xe4 on p\xe4ivitetty onnistuneesti", "archived_user", "K\xe4ytt\xe4j\xe4 arkistoitu onnistuneesti", "deleted_user", "K\xe4ytt\xe4j\xe4 on poistettu onnistuneesti", "removed_user", "Onnistuneesti poistettu k\xe4ytt\xe4j\xe4", "restored_user", "K\xe4ytt\xe4j\xe4 palautettu onnistuneesti", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_92, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_55, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_31, "Embed Documents", _s28_21, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_153, "n\xe4yt\xe4 Header on", _s16_154, "N\xe4yt\xe4 alatunniste", "first_page", "ensimm\xe4inen page", "all_pages", "All pages", "last_page", "viime page", "primary_font", "Ensisijainen kirjasin", "secondary_font", "toissijainen kirjasin", "primary_color", "P\xe4\xe4v\xe4ri", "secondary_color", "Apuv\xe4ri", "page_size", "Sivukoko", "font_size", "Fontin koko", "quote_design", "Tarjouksen muotoilu", "invoice_fields", "Laskun kent\xe4t", "product_fields", "Tuote kent\xe4t", "invoice_terms", "Laskun ehdot", "invoice_footer", "Laskun alatunniste", "quote_terms", "Tarjouksen ehdot", "quote_footer", "Tarjouksen alatunniste", _s18_81, "automaattinen Email", _s23_32, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s18_82, "automaattinen Arkistoi", _s23_33, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_83, "Automaattinen muunnos", _s23_34, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_94, "Workflow asetukset", "freq_daily", "p\xe4ivitt\xe4in", "freq_weekly", "viikoittain", "freq_two_weeks", "Kaksi viikkoa", "freq_four_weeks", "nelj\xe4 viikkoa", "freq_monthly", "Kuukausittain", "freq_two_months", "Kaksi kuukautta", _s17_96, "kolme kuukautta", _s16_155, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_156, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_97, _s17_98, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "toistuva etuliite", "number_padding", "numero Padding", "general", "General", "surcharge_field", "Surcharge kentt\xe4", "company_field", "yritys kentt\xe4", "company_value", "yritys Value", "credit_field", "luotto kentt\xe4", "invoice_field", "Lasku kentt\xe4", _s17_99, "Lasku Surcharge", "client_field", "asiakas kentt\xe4", "product_field", "Tuote kentt\xe4", "payment_field", "maksu kentt\xe4", "contact_field", "kontakti kentt\xe4", "vendor_field", "Kauppias kentt\xe4", "expense_field", "kulu kentt\xe4", "project_field", "Projekti kentt\xe4", "task_field", "Teht\xe4v\xe4 kentt\xe4", "group_field", "ryhm\xe4 kentt\xe4", "number_counter", "numero Counter", "prefix", "Etuliite", "number_pattern", "numero Pattern", "messages", "Viestit", "custom_css", "Mukautettu CSS", _s17_101, "Muokautettu JavaScript", _s16_159, "n\xe4yt\xe4 on PDF", _s21_74, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_41, "Laskun ehdot valintaruutu", _s30_9, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_35, "Tarjouksen ehdot valintaruutu", _s28_22, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_42, "Laskun allekirjoitus", _s30_10, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_36, "Tarjouksen allekirjoitus", _s22_57, "salasana suojaa laskut", _s27_38, "Mahdollistaa, ett\xe4 voit antaa salasanan jokaiselle yhteyshenkil\xf6lle. Jos salasana on asetettu, yhteyshenkil\xf6n tulee kirjautua sen avulla sis\xe4\xe4n voidakseen tarkastella laskuja.", "authorization", "Valtuutus", "subdomain", "Alidomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Yst\xe4v\xe4llisesti,", _s24_39, "Tee asiakkaillesi helpommaksi maksaa laskusi ottamalla k\xe4ytt\xf6\xf6n schema.org -merkint\xe4 s\xe4hk\xf6posteissasi.", "plain", "Yksinkertainen", "light", "Vaalea", "dark", "Tumma", "email_design", "S\xe4hk\xf6postin muotoilu", "attach_pdf", "Liit\xe4 PDF", _s16_160, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Ota k\xe4ytt\xf6\xf6n merkint\xe4", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Luottokortti", "bank_transfer", "Pankkisiirto", "priority", "Priority", "fee_amount", "palkkio m\xe4\xe4r\xe4", "fee_percent", "Palkkio prosentti", "fee_cap", "palkkio Cap", "limits_and_fees", "Limits/palkkiot", "enable_min", "Ota k\xe4ytt\xf6\xf6n min", "enable_max", "Ota k\xe4ytt\xf6\xf6n max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_49, "P\xe4ivit\xe4 asiakkaan osoite annetuilla tiedoilla", "rate", "Kanta", "tax_rate", "Verokanta", "new_tax_rate", "Uusi verom\xe4\xe4r\xe4", "edit_tax_rate", "Muokkaa verokantaa", _s16_162, "Verokanta luotu onnistuneesti", _s16_163, "Verokanta p\xe4ivitetty onnistuneesti", _s17_104, "Verokanta arkistoitu onnistuneesti", _s16_164, "Verokanta onnistuneesti poistettu", _s17_105, "Verokanta onnistuneesti palautettu", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_86, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_71, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_165, "Convert tuotteet", _s21_75, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_167, "maksu Gateways", _s19_50, "uusi Gateway", _s20_72, "muokkaa Gateway", _s23_37, "onnistuneesti luotu gateway", _s23_38, "onnistuneesti p\xe4ivitetty gateway", _s24_40, "onnistuneesti arkistoitu gateway", _s23_39, "onnistuneesti poistettu gateway", _s24_41, "onnistuneesti palautettu gateway", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_76, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_40, "Vuoden ensimm\xe4inen kuukausi", "sunday", "sunnuntai", "monday", "Maanantai", "tuesday", "Tiistai", "wednesday", "Keskiviikko", "thursday", "Torstai", "friday", "Perjantai", "saturday", "Lauantai", "january", "Tammikuu", "february", "Helmikuu", "march", "Maaliskuu", "april", "Huhtikuu", "may", "Toukokuu", "june", "Kes\xe4kuu", "july", "Hein\xe4kuu", "august", "Elokuu", "september", "Syyskuu", "october", "Lokakuu", "november", "Marraskuu", "december", "Joulukuu", "symbol", "Symboli", "ocde", "Koodi", "date_format", "P\xe4iv\xe4m\xe4\xe4r\xe4n muoto", "datetime_format", "P\xe4iv\xe4-Aika esitysmuoto", "military_time", "24 tunnin aika", _s18_87, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_51, _s19_52, _s17_107, "Filtered by ryhm\xe4", _s19_53, "Filtered by Lasku", _s18_88, "Filtered by asiakas", _s18_90, "Suodatettu: Kauppias", "group_settings", "ryhm\xe4 asetukset", "group", "ryhm\xe4", "groups", "ryhm\xe4t", "new_group", "uusi ryhm\xe4", "edit_group", "muokkaa ryhm\xe4", "created_group", "onnistuneesti luotu ryhm\xe4", "updated_group", "onnistuneesti p\xe4ivitetty ryhm\xe4", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "onnistuneesti arkistoitu ryhm\xe4", "deleted_group", "onnistuneesti poistettu ryhm\xe4", "restored_group", "onnistuneesti palautettu ryhm\xe4", "upload_logo", "Lataa Logo", "uploaded_logo", "Logo onnistuneesti ladattu palvelimelle", "logo", "Logo", "saved_settings", "onnistuneesti saved asetus", _s16_171, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_109, "Lis\xe4\xe4asetuksia", "company_details", "Yrityksen tiedot", "user_details", "K\xe4ytt\xe4j\xe4tiedot", "localization", "Lokalisointi", "online_payments", "Online maksut", "tax_rates", "Verokannat", "notifications", "S\xe4hk\xf6posti-ilmoitukset", "import_export", "Tuonti | Vienti", "custom_fields", _s17_159, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_42, "Pohjat ja muistutukset", _s22_58, "luotto Cards & Banks", _s19_55, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_46, "Anna etunimi", _s24_43, "Anna sukunimi", _s33_21, "Ole hyv\xe4 ja hyv\xe4ksy palveluehtomme sek\xe4 tietosuojak\xe4yt\xe4nt\xf6mme luodaksesi k\xe4ytt\xe4j\xe4tilin.", "i_agree_to_the", "Hyv\xe4ksyn", _s16_173, "K\xe4ytt\xf6ehdot", "privacy_policy", "Privacy Policy", "sign_up", "Rekister\xf6idy", "account_login", "Tiliin kirjautuminen", "view_website", "N\xe4yt\xe4 verkkosivu", "create_account", "Luo k\xe4ytt\xe4j\xe4tili", "email_login", "Email Login", "create_new", "luo uusi", _s18_92, "ei record selected", _s21_79, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_43, "Requires enterprise plan", "take_picture", "Ota kuva", "upload_file", "Lataa tiedosto palvelimelle", "document", "Document", "documents", "Asiakirjat", "new_document", "Uusi asiakirja", "edit_document", "Muokkaa asiakirjaa", _s17_111, "onnistuneesti l\xe4hetetty dokumentti", _s16_175, "onnistuneesti p\xe4ivitetty dokumentti", _s17_112, "onnistuneesti arkistoitu dokumentti", _s16_176, "onnistuneesti poistettu dokumentti", _s17_113, "onnistuneesti palautettu dokumentti", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Muunnettu", _s24_45, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_180, "Muunna valuutta", "mark_paid", "Merkitse maksetuksi", "category", "Kategoria", "address", "Osoite", "new_vendor", "Uusi kauppias", "created_vendor", "Kauppias luotin onnistuneesti", "updated_vendor", "Kauppias on p\xe4ivitetty onnistuneesti", "archived_vendor", "Kauppias on arkistoitu onnistuneesti", "deleted_vendor", "Kauppias on poistettu onnistuneesti", "restored_vendor", "Onnistuneesti palautettu kauppias", _s16_181, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_182, _s36_11, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_183, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_184, "onnistuneesti palautettu kulu", _s17_115, "onnistuneesti arkistoitu kulut", _s16_185, "onnistuneesti poistettu kulut", _s17_116, _s37_14, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_80, "Failed find record", "invoiced", "Laskutettu", "logged", "Kirjattu", "running", "K\xe4ynniss\xe4", "resume", "Jatka", "task_errors", "Ole hyv\xe4 ja korjaa p\xe4\xe4llek\xe4iset ajat", "start", "Aloitus", "stop", "Lopetus", "started_task", "Onnistuneesti aloitettu teht\xe4v\xe4", "stopped_task", "Teht\xe4v\xe4 lopetettu onnistuneesti", "resumed_task", "Onnistuneesti jatkettu teht\xe4v\xe4\xe4", "now", "Nyt", _s16_186, "Automaattinen teht\xe4vien aloitus", "timer", "Ajastin", "manual", "Manuaalinen", "budgeted", "Budjetoitu", "start_time", "Aloitusaika", "end_time", "Lopetusaika", "date", "P\xe4iv\xe4m\xe4\xe4r\xe4", "times", "Ajat", "duration", "Kesto", "new_task", "Uusi teht\xe4v\xe4", "created_task", "Teht\xe4v\xe4 luotu onnistuneesti", "updated_task", "Teht\xe4v\xe4 p\xe4ivitetty onnistuneesti", "archived_task", "Teht\xe4v\xe4 arkistoitu onnistuneesti", "deleted_task", "Teht\xe4v\xe4 poistettu onnistuneesti", "restored_task", "Teht\xe4v\xe4 palautettu onnistuneesti", "archived_tasks", ":count teht\xe4v\xe4\xe4 arkistoitu onnistuneesti", "deleted_tasks", ":count teht\xe4v\xe4\xe4 poistettu onnistuneesti", "restored_tasks", _s34_20, _s19_59, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_188, "Onnistuneesti arkistoitu projekti", "deleted_project", _s32_15, _s16_189, "Onnistuneesti palautettu projekti", _s17_117, "Onnistuneesti arkistoitu :count projekti(a)", _s16_190, "Onnistuneesti poistettu :count projekti(a)", _s17_118, _s37_15, "new_project", "Uusi projekti", _s27_47, "kiitos you using our app!", "if_you_like_it", _s21_82, "click_here", "klikkaa t\xe4st\xe4", _s18_96, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_15, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_61, "authenticate", _s24_47, _s24_48, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "t\xe4n\xe4\xe4n", "custom_range", "muokattu Range", "date_range", "P\xe4iv\xe4m\xe4\xe4r\xe4v\xe4li", "current", "nykyinen", "previous", "Previous", "current_period", "nykyinen kausi", _s17_119, "Comparison kausi", "previous_period", "Previous kausi", "previous_year", "Previous Year", "compare_to", "Compare", "last7_days", "viime 7 p\xe4iv\xe4\xe4", "last_week", "viime viikko", "last30_days", "viime 30 p\xe4iv\xe4\xe4", "this_month", "t\xe4m\xe4 kuukausi", "last_month", "viime kuukausi", "this_year", "t\xe4m\xe4 Year", "last_year", "viime Year", "custom", "Mukautettu", _s16_191, "kloonaa Lasku", "clone_to_quote", "Kopioi tarjous", "clone_to_credit", "Clone to Credit", "view_invoice", "Katso lasku", "convert", "Convert", "more", "Lis\xe4\xe4", "edit_client", "Muokkaa asiakas", "edit_product", "Muokkaa tuote", "edit_invoice", "Muokkaa laskua", "edit_quote", "Muokkaa tarjousta", "edit_payment", "Muokkaa maksua", "edit_task", "Muokkaa teht\xe4v\xe4", "edit_expense", "muokkaa kulu", "edit_vendor", "Muokkaa kauppiasta", "edit_project", "Muokkaa projektia", _s20_74, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_193, "Toimitusosoite", "total_revenue", "Kokonaistulot", "average_invoice", "Laskujen keskiarvo", "outstanding", "Maksamattomat laskut", "invoices_sent", ":count laskua l\xe4hetetty", "active_clients", "Aktiiviset asiakkaat", "close", "Sulje", "email", "S\xe4hk\xf6posti", "password", "Salasana", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Kirjaudu ulos", "login", "Kirjaudu sis\xe4\xe4n", "filter", "Suodata", "sort", "Sort", "search", "Etsi", "active", "Aktiivinen", "archived", "Arkistoitu", "deleted", "Poistettu", "dashboard", "Hallintapaneeli", "archive", "Arkisto", "delete", "Poista", "restore", "Palauta", _s16_195, _s16_196, _s23_43, "Anna s\xe4hk\xf6postiosoitteesi", _s26_34, "Anna salasanasi", _s21_83, "Anna sinun URL-osoitteesi", _s26_36, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_121, "virhe occurred", "paid_to_date", "Maksettu t\xe4h\xe4n menness\xe4", "balance_due", "Avoin lasku", "balance", "Saldo", "overview", "Yleiskatsaus", "details", "Tiedot", "phone", "Puhelin", "website", "Kotisivu", "vat_number", "ALV-numero", "id_number", "Asiakasnumero", "create", "Luo", _s19_63, "Copied :arvo clipboard", "error", "Virhe", _s16_197, _s16_198, "contacts", "Yhteystiedot", "additional", "Lis\xe4ksi", "first_name", "Etunimi", "last_name", "Sukunimi", "add_contact", "Lis\xe4\xe4 yhteystieto", "are_you_sure", "Oletko varma?", "cancel", "Peruuta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_201, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_202, "onnistuneesti palautettu tuote", _s17_123, "onnistuneesti arkistoitu :count tuotteet", _s16_203, "onnistuneesti poistettu :count tuotteet", _s17_124, _s37_16, "product_key", "Tuote", "notes", "Viestit", "cost", "Hinta", "client", "Asiakas", "clients", "Asiakkaat", "new_client", "Uusi asiakas", "created_client", "Luotin onnistuneesti asiakas", "updated_client", "Asiakas on p\xe4ivitetty onnistuneesti", "archived_client", "Asiakas on arkistoitu onnistuneesti", _s16_204, _s43_3, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", "Poistettu onnistuneesti :count asiakas(ta)", "restored_client", "Asiakas palautettu onnistuneesti", _s16_205, _s36_13, "address1", "Katu", "address2", "Asunto", "city", "Kaupunki", "state", "L\xe4\xe4ni", "postal_code", "Postinumero", "country", "Maa", "invoice", "Lasku", "invoices", "Laskut", "new_invoice", "Uusi lasku", "created_invoice", "Lasku luotiin onnistuneesti", "updated_invoice", "Lasku p\xe4ivitettiin onnistuneesti", _s16_206, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_207, "Lasku palautettu onnistuneesti", _s17_125, _s43_3, _s16_208, "Poistettiin onnistuneesti :count laskua", _s17_126, _s37_17, "emailed_invoice", "Lasku l\xe4hetettiin onnistuneesti", "emailed_payment", "onnistuneesti emailed maksu", "amount", "M\xe4\xe4r\xe4", "invoice_number", "Laskun numero", "invoice_date", "Laskun p\xe4iv\xe4m\xe4\xe4r\xe4", "discount", "Alennus", "po_number", "Tilaus numero", "terms", "Ehdot", "public_notes", "Julkiset muistiinpanot", "private_notes", "Yksityiset muistiinpanot", "frequency", "Kuinka usein", "start_date", "Alkamisp\xe4iv\xe4m\xe4\xe4r\xe4", "end_date", "Loppup\xe4iv\xe4m\xe4\xe4r\xe4", "quote_number", "Tarjous numero", "quote_date", "Tarjouksen p\xe4iv\xe4m\xe4\xe4r\xe4", "valid_until", "Voimassa", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Kuvaus", "unit_cost", "Kappalehinta", "quantity", "M\xe4\xe4r\xe4", "add_item", "Lis\xe4\xe4 nimike", "contact", "Yhteyshenkil\xf6", "work_phone", "Puhelin", "total_amount", "yhteens\xe4 m\xe4\xe4r\xe4", "pdf", "PDF", "due_date", "Er\xe4p\xe4iv\xe4", _s16_209, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_127, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_59, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_61, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_76, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_62, "valitse asiakas", _s24_49, "valitse lasku", "task_rate", "Teht\xe4v\xe4n luokitus", "settings", "Asetukset", "language", "Kieli", "currency", "Valuutta", "created_at", "Luotu", "created_on", "Created On", "updated_at", "p\xe4ivitetty", "tax", "Vero", _s30_17, "Ay\xf6t\xe4 laskunumero", _s27_51, "Ole hyv\xe4 ja anna tarjouksen numero", "past_due", "Past Due", "draft", "Luonnos", "sent", "L\xe4hetetty", "viewed", "N\xe4hty", "approved", "Hyv\xe4ksytty", "partial", "Osittainen/Talletus", "paid", "Maksettu", "mark_sent", "Merkitse l\xe4hetetyksi", _s22_64, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_65, "Lasku merkittiin l\xe4hetetyksi onnistuneesti", _s23_45, _s43_4, _s23_46, _s43_4, "done", "Valmis", _s37_18, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_53, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_211, "ei records found", "clone", "Monista", "loading", "Loading", "industry", "Toimiala", "size", "Koko", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Asiakasportaali", "show_tasks", "N\xe4yt\xe4 teht\xe4v\xe4t", "email_reminders", "Email muistutukset", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Ensimm\xe4inen muistutus", "second_reminder", "Toinen muistutus", "third_reminder", "Kolmas muistutus", "reminder1", "ensimm\xe4inen muistutus", "reminder2", "toinen muistutus", "reminder3", "Third muistutus", "template", "Malli", "send", "l\xe4het\xe4", "subject", "Otsikko", "body", "Sis\xe4lt\xf6", "send_email", "L\xe4het\xe4 s\xe4hk\xf6posti", "email_receipt", "L\xe4het\xe4 maksukuitti s\xe4hk\xf6postilla asiakkaalle", "auto_billing", _s22_91, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_85, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_219, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_220, "Maksu palautettu onnistuneesti", _s17_130, "Arkistoitu onnistuneesti :count maksu(a)", _s16_221, "Poistettu onnistuneesti :count maksu(a)", _s17_131, _s37_20, "quote", "Tarjous", "quotes", "Tarjoukset", "new_quote", "Uusi tarjous", "created_quote", "Tarjous on luotu onnistuneesti", "updated_quote", "Tarjous on p\xe4ivitetty onnistuneesti", "archived_quote", "Tarjous on arkistoitu onnistuneesti", "deleted_quote", "Tarjous on poistettu onnistuneesti", "restored_quote", "Tarjous palautettu onnistuneesti", "archived_quotes", ":count tarjous(ta) arkistoitu onnistuneesti", "deleted_quotes", ":count tarjous(ta) poistettu onnistuneesti", "restored_quotes", _s35_22, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":user loi asiakkaan :client", "activity_2", ":user arkistoi asiakkaan :client", "activity_3", ":user poisti asiakkaan :client", "activity_4", ":k\xe4ytt\xe4j\xe4 loi laskun :invoice", "activity_5", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti laskun :invoice", "activity_6", ":k\xe4ytt\xe4j\xe4 emailed lasku :lasku for :asiakas :kontakti", "activity_7", ":kontakti katsoi lasku :lasku for :asiakas", "activity_8", ":k\xe4ytt\xe4j\xe4 arkistoi laskun :invoice", "activity_9", ":k\xe4ytt\xe4j\xe4 poisti laskun :invoice", "activity_10", ":kontakti entered maksu :maksu for :payment_amount on lasku :lasku for :asiakas", "activity_11", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti maksun :maksu", "activity_12", ":k\xe4ytt\xe4j\xe4 arkistoi maksun :maksu", "activity_13", ":k\xe4ytt\xe4j\xe4 poisti maksun :maksu", "activity_14", ":k\xe4ytt\xe4j\xe4 sy\xf6tti :luotto hyvityksen", "activity_15", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti :luotto hyvityksen", "activity_16", ":k\xe4ytt\xe4j\xe4 arkistoi :luotto hyvityksen", "activity_17", ":k\xe4ytt\xe4j\xe4 poisti :luotto hyvityksen", "activity_18", ":user loi tarjouksen :quote", "activity_19", ":user p\xe4ivitti tarjouksen :quote", "activity_20", ":user l\xe4hetti s\xe4hk\xf6postitse tarjouksen :quote asiakkaan :client yhteyshenkil\xf6lle :contact", "activity_21", ":contact luki tarjouksen :quote", "activity_22", ":user arkistoi tarjouksen :quote", "activity_23", ":user poisti tarjouksen :quote", "activity_24", ":user palautti tarjouksen :quote", "activity_25", ":k\xe4ytt\xe4j\xe4 palautti laskun :invoice", "activity_26", ":k\xe4ytt\xe4j\xe4 palautti asiakkaan :client", "activity_27", ":k\xe4ytt\xe4j\xe4 palautti maksun :maksu", "activity_28", ":k\xe4ytt\xe4j\xe4 palautti hyvityksen :luotto", "activity_29", ":contact hyv\xe4ksyi tarjouksen :quote asiakkaalle :client", "activity_30", ":k\xe4ytt\xe4j\xe4 loi kauppiaan :vendor", "activity_31", ":k\xe4ytt\xe4j\xe4 arkistoi kauppiaan :vendor", "activity_32", ":k\xe4ytt\xe4j\xe4 poisti kauppiaan :vendor", "activity_33", ":k\xe4ytt\xe4j\xe4 palautti kauppiaan :vendor", "activity_34", ":k\xe4ytt\xe4j\xe4 loi kulun :kulu", "activity_35", ":k\xe4ytt\xe4j\xe4 arkistoi kulun :kulu", "activity_36", ":k\xe4ytt\xe4j\xe4 poisti kulun :kulu", "activity_37", ":k\xe4ytt\xe4j\xe4 palautti kulun :kulu", "activity_39", ":k\xe4ytt\xe4j\xe4 perui :payment_amount maksun :maksu", "activity_40", ":k\xe4ytt\xe4j\xe4 refunded :adjustment a :payment_amount maksu :maksu", "activity_41", ":payment_amount maksu (:maksu) failed", "activity_42", ":k\xe4ytt\xe4j\xe4 loi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_43", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_44", ":k\xe4ytt\xe4j\xe4 arkistoi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_45", ":k\xe4ytt\xe4j\xe4 poisti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_46", ":k\xe4ytt\xe4j\xe4 palautti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_47", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti kulun :kulu", "activity_48", ":user loi k\xe4ytt\xe4j\xe4n :user", "activity_49", ":user p\xe4ivitti k\xe4ytt\xe4j\xe4n :user", "activity_50", ":user arkistoi k\xe4ytt\xe4j\xe4n :user", "activity_51", ":user poisti k\xe4ytt\xe4j\xe4n :user", "activity_52", ":user palutti k\xe4ytt\xe4j\xe4n :user", "activity_53", ":user merkitsi l\xe4hetetyksi laskun :invoice", "activity_54", ":k\xe4ytt\xe4j\xe4 reopened tiketti :tiketti", "activity_55", ":kontakti vastasi tiketti :tiketti", "activity_56", ":k\xe4ytt\xe4j\xe4 katsoi tiketti :tiketti", "activity_57", "J\xe4rjestelm\xe4 ep\xe4onnistui l\xe4hett\xe4m\xe4\xe4n s\xe4hk\xf6postilaskun :invoice", "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_65, _s20_78, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_87, _s34_21, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_66, _s22_67, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_97, "Muokattu email tyyli", _s24_54, "Muokattu Etusivu viesti", _s29_37, "Muokattu Avoin Lasku viesti", _s27_58, "Muokattu Maksettu Lasku viesti", _s31_18, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lukitse lasku", "translations", "K\xe4\xe4nn\xf6kset", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, "Kauppiaan numerolaskuri", _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "Laskunumeroinnin kaava", _s22_78, "Laskun j\xe4rjestysnumero", _s20_79, "Tarjouksen numeroinnin kuvio", _s20_81, "Tarjouksen j\xe4rjestysnumero", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Jaettu lasku tarjous laskuri", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "S\xe4hk\xf6postilaskun aihe", _s19_68, "Tarjouss\xe4hk\xf6postin otsikko", _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Asiakkaan kaupunki", "client_state", "Asiakkaan osavaltio", "client_country", "Asiakkaan valtio", _s16_222, "Asiakas on aktiivinen", "client_balance", "Client Balance", "client_address1", "Asiakkaan katu", "client_address2", "Asiakkaan huoneisto", "vendor_address1", "Toimittajan katuosoite", "vendor_address2", "Toimittajan huoneisto-osoite", _s24_56, "Asiakkaan toimituskatuosoite", _s24_57, "Asiakkaan toimitushuoneisto-osoite", "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_226, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_91, "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Mukautettu Vero 1", "custom_taxes2", "Mukautettu Vero 2", "custom_taxes3", "Mukautettu Vero 3", "custom_taxes4", "Mukautettu Vero 4", _s17_134, _s22_87, _s17_135, _s22_88, _s17_136, _s22_89, _s17_137, _s22_90, "is_deleted", "On poistettu", "vendor_city", "Kauppiaan kaupunki", "vendor_state", "Kauppiaan alue", "vendor_country", "Kauppiaan maa", "is_approved", "On hyv\xe4ksytty", "tax_name", "veronimi", "tax_amount", "vero m\xe4\xe4r\xe4", "tax_paid", "vero Paid", "payment_amount", "Maksun m\xe4\xe4r\xe4", "age", "Age", "is_running", "Is Running", "time_log", "Aikaloki", "bank_id", "Pankki", _s19_70, _s19_71, _s16_227, "Kulujen kategoria", _s19_72, _s19_73, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "Port\xe9e", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Le frais pour une facture de :amount serait de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Accepter", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Client purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Afficher l'aper\xe7u PDF", _s21_20, "Afficher l'aper\xe7u PDF lors de la r\xe9daction des factures", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "D\xe9finir le mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, "M\xe9moriser localement les donn\xe9es afin de d\xe9marrer plus rapidement. La d\xe9sactivation peut am\xe9liorer les performances pour les grands comptes.", "persist_ui", "M\xe9moriser l'interface utilisateur", "persist_ui_help", "M\xe9moriser l'\xe9tat de l'interface utilisateur afin de reprendre l\xe0 o\xf9 vous en \xe9tiez. La d\xe9sactivation peut am\xe9liorer les performances.", _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement automatique/domiciliation SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom exp\xe9diteur", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_4, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_4, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_5, "Projet supprim\xe9 avec succ\xe8s", _s25_6, _s38_2, _s26_5, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "M\xe9moriser les donn\xe9es", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Virgule d\xe9cimale", _s26_6, "Utiliser la virgule comme s\xe9parateur d\xe9cimal dans les formulaires", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Commande", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre sup\xe9rieur \xe0 z\xe9ro et inf\xe9rieur au total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activ\xe9(e)", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez un sous-domaine ou affichez la facture sur votre propre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_41, _s16_42, _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Renvoyer une invitation", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Scannez le code \xe0 barres avec une application compatible :link", _s18_36, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Authentification \xe0 2 facteurs", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s18_132, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "To update run", _s18_39, _s20_102, _s16_54, _s16_55, "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facturer la d\xe9pense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9verser un document", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Couleur", "show", "Montrer", "hide", "Cacher", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", _s32_16, _s16_62, _s16_63, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Veuillez entrer ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner en", "clone_to_other", 'Cloner en "Autre"', "labels", "Labels", "add_custom", "Ajouter", "payment_tax", "Payment Tax", "unpaid", "Non pay\xe9", "white_label", "Marque blanche", "delivery_note", "Bon de livraison", _s24_24, _s39_7, _s24_26, _s37_28, "source_code", "Code source", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Devis expir\xe9", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_19, "Total facture", "actions", "Actions", "expense_number", "N\xb0 d\xe9pense", "task_number", "N\xb0 t\xe2che", "project_number", "N\xb0 projet", "project_name", "Project Name", "warning", "Avertissement", "view_settings", _s19_85, _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Devis p\xe9rim\xe9", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone client", "required_fields", "Champs requis", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Effacer le cache", "sort_order", "Ordre de tri", "task_status", "Statut", "task_statuses", "Statuts des t\xe2ches", "new_task_status", "Nouveau statut de t\xe2che", _s16_64, "Modifier les statuts de t\xe2ches", _s19_30, "Statut de t\xe2che cr\xe9\xe9", _s19_31, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_38, "Statut de t\xe2che archiv\xe9", _s19_32, "Statut de t\xe2che supprim\xe9", _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "R\xe9glages des t\xe2ches", _s20_46, _s20_47, _s18_46, "cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, _s21_47, _s24_29, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_30, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_20, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_31, _s40_5, _s24_32, _s37_7, _s25_21, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_23, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "Voir les changements", "force_update", _s21_122, _s17_48, "Vous utilisez la derni\xe8re version mais il se peut que des corrections soient en attente.", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9", _s23_21, _s33_23, _s29_8, "Rend les documents visibles", _s21_50, "D\xe9finir un taux de change", _s16_68, "R\xe9glages des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", _s18_134, "variables", "Variables", "show_password", "Montrer le mot de passe", "hide_password", "Cacher le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Marquer comme actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restant", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "Editer facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_29, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter le paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_34, "Supporter le paiement au minimum du montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouvert(e)", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de l'e-mail", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Logs syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Enregister les d\xe9tails de paiement", _s24_35, "Bienvenue sur Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Intitul\xe9", "client_number", _s16_272, "auto_convert", _s25_63, "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current sur :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par email avec succ\xe8s", "emailed_quotes", "Les offres ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par e-mail avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Lignes par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", _s21_124, "apply_credit", "Appliquer cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le label", "custom_labels", "Labels personnalis\xe9s", "record_type", _s21_125, "record_name", "Nom d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xc0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Autoriser les tierces parties \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "E-mail de paiement en ligne", _s20_53, "E-mail de paiement manuel", "completed", "Effectu\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres client", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Devis s\xe9lectionn\xe9s", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures en retard", "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er un devis", "create_payment", "Nouveau paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour le devis", "delete_quote", "Supprimer ce devis", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Nouvelle d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une t\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approuver le devis", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expire le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "Modifier le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Jetons d'API", "api_docs", "Documentation des API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter ce jeton", "created_token", "Jeton cr\xe9\xe9 avec succ\xe8s", "updated_token", "Jeton mis \xe0 jour avec succ\xe8s", "archived_token", "Jeton archiv\xe9 avec succ\xe8s", "deleted_token", "Jeton supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement client", _s24_37, "Autoriser les clients \xe0 s'enregistrer sur le portail", _s21_55, "Personnaliser & pr\xe9visualiser", "email_invoice", "Envoyer la facture par e-mail", "email_quote", "Envoyer ce devis par e-mail", "email_credit", "Cr\xe9dit par mail", "email_payment", "Re\xe7u du paiement par courriel", _s20_56, "Le client n'a pas d'adresse mail d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configurer les conditions de paiements", "payment_term", "Condition de paiement", _s16_83, "Nouvelle condition de paiement", _s17_71, "\xc9diter la condition de paiement", _s20_57, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_58, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_56, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_59, _s40_6, _s20_60, _s40_6, _s21_57, "Les conditions de paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "S'identifier avec l'email", "change", "Modifier", _s23_26, "Modifier la mise en page pour le mobile ?", _s24_38, _s36_24, "send_from_gmail", "Envoyer depuis Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant devis", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, "Rembours\xe9 partiellement", _s16_85, "Rechercher des documents", "search_designs", "Rechercher des designs", "search_invoices", "Rechercher des factures", "search_clients", "Rechercher des clients", "search_products", "Rechercher des produits", "search_quotes", "Rechercher des devis", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Rechercher des utilisateurs", _s16_86, _s25_66, "search_tasks", "Rechercher des t\xe2ches", "search_settings", "Rechercher des param\xe8tres", "search_projects", "Rechercher des projets", "search_expenses", "Rechercher des d\xe9penses", "search_payments", "Rechercher des r\xe8glements", "search_groups", "Rechercher des groupes", "search_company", "Rechercher des entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 fournisseurs", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement du paiement", _s17_75, "Facture annul\xe9e", _s18_59, "Factures annul\xe9es", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/ Province (D\xe9partement)/ CP", _s17_79, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Troisi\xe8me champ personnalis\xe9", "custom4", "Quatri\xe8me champ personnalis\xe9", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Solde facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 -60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Rafra\xeechir", "saved_design", "Design enregistr\xe9", "client_details", "Coordonn\xe9es du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de la facture", "quote_details", "D\xe9tail du devis", "credit_details", "D\xe9tails du cr\xe9dit", "product_columns", "Colonnes de produits", "task_columns", "Colonnes de t\xe2ches", "add_field", _s16_280, "all_events", "Tous les \xe9v\xe9nements", "permissions", "Permissions", "none", "Aucun(e)", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "\xc9chec du paiement", "invoice_sent", _s22_105, "quote_sent", "Devis envoy\xe9", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture vue", "quote_viewed", "Devis vue", "credit_viewed", "Cr\xe9dit vue", "quote_approved", "Devis approuv\xe9", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_48, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La devis a \xe9t\xe9 converti avec succ\xe8s", "credit_design", "Design des cr\xe9dits", "includes", "Inclus", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "Framework CSS", "custom_designs", "Mod\xe8les personnalis\xe9s", "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", "\xc9diter le mod\xe8le", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propositions", "tickets", "Tickets", _s16_98, "Devis r\xe9current", "recurring_tasks", _s18_139, _s18_61, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_101, _s36_9, "current_version", "Version actuelle", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page des credits", "credit_terms", _s36_27, "new_company", "Nouveau compte", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e", "company1", "Champ personnalis\xe9 Entreprise 1", "company2", "Champ personnalis\xe9 Entreprise 2", "company3", "Champ personnalis\xe9 Entreprise 3", "company4", "Champ personnalis\xe9 Entreprise 4", "product1", "Champ personnalis\xe9 Produit 1", "product2", "Champ personnalis\xe9 Produit 2", "product3", "Champ personnalis\xe9 Produit 3", "product4", "Champ personnalis\xe9 Produit 4", "client1", "Champ personnalis\xe9 Client 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Champ personnalis\xe9 Contact 1", "contact2", "Champ personnalis\xe9 Contact 2", "contact3", "Champ personnalis\xe9 Contact 3", "contact4", "Champ personnalis\xe9 Contact 4", "task1", "Champ personnalis\xe9 T\xe2che 1", "task2", "Champ personnalis\xe9 T\xe2che 2", "task3", "Champ personnalis\xe9 T\xe2che 3", "task4", "Champ personnalis\xe9 T\xe2che 4", "project1", "Champ personnalis\xe9 Projet 1", "project2", "Champ personnalis\xe9 Projet 2", "project3", "Champ personnalis\xe9 Projet 3", "project4", "Champ personnalis\xe9 Projet 4", "expense1", "Champ personnalis\xe9 D\xe9pense 1", "expense2", "Champ personnalis\xe9 D\xe9pense 2", "expense3", "Champ personnalis\xe9 D\xe9pense 3", "expense4", "Champ personnalis\xe9 D\xe9pense 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Champ personnalis\xe9 Facture 1", "invoice2", "Champ personnalis\xe9 Facture 2", "invoice3", "Champ personnalis\xe9 Facture 3", "invoice4", "Champ personnalis\xe9 Facture 4", "payment1", "Champ personnalis\xe9 Paiement 1", "payment2", "Champ personnalis\xe9 Paiement 2", "payment3", "Champ personnalis\xe9 Paiement 3", "payment4", "Champ personnalis\xe9 Paiement 4", "surcharge1", "Autre frais 1", "surcharge2", "Autre frais 2", "surcharge3", "Autre frais 3", "surcharge4", "Autre frais 4", "group1", "Champ personnalis\xe9 Groupe 1", "group2", "Champ personnalis\xe9 Groupe 2", "group3", "Champ personnalis\xe9 Groupe 3", "group4", "Champ personnalis\xe9 Groupe 4", "reset", "Remettre \xe0 z\xe9ro", "number", "Nombre", "export", "Exporter", "chart", "Graphique", "count", "Compte", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom du contact", "contact_phone", _s20_118, _s21_59, "Valeur champ personnalis\xe9 Contact 1", _s21_60, "Valeur champ personnalis\xe9 Contact 2", _s21_61, "Valeur champ personnalis\xe9 Contact 3", _s21_62, "Valeur champ personnalis\xe9 Contact 4", _s17_85, "Rue", _s17_86, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_140, _s20_61, "Code postal", _s16_132, "Pays", _s16_134, "Rue", _s16_135, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_140, _s19_40, "Code postal", "billing_country", "Pays", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter une colonne", "edit_columns", "\xc9diter les colonnes", "columns", "Colonnes", "aging", "Vieillissement", "profit_and_loss", "Profits et Pertes", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter compte", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "\xc9tat", "verify_password", _s24_77, "applied", "Publi\xe9", _s21_63, "Contient les erreurs r\xe9centes des journaux", _s30_8, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_63, "Voir les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Modifier les param\xe8tres", "support_forum", "forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel de cr\xe9dit", "iframe_url", "Site internet", "domain_url", "URL du domaine", _s21_64, "Mot de passe trop court", _s20_66, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_42, "T\xe2che du portail client", _s23_29, _s33_30, _s20_67, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de l'enregistrement", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionner une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher/cacher", "menu_sidebar", "Barre lat\xe9rale du menu", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", _s22_107, "show_cost", "Voir le co\xfbt", _s17_88, _s17_89, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_65, "Voir la quantit\xe9 du produit", _s26_23, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_67, "Voir la quantit\xe9 sur la facture", _s26_24, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s19_93, _s21_71, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxe", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_74, _s31_31, "configure_rates", "Configurer les taux", _s18_75, _s18_76, "tax_settings", "R\xe9glages des taxes", _s18_77, "Taux de taxes", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_142, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_283, "field_type", "Type du champ", _s27_37, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_143, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_145, "Pourcentage de p\xe9nalit\xe9 de retard", "schedule", "Planification", "before_due_date", "Avant la date d'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s la date d'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "E-mail de facture", "payment_email", "E-mail de paiement", "partial_payment", _s16_284, "payment_partial", "Partial Payment", _s21_72, "Mail de paiement partiel", "quote_email", "E-mail de devis", _s16_147, "Rappel sans fin", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "Utilisateur cr\xe9\xe9 avec succ\xe8s avec succ\xe8s", "updated_user", "Utilisateur mis \xe0 jour avec succ\xe8s", "archived_user", "Utilisateur archiv\xe9 avec succ\xe8s", "deleted_user", "Utilisateur supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 supprim\xe9", "restored_user", "Commande restaur\xe9e avec succ\xe8s", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s19_94, "invoice_options", "Options de facturation", _s17_92, _s24_79, _s22_55, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_31, _s18_145, _s28_21, "Inclure l'image attach\xe9e dans la facture.", _s16_153, "Voir les en-t\xeates sur", _s16_154, "Voir les pieds de page sur", "first_page", "Premi\xe8re page", "all_pages", "Toutes les pages", "last_page", "Derni\xe8re page", "primary_font", "Police principale", "secondary_font", "Police secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de Page", "font_size", _s16_285, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_169, "product_fields", "Champs de produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_81, "Envoyer automatiquement par courriel", _s23_32, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s18_82, "Archiver automatiquement", _s23_33, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_83, _s25_63, _s23_34, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_94, _s29_57, "freq_daily", "Quotidien", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Deux semaines", "freq_four_weeks", "Quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_64, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_95, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_99, "Majoration de facture", "client_field", "Champ de client", "product_field", "Champ de produit", "payment_field", "Champ de Paiement", "contact_field", "Champ de contact", "vendor_field", "Champ de fournisseur", "expense_field", "Champ de d\xe9pense", "project_field", "Champ de projet", "task_field", "Champ de t\xe2che", "group_field", "Champ de Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture / le devis PDF.", _s25_41, _s48_3, _s30_9, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions d'offre", _s28_22, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_42, _s20_121, _s30_10, "Exiger que le client signe", _s23_36, "Signature de l'offre", _s22_57, _s42_16, _s27_38, "Autoriser la cr\xe9ation d'un mot de passe pour chaque contact. Si un mot de passe est cr\xe9\xe9, le contact devra entrer un mot de passe avant de voir les factures.", "authorization", "Autorisation", "subdomain", "Sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_39, "Rendez le r\xe8glement de vos clients plus facile en ajoutant les markup schema.org \xe0 vos courriels.", "plain", "Brut", "light", "Clair", "dark", "Sombre", "email_design", _s18_149, "attach_pdf", "Joindre PDF", _s16_160, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_46, "Activer le balisage", "reply_to_email", "Adresse de r\xe9ponse", "reply_to_name", "Reply-To Name", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de Cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9e", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites/Frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_49, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_163, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_104, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Remplissage auto des produits", _s18_86, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiements", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_40, _s40_7, _s23_39, _s41_11, _s24_41, _s41_12, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier Jour de la Semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de la date", "datetime_format", _s17_173, "military_time", "24H", _s18_87, "Affichage sur 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtr\xe9 par Facture", _s18_88, "Filtr\xe9 par Client", _s18_90, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 enregistr\xe9s avec succ\xe8s", _s16_171, "R\xe9glages du produit", "device_settings", _s24_80, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres d'e-mail", _s23_42, "Mod\xe8les & Rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_68, _s27_42, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_57, _s17_174, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer un pr\xe9nom", _s24_43, _s22_112, _s33_21, "Veuillez accepter les conditions d'utilisation et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte les", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "S\u2019enregistrer", "account_login", "Connexion \xe0 votre compte", "view_website", "Voir le site Web", "create_account", "Cr\xe9er un compte", "email_login", "Email de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ac\u03bd\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "take_picture", "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03c3\u03b5\u03c4\u03b5", "upload_file", "Envoyer un fichier", "document", "Document", "documents", "Documents", "new_document", "\u039d\u03ad\u03bf \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03ba\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", _s17_111, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_175, "Document mis \xe0 jour avec succ\xe8s", _s17_112, "Document archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_155, "pending", "En attente", _s16_177, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_178, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_179, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_45, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_180, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Fournisseur cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Founisseur mis \xe0 jour avec succ\xe8s", "archived_vendor", "Fournisseur archiv\xe9 avec succ\xe8s", "deleted_vendor", "Fournisseur supprim\xe9 avec succ\xe8s", "restored_vendor", "Fournisseur restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_182, _s36_11, "new_expense", "Saisir une d\xe9pense", "created_expense", "D\xe9pense cr\xe9\xe9e avec succ\xe8s", "updated_expense", "D\xe9pense mise \xe0 jour avec succ\xe8s", _s16_183, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_184, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_115, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_185, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_116, _s37_14, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_156, "design", "Design", _s21_80, "\xc9l\xe9ment non trouv\xe9", "invoiced", "Factur\xe9", "logged", "Enregistr\xe9", "running", "En cours", "resume", "Reprendre", "task_errors", "Merci de corriger les horaires conflictuels", "start", "D\xe9but", "stop", "Fin", "started_task", "T\xe2che d\xe9marr\xe9e avec succ\xe8s", "stopped_task", "T\xe2che stopp\xe9e avec succ\xe8s", "resumed_task", "T\xe2che relanc\xe9e avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrer automatiquement les t\xe2ches", "timer", "Compteur", "manual", "Manuel", "budgeted", "Budg\xe9tis\xe9", "start_time", "D\xe9but", "end_time", "Heure de fin", "date", "Date", "times", "Horaires", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "T\xe2che cr\xe9\xe9e avec succ\xe8s", "updated_task", "T\xe2che mise \xe0 jour avec succ\xe8s", "archived_task", "T\xe2che archiv\xe9e avec succ\xe8s", "deleted_task", "T\xe2che supprim\xe9e avec succ\xe8s", "restored_task", "T\xe2che restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches supprim\xe9es avec succ\xe8s", "restored_tasks", _s34_20, _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_117, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_190, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_118, _s37_15, "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app !", "if_you_like_it", _s27_79, "click_here", "cliquer ici", _s18_96, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_47, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_100, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_119, "Comparaison de p\xe9riode", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Semaine derni\xe8re", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Cloner en cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_101, "edit_quote", "\xc9diter ce devis", "edit_payment", "\xc9diter le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pensee", "edit_vendor", _s21_138, "edit_project", "Editer le projet", _s20_74, "Editer devis r\xe9current", "billing_address", _s22_113, _s16_193, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "E-mail", "password", "Mot de passe", "url", "URL", "secret", "Cl\xe9 secr\xe8te", "name", "Nom", "logout", "Se d\xe9connecter", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Rafraichissement termin\xe9", _s23_43, "Entrez votre adresse e-mail", _s26_34, "Entez votre mot de passe", _s21_83, "Entrez votre URL", _s26_36, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Une erreur s'est produite", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Montant d\xfb", "balance", "Solde", "overview", "Vue d'ensemble", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site Web", "vat_number", "Num\xe9ro de TVA", "id_number", "Num\xe9ro ID", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_199, "L'adresse de courriel n'est pas correcte", "product", "Produit", "products", "Produits", "new_product", "Nouvel article", "created_product", "Produit cr\xe9\xe9 avec succ\xe8s", "updated_product", "Produit mis \xe0 jour avec succ\xe8s", _s16_201, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_124, _s37_16, "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Client cr\xe9\xe9 avec succ\xe8s", "updated_client", "Client modifi\xe9 avec succ\xe8s", "archived_client", "Client archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Client supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients supprim\xe9s avec succ\xe8s", "restored_client", "Client restaur\xe9 avec succ\xe8s", _s16_205, _s36_13, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_140, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_206, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_207, "Facture restaur\xe9e avec succ\xe8s", _s17_125, ":count factures archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, _s37_17, "emailed_invoice", "Facture envoy\xe9e par e-mail avec succ\xe8s", "emailed_payment", "Paiement envoy\xe9 par email avec succ\xe8s", "amount", "Montant", "invoice_number", "Num\xe9ro de facture", "invoice_date", "Date de facture", "discount", "Remise", "po_number", "N\xb0 de Bon de Commande", "terms", "Conditions", "public_notes", "Note publique", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "Devis num\xe9ro", "quote_date", "Date du devis", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Depot Partial", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter Article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant Total", "pdf", "Fichier PDF", "due_date", "Date d'\xe9ch\xe9ance", _s16_209, _s16_284, "status", "Statut", _s17_127, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_59, "Cliquer pour ajouter un article (objet)", _s22_61, _s35_36, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_76, "S\xe9lectionnez une date", _s22_62, "S\xe9lectionnez un client", _s24_49, "S\xe9lectionnez une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Date de cr\xe9ation", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "S\xe9lectionnez un num\xe9ro de facture", _s27_51, "S\xe9lectionner un num\xe9ro de devis", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vu", "approved", "Approuv\xe9", "partial", "Partiel/d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, "Facture marquee comme envoyee avec succes", _s22_65, "Facture marqu\xe9e comme envoy\xe9e", _s23_45, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_46, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_18, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_53, "Recommencer k'app pour introduire l'app change", "refresh_data", "Rafra\xeechir les donn\xe9es", "blank_contact", "Details pour contacter la Banque", "activity", "Activit\xe9", _s16_211, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "En attente", _s16_214, "Annul\xe9", _s16_215, "\xc9chou\xe9", _s16_216, "Compl\xe9t\xe9", _s16_217, _s23_70, _s16_218, "Remboursement", _s17_128, "Non appliqu\xe9", _s17_129, _s19_27, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher des taches", "email_reminders", "Messages de rappel par courriel", "enabled", "Activ\xe9", "recipients", "Destinataires", "initial_email", _s16_297, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_298, "reminder1", "Premier Message de Rappel", "reminder2", "Deuxieme Message de Rappel", "reminder3", "Troisieme Message de Rappel", "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer l'e-mail", "email_receipt", "Envoyer le re\xe7u par e-mail au client", "auto_billing", "Debit Automatique", "button", "Bouton", "preview", "Pr\xe9visualisation", "customize", "Personnaliser", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9", "payment_type", _s16_274, _s21_85, "R\xe9f\xe9rence transaction", "enter_payment", "Saisissez un paiement", "new_payment", "Entrer un paiement", "created_payment", "Paiement cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Paiement mis \xe0 jour avec succ\xe8s", _s16_219, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_220, "Paiement restaur\xe9 avec succ\xe8s", _s17_130, ":count paiement archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements supprim\xe9s avec succ\xe8s", _s17_131, _s37_20, "quote", "Devis", "quotes", "Devis", "new_quote", "Nouveau devis", "created_quote", "Devis cr\xe9\xe9 avec succ\xe8s", "updated_quote", "Devis mis \xe0 jour avec succ\xe8s", "archived_quote", "Devis archiv\xe9 avec succ\xe8s", "deleted_quote", "Devis supprim\xe9 avec succ\xe8s", "restored_quote", "Devis restaur\xe9 avec succ\xe8s", "archived_quotes", ":count devis archiv\xe9s avec succ\xe8s", "deleted_quotes", ":count devis supprim\xe9s avec succ\xe8s", "restored_quotes", _s35_22, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a mail\xe9 la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a vu la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi un paiement :payment concernant :invoice pour :client", "activity_11", ":user a mis \xe0 jour le moyen de paiement :payment", "activity_12", ":user a archiv\xe9 le moyen de paiement :payment", "activity_13", ":user a supprim\xe9 le moyen de paiement :payment", "activity_14", ":user a entr\xe9 le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 le devis :quote", "activity_19", ":user a mis \xe0 jour le devis :quote", "activity_20", ":user a mail\xe9 un devis :quote pour :client \xe0 :contact", "activity_21", ":contact a lu le devis :quote", "activity_22", ":user a archiv\xe9 le devis :quote", "activity_23", ":user a supprim\xe9 le devis :quote", "activity_24", ":user a restaur\xe9 le devis :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement de :payment_amount (:payment)", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement de :payment_amount (:payment)", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9-ouvert le ticket :ticket", "activity_55", ":contact a r\xe9pondu au ticket :ticket", "activity_56", ":user a visualis\xe9 le ticket :ticket", "activity_57", "La facture :invoice n'a pu \xeatre envoy\xe9e", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s27_81, "emailed_quote", "Devis envoy\xe9 par e-mail avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par mail avec succ\xe8s", _s20_78, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_87, "Le cr\xe9dit a bien \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_54, _s39_12, _s29_37, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour un paiement de facture", _s31_18, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_66, "Mod\xe8le de compteur de t\xe2che", _s22_68, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_70, "Mod\xe8le de compteur de d\xe9pense", _s21_88, "Mod\xe8le de num\xe9ro de fournisseur", _s21_90, "Mod\xe8le de compteur de fournisseur", _s21_92, "Mod\xe8le de num\xe9ro de ticket", _s21_94, "Mod\xe8le de compteur de ticket", _s22_72, "Mod\xe8le de num\xe9ro de paiement", _s22_74, "Mod\xe8le de compteur de paiement", _s22_76, "Mod\xe8le de num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le de num\xe9ro de devis", _s20_81, "Compteur du num\xe9ro de devis", _s21_96, _s26_61, _s21_98, _s28_76, _s21_100, _s26_61, _s21_101, _s28_76, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les offres", _s18_101, "Nom par d\xe9faut de la taxe 1", _s18_103, "Taux par d\xe9faut de la taxe 1", _s18_105, "Nom par d\xe9faut de la taxe 2", _s18_107, "Taux par d\xe9faut de la taxe 2", _s18_109, "Nom par d\xe9faut de la taxe 3", _s18_111, "Taux par d\xe9faut de la taxe 3", _s21_102, "Sujet du courriel de la facture", _s19_68, "Sujet du courriel du devis", _s21_104, "Sujet du courriel du paiement", _s29_39, "Sujet du mail de paiement partiel", "show_table", "Afficher en tableau", "show_list", "Afficher en liste", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_222, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Adresse du client", "client_address2", _s22_117, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "Adresse de livraison du client", _s24_57, "App / Bureau de livraison du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 le", "has_expenses", "D\xe9penses en cours", "custom_taxes1", "Autres taxes 1", "custom_taxes2", "Autres taxes 2", "custom_taxes3", "Autres taxes 3", "custom_taxes4", "Autres taxes 4", _s17_134, "Autre frais 1", _s17_135, "Autre frais 2", _s17_136, "Autre frais 3", _s17_137, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_127, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_299, "bank_id", "Banque", _s19_70, _s19_71, _s16_227, _s20_128, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Cr\xe9er votre compte en quelques secondes", "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "\xc9tendue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Les frais pour une facture de :amount serait :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approuver", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Le client a \xe9t\xe9 purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nouveau mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Visualiser le relev\xe9", "sepa", "SEPA D\xe9bit direct", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom de", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_5, _s36_30, _s25_6, _s38_2, _s26_5, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user a cr\xe9\xe9 une facture r\xe9currente :recurring_invoice", "activity_101", ":user a mis \xe0 jour une facture r\xe9currente :recurring_invoice", "activity_102", ":user a archiv\xe9 une facture r\xe9currente :recurring_invoice", "activity_103", ":user a supprim\xe9 une facture r\xe9currente :recurring_invoice", "activity_104", ":user a restaur\xe9 une facture r\xe9currente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Order", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre plus grand que z\xe9ro et moins que le total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Autoriser", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez le sous-domaine ou affichez la facture sur votre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Nouvel abonnement", _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_32, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_35, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_21, "Recherche de 1 abonnement", _s20_33, "Recherche :count abonnements", _s26_8, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_43, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_35, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_45, "Les modifications apport\xe9es au code de base peuvent bloquer la mise \xe0 jour, vous pouvez ex\xe9cuter cette commande pour annuler les modifications:", _s16_46, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_48, "D\xe9lai d'expiration du mot de passe", _s29_5, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_50, "Activer la soci\xe9t\xe9", _s21_37, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_16, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_17, "Veuillez d'abord d\xe9finir un mot de passe", _s34_7, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_16, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_22, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_52, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_23, "Le comte a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", "Afficher la documentation", _s32_4, "Veuillez fournir un num\xe9ro de t\xe9l\xe9phone mobile pour activer l'authentification \xe0 deux facteurs", "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_38, "Scannez le code barre avec une :link app compatible.", _s18_36, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_31, "D\xe9connecter Google", _s17_33, "Authentification \xe0 deux facteurs", _s18_37, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_8, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_18, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_24, "Expiration de la session web", _s17_34, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_10, "Veuillez confirmer votre adresse courriel", _s16_53, _s18_132, _s19_26, _s27_82, _s19_28, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_36, "D\xe9marrer la multis\xe9lection", _s27_19, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_39, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_39, _s20_102, _s16_54, "URL d'enregistrement", "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facture de d\xe9pense", _s19_29, "Rechercher 1 d\xe9lai de paiement", _s20_34, "Rechercher :count d\xe9lais de paiement", _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, "Solde converti", _s22_31, "Pay\xe9 \xe0 ce jour converti", _s24_19, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9versement de document", _s20_35, "Autoriser les clients \xe0 t\xe9l\xe9verser des documents", "expense_total", "Total des d\xe9penses", "enter_taxes", "Saisir les taxes", "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", "Entrer le montant", "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Cacher", "empty_columns", "Colonnes vides", _s21_41, "Mode debug activ\xe9", _s26_11, "Avertissement: Pour usage local seulement. Fuites de donn\xe9es possible. En savoir plus.", "running_tasks", "T\xe2ches en cours", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", "D\xe9penses r\xe9centes", _s17_42, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_21, "Dupliquer le mappage de colonnes", _s20_36, "Utiliser taxes incluses", _s18_41, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_16, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_16, _s16_62, "Aucun fichier s\xe9lectionn\xe9", "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_33, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_44, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_34, 'Veuillez saisir ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner vers", "clone_to_other", "Cloner vers Autre", "labels", "\xc9tiquettes", "add_custom", "Ajout personnalis\xe9", "payment_tax", "Paiement de taxe", "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", "Note de livraison", _s24_24, _s39_7, _s24_26, _s37_28, "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_160, "partial_due", "Montant partiel d\xfb", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_19, "Total de facture", "actions", "Actions", "expense_number", "Num\xe9ro de d\xe9pense", "task_number", "Num\xe9ro de t\xe2che", "project_number", "Num\xe9ro de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_85, _s24_28, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_160, "remind_invoice", "Rappeler la facture", "cvv", "CVV", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone du client", "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_46, "Taux de t\xe2che par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats de t\xe2che", "new_task_status", "Nouvel \xe9tat de t\xe2che", _s16_64, "\xc9dition de l'\xe9tat de t\xe2che", _s19_30, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_31, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_38, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_32, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_33, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_39, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_35, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_43, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_36, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_43, "Recherche 1 \xe9tat de t\xe2che", _s20_41, "Recherche :count \xe9tats de t\xe2che", _s16_66, "Afficher le tableau des t\xe2ches", _s21_44, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_42, "Facturer le journal du temps des t\xe2ches", _s25_17, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_44, "Facturer le journal des dates des t\xe2ches", _s25_18, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_45, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_44, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_46, "Configurer les cat\xe9gories", _s18_46, "Cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_29, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_30, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_20, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_31, _s40_5, _s24_32, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_21, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_23, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_12, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_24, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_20, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_23, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_48, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_37, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", _s21_122, _s17_48, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9e", _s23_21, "Activer la facturation de la d\xe9pense", _s29_8, "Rend visibles les documents", _s21_50, "D\xe9finir un taux d'\xe9change", _s16_68, "Param\xe8tres des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple / Google Pay", "user_field", _s18_134, "variables", "Variables", "show_password", "Afficher le mot de passe", "hide_password", "Masquer le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restants", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "\xc9diter la facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_29, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_25, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_15, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_26, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_33, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_34, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de courriel", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Journaux syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Sauvegarder les informations de carte de cr\xe9dit", _s24_35, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_272, "auto_convert", "Conversion automatique", "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current de :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_quotes", "Les soumissions ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par courriel avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_124, "apply_credit", "Appliquer le cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le libell\xe9", "custom_labels", "\xc9tiquettes personnalis\xe9es", "record_type", _s21_125, "record_name", "Non d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "Courriel de paiement en ligne", _s20_53, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures impay\xe9es", "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Soumissions \xe0 venir", "expired_quotes", "Soumissions expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une T\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_78, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_79, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_69, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter le jeton", "created_token", "Le jeton a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_token", "Le jeton a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_token", "Le jeton a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_token", "Le jeton a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement d'un client", _s24_37, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_55, "Personnaliser et pr\xe9visualiser", "email_invoice", "Envoyer la facture par courriel", "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_129, _s20_56, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_83, "Nouveau d\xe9lai de paiement", _s17_71, "Modifier le d\xe9lai de paiement", _s20_57, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_58, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_56, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_59, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_60, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_57, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_45, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_58, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_46, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_26, "Basculer vers l'affichage mobile", _s24_38, _s36_24, "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant de la soumission", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, _s23_70, _s16_85, "Recherche de documents", "search_designs", "Recherche de designs", "search_invoices", "Recherche de factures", "search_clients", "Recherche de clients", "search_products", "Recherche de produits", "search_quotes", "Recherche de soumissions", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Recherche d'utilisateurs", _s16_86, _s25_66, "search_tasks", "Recherche de t\xe2ches", "search_settings", "Recherche de param\xe8tres", "search_projects", "Recherche de projets", "search_expenses", "Recherche de d\xe9penses", "search_payments", "Recherche de paiements", "search_groups", "Recherche de groupes", "search_company", "Recherche d'entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 entreprise", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement", _s17_75, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_59, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/Prov/CP", _s17_79, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_107, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Avertissement: Cette action est irr\xe9versible et va supprimer vos donn\xe9es de fa\xe7on d\xe9finitive.", "invoice_balance", "Solde de facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 - 60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Actualiser", "saved_design", "Le mod\xe8le a \xe9t\xe9 sauvegard\xe9 avec succ\xe8s", "client_details", "Informations du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de facture", "quote_details", "Informations de la soumission", "credit_details", "Informations de cr\xe9dit", "product_columns", "Colonnes produit", "task_columns", "Colonnes t\xe2ches", "add_field", _s16_280, "all_events", "Ajouter un \xe9v\xe9nement", "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Le paiement a \xe9chou\xe9", "invoice_sent", _s22_105, "quote_sent", "Soumission envoy\xe9e", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture visualis\xe9e", "quote_viewed", "Soumission visualis\xe9e", "credit_viewed", "Cr\xe9dit visualis\xe9", "quote_approved", "Soumission approuv\xe9e", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_48, "Avertissement: Cette entreprise sera d\xe9finitivement supprim\xe9e.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La soumission a \xe9t\xe9 convertie avec succ\xe8s", "credit_design", "Design de cr\xe9dit", "includes", "Inclusions", "header", "En-t\xeate", "load_design", "Charger le design", "css_framework", "Framework CSS", "custom_designs", "Designs personnalis\xe9s", "designs", "Designs", "new_design", "Nouveau design", "edit_design", "\xc9diter le design", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, "Les :value mod\xe8les ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_designs", "Les :value mod\xe8les ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_97, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_98, "Soumissions r\xe9currentes", "recurring_tasks", _s18_139, _s18_61, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Le cr\xe9dit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_credit", "Le cr\xe9dit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_101, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", _s36_27, "new_company", "Nouvelle entreprise", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e avec succ\xe8s", "company1", "Entreprise personnalis\xe9e 1", "company2", "Entreprise personnalis\xe9e 2", "company3", "Entreprise personnalis\xe9e 3", "company4", "Entreprise personnalis\xe9e 4", "product1", "Produit personnalis\xe9 1", "product2", "Produit personnalis\xe9 2", "product3", "Produit personnalis\xe9 3", "product4", "Produit personnalis\xe9 4", "client1", "Client personnalis\xe9 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Contact personnalis\xe9 1", "contact2", "Contact personnalis\xe9 2", "contact3", "Contact personnalis\xe9 3", "contact4", "Contact personnalis\xe9 4", "task1", "T\xe2che personnalis\xe9e 1", "task2", "T\xe2che personnalis\xe9e 2", "task3", "T\xe2che personnalis\xe9e 3", "task4", "T\xe2che personnalis\xe9e 4", "project1", "Projet personnalis\xe9 1", "project2", "Projet personnalis\xe9 2", "project3", "Projet personnalis\xe9 3", "project4", "Projet personnalis\xe9 4", "expense1", "D\xe9pense personnalis\xe9e 1", "expense2", "D\xe9pense personnalis\xe9e 2", "expense3", "D\xe9pense personnalis\xe9e 3", "expense4", "D\xe9pense personnalis\xe9e 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_72, "invoice3", _s23_73, "invoice4", _s23_74, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_72, "payment3", _s23_73, "payment4", _s23_74, "surcharge1", _s25_70, "surcharge2", _s25_71, "surcharge3", _s25_72, "surcharge4", _s25_73, "group1", "Groupe personnalis\xe9 1", "group2", "Groupe personnalis\xe9 2", "group3", "Groupe personnalis\xe9 3", "group4", "Groupe personnalis\xe9 4", "reset", "Remise \xe0 z\xe9ro", "number", "Num\xe9ro", "export", "Exporter", "chart", "Graphique", "count", "Compteur", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom complet du contact", "contact_phone", _s20_118, _s21_59, "Valeur personnalis\xe9e du contact 1", _s21_60, "Valeur personnalis\xe9e du contact 2", _s21_61, "Valeur personnalis\xe9e du contact 3", _s21_62, "Valeur personnalis\xe9e du contact 4", _s17_85, "Rue de livraison", _s17_86, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_61, "Code postal de livraison", _s16_132, "Pays de livraison", _s16_134, "Rue de facturation", _s16_135, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_40, "Code postal de facturation", "billing_country", "Pays de facturation", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter colonne", "edit_columns", "\xc9diter colonne", "columns", "Colonnes", "aging", "Impay\xe9s", "profit_and_loss", "Profit et perte", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter une entreprise", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "Statut", "verify_password", _s24_77, "applied", "Appliqu\xe9", _s21_63, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_8, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_63, "Afficher les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le moteur de rendu PDF n\xe9cessite :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Configurer les param\xe8tres", "support_forum", "Forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel pour le cr\xe9dit", "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_64, "Le mot de passe est trop court", _s20_66, "Le mot de passe doit contenir une majuscule et un nombre", _s19_42, "T\xe2ches du portail client", _s23_29, _s33_30, _s20_67, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de la sauvegarde", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionnez une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher / masquer", "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_88, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_65, "Afficher la quantit\xe9 de produit", _s26_23, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_67, "Afficher la quantit\xe9 de facture", _s26_24, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_69, "Afficher le rabais de produit", _s26_25, "Afficher un champ rabais de ligne d'article", _s16_138, _s19_93, _s21_71, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxes", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_74, _s31_31, "configure_rates", "Configuration des taux", _s18_75, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_77, "Taux de taxe", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_142, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_283, "field_type", "Type de champ", _s27_37, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_143, "late_fee_amount", "Frais de retard", _s16_145, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_129, "partial_payment", _s16_284, "payment_partial", _s16_284, _s21_72, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_147, "Rappel perp\xe9tuel", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "L'utilisateur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_user", "L'utilisateur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_user", "L'utilisateur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_user", "L'utilisateur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_user", "L'utilisateur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_users", "Les :value utilisateurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_users", "Les :value utilisateurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "removed_users", "Les :value utilisateurs ont \xe9t\xe9 retir\xe9s avec succ\xe8s", "restored_users", "Les :value utilisateurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s16_151, _s19_94, "invoice_options", "Options de facture", _s17_92, _s24_79, _s22_55, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_31, _s18_145, _s28_21, "Inclure les images jointes dans la facture.", _s16_153, "Afficher l'en-t\xeate sur", _s16_154, "Afficher le pied de page sur", "first_page", "premi\xe8re page", "all_pages", "toutes les pages", "last_page", "derni\xe8re page", "primary_font", "Fonte principale", "secondary_font", "Fonte secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de page", "font_size", _s16_285, "quote_design", "Design de soumission", "invoice_fields", _s17_169, "product_fields", "Champs produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_81, "Envoi automatique", _s23_32, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s18_82, "Autoarchivage", _s23_33, "Archive automatiquement les soumissions lorsqu'elles sont converties.", _s18_83, "Autoconversion", _s23_34, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_94, _s29_57, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Aux deux semaines", "freq_four_weeks", "Aux quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_64, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_95, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_99, "Surcharge de facture", "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", "Champ Fournisseur", "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ T\xe2che", "group_field", "Champ Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture/soumission PDF.", _s25_41, _s48_3, _s30_9, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions de soumssion", _s28_22, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_42, _s20_121, _s30_10, "Requiert une signature du client", _s23_36, "Signature de soumission", _s22_57, _s42_16, _s27_38, "Permet de sp\xe9cifier un mot de passe pour chaque contact. Si un mot de passe est sp\xe9cifi\xe9, le contact devra saisir ce mot de passe pour visualiser ses factures.", "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_39, "rendez le paiement plus facile \xe0 vos client en ajoutant \xe0 vos courriel, le marquage de schema.org.", "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_149, "attach_pdf", "Joindre un PDF", _s16_160, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_46, "Autoriser le marquage", "reply_to_email", "Courriel de r\xe9ponse", "reply_to_name", "Nom de R\xe9pondre \xc0", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites / frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_49, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_163, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_104, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_106, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_85, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_86, "La s\xe9lection d'un produit entrainera la mise \xe0 jour de la description et du prix", "update_products", "Mise \xe0 jour automatique des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiement", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_40, _s40_7, _s23_39, _s41_11, _s24_41, _s41_12, _s25_44, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_42, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_45, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_169, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_177, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier jour de la semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de date", "datetime_format", _s17_173, "military_time", "Format d'heure 24 h", _s18_87, "Affichage 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtrer par facture", _s18_88, "Filtrer par client", _s18_90, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", "Les :value groupes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_groups", "Les :value groupes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_groups", "Les :value groupes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "T\xe9l\xe9verser le logo", "uploaded_logo", "Le logo a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", _s16_171, "Param\xe8tres des produits", "device_settings", _s24_80, "defaults", "Par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres de courriel", _s23_42, "Mod\xe8les et rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_68, _s27_42, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_57, _s17_174, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer votre pr\xe9nom", _s24_43, "Veuillez entrer votre nom", _s33_21, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "Inscription", "account_login", "Connexion", "view_website", "Visiter le site web", "create_account", "Cr\xe9er un compte", "email_login", "Courriel de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "Le plan Entreprise est requis", "take_picture", "Prendre un photo", "upload_file", "T\xe9l\xe9verser un fichier", "document", "Justificatifs", "documents", "Documents", "new_document", "Nouveau document", "edit_document", "\xc9diter un document", _s17_111, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_175, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_112, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_114, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_95, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_155, "pending", "En attente", _s16_177, "Connect\xe9", _s16_178, "En attente", _s16_179, "Factur\xe9", "converted", "Convertie", _s24_45, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_180, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Le fournisseur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Le fournisseur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_vendor", "Le fournisseur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_vendor", "Le fournisseur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "restored_vendor", "Le fournisseur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_182, "Les :value fournisseurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_expense", "Entrer une d\xe9pense", "created_expense", "La d\xe9pense a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_expense", "La d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s16_183, "La d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_expense", "La d\xe9pense a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_184, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_115, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_185, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_116, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_156, "design", "Conception", _s21_80, "Enregistrement introuvable", "invoiced", "Factur\xe9e", "logged", "Enregistr\xe9e", "running", "En cours", "resume", "Continuer", "task_errors", "Veuillez corriger les plages de temps qui se chevauchent", "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "La t\xe2che a d\xe9mar\xe9 avec succ\xe8s", "stopped_task", "La t\xe2che a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", "resumed_task", "La t\xe2che a \xe9t\xe9 reprise avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrage de t\xe2ches automatique", "timer", "Minuteur", "manual", "Manuel", "budgeted", "Budg\xe9t\xe9", "start_time", "D\xe9marr\xe9e \xe0", "end_time", "Arr\xeat\xe9e \xe0", "date", "Date", "times", "Temps", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "La t\xe2che a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_task", "La t\xe2che a \xe9t\xe9 modifi\xe9e avec succ\xe8s", "archived_task", "La t\xe2che a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_task", "La t\xe2che a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_task", "La t\xe2che a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_tasks", "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_117, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_190, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_118, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app!", "if_you_like_it", _s27_79, "click_here", "cliquez ici", _s18_96, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_47, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_100, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_119, "P\xe9riode de comparaison", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Derni\xe8re semaine", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Cloner en facture", "clone_to_quote", "Cloner en soumission", "clone_to_credit", "Cloner au cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier le client", "edit_product", "Modifier le produit", "edit_invoice", _s19_101, "edit_quote", "Modifier la soumission", "edit_payment", "Modifier le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pense", "edit_vendor", _s21_138, "edit_project", "\xc9diter le projet", _s20_74, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_113, _s16_193, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "password", "Mot de passe", "url", "URL", "secret", "Secret", "name", "Nom", "logout", "D\xe9connexion", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Actualisation compl\xe9t\xe9e", _s23_43, "Veuillez saisir votre courriel", _s26_34, "Veuillez saisir votre mot de passe", _s21_83, "Veuillez saisir votre URL", _s26_36, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Il y a eu une erreur", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Solde d\xfb", "balance", "Solde", "overview", "Survol", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site web", "vat_number", "N\xb0 de taxe", "id_number", "N\xb0 d'entreprise", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_199, "Le courriel est invalide", "product", "Produit", "products", "Produits", "new_product", "Nouveau produit", "created_product", "Le produit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_product", "Le produit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_201, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_124, "Les :value produits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Le client a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_client", "Le client a \xe9t\xe9 modifi\xe9 avec succ\xe8s", "archived_client", "Le client a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Le client a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_client", "Le client a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_205, "Les :value clients ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "address1", "Rue", "address2", "Appartement / bureau", "city", "Ville", "state", "\xc9tat / province", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "La facture a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "La facture a \xe9t\xe9 modifi\xe9e avec succ\xe8s", _s16_206, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_207, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_125, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, "Les :value factures ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "emailed_invoice", "La facture a \xe9t\xe9 envoy\xe9e par courriel avec succ\xe8s", "emailed_payment", "Le paiement a \xe9t\xe9 envoy\xe9 par courriel avec succ\xe8s", "amount", "Montant", "invoice_number", "N\xb0 de facture", "invoice_date", "Date de facturation", "discount", "Escompte", "po_number", "N\xb0 de bon de commande", "terms", "Modalit\xe9s", "public_notes", "Notes publiques", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "N\xb0 de soumission", "quote_date", "Date de soumission", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Partiel / d\xe9p\xf4t", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter un article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_209, "Date d'\xe9ch\xe9ance du paiement partiel", "status", "Statut", _s17_127, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_59, "Cliquez + pour ajouter un article", _s22_61, _s35_36, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_76, "Veuillez saisir une date", _s22_62, _s31_31, _s24_49, "Veuillez s\xe9lectionner une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Cr\xe9\xe9 le", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "Veuillez saisir un num\xe9ro de facture", _s27_51, "Veuillez saisir un num\xe9ro de soumission", "past_due", "En souffrance", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vue", "approved", "Approuv\xe9e", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, _s50_12, _s22_65, _s50_12, _s23_45, _s56_2, _s23_46, _s56_2, "done", "Valider", _s37_18, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_53, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_211, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "Em attente", _s16_214, "Annul\xe9e", _s16_215, "\xc9chou\xe9e", _s16_216, "Compl\xe9t\xe9e", _s16_217, "Partiellement rembours\xe9e", _s16_218, "Rembours\xe9e", _s17_128, "Non appliqu\xe9", _s17_129, _s27_82, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les t\xe2ches", "email_reminders", "Courriel de rappel", "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_297, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_298, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer un courriel", "email_receipt", "Envoyer le re\xe7u de paiement par courriel au client", "auto_billing", _s23_71, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_274, _s21_85, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_130, "new_payment", _s20_130, "created_payment", "Le paiement a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Le paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_219, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_220, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_130, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_131, "Les :value paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "quote", "Soumission", "quotes", "Soumissions", "new_quote", "Nouvelle soumission", "created_quote", "La soumission a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_quote", "La soumission a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", "archived_quote", "La soumission a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_quote", "La soumission a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_quote", "La soumission a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_quotes", ":count soumissions ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_quotes", ":count soumissions ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_quotes", "Les :value soumissions ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a envoy\xe9 par courriel la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a visualis\xe9 la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client", "activity_11", ":user a mis \xe0 jour le paiement :payment", "activity_12", ":user a archiv\xe9 le paiement :payment", "activity_13", ":user a supprim\xe9 le paiement :payment", "activity_14", ":user a saisi le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 la soumission :quote", "activity_19", ":user a mis \xe0 jour la soumission :quote", "activity_20", ":user a envoy\xe9 par courriel la soumission :quote pour :client \xe0 :contact", "activity_21", ":contact a visualis\xe9 la soumission :quote", "activity_22", ":user a archiv\xe9 la soumission :quote", "activity_23", ":user a supprim\xe9 la soumission :quote", "activity_24", ":user a restaur\xe9 la soumission :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement :payment de :payment_amount", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement :payment de :payment_amount", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9ouvert le billet :ticket", "activity_55", ":contact a r\xe9pondu au billet :ticket", "activity_56", ":user a vu le billet :ticket", "activity_57", "Le syst\xe8me n'a pas pu envoyer le courriel de la facture :invoice", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", ":contact a vu la soumission :quote", "activity_61", ":user a mis \xe0 jour le client :client", "activity_62", ":user a mis \xe0 jour le fournisseur :vendor", "activity_63", ":user a envoy\xe9 le premier rappel pour la facture :invoice de :contact", "activity_64", ":user a envoy\xe9 le deuxi\xe8me rappel pour la facture :invoice de :contact", "activity_65", ":user a envoy\xe9 le troisi\xe8me rappel pour la facture :invoice de :contact", "activity_66", ":user a envoy\xe9 un rappel sans fin pour la facture :invoice de :contact", "activity_80", ":user a cr\xe9\xe9 l'abonnement :subscription", "activity_81", ":user a mis \xe0 jour l'abonnement :subscription", "activity_82", ":user a archiv\xe9 l'abonnement :subscription", "activity_83", ":user a supprim\xe9 l'abonnement :subscription", "activity_84", ":user a restaur\xe9 l'abonnement :subscription", _s17_132, _s27_81, "emailed_quote", "La soumission a \xe9t\xe9 envoy\xe9e avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel avec succ\xe8s", _s20_78, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_87, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", _s17_177, "custom_value2", _s17_177, "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_54, _s39_12, _s29_37, "Message personnalis\xe9 pour facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour facture pay\xe9e", _s31_18, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_66, "Compteur du num\xe9ro de t\xe2che", _s22_68, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_70, "Compteur du num\xe9ro de d\xe9pense", _s21_88, "Mod\xe8le du num\xe9ro de fournisseur", _s21_90, "Compteur du num\xe9ro de fournisseur", _s21_92, "Mod\xe8le du num\xe9ro de billet", _s21_94, "Compteur du num\xe9ro de billet", _s22_72, "Mod\xe8le du num\xe9ro de paiement", _s22_74, "Compteur du num\xe9ro de paiement", _s22_76, "Mod\xe8le du num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le du num\xe9ro de soumission", _s20_81, "Compteur du num\xe9ro de soumission", _s21_96, _s26_62, _s21_98, _s28_77, _s21_100, _s26_62, _s21_101, _s28_77, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les soumissions", _s18_101, "Nom de taxe par d\xe9faut 1", _s18_103, "Taux de taxe par d\xe9faut 1", _s18_105, "Nom de taxe par d\xe9faut 2", _s18_107, "Taux de taxe par d\xe9faut 2", _s18_109, "Nom de taxe par d\xe9faut 3", _s18_111, "Taux de taxe par d\xe9faut 3", _s21_102, "Objet du courriel de facture", _s19_68, "Objet du courriel de soumission", _s21_104, "Objet du courriel de paiement", _s29_39, "Sujet du courriel de paiement partiel", "show_table", "Affiche la table", "show_list", "Afficher la liste", "client_city", "Ville du client", "client_state", "Province du client", "client_country", "Pays du client", _s16_222, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_117, "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_56, "Rue d'exp\xe9dition", _s24_57, "App / bureau d'exp\xe9dition du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", "Taxes personnalis\xe9es 1", "custom_taxes2", "Taxes personnalis\xe9es 2", "custom_taxes3", "Taxes personnalis\xe9es 3", "custom_taxes4", "Taxes personnalis\xe9es 4", _s17_134, _s25_70, _s17_135, _s25_71, _s17_136, _s25_72, _s17_137, _s25_73, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_127, "vendor_state", "Province du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_299, "bank_id", "Banque", _s19_70, "ID de cat\xe9gorie de d\xe9pense", _s16_227, _s20_128, _s19_72, "ID de la devise de facturation", "tax_name1", "Nom de la taxe 1", "tax_name2", "Nom de la taxe 2", "tax_name3", "Nom de taxe 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s21_140, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user hat Bestellung :purchase_order erstellt", "activity_131", ":user hat Bestellung :purchase_order aktualisiert", "activity_132", ":user hat Bestellung :purchase_order archiviert", "activity_133", ":user hat Bestellung :purchase_order gel\xf6scht", "activity_134", ":user hat Bestellung :purchase_order wiederhergestellt", "activity_135", ":user mailte Bestellung :purchase_order", "activity_136", ":contact hat Bestellung :purchase_order angsehen", "activity_137", ":contact nahm Bestellung :purchase_order an", "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Zusammenf\xfchren", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, "Bestelldatum", _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Akzeptieren", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Angenommen", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Bestellung", "purchase_orders", "Bestellungen", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Zahlungseinstellungen", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Aktueller Stand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Zahlungsanbieter hinzuf\xfcgen", _s24_7, _s77_, "left", "Links", "right", "Rechts", "center", "Mittig", "page_numbering", "Seiten Nummerierung", _s24_8, "Ausrichtung der Seitennummerierung", _s31_1, "Rechnung versendet", _s24_10, "Produktbeschreibung anzeigen", _s29_3, "Beschreibung bei der Produktauswahl anzeigen", "invoice_items", "Rechnungselemente", "quote_items", "Angebotselemente", "profitloss", _s18_161, "import_format", "Import-Format", "export_format", "Export-Format", "export_type", "Export-Typ", "stop_on_unpaid", "Stoppen falls nicht bezahlt", _s19_10, "Erstelle keine neuen wiederkehrenden Rechnungen, falls die vorige Rechnung noch nicht bezahlt wurde.", "use_quote_terms", "Benutze Angebotsbedingungen", _s20_17, "Wenn ein Angebot in eine Rechnung umgewandelt wird", "add_country", "Land hinzuf\xfcgen", "enable_tooltips", "Quickinfo/Tooltips anzeigen", _s20_18, "Quickinfo/Tooltips beim Dr\xfcberfahren mit der Maus anzeigen", _s21_14, "Fehler: Eintr\xe4ge sind mehr als einem Kunden zugeordnet", "register_label", "Benutzerkonto in wenigen Sekunden erstellen", "login_label", "Mit einem bestehenden Benutzerkonto anmelden", "add_to_invoice", "Zur Rechnung :invoice hinzuf\xfcgen", _s17_11, "Keine Rechnungen gefunden", "week", "Woche", "created_record", "Eintrag erfolgreich erstellt.", _s26_1, "Bezahltes Automatisch Archivieren", _s31_2, "Automatische Archivierung von Rechnungen, wenn diese als bezahlt markiert werden.", _s31_3, "Auto-Archivierung abgebrochen", _s36_2, "Automatisch Rechnungen archivieren, wenn diese annulliert wurden.", _s20_19, "Alternativer PDF Viewer", _s25_2, "Verbessere das Scrolling \xfcber die PDF Vorschau [BETA]", _s16_10, "Rechnungs-W\xe4hrung", "range", "Bereich", "tax_amount1", "Steuerh\xf6he 1", "tax_amount2", "Steuerh\xf6he 2", "tax_amount3", "Steuerh\xf6he 3", "create_project", "Projekt erstellen", "update_project", "Projekt aktualisieren", "view_task", "Aufgabe anzeugen", "cancel_invoice", "Abbrechen", "changed_status", "Erfolgreich Aufgabenstatus ge\xe4ndert", "change_status", "Status \xe4ndern", "fees_sample", "Die Geb\xfchren f\xfcr eine Rechnung \xfcber :amount\xa0 w\xfcrden :total betragen.", _s19_11, "Touchscreen-Modus aktivieren", _s24_12, "Scrollen durch wischen", "after_saving", "Nach dem Speichern", "view_record", "Datensatz anzeigen", _s21_15, "Markdown in E-Mails verwenden", _s26_2, "Visuellen Markdown-Editor f\xfcr E-Mails verwenden", _s19_13, "Markdown in PDFs verwenden", "json_help", "Achtung: JSON-Dateien, die mit v4 der App erstellt wurden, werden nicht unterst\xfctzt", "release_notes", "Versionshinweise", _s23_9, "Upgrade deinen Tarif um Berichte anzusehen", "started_tasks", ":value Aufgaben erfolgreich gestartet", "stopped_tasks", ":value Aufgaben erfolgreich angehalten", "approved_quote", "Angebot erfolgreich angenommen", "approved_quotes", ":value Angebote erfolgreich angenommen", "approve", _s16_300, "client_website", "Kunden-Website", "invalid_time", "Ung\xfcltige Zeit", _s21_17, "Liefer-Region Kunde", _s20_21, "Lieferort Kunde", _s27_6, "Liefer-PLZ Kunde", _s23_10, "Kunde Lieferung LAND", "load_pdf", "PDF laden", _s16_12, "Kostenlose Testversion starten", _s24_13, "Teste den Pro-Tarif GRATIS f\xfcr 14 Tage", "due_on_receipt", "F\xe4llig bei Erhalt", "is_paid", "Ist bezahlt", "age_group_paid", "Bezahlt", "id", "ID", "convert_to", "Umwandeln in", "client_currency", "Kundenw\xe4hrung", _s16_14, "Firmenw\xe4hrung", "purged_client", "Kunde erfolgreich bereinigt", _s27_8, "Um Spam zu verhindern braucht es ein Upgrade zu einem bezahlten Account um das E-Mail anzupassen.", _s22_25, "Upgrade deinen Tarif um weitere Firmen hinzuzuf\xfcgen", _s30_1, "Die Datei wurde im Downloads-Ordner gespeichert", "small", "Klein", _s21_19, "Guthaben erfolgreich als bezahlt markiert", _s22_26, "Erfolgreich Kredite als bezahlt markiert", _s16_16, "Daten werden geladen - bitte warten Sie, bis der Vorgang abgeschlossen ist", "wait_for_saving", "Datenspeicherung - bitte warten Sie, bis der Vorgang abgeschlossen ist", _s20_23, "Hinweis: Die hier vorgenommenen \xc4nderungen werden nur in der Vorschau angezeigt, sie m\xfcssen in den obigen Registerkarten angewendet werden, um gespeichert zu werden.", "remaining", "Verbleibende", "invoice_paid", "Rechnung bezahlt", "activity_120", ":user erstellte wiederkehrende Ausgabe :recurring_expense", "activity_121", ":user aktualisiert wiederkehrende Ausgabe :recurring_expense", "activity_122", ":user archivierte wiederkehrende Ausgabe :recurring_expense", "activity_123", ":user l\xf6schte wiederkehrende Ausgabe :recurring_expense", "activity_124", ":user stellte wiederkehrende Ausgabe :recurring_expense wieder her", "normal", "Normal", "large", "Gro\xdf", "extra_large", "Extra Gro\xdf", _s16_17, "PDF-Vorschau anzeigen", _s21_20, "PDF-Vorschau bei der Bearbeitung von Rechnungen anzeigen", "print_pdf", "PDF drucken", "remind_me", "Erinnere mich", _s16_19, "Sofortige Bank\xfcberweisung", "click_selected", "Ausgew\xe4hltes anklicken", "hide_preview", "Vorschau ausblenden", "edit_record", "Datensatz bearbeiten", _s27_9, "Der Kreditbetrag kann nicht h\xf6her sein als der Rechnungsbetrag", "giropay", "GiroPay", "direct_debit", "Lastschriftverfahren", _s21_21, "Bitte legen Sie ein Kontopasswort fest", "set_password", "Passwort festlegen", _s17_14, "Wir empfehlen, die Desktop-Anwendung zu verwenden, um die beste Leistung zu erzielen.", _s16_21, "Wir empfehlen die Verwendung der mobilen App, um die beste Leistung zu erzielen.", _s20_24, "Gateway erfolgreich getrennt", "disconnect", "Trennen", "add_to_invoices", "Zu Rechnungen hinzuf\xfcgen", "acss", "Vorautorisierte Lastschriftzahlungen", "becs", "BECS-Lastschriftverfahren", "bulk_download", "Herunterladen", _s17_15, "Daten lokal speichern, damit die Anwendung schneller starten kann. (Deaktivierung kann die Leistung bei gro\xdfen Konten verbessern)", "persist_ui", "Benutzeroberfl\xe4che beibehalten", "persist_ui_help", "UI-Status lokal speichern, damit die Anwendung an der letzten Position startet (Deaktivierung kann die Leistung verbessern)", _s18_14, "Postleitzahl des Kunden", _s17_16, "Umsatzsteuer-Identifikationsnummer des Kunden", "has_tasks", "Hat Aufgaben", "registration", "Registrierung", _s27_10, "Bitte autorisieren Sie Stripe zur Annahme von Online-Zahlungen.", "view_expense", "Ausgabe # :expense ansehen", "view_statement", "Zeige Bericht", "sepa", "SEPA-Lastschrift", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Alle Datens\xe4tze aktualisieren", "system", "System", _s19_15, "Standardunternehmen festlegen", "updated_company", "Unternehmen wurde erfolgreich aktualisiert", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Helfen Sie uns, uns zu verbessern, indem Sie uns sagen, warum (optional)", "webhook_success", "Webhook erfolgreich", _s24_14, "Die Aufgaben m\xfcssen alle zum selben Kunden geh\xf6ren", _s27_11, "Die Ausgaben m\xfcssen alle zu demselben Kunden geh\xf6ren", "app", "App", _s20_25, "F\xfcr die beste Leistung laden Sie die App herunter :app", _s16_22, "Bruttozeile gesamt", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Absendername", _s16_23, "Klonen zu Ausgabe", _s17_19, "Wiederkehrende Ausgabe", _s18_19, "Wiederkehrende Ausgaben", _s21_22, "Wiederkehrende Ausgabe eingeben", _s22_27, "Wiederkehrende Ausgabe bearbeiten", _s25_3, "Wiederkehrende Ausgabe wurde erstellt", _s25_4, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_4, "Wiederkehrende Ausgabe wurde archiviert", _s25_5, "Projekt wurde gel\xf6scht", _s25_6, "Erfolgreich wiederkehrende Ausgaben entfernt", _s26_5, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_15, _s30_43, _s25_7, _s30_43, "last_sent_date", "Datum des letzten Versands", "include_drafts", "Entw\xfcrfe einschlie\xdfen", _s19_19, "Entw\xfcrfe von Aufzeichnungen in Berichte einbeziehen", "is_invoiced", "Ist in Rechnung gestellt", "change_plan", "Tarif \xe4ndern", "persist_data", "Daten aufbewahren", "customer_count", "Kundenzahl", _s16_24, "Kunden \xfcberpr\xfcfen", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Dezimaltrennzeichen", _s26_6, "Komma als Dezimalstelle in Formularen verwenden", "select_method", "Methode ausw\xe4hlen", "select_platform", "Plattform ausw\xe4hlen", _s28_4, "Bitte verwenden Sie die Web-App, um sich mit Gmail zu verbinden", _s16_28, "Postensteuers\xe4tze sind deaktiviert", "enable_markdown", "Markdown verwenden", _s20_26, "Konvertierung von Markdown in HTML in der PDF-Datei", "user_guide", "Nutzer-Anleitung", _s18_21, "Zweiten Kontakt hinzuf\xfcgen", "previous_page", "Vorherige Seite", "next_page", "N\xe4chste Seite", "export_colors", "Farben exportieren", "import_colors", "Farben importieren", "clear_all", "Alle l\xf6schen", "contrast", "Kontrast", "custom_colors", "Eigene Farben", "colors", "Farben", _s31_4, "Aktive Hintergrundfarbe der Seitenleiste", _s25_9, "Schriftfarbe der aktiven Seitenleiste", _s33_5, "Seitenleiste Inaktive Hintergrundfarbe", _s27_12, "Seitenleiste Inaktiv Schriftfarbe", _s36_3, "Tabelle alternierende Zeilenhintergrundfarbe", _s31_6, "Hintergrundfarbe der Rechnungskopfzeile", _s25_11, "Schriftfarbe der Rechnungskopfzeile", "net_subtotal", "Netto", "review_app", "App bewerten", "check_status", "Status pr\xfcfen", "free_trial", "Kostenlose Testversion", _s23_12, "Die Testversion des Pro-Plans endet in :count Tagen, klicken Sie zum Upgrade.", _s21_24, "Heute ist der letzte Tag des Pro-Tarifs, klicken Sie zum Upgrade.", "change_email", "E-Mail \xe4ndern", _s25_13, "Konfigurieren Sie optional eine separate Kunden-Portal-Dom\xe4ne", _s21_25, "Im Portal angezeigte Aufgaben", "uninvoiced", "Nicht in Rechnung gestellt", "subdomain_guide", "Die Subdomain wird im Kundenportal verwendet, um Links zu personalisieren, die Ihrer Marke entsprechen. z.B. https://your-brand.invoicing.co", "send_time", "Sendezeit", "import_data", "Importiere Daten", "import_settings", "Einstellungen importieren", _s17_21, "Bitte stellen Sie die JSON-Datei zur Verf\xfcgung", _s19_20, "Bitte w\xe4hlen Sie, um die Einstellungen und/oder Daten zu importieren", "json", "JSON", _s24_17, "Keine Zahlungsarten aktiviert", "wait_for_data", "Bitte warten Sie, bis die Daten vollst\xe4ndig geladen sind", "net_total", "Netto Gesamt", "has_taxes", "enth\xe4lt Steuern", _s16_29, "Kunden importieren", _s18_23, _s40_0, "login_success", "Erfolgreiche Anmeldung", "login_failure", "Anmeldung fehlgeschlagen", "exported_data", "Sobald die Datei fertig ist, erhalten Sie eine E-Mail mit einem Download-Link.", _s23_13, "Gel\xf6schte Kunden einbeziehen", _s28_6, "Datens\xe4tze von gel\xf6schten Kunden laden", "step_1_sign_in", "Schritt 1: Registrieren", _s16_32, "Schritt 2: autorisieren", "account_id", "Konto-ID", _s27_14, "Die Migration ist noch nicht abgeschlossen", "activity_100", ":user hat die wiederkehrende Rechnung :recurring_invoice erstellt.", "activity_101", ":user hat die wiederkehrende Rechnung :recurring_invoice aktuallisiert", "activity_102", ":user hat die wiederkehrende Rechnung :recurring_invoice archiviert", "activity_103", ":user hat die wiederkehrende Rechnung :recurring_invoice gel\xf6scht.", "activity_104", ":user hat die wiederkehrende Rechnung :recurring_invoice wiederhergestellt.", _s18_24, "Ende der Aufgabe anzeigen", _s23_15, "Aktivieren Sie die Angabe des Enddatums der Aufgabe", "gateway_setup", "Gateway-Einstellungen", "preview_sidebar", "Vorschau der Seitenleiste", _s16_33, "Daten f\xfcr wie viele Jahre anzeigen?", _s18_26, "alle Sitzungen erfolgreich beendet", _s16_35, "Alle Sitzungen beenden", "count_session", "1 Sitzung", "count_sessions", ":count Sitzungen", "invoice_created", "Rechnung erstellt", "quote_created", "Angebot erstellt", "credit_created", "Gutschrift erstellt", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zuletzt aktualisiert", "invoice_item", "Rechnungsposition", "quote_item", "Angebotsposition", _s18_27, "Kontakt Vorname", _s17_23, "Kontakt Nachname", "order", "Bestellung", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", _s16_301, "search_kanbans", _s16_301, "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Ganz nach oben verschieben", "move_up", "Nach oben verschieben", "move_down", "Nach unten verschieben", "move_bottom", "Ganz nach unten verschieben", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_27, "Fehler: das benutzerdefinierte E-Mail Template muss die :body Variable beinhalten", _s25_14, "bitte stelle sicher das die :body Variable eingef\xfcgt ist", _s17_25, "Zeige Datumsformate", "is_viewed", "Ist angesehen", "letter", "Letter", "legal", "Rechtliches", "page_layout", "Seiten Layout", "portrait", "Hochformat", "landscape", "Querformat", _s26_7, "Der Kontoinhaber kann auf einen kostenpflichtigen Plan upgraden, um die erweiterten erweiterten Einstellungen zu aktivieren", _s20_27, "F\xfchren Sie ein Upgrade auf einen kostenpflichtigen Plan durch, um die erweiterten Einstellungen zu aktivieren", _s21_28, "Zahlungsbedingungen f\xfcr Rechnungen", _s17_27, "Angebot g\xfcltig bis", "no_headers", "Keine Header", "add_header", "Header hinzuf\xfcgen", "remove_header", "Kopfzeile entfernen", "return_url", "Return-URL", "rest_method", "REST-Methode", "header_key", "Header-Key", "header_value", "Header-Wert", _s18_29, "Wiederkehrende Produkte", "promo_code", "Gutscheincode", "promo_discount", "Promo-Rabatt", _s18_31, "Erm\xf6gliche Storno", _s16_37, "Pro Platz Aktiviert", "max_seats_limit", "Max. Pl\xe4tze Limit", "trial_enabled", "Testversion aktiv", "trial_duration", "Testzeitraum", _s21_30, "\xdcberschreiben von Abfragen zulassen", _s18_33, "Plan\xe4nderungen zulassen", "plan_map", "Plan Map", "refund_period", "Erstattungszeitraum", _s21_32, "Webhook-Konfiguration", "purchase_page", "Kauf-Seite", "security", "Sicherheit", "email_bounced", "E-Mail zur\xfcckgesendet", _s20_28, "Spam-Beschwerde", "email_delivery", "E-Mail-Zustellung", _s16_39, "Webhook-Antwort", "pdf_response", "PDF-Antwort", _s22_29, "Authentifizierungsfehler", "pdf_failed", "PDF fehgeschlagen", "pdf_success", "PDF erfolgreich", "modified", "ge\xe4ndert", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Neues Abonnement", _s17_29, "Abonnement bearbeiten", _s20_29, "Abonnement erfolgreich erstellt", _s20_30, "Abonnement erfolgreich aktualisiert", _s21_34, "Abonnement erfolgreich archiviert", _s20_31, "Abonnement gel\xf6scht", _s20_32, "Abonnement entfernt", _s21_35, "Abonnement wiederhergestellt", _s19_21, "Suchen Sie 1 Abonnement", _s20_33, ":count Abonnements durchsuchen", _s26_8, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_43, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_35, "Von Gmail erfolgreich getrennt", _s16_45, "\xc4nderungen an der Codebasis k\xf6nnen das Update blockieren, Sie k\xf6nnen diesen Befehl ausf\xfchren, um die \xc4nderungen zu verwerfen:", _s16_46, "Kundennummer", "count_minutes", ":count Minuten", _s16_48, "Passwort Timeout", _s29_5, "gemeinsamer Rechnungs- / Kreditz\xe4hler", "use_last_email", "Vorherige E-Mail benutzen", _s16_50, "Unternehmen aktivieren", _s21_37, "E-Mails, wiederkehrende Rechnungen und Benachrichtigungen aktivieren", _s27_16, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_17, "Bitte vergeben Sie zuerst ein Passwort.", _s34_7, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_16, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_22, "2FA erfolgreich deaktiviert", _s16_52, "Konto erfolgreich verbunden.", _s19_23, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_4, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_38, "Barcode mit :link kompatibler App scannen.", _s18_36, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_31, "Google-Konto entfernen", _s17_33, "Zwei-Faktor-Authentifizierung", _s18_37, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_8, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_18, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_24, "Web-Sitzungs-Timeout", _s17_34, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungs-E-Mail erneut versenden", _s26_10, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_53, "Zahlung erstattet", _s19_26, "Teilweise unangewandt", _s19_28, "Bitte w\xe4hlen Sie einen mit Gmail authentifizierten Benutzer", "list_long_press", "Liste Langes Dr\xfccken", "show_actions", "Zeige Aktionen", _s17_36, "Mehrfachauswahl", _s27_19, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_39, "Um :client_counter zu verwenden, f\xfcgen Sie bitte entweder :client_number oder :client_id_number hinzu, um Konflikte zu vermeiden", "this_quarter", "Dieses Quartal", "last_quarter", "Letztes Quartal", "to_update_run", "Zum \xc4nderungslauf", _s18_39, "In Rechnung umwandeln", _s16_54, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_29, "Suche 1 Zahlungsbedingung", _s20_34, "Suche :count Zahlungsbedingungen", _s16_56, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_58, "Unterst\xfctzte Ereignisse", _s16_60, "Umgerechneter Betrag", _s17_38, "Guthabenstand", _s22_31, "Umgewandelt Bezahlt bis Datum", _s24_19, "Umgerechneter Guthabenbetrag", "converted_total", "Umgerechnet Total", "is_sent", "Gesendet", _s17_40, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_35, "Erlaube Kunden Dokumente hochzuladen", "expense_total", "Ausgabensumme", "enter_taxes", "Steuers\xe4tze eingeben", "by_rate", "Nach Satz", "by_amount", "Nach Betrag", "enter_amount", "Betrag eingeben", "before_taxes", "Vor Steuern", "after_taxes", "Nach Steuern", "color", "Farbe", "show", "Anzeigen", "hide", "Verbergen", "empty_columns", "Leere Spalten", _s21_41, "Der Entwicklungsmodus ist aktiviert", _s26_11, "Warnung: Es ist f\xfcr die Verwendung auf lokalen Rechnern gedacht und kann Anmeldedaten preisgeben. Klicken Sie, um mehr zu erfahren.", "running_tasks", "Laufende Aufgaben", "recent_tasks", "K\xfcrzliche Aufgaben", "recent_expenses", "K\xfcrzliche Ausgaben", _s17_42, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_21, "Dupliziere Spaltenzuordnung", _s20_36, "Benutzt Inklusive Steuern", _s18_41, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_16, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_62, "Keine Datei ausgew\xe4hlt", "csv_file", "W\xe4hle CSV Datei", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Buchhaltung", _s22_33, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Modus", "html_mode_help", "Vorschau von Aktualisierungen schneller, aber weniger genau", "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_44, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_34, 'Bitte geben Sie ":value" zur Best\xe4tigung ein', "purge", "Bereinigen", "service", "Dienst", "clone_to", "Duplizieren zu", "clone_to_other", "Duplizieren zu anderem", "labels", "Beschriftung", "add_custom", "Beschriftung hinzuf\xfcgen", "payment_tax", "Steuer-Zahlung", "unpaid", "Unbezahlt", "white_label", "White Label", "delivery_note", "Lieferschein", _s24_24, "Versendete Rechnungen sind gesperrt", _s24_26, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_162, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_19, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_28, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_162, "expired_quote", "Abgelaufenes Angebot", "remind_invoice", "Rechnungserinnerung", "cvv", "Kartenpr\xfcfziffer", "client_name", "Kunde", "client_phone", "Kunden Telefon", "required_fields", "Ben\xf6tigte Felder", "calculated_rate", "Berechneter Satz", _s17_46, _s19_104, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_64, "Aufgaben Status bearbeiten", _s19_30, "Aufgaben Status erfolgreich erstellt", _s19_31, "Aufgabenstatus erfolgreich aktualisiert", _s20_38, "Aufgaben Status erfolgreich archiviert", _s19_32, "Aufgaben Status erfolgreich gel\xf6scht", _s19_33, "Aufgaben Status erfolgreich entfernt", _s20_39, "Aufgaben Status erfolgreich wiederhergestellt", _s22_35, ":value Aufgaben Stati erfolgreich archiviert", _s21_43, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_36, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_43, "Suche 1 Aufgaben Status", _s20_41, "Suche :count Aufgaben Status", _s16_66, "Zeige Aufgaben Tabelle", _s21_44, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_42, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_17, "Zeitdetails in der Rechnungsposition ausweisen", _s20_44, "Aufgabenzeiterfassung in Rechnung stellen", _s25_18, "Datumsdetails zu den Rechnungsposten hinzuf\xfcgen", _s21_45, "Beginne Aufgabe vor dem Speichern", _s18_44, "Stati bearbeiten", "task_settings", "Aufgaben-Einstellungen", _s20_46, "Kategorien bearbeiten", _s18_46, "Ausgabenkategorien", _s20_48, "Neue Ausgabenkategorie", _s21_46, "Ausgaben Kategorie bearbeiten", _s24_29, "Ausgabenkategorie erfolgreich erstellt", _s24_30, "Ausgabenkategorie erfolgreich aktualisiert", _s25_20, "Ausgabenkategorie erfolgreich archiviert", _s24_31, "Kategorie erfolgreich gel\xf6scht", _s24_32, "Ausgaben Kategorie erfolgreich entfernt", _s25_21, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_23, ":count Ausgabenkategorien erfolgreich archiviert", _s26_12, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_24, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_20, "Suche 1 Ausgabenkategorie", _s25_23, "Suche :count Ausgabenkategorie", _s21_48, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_37, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_48, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_48, "Sollte in Rechnung gestellt werden", _s23_21, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_8, "Dokumente sichtbar machen", _s21_50, "Wechselkurs setzen", _s16_68, "Ausgaben-Einstellungen", _s18_49, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_233, "user_field", "Benutzerfeld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Zahlungsmittel f\xfcr die weitere Verwendung speichern", _s17_49, "Automatische Bezahlung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_131, "total_fields", "Gesamt Felder", _s25_24, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_25, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_26, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_34, "R\xfcckerstattung \xfcber das Zahlungs-Gateway abwickeln", "due_date_days", _s16_302, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_38, "Erster Tag des Monats", _s21_51, "Letzter Tag des Monats", _s17_51, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_70, "Verbleibende Durchg\xe4nge", _s17_53, "Wiederkehrende Rechnung", _s18_51, "Wiederkehrende Rechnungen", _s21_53, "Neue wiederkehrende Rechnung", _s22_40, "Bearbeite wiederkehrende Rechnung", _s25_27, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_28, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_13, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_29, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_30, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_14, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_25, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_15, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_26, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_33, "Suche 1 wiederkehrende Rechnung", _s25_31, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_8, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_53, "\xdcberzahlung zulassen", _s23_22, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_35, "Unterzahlung zulassen", _s24_34, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_4, "Fehler bei Kontenabstimmung", _s30_5, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_75, "gateway_error", _s23_75, "email_send", "E-Mail gesendet", _s17_55, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_72, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_35, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_84, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_55, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_74, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_13, "gateway", "Provider", "view_in_stripe", "In Stripe anzeigen", "rows_per_page", "Eintr\xe4ge pro Seite", "hours", "Stunden", "statement", "Bericht", "taxes", "Steuern", "surcharge", "Geb\xfchr", "apply_payment", "Zahlungen anwenden", "apply_credit", "Guthaben anwenden", "apply", "Anwenden", "unapplied", "unangewendet", "select_label", "Bezeichnung w\xe4hlen", "custom_labels", "Eigene Beschriftungen", "record_type", "Eintragstyp", "record_name", "Eintragsname", "file_type", "Dateityp", "height", "H\xf6he", "width", "Breite", "to", "An", "health_check", "Systempr\xfcfung", "payment_type_id", "Zahlungsart", "last_login_at", "Letzter Login", "company_key", "Firmen Schl\xfcssel", "storefront", "Storefront", "storefront_help", "Drittanbieter Applikationen erlauben Rechnungen zu erstellen", "client_created", "Kunde wurde erstellt", _s20_51, "Online-Zahlung E-Mail Adresse", _s20_53, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kunden-Einstellungen", _s17_57, "Ausgew\xe4hlte Rechnungen", _s17_59, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_61, "Ausgew\xe4hlte Ausgaben", _s17_63, "Ausstehende Rechnungen", _s17_65, "\xdcberf\xe4llige Rechnungen", "recent_payments", "K\xfcrzliche Zahlungen", "upcoming_quotes", "Ausstehende Angebote", "expired_quotes", "Abgelaufene Angebote", "create_client", "Kunden erstellen", "create_invoice", "Rechnung erstellen", "create_quote", "Angebot erstellen", "create_payment", "Zahlung erstellen", "create_vendor", "Lieferanten erstellen", "update_quote", "Angebot aktualisieren", "delete_quote", "Angebot l\xf6schen", "update_invoice", "Rechnung aktualisieren", "delete_invoice", "Rechnung l\xf6schen", "update_client", "Kunde aktualisieren", "delete_client", "Kunde l\xf6schen", "delete_payment", "Zahlung l\xf6schen", "update_vendor", "Lieferant aktualisieren", "delete_vendor", "Lieferant L\xf6schen", "create_expense", "Ausgabe erstellen", "update_expense", "Ausgabe aktualisieren", "delete_expense", "Ausgabe L\xf6schen", "create_task", "Aufgabe erstellen", "update_task", "Aufgabe aktualisieren", "delete_task", "Aufgabe l\xf6schen", "approve_quote", _s16_300, "off", "Aus", "when_paid", "Bei Zahlung", "expires_on", "G\xfcltig bis", "free", "Kostenlos", "plan", "Plan", "show_sidebar", "Zeige Seitenmen\xfc", "hide_sidebar", "Verstecke Seitenmenu", "event_type", "Ereignistyp", "target_url", "Ziel", "copy", "kopieren", "must_be_online", "Bitte starten Sie die App sobald Sie mit dem Internet verbunden sind", _s17_67, "Die Crons m\xfcssen aktiviert werden", "api_webhooks", "API Webhooks", "search_webhooks", "Suche :count Webhooks", "search_webhook", "Suche 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Neuer Webhook", "edit_webhook", "Webhook bearbeiten", "created_webhook", "Webhook erfolgreich erstellt", "updated_webhook", "Webhook erfolgreich aktualisiert", _s16_76, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_77, "Webhook erfolgreich wiederhergestellt", _s17_68, ":value Webhooks erfolgreich archiviert", _s16_78, ":value Webhooks erfolgreich gel\xf6scht", _s16_79, ":value Webhooks erfolgreich entfernt", _s17_69, ":value Webhooks erfolgreich wiederhergestellt", "api_tokens", "API Token", "api_docs", "API Doku", "search_tokens", "Suche :count Token", "search_token", "Suche 1 Token", "token", "Token", "tokens", "Token", "new_token", "Neues Token", "edit_token", "Token bearbeiten", "created_token", "Token erfolgreich erstellt", "updated_token", "Token erfolgreich aktualisiert", "archived_token", "Token erfolgreich archiviert", "deleted_token", "Token erfolgreich gel\xf6scht", "removed_token", "Token erfolgreich entfernt", "restored_token", "Token erfolgreich wiederhergestellt", "archived_tokens", ":count Token erfolgreich archiviert", "deleted_tokens", ":count Token erfolgreich gel\xf6scht", "restored_tokens", ":value Token erfolgreich wiederhergestellt", _s19_37, "Kunden Registration", _s24_37, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_55, "Anpassung und Vorschau", "email_invoice", "Rechnung versenden", "email_quote", "Angebot per E-Mail senden", "email_credit", "Guthaben per E-Mail versenden", "email_payment", "Sende Zahlungs-E-Mail", _s20_56, "Es wurde noch keine E-Mail Adresse beim Kunden eingetragen.", "ledger", "Hauptbuch", "view_pdf", "Zeige PDF", "all_records", "Alle Eintr\xe4ge", "owned_by_user", "Eigent\xfcmer", _s16_80, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_82, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_24, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_83, "Neue Zahlungsbedingung", _s17_71, "Bearbeite Zahlungsbedingungen", _s20_57, "Zahlungsbedingung erfolgreich erstellt", _s20_58, "Zahlungsbedingung erfolgreich aktualisiert", _s21_56, "Zahlungsbedingung erfolgreich archiviert", _s20_59, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_60, "Zahlungsbedingung erfolgreich entfernt", _s21_57, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_45, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_58, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_46, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_26, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_38, "M\xf6chten Sie zur Desktopansicht wechseln?", "send_from_gmail", "Mit Gmail versenden", "reversed", "Umgekehrt", "cancelled", "Storniert", "credit_amount", "Guthabenbetrag", "quote_amount", "Angebotsbetrag", "hosted", "Gehostet", "selfhosted", "Selbstgehostet", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Men\xfc ausblenden", "show_menu", "Men\xfc einblenden", _s18_57, _s19_105, _s16_85, "Suche nach Dokumenten", "search_designs", "Suche nach Designs", "search_invoices", "Suche Rechnungen", "search_clients", "Suche Kunden", "search_products", "Suche Produkte", "search_quotes", "Suche Angebote", "search_credits", "Suche Guthaben", "search_vendors", "Suche Lieferanten", "search_users", "Suche Benutzer", _s16_86, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Such-Einstellungen", "search_projects", "Suche nach Projekten", "search_expenses", "Suche Ausgaben", "search_payments", "Suche Zahlungen", "search_groups", "Suche nach Gruppen", "search_company", "Suche Firma", "search_document", "Suche 1 Dokument", "search_design", "Suche 1 Design", "search_invoice", "Suche 1 Angebot", "search_client", "Suche 1 Kunden", "search_product", "Suche 1 Produkt", "search_quote", "Suche 1 Angebot", "search_credit", "Suche 1 Guthaben", "search_vendor", "Suche 1 Hersteller", "search_user", "Suche 1 Benutzer", "search_tax_rate", "Suche 1 Steuersatz", "search_task", "Suche 1 Aufgabe", "search_project", "Suche 1 Projekt", "search_expense", "Suche 1 Ausgabe", "search_payment", "Suche 1 Zahlung", "search_group", "Suche 1 Gruppen", "refund_payment", "Zahlung erstatten", _s17_75, "Rechnung erfolgreich storniert", _s18_59, "Rechnungen erfolgreich storniert", _s16_92, "Rechnung erfolgreich zur\xfcckgebucht", _s17_76, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_77, "Stadt / Bundesland / PLZ", _s17_79, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_106, "custom4", _s19_106, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_93, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_60, "Achtung: Alle Daten werden vollst\xe4ndig gel\xf6scht. Dieser Vorgang kann nicht r\xfcckg\xe4ngig gemacht werden.", "invoice_balance", "Rechnungssaldo", "age_group_0", "0 - 30 Tage", "age_group_30", "30 - 60 Tage", "age_group_60", "60 - 90 Tage", "age_group_90", "90 - 120 Tage", "age_group_120", "120+ Tage", "refresh", "Aktualisieren", "saved_design", "Design erfolgreich gespeichert", "client_details", "Kundeninformationen", "company_address", "Firmenadresse", "invoice_details", "Rechnungsdetails", "quote_details", "Kostenvoranschlag-Details", "credit_details", "Gutschrift Details", "product_columns", "Produktspalten", "task_columns", "Aufgabenspalten", "add_field", "Feld hinzuf\xfcgen", "all_events", "Alle Ereignisse", "permissions", "Berechtigungen", "none", "Nichts", "owned", "Eigent\xfcmer", "payment_success", "Bezahlung erfolgreich", "payment_failure", "Bezahlung fehlgeschlagen", "invoice_sent", ":count Rechnung versendet", "quote_sent", "Kostenvoranschlag versendet", "credit_sent", "Guthaben gesendet", "invoice_viewed", "Rechnung angesehen", "quote_viewed", "Kostenvoranschlag angesehen", "credit_viewed", "Guthaben angesehen", "quote_approved", "Kostenvoranschlag angenommen", _s25_33, "Empfange alle Benachrichtigungen", _s16_94, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_47, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_48, "Achtung: Dadurch wird Ihre Firma unwiderruflich gel\xf6scht. Es gibt kein Zur\xfcck.", "enabled_modules", "Module aktivieren", "converted_quote", "Angebot erfolgreichen konvertiert", "credit_design", "Guthaben Design", "includes", "Beinhaltet", "header", "Header-Code", "load_design", "Designvorlage laden", "css_framework", "CSS-Framework", "custom_designs", "Benutzerdefinierte Designs", "designs", "Designs", "new_design", "Neues Design", "edit_design", "Design bearbeiten", "created_design", "Design erfolgreich erstellt", "updated_design", "Design erfolgreich aktualisiert", "archived_design", "Design erfolgreich archiviert", "deleted_design", "Design erfolgreich gel\xf6scht", "removed_design", "Design erfolgreich entfernt", "restored_design", "Design erfolgreich wiederhergestellt", _s16_96, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_97, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_98, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_61, "Kontoverwaltung", "credit_date", "Guthabendatum", "credit", "Gutschrift", "credits", "Guthaben", "new_credit", "Guthaben eingeben", "edit_credit", "Saldo bearbeiten", "created_credit", "Guthaben erfolgreich erstellt", "updated_credit", "Saldo erfolgreich aktualisiert", "archived_credit", "Guthaben erfolgreich archiviert", "deleted_credit", "Guthaben erfolgreich gel\xf6scht", "removed_credit", "Guthaben erfolgreich entfernt", "restored_credit", "Guthaben erfolgreich wiederhergestellt", _s16_100, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_101, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_21, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_102, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_81, "Slack-Webhook-URL", "credit_footer", "Guthaben-Fu\xdfzeile", "credit_terms", "Gutschrift Bedingungen", "new_company", "Neues Konto", "added_company", "Erfolgreich Firma hinzugef\xfcgt", "company1", "Benutzerdefinierte Firma 1", "company2", "Benutzerdefinierte Firma 2", "company3", "Benutzerdefinierte Firma 3", "company4", "Benutzerdefinierte Firma 4", "product1", "Benutzerdefiniertes Produkt 1", "product2", "Benutzerdefiniertes Produkt 2", "product3", "Benutzerdefiniertes Produkt 3", "product4", "Benutzerdefiniertes Produkt 4", "client1", "Benutzerdefinierter Kunde 1", "client2", "Benutzerdefinierter Kunde 2", "client3", "Benutzerdefinierter Kunde 3", "client4", "Benutzerdefinierter Kunde 4", "contact1", "Benutzerdefinierter Kontakt 1", "contact2", "Benutzerdefinierter Kontakt 2", "contact3", "Benutzerdefinierter Kontakt 3", "contact4", "Benutzerdefinierter Kontakt 4", "task1", "Benutzerdefinierte Aufgabe 1", "task2", "Benutzerdefinierte Aufgabe 2", "task3", "Benutzerdefinierte Aufgabe 3", "task4", "Benutzerdefinierte Aufgabe 4", "project1", "Benutzerdefiniertes Projekt 1", "project2", "Benutzerdefiniertes Projekt 2", "project3", "Benutzerdefiniertes Projekt 3", "project4", "Benutzerdefiniertes Projekt 4", "expense1", "Benutzerdefinierte Ausgabe 1", "expense2", "Benutzerdefinierte Ausgabe 2", "expense3", "Benutzerdefinierte Ausgabe 3", "expense4", "Benutzerdefinierte Ausgabe 4", "vendor1", "Benutzerdefinierter Lieferant 1", "vendor2", "Benutzerdefinierter Lieferant 2", "vendor3", "Benutzerdefinierter Lieferant 3", "vendor4", "Benutzerdefinierter Lieferant 4", "invoice1", "Benutzerdefinierte Rechnung 1", "invoice2", "Benutzerdefinierte Rechnung 2", "invoice3", "Benutzerdefinierte Rechnung 3", "invoice4", "Benutzerdefinierte Rechnung 4", "payment1", "Benutzerdefinierte Zahlung 1", "payment2", "Benutzerdefinierte Zahlung 2", "payment3", "Benutzerdefinierte Zahlung 3", "payment4", "Benutzerdefinierte Zahlung 4", "surcharge1", _s30_44, "surcharge2", _s30_45, "surcharge3", _s30_46, "surcharge4", _s30_47, "group1", "Benutzerdefinierte Gruppe 1", "group2", "Benutzerdefinierte Gruppe 2", "group3", "Benutzerdefinierte Gruppe 3", "group4", "Benutzerdefinierte Gruppe 4", "reset", "Zur\xfccksetzen", "number", "Nummer", "export", "Exportieren", "chart", "Diagramm", "count", "Anzahl", "totals", "Summe", "blank", "Leer", "day", "Tag", "month", "Monat", "year", "Jahr", "subgroup", "Untergruppe", "is_active", "Ist aktiv", "group_by", "Gruppieren nach", "credit_balance", "Guthabenstand", _s18_67, "Letzter Login des Kontakts", _s17_83, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_59, "Kontakt Benutzerdefinierter Wert 1", _s21_60, "Kontakt Benutzerdefinierter Wert 2", _s21_61, "Kontakt Benutzerdefinierter Wert 3", _s21_62, "Kontakt Benutzerdefinierter Wert 4", _s17_85, "Strasse Versandanschrift", _s17_86, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_61, "Postleitzahl Versandanschrift", _s16_132, "Lieferungsland", _s16_134, "Strasse Rechnungsanschrift", _s16_135, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_40, "Postleitzahl Rechnungsanschrift", "billing_country", "Rechnungsland", "client_id", "Kundennummer", "assigned_to", "Zugewiesen an", "created_by", "Erstellt von :name", "assigned_to_id", "Zugewiesen zur ID", "created_by_id", "Erstellt von ID", "add_column", "Spalte hinzuf\xfcgen", "edit_columns", "Spalten bearbeiten", "columns", "Spalten", "aging", "Versendet", "profit_and_loss", _s18_161, "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_136, "Nicht genehmigtes Angebot", "help", "Hilfe", "refund", "Erstattung", "refund_date", "Erstattungsdatum", "filtered_by", "Gefiltert nach", "contact_email", "E-Mail-Adresse des Kontakts", "multiselect", "Mehrfachauswahl", "entity_state", "Status", "verify_password", "Passwort \xfcberpr\xfcfen", "applied", "Angewendet", _s21_63, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_8, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_63, "Produktdetails anzeigen", _s25_35, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_65, "Der PDF-Renderer ben\xf6tigt :version", _s18_70, "Anpassungszuschlag Prozent", _s23_28, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_72, "Einstellungen bearbeiten", "support_forum", "Support-Forum", "about", "\xdcber", "documentation", "Dokumentation", "contact_us", "Kontaktieren Sie uns", "subtotal", "Zwischensumme", "line_total", "Summe", "item", "Artikel", "credit_email", "Guthaben E-Mail", "iframe_url", "Webseite", "domain_url", "Domain-URL", _s21_64, "Das Passwort ist zu kurz", _s20_66, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_42, "Kundenportal-Aufgaben", _s23_29, "Kundenportal-\xdcbersicht", _s20_67, "Bitte einen Wert eingeben", "deleted_logo", "Logo erfolgreich gel\xf6scht", "yes", "Ja", "no", "Nein", "generate_number", "Nummer generieren", "when_saved", "Wenn gespeichert", "when_sent", "Wenn gesendet", "select_company", "Firma ausw\xe4hlen", "float", "Schwebend", "collapse", "Einklappen", "show_or_hide", "Anzeigen/verstecken", "menu_sidebar", "Men\xfcleiste", "history_sidebar", "Verlaufs-Seitenleiste", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Ansehen", "module", "Modul", "first_custom", "Erste benutzerdefinierte", "second_custom", "Zweite benutzerdefinierte", "third_custom", "Dritte benutzerdefinierte", "show_cost", "Kosten anzeigen", _s17_88, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_65, "Produktanzahl anzeigen", _s26_23, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_67, "Rechnungsanzahl anzeigen", _s26_24, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_69, "Produkterm\xe4\xdfigung anzeigen", _s26_25, "Zeige Rabattfeld in Belegposition", _s16_138, "Standardanzahl", _s21_71, "Setze den Rechnungsposten automatisch auf Anzahl 1", "one_tax_rate", "Ein Steuersatz", "two_tax_rates", "Zwei Steuers\xe4tze", "three_tax_rates", "Drei Steuers\xe4tze", _s16_140, _s19_104, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_131, "inclusive_taxes", "Inklusive Steuern", _s17_90, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_74, _s29_59, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_75, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_77, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_44, "Komma-separierte Liste", "options", "Optionen", _s16_142, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_37, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_144, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_145, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_79, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_72, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_147, "Endlose Erinnnerung", _s16_149, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_80, "Dem Benutzer erlauben, andere Benutzer zu administrieren, Einstellungen zu \xe4ndern und alle Eintr\xe4ge zu bearbeiten", "user_management", "Benutzerverwaltung", "users", "Benutzer", "new_user", "Neuer Benutzer", "edit_user", "Benutzer bearbeiten", "created_user", "Benutzer erfolgreich erstellt", "updated_user", "Benutzer erfolgreich aktualisiert", "archived_user", "Benutzer erfolgreich archiviert", "deleted_user", "Benutzer erfolgreich gel\xf6scht", "removed_user", "Benutzer erfolgreich entfernt", "restored_user", "Benutzer erfolgreich wiederhergestellt", "archived_users", ":value Benutzer erfolgreich archiviert", "deleted_users", ":value Benutzer erfolgreich gel\xf6scht", "removed_users", ":value Benutzer erfolgreich entfernt", "restored_users", ":value Benutzer erfolgreich wiederhergestellt", _s16_151, _s24_85, "invoice_options", "Rechnungsoptionen", _s17_92, '"Bereits gezahlt" ausblenden', _s22_55, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_31, "Dokumente einbetten", _s28_21, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_153, "Zeige Kopf auf", _s16_154, "Zeige Fu\xdfzeilen auf", "first_page", "Erste Seite", "all_pages", "Alle Seiten", "last_page", "Letzte Seite", "primary_font", "Prim\xe4re Schriftart", "secondary_font", "Sekund\xe4re Schriftart", "primary_color", "Prim\xe4re Farbe", "secondary_color", "Sekund\xe4re Farbe", "page_size", "Seitengr\xf6\xdfe", "font_size", "Schriftgr\xf6\xdfe", "quote_design", "Angebots-Layout", "invoice_fields", "Rechnungsfelder", "product_fields", "Produktfelder", "invoice_terms", "Rechnungsbedingungen", "invoice_footer", "Rechnungsfu\xdfzeile", "quote_terms", "Angebotsbedingungen", "quote_footer", "Angebots-Fu\xdfzeile", _s18_81, "Automatischer E-Mail-Versand", _s23_32, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s18_82, "Automatisches Archiv", _s23_33, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_83, _s24_84, _s23_34, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_94, "Workflow-Einstellungen", "freq_daily", "T\xe4glich", "freq_weekly", "W\xf6chentlich", "freq_two_weeks", "Zweiw\xf6chentlich", "freq_four_weeks", "Vierw\xf6chentlich", "freq_monthly", "Monatlich", "freq_two_months", "Zwei Monate", _s17_96, "Dreimonatlich", _s16_155, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_156, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_97, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_157, "Wiederkehrender Pr\xe4fix", "number_padding", "Nummernabstand", "general", "Allgemein", "surcharge_field", "Zuschlagsfeld", "company_field", "Firmenfeld", "company_value", "Firmenwert", "credit_field", "Kredit-Feld", "invoice_field", "Rechnungsfeld", _s17_99, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungsfeld", "contact_field", "Kontaktfeld", "vendor_field", "Lieferantenfeld", "expense_field", "Ausgabenfeld", "project_field", "Projektfeld", "task_field", "Aufgabenfeld", "group_field", "Gruppen-Feld", "number_counter", "Nummernz\xe4hler", "prefix", "Pr\xe4fix", "number_pattern", "Nummernschema", "messages", "Nachrichten", "custom_css", "Benutzerdefiniertes CSS", _s17_101, "Benutzerdefiniertes JavaScript", _s16_159, "Auf PDF anzeigen", _s21_74, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_41, "Checkbox f\xfcr Rechnungsbedingungen", _s30_9, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_35, "Checkbox f\xfcr Angebotsbedingungen", _s28_22, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_42, "Rechnungsunterschrift", _s30_10, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_36, "Angebotsunterschrift", _s22_57, "Rechnungen mit Passwort sch\xfctzen", _s27_38, "Erlaubt Ihnen ein Passwort f\xfcr jeden Kontakt zu erstellen. Wenn ein Passwort erstellt wurde, muss der Kunde dieses eingeben, bevor er eine Rechnung ansehen darf.", "authorization", "Genehmigung", "subdomain", "Subdom\xe4ne", "domain", "Dom\xe4ne", "portal_mode", "Portalmodus", "email_signature", "Mit freundlichen Gr\xfc\xdfen", _s24_39, "Machen Sie es einfacher f\xfcr Ihre Kunden zu bezahlen, indem Sie schema.org Markup zu Ihren E-Mails hinzuf\xfcgen.", "plain", "Einfach", "light", "Hell", "dark", "Dunkel", "email_design", "E-Mail-Design", "attach_pdf", "PDF anh\xe4ngen", _s16_160, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_46, "Markup erlauben", "reply_to_email", "Antwort-E-Mail-Adresse", "reply_to_name", "Name der Antwortadresse", "bcc_email", "BCC E-Mail", "processed", "Verarbeitet", "credit_card", "Kreditkarte", "bank_transfer", "\xdcberweisung", "priority", "Priorit\xe4t", "fee_amount", "Zuschlag Betrag", "fee_percent", "Zuschlag Prozent", "fee_cap", "Geb\xfchrenobergrenze", "limits_and_fees", "Grenzwerte/Geb\xfchren", "enable_min", "Min aktivieren", "enable_max", "Max aktivieren", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_49, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_162, "Steuersatz erstellt", _s16_163, "Steuersatz aktualisiert", _s17_104, "Steuersatz archiviert", _s16_164, "Steuersatz erfolgreich gel\xf6scht", _s17_105, "Steuersatz erfolgreich wiederhergestellt", _s18_84, ":value Steuers\xe4tze erfolgreich archiviert", _s17_106, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_85, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_86, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_71, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_165, "Produkte konvertieren", _s21_75, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_167, "Zahlungs-Gateways", _s19_50, "Neues Gateway", _s20_72, "Gateway bearbeiten", _s23_37, "Gateway erfolgreich erstellt", _s23_38, "Gateway erfolgreich aktualisiert", _s24_40, "Gateway erfolgreich archiviert", _s23_39, "Gateway erfolgreich gel\xf6scht", _s24_41, "Gateway erfolgreich wiederhergestellt", _s25_44, ":value Zahlungsanbieter erfolgreich archiviert", _s24_42, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_45, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_169, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_76, "Erster Tag der Woche", _s23_40, "Erster Monat des Jahres", "sunday", "Sonntag", "monday", "Montag", "tuesday", "Dienstag", "wednesday", "Mittwoch", "thursday", "Donnerstag", "friday", "Freitag", "saturday", "Samstag", "january", "Januar", "february", "Februar", "march", "M\xe4rz", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Dezember", "symbol", "Symbol", "ocde", "Code", "date_format", "Datumsformat", "datetime_format", "Datums-/Zeitformat", "military_time", "24-Stunden-Zeit", _s18_87, "24-Stunden-Anzeige", "send_reminders", "Mahnung senden", "timezone", "Zeitzone", _s19_51, "Nach Projekt filtern", _s17_107, "Gefiltert nach Gruppe", _s19_53, "Gefiltert nach Rechnung", _s18_88, "Gefiltert nach Kunde", _s18_90, "Gefiltert nach Lieferant", "group_settings", "Gruppeneinstellungen", "group", "Gruppe", "groups", "Gruppen", "new_group", "Neue Gruppe", "edit_group", "Gruppe bearbeiten", "created_group", "Gruppe erfolgreich erstellt", "updated_group", "Gruppe erfolgreich aktualisiert", "archived_groups", ":value Gruppen erfolgreich archiviert", "deleted_groups", ":value Gruppen erfolgreich gel\xf6scht", "restored_groups", ":value Gruppen erfolgreich wiederhergestellt", "archived_group", "Gruppe erfolgreich archiviert", "deleted_group", "Gruppe erfolgreich gel\xf6scht", "restored_group", "Gruppe erfolgreich wiederhergestellt", "upload_logo", "Logo hochladen", "uploaded_logo", "Logo erfolgreich hochgeladen", "logo", "Logo", "saved_settings", "Einstellungen erfolgreich gespeichert", _s16_171, "Produkt-Einstellungen", "device_settings", "Ger\xe4te-Einstellungen", "defaults", "Standards", "basic_settings", _s24_85, _s17_109, "Erweiterte Einstellungen", "company_details", "Firmendaten", "user_details", "Benutzerdaten", "localization", "Lokalisierung", "online_payments", "Online-Zahlungen", "tax_rates", "Steuers\xe4tze", "notifications", "Benachrichtigungen", "import_export", "Import/Export", "custom_fields", "Benutzerdefinierte Felder", "invoice_design", "Rechnungsdesign", "buy_now_buttons", '"Kaufe jetzt"-Buttons', "email_settings", "E-Mail-Einstellungen", _s23_42, "Vorlagen & Mahnungen", _s22_58, _s21_140, _s19_55, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_42, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_57, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_46, "Bitte geben Sie einen Vornamen ein", _s24_43, "Bitte geben Sie einen Nachnamen ein", _s33_21, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_173, "Service-Bedingungen", "privacy_policy", "Datenschutzerkl\xe4rung", "sign_up", "Anmeldung", "account_login", "Konto Login", "view_website", "Webseite anschauen", "create_account", "Konto erstellen", "email_login", "E-Mail-Anmeldung", "create_new", "Neu...", _s18_92, "Kein Eintrag ausgew\xe4hlt", _s21_79, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_43, "Ben\xf6tigt einen Enterprise Plan", "take_picture", "Bild aufnehmen", "upload_file", "Datei hochladen", "document", "Dokument", "documents", "Dokumente", "new_document", "Neues Dokument", "edit_document", "Dokument bearbeiten", _s17_111, "Dokument erfolgreich hochgeladen", _s16_175, "Dokument erfolgreich aktualisiert", _s17_112, "Dokument erfolgreich archiviert", _s16_176, "Dokument erfolgreich gel\xf6scht", _s17_113, "Dokument erfolgreich wiederhergestellt", _s18_94, ":value Dokumente erfolgreich archiviert", _s17_114, ":value Dokumente erfolgreich gel\xf6scht", _s18_95, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_177, "Aufgezeichnet", _s16_178, "Ausstehend", _s16_179, "Fakturiert", "converted", "Umgewandelt", _s24_45, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_180, "W\xe4hrung umrechnen", "mark_paid", "Als bezahlt markieren", "category", "Kategorie", "address", "Adresse", "new_vendor", "Neuer Lieferant", "created_vendor", "Lieferant erfolgreich erstellt", "updated_vendor", "Lieferant erfolgreich aktualisiert", "archived_vendor", "Lieferant erfolgreich archiviert", "deleted_vendor", "Lieferant erfolgreich gel\xf6scht", "restored_vendor", "Lieferant erfolgreich wiederhergestellt", _s16_181, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_182, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_183, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_184, "Ausgabe erfolgreich wiederhergestellt", _s17_115, "Ausgaben erfolgreich archiviert", _s16_185, "Ausgaben erfolgreich gel\xf6scht", _s17_116, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_80, "Eintrag konnte nicht gefunden werden", "invoiced", "In Rechnung gestellt", "logged", "Protokolliert", "running", "L\xe4uft", "resume", "Fortfahren", "task_errors", "Bitte korrigieren Sie alle \xfcberlappenden Zeiten", "start", "Starten", "stop", "Anhalten", "started_task", "Aufgabe erfolgreich gestartet", "stopped_task", "Aufgabe erfolgreich angehalten", "resumed_task", "Aufgabe fortgesetzt", "now", "Jetzt", _s16_186, "Aufgaben f\xfcr den automatischen Start", "timer", "Zeitmesser", "manual", "Manuell", "budgeted", "Budgetiert", "start_time", "Startzeit", "end_time", "Endzeit", "date", "Datum", "times", "Zeiten", "duration", "Dauer", "new_task", "Neue Aufgabe", "created_task", "Aufgabe erfolgreich erstellt", "updated_task", "Aufgabe erfolgreich aktualisiert", "archived_task", "Aufgabe erfolgreich archiviert", "deleted_task", "Aufgabe erfolgreich gel\xf6scht", "restored_task", "Aufgabe erfolgreich wiederhergestellt", "archived_tasks", ":count Aufgaben wurden erfolgreich archiviert", "deleted_tasks", ":count Aufgaben wurden erfolgreich gel\xf6scht", "restored_tasks", ":value Aufgaben erfolgreich wiederhergestellt", _s19_59, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_188, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_189, "Projekt erfolgreich wiederhergestellt", _s17_117, "Erfolgreich :count Projekte archiviert", _s16_190, "Erfolgreich :count Projekte gel\xf6scht", _s17_118, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_47, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_96, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_15, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_61, "Bitte authentifizieren Sie sich", _s24_47, "Biometrische Authentifizierung", "footer", "Footer-Code", "compare", "Vergleiche", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Anmeldung mit Google", "today", "Heute", "custom_range", "Benutzerdefinierter Bereich", "date_range", "Datumsbereich", "current", "Aktuell", "previous", "Vorherige", "current_period", "Aktuelle Periode", _s17_119, "Vergleichsperiode", "previous_period", "Vorherige Periode", "previous_year", "Vorjahr", "compare_to", "Vergleiche mit", "last7_days", "Letzte 7 Tage", "last_week", "Letzte Woche", "last30_days", "Letzte 30 Tage", "this_month", "Dieser Monat", "last_month", "Letzter Monat", "this_year", "Dieses Jahr", "last_year", "Letztes Jahr", "custom", "Benutzerdefiniert", _s16_191, "Klone in Rechnung", "clone_to_quote", "Klone in Angebot", "clone_to_credit", "Duplizieren in Gutschrift", "view_invoice", "Rechnung anschauen", "convert", "Konvertiere", "more", "Mehr", "edit_client", "Kunde bearbeiten", "edit_product", "Produkt bearbeiten", "edit_invoice", "Rechnung bearbeiten", "edit_quote", "Angebot bearbeiten", "edit_payment", "Zahlung bearbeiten", "edit_task", "Aufgabe bearbeiten", "edit_expense", "Ausgabe Bearbeiten", "edit_vendor", "Lieferant Bearbeiten", "edit_project", "Projekt bearbeiten", _s20_74, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_193, "Lieferadresse", "total_revenue", "Gesamteinnahmen", "average_invoice", "Durchschnittlicher Rechnungsbetrag", "outstanding", "Ausstehend", "invoices_sent", ":count Rechnungen versendet", "active_clients", "aktive Kunden", "close", "Schlie\xdfen", "email", "E-Mail", "password", "Passwort", "url", "URL", "secret", "Passwort", "name", "Name", "logout", "Abmelden", "login", "Login", "filter", "Filter", "sort", "Sortierung", "search", "Suche", "active", "Aktiv", "archived", "Archiviert", "deleted", "Gel\xf6scht", "dashboard", "Dashboard", "archive", "Archivieren", "delete", "L\xf6schen", "restore", "Wiederherstellen", _s16_195, "Aktualisieren beendet", _s23_43, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_34, "Bitte geben Sie Ihr Passwort ein", _s21_83, "Bitte geben Sie Ihre URL ein", _s26_36, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_121, "Ein Fehler ist aufgetreten", "paid_to_date", "Bereits gezahlt", "balance_due", "Offener Betrag", "balance", "Saldo", "overview", "\xdcbersicht", "details", "Details", "phone", "Telefon", "website", "Webseite", "vat_number", "USt-IdNr.", "id_number", "Registernummer", "create", "Erstellen", _s19_63, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_197, "Konnte nicht gestartet werden", "contacts", "Kontakte", "additional", "Zus\xe4tzlich", "first_name", "Vorname", "last_name", "Nachname", "add_contact", "Kontakt hinzuf\xfcgen", "are_you_sure", "Sind Sie sicher?", "cancel", "Abbrechen", "ok", "Ok", "remove", "Entfernen", _s16_199, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_201, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_202, "Produkt erfolgreich wiederhergestellt", _s17_123, "Archivierung erfolgreich :Produktz\xe4hler", _s16_203, "Erfolgreich :count Produkte gel\xf6scht", _s17_124, ":value Produkte erfolgreich wiederhergestellt", "product_key", "Produkt", "notes", "Notizen", "cost", "Kosten", "client", "Kunde", "clients", "Kunden", "new_client", "Neuer Kunde", "created_client", "Kunde erfolgreich angelegt", "updated_client", "Kunde erfolgreich aktualisiert", "archived_client", "Kunde erfolgreich archiviert", _s16_204, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_205, ":value Kunden erfolgreich wiederhergestellt", "address1", "Stra\xdfe", "address2", "Adresszusatz", "city", "Stadt", "state", "Bundesland", "postal_code", "Postleitzahl", "country", "Land", "invoice", "Rechnung", "invoices", "Rechnungen", "new_invoice", "Neue Rechnung", "created_invoice", "Rechnung erfolgreich erstellt", "updated_invoice", "Rechnung erfolgreich aktualisiert", _s16_206, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_207, "Rechnung erfolgreich wiederhergestellt", _s17_125, ":count Rechnungen erfolgreich archiviert", _s16_208, ":count Rechnungen erfolgreich gel\xf6scht", _s17_126, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs-E-Mail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Interne Notizen", "frequency", "H\xe4ufigkeit", "start_date", "Startdatum", "end_date", "Enddatum", "quote_number", "Angebotsnummer", "quote_date", "Angebotsdatum", "valid_until", "G\xfcltig bis", "items", "Element", "partial_deposit", "Teil-/Anzahlung", "description", "Beschreibung", "unit_cost", "Einzelpreis", "quantity", "Menge", "add_item", "Artikel hinzuf\xfcgen", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Gesamtbetrag", "pdf", "PDF", "due_date", _s16_302, _s16_209, "Teilzahlungsziel", "status", "Status", _s17_127, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_59, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_61, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_76, "Bitte w\xe4hlen Sie ein Datum", _s22_62, _s29_59, _s24_49, "Bitte w\xe4hlen Sie eine Rechnung aus", "task_rate", "Kosten f\xfcr T\xe4tigkeit", "settings", "Einstellungen", "language", "Sprache", "currency", "W\xe4hrung", "created_at", "Erstellt am", "created_on", "Erstellt am", "updated_at", "Aktualisiert", "tax", "Steuer", _s30_17, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_51, "Bitte geben Sie eine Angebots Nummer ein", "past_due", "\xdcberf\xe4llig", "draft", "Entwurf", "sent", "Versendet", "viewed", "Angesehen", "approved", "Best\xe4tigt", "partial", "Teil-/Anzahlung", "paid", "Bezahlt", "mark_sent", "Als versendet markieren", _s22_64, "Rechnung erfolgreich als versendet markiert", _s22_65, _s55_2, _s23_45, "Erfolgreich Rechnungen als versendet markiert", _s23_46, _s55_2, "done", "Erledigt", _s37_18, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_53, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_211, "Kein Eintr\xe4ge gefunden", "clone", "Duplizieren", "loading", "L\xe4dt", "industry", "Kategorie", "size", "Gr\xf6\xdfe", "payment_terms", "Zahlungsbedingungen", "payment_date", "Zahlungsdatum", "payment_status", "Zahlungsstatus", _s16_213, "Ausstehend", _s16_214, "entwertet", _s16_215, "Fehlgeschlagen", _s16_216, "Abgeschlossen", _s16_217, _s19_105, _s16_218, "Erstattet", _s17_128, "nicht angewendet", _s17_129, "Teilweise nicht angewendet", "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "Mahnungs-E-Mail", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_303, "second_reminder", _s17_178, "third_reminder", _s17_179, "reminder1", _s16_303, "reminder2", _s17_178, "reminder3", _s17_179, "template", "Vorlage", "send", "Senden", "subject", "Betreff", "body", "Inhalt", "send_email", "E-Mail senden", "email_receipt", "Zahlungsbest\xe4tigung an Kunden per E-Mail senden", "auto_billing", "Automatische Rechnungsstellung", "button", "Knopf", "preview", "Vorschau", "customize", "Anpassen", "history", "Verlauf", "payment", "Zahlung", "payments", "Zahlungen", "refunded", "Erstattet", "payment_type", "Zahlungsart", _s21_85, "Abwicklungsreferenz", "enter_payment", _s16_304, "new_payment", _s16_304, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_219, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_220, "Zahlung erfolgreich wiederhergestellt", _s17_130, ":count Zahlungen erfolgreich archiviert", _s16_221, ":count Zahlungen erfolgreich gel\xf6scht", _s17_131, ":value Zahlungen erfolgreich wiederhergestellt", "quote", "Angebot", "quotes", "Angebote", "new_quote", "Neues Angebot", "created_quote", "Angebot erfolgreich erstellt", "updated_quote", "Angebot erfolgreich aktualisiert", "archived_quote", "Angebot erfolgreich archiviert", "deleted_quote", "Angebot erfolgreich gel\xf6scht", "restored_quote", "Angebot erfolgreich wiederhergestellt", "archived_quotes", ":count Angebote erfolgreich archiviert", "deleted_quotes", ":count Angebote erfolgreich gel\xf6scht", "restored_quotes", ":value Angebote erfolgreich wiederhergestellt", "expense", "Ausgabe", "expenses", "Ausgaben", "vendor", "Lieferant", "vendors", "Lieferanten", "task", "Aufgabe", "tasks", "Zeiterfassung", "project", "Projekt", "projects", "Projekte", "activity_1", ":user erstellte Kunde :client", "activity_2", ":user archivierte Kunde :client", "activity_3", ":user l\xf6schte Kunde :client", "activity_4", ":user erstellte Rechnung :invoice", "activity_5", ":user aktualisierte Rechnung :invoice", "activity_6", ":user mailte Rechnung :invoice f\xfcr :client an :contact", "activity_7", ":contact schaute Rechnung :invoice f\xfcr :client an", "activity_8", ":user archivierte Rechnung :invoice", "activity_9", ":user l\xf6schte Rechnung :invoice", "activity_10", ":contact gab Zahlungsinformation :payment \xfcber :payment_amount f\xfcr Rechnung :invoice f\xfcr Kunde :client", "activity_11", ":user aktualisierte Zahlung :payment", "activity_12", ":user archivierte Zahlung :payment", "activity_13", ":user l\xf6schte Zahlung :payment", "activity_14", ":user gab :credit Guthaben ein", "activity_15", ":user aktualisierte :credit Guthaben", "activity_16", ":user archivierte :credit Guthaben", "activity_17", ":user l\xf6schte :credit Guthaben", "activity_18", ":user erstellte Angebot :quote", "activity_19", ":user aktualisierte Angebot :quote", "activity_20", ":user mailte Angebot :quote f\xfcr :client an :contact", "activity_21", _s34_33, "activity_22", ":user archivierte Angebot :quote", "activity_23", ":user l\xf6schte Angebot :quote", "activity_24", ":user stellte Angebot :quote wieder her", "activity_25", ":user stellte Rechnung :invoice wieder her", "activity_26", ":user stellte Kunde :client wieder her", "activity_27", ":user stellte Zahlung :payment wieder her", "activity_28", ":user stellte Guthaben :credit wieder her", "activity_29", ":contact akzeptierte Angebot :quote f\xfcr :client", "activity_30", ":user hat Lieferant :vendor erstellt", "activity_31", ":user hat Lieferant :vendor archiviert", "activity_32", ":user hat Lieferant :vendor gel\xf6scht", "activity_33", ":user hat Lieferant :vendor wiederhergestellt", "activity_34", ":user erstellte Ausgabe :expense", "activity_35", ":user hat Ausgabe :expense archiviert", "activity_36", ":user hat Ausgabe :expense gel\xf6scht", "activity_37", ":user hat Ausgabe :expense wiederhergestellt", "activity_39", ":user brach eine Zahlung \xfcber :payment_amount ab :payment", "activity_40", ":user hat :adjustment von :payment_amount der Zahlung :payment zur\xfcck erstattet", "activity_41", ":payment_amount Zahlung (:payment) schlug fehl", "activity_42", ":user hat Aufgabe :task erstellt", "activity_43", ":user hat Aufgabe :task bearbeitet", "activity_44", ":user hat Aufgabe :task archiviert", "activity_45", ":user hat Aufgabe :task gel\xf6scht", "activity_46", ":user hat Aufgabe :task wiederhergestellt", "activity_47", ":user hat Ausgabe :expense bearbeitet", "activity_48", ":user erstellte Benutzer :user", "activity_49", ":user aktualisierte Benutzer :user", "activity_50", ":user archivierte Benutzer :user", "activity_51", ":user l\xf6schte Benutzer :user", "activity_52", ":user hat Benutzer :user wiederhergestellt", "activity_53", ":user markierte Rechnung :invoice als versendet", "activity_54", ":user hat Ticket :ticket wieder ge\xf6ffnet", "activity_55", ":contact hat auf Ticket :ticket geantwortet", "activity_56", ":user hat Ticket :ticket angesehen", "activity_57", "Das System konnte die Rechnung :invoice nicht per E-Mail versenden", "activity_58", ":user buchte Rechnung :invoice zur\xfcck", "activity_59", ":user brach Rechnung :invoice ab", "activity_60", _s34_33, "activity_61", ":user hat Kunde :client aktualisiert", "activity_62", ":user hat Lieferant :vendor aktualisiert", "activity_63", ":user mailte erste Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_64", ":user mailte zweite Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_65", ":user mailte dritte Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_66", ":user mailte endlose Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_80", ":user hat Abonnement :subscription erstellt", "activity_81", ":user hat Abonnement :subscription ge\xe4ndert", "activity_82", ":user hat Abonnement :subscription archiviert", "activity_83", ":user hat Abonnement :subscription gel\xf6scht", "activity_84", ":user hat Abonnement :subscription wiederhergestellt", _s17_132, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_13, _s20_78, "Angebot erfolgreich als versendet markiert", _s21_87, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_66, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_86, "custom_value2", _s24_86, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_97, "Benutzer definierter E-Mail-Stil", _s24_54, "Benutzerdefinierte Dashboard-Nachricht", _s29_37, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_58, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_18, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_64, "Aufgabennummernschema", _s19_66, "Aufgabennummernz\xe4hler", _s22_68, "Ausgabennummernschema", _s22_70, "Ausgabennummernz\xe4hler", _s21_88, "Lieferantennummernschema", _s21_90, "Lieferantennummernz\xe4hler", _s21_92, "Ticketnummernschema", _s21_94, "Ticketnummernz\xe4hler", _s22_72, "Zahlungsnummernschema", _s22_74, "Zahlungsnummernz\xe4hler", _s22_76, "Rechnungsnummernschema", _s22_78, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_79, "Kostenvoranschlags-Nummernschema", _s20_81, "Z\xe4hler f\xfcr Angebotsnummer", _s21_96, "Gutschriftnummernschema", _s21_98, _s23_76, _s21_100, _s23_76, _s21_101, _s23_76, _s18_99, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_57, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_101, "Standard-Steuername 1", _s18_103, "Standard-Steuersatz 1", _s18_105, "Standard-Steuername 2", _s18_107, "Standard-Steuersatz 2", _s18_109, "Standard-Steuername 3", _s18_111, "Standard-Steuersatz 3", _s21_102, "E-Mail Rechnung Betreff", _s19_68, "E-Mail Angebot Betreff", _s21_104, "E-Mail Zahlung Betreff", _s29_39, "E-Mail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_222, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Stra\xdfe Lieferant", "vendor_address2", "Lieferant Apt/Suite", _s24_56, "Strasse Kundenlieferanschrift", _s24_57, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_226, _s16_302, "tax_rate1", "Steuersatz 1", "tax_rate2", "Steuersatz 2", "tax_rate3", "Steuersatz 3", "auto_bill", "Automatische Verrechnung", "archived_at", "Archiviert um", "has_expenses", "Hat Ausgaben", "custom_taxes1", "Benutzerdefinierte Steuern 1", "custom_taxes2", "Benutzerdefinierte Steuern 2", "custom_taxes3", "Benutzerdefinierte Steuern 3", "custom_taxes4", "Benutzerdefinierte Steuern 4", _s17_134, _s30_44, _s17_135, _s30_45, _s17_136, _s30_46, _s17_137, _s30_47, "is_deleted", "ist gel\xf6scht", "vendor_city", "Lieferanten-Stadt", "vendor_state", "Lieferanten-Bundesland/Kanton", "vendor_country", "Lieferanten-Land", "is_approved", "Wurde angenommen", "tax_name", "Steuersatz Name", "tax_amount", "Steuerwert", "tax_paid", "Steuern bezahlt", "payment_amount", "Zahlungsbetrag", "age", "Alter", "is_running", "L\xe4uft derzeit", "time_log", "Zeiten", "bank_id", "Bank", _s19_70, "Ausgabenkategorie ID", _s16_227, "Ausgabenkategorie", _s19_72, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", _s18_113, "Status Farbschema", _s16_228, "lade Farbschema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s28_78, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u03a3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b7", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "default", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0398\u03ad\u03c3\u03b7", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :Invoice", _s17_11, _s17_12, "week", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "range", "\u0395\u03cd\u03c1\u03bf\u03c2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03bf\u03c3\u03bf\u03cd :amount \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 # :expense", "view_statement", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0394\u03ae\u03bb\u03c9\u03c3\u03b7\u03c2", "sepa", "\u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_23, _s16_232, _s17_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s21_22, "\u039d\u03ad\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s22_27, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_3, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s26_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_5, _s25_74, _s25_6, _s38_2, _s26_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae", "enterprise", "Enterprise", "last_updated", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_23, "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "order", "Order", "unassigned", "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c4\u03b5\u03b8\u03b5\u03af", "partial_value", "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b7\u03b4\u03b5\u03bd\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1 \u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_41, _s16_42, _s17_29, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s21_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u03a3\u03ba\u03b1\u03bd\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03bf barcode \u03bc\u03b5 \u03bc\u03af\u03b1 :link \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae.", _s18_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u0394\u03cd\u03bf \u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b4\u03cd\u03bf \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "last_quarter", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "to_update_run", "\u0393\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5", _s18_39, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_54, "URL \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoice_project", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 Project", "invoice_task", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "invoice_expense", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_29, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_34, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_56, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "save_and_email", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", _s16_58, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_60, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_38, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_40, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "document_upload", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s20_35, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "expense_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "enter_taxes", "\u0395\u03b9\u03c3\u03b1\u03b3\u03b5\u03c4\u03b5 \u03a6\u03cc\u03c1\u03bf\u03c5\u03c2", "by_rate", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "by_amount", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03cc", "enter_amount", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03bf\u03c3\u03cc", "before_taxes", "\u03a0\u03c1\u03bf \u03a6\u03cc\u03c1\u03c9\u03bd", "after_taxes", "\u039c\u03b5\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "color", "\u03a7\u03c1\u03ce\u03bc\u03b1", "show", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5", "hide", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "empty_columns", "\u039a\u03b5\u03bd\u03ad\u03c2 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", _s21_41, "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03b1\u03c0\u03bf\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af", _s26_11, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c3\u03b5 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b4\u03b9\u03b1\u03c1\u03c1\u03bf\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03ce\u03bd. \u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1.", "running_tasks", "\u0395\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_tasks", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_expenses", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_42, "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "update_app", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "started_import", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", _s24_21, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", _s20_36, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s18_41, "\u0395\u03af\u03bd\u03b1\u03b9 \u03a0\u03bf\u03c3\u03cc \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2", "column", "\u039a\u03bf\u03bb\u03cc\u03bd\u03b1", "sample", "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1", "map_to", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03a3\u03b5", "import", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae", _s25_16, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "select_file", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", _s16_62, "\u0394\u03b5\u03bd \u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u0391\u03c1\u03c7\u03b5\u03af\u03bf", "csv_file", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0391\u03b4\u03b5\u03b9\u03ce\u03bd \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "webhook_url", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook", _s17_44, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2 \u039f\u03b8\u03cc\u03bd\u03b7\u03c2", "sidebar_editor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ac\u03b3\u03b9\u03b1\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", _s22_34, '\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bb\u03b7\u03ba\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 ":value" \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7', "purge", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7", "service", "\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1", "clone_to", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b5", "clone_to_other", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0386\u03bb\u03bb\u03bf", "labels", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "add_custom", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "payment_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "unpaid", "\u039c\u03b7 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b7", "white_label", "\u039b\u03b5\u03c5\u03ba\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "delivery_note", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03a0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2", _s24_24, "\u03a4\u03b1 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", _s24_26, "\u03a4\u03b1 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", "source_code", "\u03a0\u03b7\u03b3\u03b1\u03af\u03bf\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "app_platforms", "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "invoice_late", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "partial_due", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "invoice_total", _s17_180, "quote_total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", _s23_19, _s17_180, "actions", "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2", "expense_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "task_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "project_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 Project", "project_name", "\u038c\u03bd\u03bf\u03bc\u03b1 Project", "warning", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "view_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2", _s24_28, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03ae \u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b1\u03ba\u03cc\u03bc\u03b1", "late_invoice", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "expired_quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b5", "remind_invoice", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "cvv", "CVV", "client_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "required_fields", "\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "calculated_rate", "\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2", _s17_46, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "clear_cache", "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae\u03c2 \u039c\u03bd\u03ae\u03bc\u03b7\u03c2", "sort_order", "\u03a3\u03b5\u03b9\u03c1\u03ac \u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2", "task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "task_statuses", "\u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "new_task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u039d\u03ad\u03b1\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_64, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_35, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s21_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s18_43, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_41, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_66, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_44, "\u03a0\u03ac\u03bd\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c4\u03bc\u03ae\u03bc\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s20_42, "\u03a7\u03c1\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s25_17, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b9\u03ce\u03bd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c3\u03c4\u03b9\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s18_44, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd", "task_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_46, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_46, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_48, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_46, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s25_20, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2", _s24_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_21, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s27_23, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s26_12, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s27_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s23_20, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_23, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_48, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "show_option", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s22_37, "\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "view_changes", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "force_update", "\u0395\u03be\u03b1\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", _s17_48, "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae.", "mark_paid_help", "\u0395\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s18_48, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_21, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s29_8, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_50, "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1\u03c2 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_68, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_49, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf", "crypto", "\u039a\u03c1\u03cd\u03c0\u03c4\u03bf", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple/Google \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "user_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "variables", "\u039c\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2", "show_password", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "hide_password", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "copy_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03b3\u03ae\u03c2", "capture_card", "\u039a\u03ac\u03c1\u03c4\u03b1 \u03a3\u03cd\u03bb\u03bb\u03b7\u03c8\u03b7\u03c2", _s17_49, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", "total_taxes", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03bf\u03af \u03a6\u03cc\u03c1\u03bf\u03b9", "line_taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "total_fields", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u03a0\u03b5\u03b4\u03af\u03b1", _s25_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "gateway_refund", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s19_34, "\u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03bd\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "due_date_days", _s22_118, "paused", "\u03a3\u03b5 \u03c0\u03b1\u03cd\u03c3\u03b7", "mark_active", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc", "day_count", "\u0397\u03bc\u03ad\u03c1\u03b1 :count", _s22_38, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_51, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_51, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "endless", "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "next_send_date", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_70, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_53, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_51, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s21_53, "\u039d\u03ad\u03bf \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s22_40, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s25_27, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_28, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_13, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_14, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s26_15, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s27_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s24_33, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_31, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "send_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "auto_bill_on", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2", _s28_8, "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03a0\u03bf\u03c3\u03cc \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "profit", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2", "line_item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s18_53, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_22, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03b5\u03cc\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5 \u03c6\u03b9\u03bb\u03bf\u03b4\u03bf\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1", _s19_35, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_34, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4' \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03c0\u03bf\u03c3\u03bf\u03cd", "test_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03a4\u03b5\u03c3\u03c4", "opened", "\u0391\u03bd\u03bf\u03af\u03c7\u03b8\u03b7\u03ba\u03b5", _s30_4, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", "gateway_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_send", "Email \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s17_55, "\u039f\u03c5\u03c1\u03ac \u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Email", "failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1", "quota_exceeded", "\u03a5\u03c0\u03ad\u03c1\u03b2\u03b1\u03c3\u03b7 \u039f\u03c1\u03af\u03bf\u03c5", _s16_72, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a1\u03bf\u03ae\u03c2", "system_logs", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "view_portal", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae portal", "copy_link", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5", "token_billing", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2", _s24_35, "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Invoice Ninja", "always", "\u03a0\u03ac\u03bd\u03c4\u03b1", "optin", "\u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "optout", "\u039c\u03b7 \u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "label", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "client_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_convert", _s18_163, "company_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "reminder1_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 1 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder2_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 2 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder3_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 3 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s18_55, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "pdf_page_info", "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 :current \u03b1\u03c0\u03cc :total", _s16_74, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "emailed_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u0384\u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5 email", "gateway", "\u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "view_in_stripe", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03c4\u03bf Stripe", "rows_per_page", "\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b1\u03bd\u03ac \u03a3\u03b5\u03bb\u03af\u03b4\u03b1", "hours", "\u038f\u03c1\u03b5\u03c2", "statement", "\u0394\u03ae\u03bb\u03c9\u03c3\u03b7", "taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9", "surcharge", "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7", "apply_payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "apply_credit", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "apply", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "unapplied", "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", "select_label", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2", "custom_labels", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "record_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "record_name", "\u038c\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "file_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "height", "\u038e\u03c8\u03bf\u03c2", "width", "\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2", "to", "\u03a0\u03c1\u03bf\u03c2", "health_check", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2", "payment_type_id", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "last_login_at", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03b9\u03c2", "company_key", "\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "storefront", "\u0392\u03b9\u03c4\u03c1\u03af\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "storefront_help", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "client_created", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5", _s20_51, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_53, "Email \u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "completed", "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "gross", "\u039c\u03b5\u03b9\u03ba\u03c4\u03cc", "net_amount", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a0\u03bf\u03c3\u03cc", "net_balance", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "client_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s17_57, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_59, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "selected_quotes", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "selected_tasks", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s17_61, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_63, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_65, "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "recent_payments", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "upcoming_quotes", "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03b5\u03af\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "expired_quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b1\u03bd", "create_client", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "create_invoice", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "create_quote", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "create_payment", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "create_vendor", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "update_quote", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "delete_quote", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "update_invoice", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "delete_invoice", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "update_client", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_client", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_payment", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "update_vendor", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "delete_vendor", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "create_expense", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "update_expense", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "delete_expense", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "create_task", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "update_task", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "delete_task", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "approve_quote", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "off", "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc", "when_paid", "\u039f\u03c4\u03b1\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af", "expires_on", "\u039b\u03ae\u03b3\u03b5\u03b9 \u03c4\u03b7\u03bd", "free", "\u0394\u03c9\u03c1\u03b5\u03ac\u03bd", "plan", "\u03a0\u03bb\u03ac\u03bd\u03bf", "show_sidebar", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "hide_sidebar", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "event_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03bf\u03c2", "target_url", "\u03a3\u03c4\u03cc\u03c7\u03bf\u03c2", "copy", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "must_be_online", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03cc\u03bb\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf internet", _s17_67, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 crons", "api_webhooks", "API Webhooks", "search_webhooks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count Webhooks", "search_webhook", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "\u039d\u03ad\u03bf Webhook", "edit_webhook", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Webhook", "created_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 webhook", "updated_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 webhook", _s16_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 webhook", "deleted_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae webhook", "removed_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 webhook", _s16_77, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_68, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_79, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_69, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value webhooks", "api_tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac API", "api_docs", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1 API", "search_tokens", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "search_token", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "token", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac", "new_token", "\u039d\u03ad\u03bf \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "edit_token", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "created_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "updated_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "deleted_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "removed_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "restored_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "deleted_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "restored_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", _s19_37, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_37, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c3\u03c4\u03bf portal", _s21_55, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae & \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "email_invoice", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 email", "email_quote", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "email_credit", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", "email_payment", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", _s20_56, "\u039f \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bc\u03af\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email", "ledger", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc", "view_pdf", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae PDF", "all_records", "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "owned_by_user", "\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", _s16_80, "\u03a5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "contact_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "use_default", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s16_82, _s18_164, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_24, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_term", "\u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_83, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_71, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b9\u03ba\u03b1\u03b9\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_56, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_60, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 email", "change", "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae", _s23_26, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", _s24_38, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 Desktop \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", "send_from_gmail", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03bc\u03ad\u03c3\u03c9 Gmail", "reversed", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", "cancelled", "\u0391\u03ba\u03c5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7", "credit_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "quote_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "hosted", "\u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "selfhosted", "\u0399\u03b4\u03af\u03b1\u03c2 \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2", "exclusive", "\u0394\u03b5\u03bd \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "inclusive", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "hide_menu", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", "show_menu", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", _s18_57, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_85, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "search_designs", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "search_invoices", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "search_clients", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "search_products", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "search_quotes", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "search_credits", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "search_vendors", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "search_users", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_86, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_tasks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "search_settings", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "search_projects", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 Projects", "search_expenses", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "search_payments", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "search_groups", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "search_company", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ce\u03bd", "search_document", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", "search_design", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "search_invoice", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "search_client", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "search_product", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "search_quote", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "search_credit", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "search_vendor", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "search_user", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "search_tax_rate", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_task", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "search_project", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Project", "search_expense", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "search_payment", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "search_group", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "refund_payment", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_75, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_92, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "reverse", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae", "full_name", "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u038c\u03bd\u03bf\u03bc\u03b1", _s17_77, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_79, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_305, "custom2", _s18_165, "custom3", _s16_306, "custom4", "\u03a4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "optional", "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc", "license", "\u0386\u03b4\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "purge_data", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", _s16_93, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s18_60, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c3\u03b1\u03c2 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "invoice_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "age_group_0", "0 - 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_30", "30 - 60 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_60", "60 - 90 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_90", "90 - 120 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_120", "120+ \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "refresh", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7", "saved_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "client_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "company_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "invoice_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "product_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "task_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "add_field", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", "all_events", "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", "permissions", "\u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1", "none", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1", "owned", "\u039a\u03b1\u03c4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9", "payment_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "invoice_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "quote_sent", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "credit_sent", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "invoice_viewed", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_viewed", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "credit_viewed", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_approved", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03ad\u03b3\u03b9\u03bd\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", _s25_33, "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd", _s16_94, "\u03a0\u03c1\u03bf\u03bc\u03ae\u03b8\u03b5\u03b9\u03b1 \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "apply_license", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "cancel_account", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s22_47, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "delete_company", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s22_48, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7.", "enabled_modules", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2", "converted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "includes", "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1", "header", "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "load_design", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "css_framework", "CSS Framework", "custom_designs", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "designs", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "new_design", "\u039d\u03ad\u03bf \u03c3\u03c7\u03bb\u03b5\u03b4\u03b9\u03bf", "edit_design", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "created_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "updated_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "archived_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "deleted_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "removed_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "restored_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s16_96, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "deleted_designs", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", _s16_97, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "proposals", "\u03a0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2", "tickets", "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", _s16_98, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "recurring_tasks", "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s18_61, "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "credit_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "credits", "\u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "new_credit", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "edit_credit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "created_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "updated_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "archived_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "deleted_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "removed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03af\u03b1\u03c1\u03b5\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "restored_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s16_100, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "deleted_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", _s16_101, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "current_version", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "latest_version", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0388\u03ba\u03b4\u03bf\u03c3\u03b7", "update_now", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03ce\u03c1\u03b1", _s26_21, "\u03a5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 web", _s16_102, "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "app_updated", "\u0397 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03bf\u03ba\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", "learn_more", "\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "integrations", "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "tracking_id", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", _s17_81, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook \u03b3\u03b9\u03b1 \u03c4\u03bf Slack", "credit_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "new_company", "\u039d\u03ad\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "added_company", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "company1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 1", "company2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 2", "company3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 3", "company4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 4", "product1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 1", "product2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 2", "product3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 3", "product4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 4", "client1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 1", "client2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 2", "client3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 3", "client4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 4", "contact1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 1", "contact2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 2", "contact3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 3", "contact4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 4", "task1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 1", "task2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 2", "task3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 3", "task4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 4", "project1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 1", "project2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 2", "project3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 3", "project4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 4", "expense1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 1", "expense2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 2", "expense3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 3", "expense4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 4", "vendor1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 1", "vendor2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 2", "vendor3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 3", "vendor4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 4", "invoice1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 1", "invoice2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 2", "invoice3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 3", "invoice4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 4", "payment1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 1", "payment2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 2", "payment3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 3", "payment4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 4", "surcharge1", _s26_63, "surcharge2", _s26_64, "surcharge3", _s26_65, "surcharge4", _s26_66, "group1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 1", "group2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 2", "group3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 3", "group4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 4", "reset", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "export", "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "chart", "\u0394\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "count", "\u039c\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7", "totals", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03b1", "blank", "\u039a\u03b5\u03bd\u03cc", "day", "\u0397\u03bc\u03ad\u03c1\u03b1", "month", "\u039c\u03ae\u03bd\u03b1\u03c2", "year", "\u0388\u03c4\u03bf\u03c2", "subgroup", "\u03a5\u03c0\u03bf\u03bf\u03bc\u03ac\u03b4\u03b1", "is_active", "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc", "group_by", "\u039f\u03bc\u03b1\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5", "credit_balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s18_67, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_83, "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "contact_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", _s21_59, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 1", _s21_60, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 2", _s21_61, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 3", _s21_62, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 4", _s17_85, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_86, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_city", "\u03a0\u03cc\u03bb\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s20_61, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_132, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_134, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_135, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_city", "\u03a0\u03cc\u03bb\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s19_40, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_country", "\u03a7\u03ce\u03c1\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "client_id", "Id \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "assigned_to", "\u0391\u03bd\u03b1\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c3\u03b5", "created_by", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc :name", "assigned_to_id", "\u039f\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03b5 Id", "created_by_id", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03bf Id", "add_column", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2", "edit_columns", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", "aging", "\u0393\u03ae\u03c1\u03b1\u03bd\u03c3\u03b7", "profit_and_loss", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0396\u03b7\u03bc\u03b9\u03ac", "reports", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2", "report", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "add_company", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "unpaid_invoice", "\u039c\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "paid_invoice", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_136, "\u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "refund", _s18_166, "refund_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", "filtered_by", "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03bc\u03b5", "contact_email", "Email \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", "multiselect", "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "entity_state", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "verify_password", "\u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", "applied", "\u0395\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", _s21_63, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03c9\u03bd \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", _s30_8, "\u0395\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03ac \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1.", "message", "\u039c\u03ae\u03bd\u03c5\u03bc\u03b1", "from", "\u0391\u03c0\u03cc", _s20_63, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s25_35, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03b9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s20_65, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_70, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c4\u03ad\u03bb\u03bf\u03c5\u03c2", _s23_28, "\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03ad\u03bb\u03bf\u03c2", _s18_72, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "support_forum", "\u03c6\u03cc\u03c1\u03bf\u03c5\u03bc \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", "about", "\u03a0\u03b5\u03c1\u03af", "documentation", "\u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7", "contact_us", "\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2", "subtotal", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "line_total", "\u0391\u03be\u03af\u03b1", "item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "credit_email", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03cc \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", "iframe_url", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "domain_url", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 URL", _s21_64, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc\u03c2", _s20_66, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc", _s19_42, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_29, "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", _s20_67, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae", "deleted_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bb\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf\u03c5", "yes", "\u039d\u03b1\u03b9", "no", "\u038c\u03c7\u03b9", "generate_number", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", "when_saved", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af", "when_sent", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af", "select_company", "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "float", "Float", "collapse", "\u03a3\u03c5\u03c1\u03c1\u03af\u03ba\u03bd\u03c9\u03c3\u03b7", "show_or_hide", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7/\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "menu_sidebar", "\u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03cc \u039c\u03b5\u03bd\u03bf\u03cd", "history_sidebar", "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03bf\u03cd \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd", "tablet", "\u03a4\u03ac\u03bc\u03c0\u03bb\u03b5\u03c4", "mobile", "\u039a\u03b9\u03bd\u03b7\u03c4\u03cc", "desktop", "\u03a3\u03c4\u03b1\u03b8\u03b5\u03c1\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2", "layout", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7", "view", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", "module", "\u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "first_custom", _s16_305, "second_custom", _s18_165, "third_custom", _s16_306, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_88, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", "show_cost_help", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03c1\u03b4\u03bf\u03c5\u03c2", _s21_65, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_23, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_67, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_24, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_69, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_25, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ad\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s16_138, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_71, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", "one_tax_rate", "\u0388\u03bd\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "two_tax_rates", "\u0394\u03cd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "three_tax_rates", "\u03a4\u03c1\u03af\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", _s16_140, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "user", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "invoice_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "line_item_tax", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "inclusive_taxes", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s17_90, "\u03a6\u03cc\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "item_tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s18_74, _s24_87, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_75, "\u03a0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a0\u03c5\u03bb\u03ce\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", "tax_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a6\u03cc\u03c1\u03c9\u03bd", _s18_77, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "accent_color", "\u03a7\u03c1\u03ce\u03bc\u03b1 \u03a4\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "switch", "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", _s19_44, "\u039b\u03af\u03c3\u03c4\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bc\u03b5 \u03ba\u03cc\u03bc\u03bc\u03b1\u03c4\u03b1", "options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", _s16_142, "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03bc\u03bf\u03bd\u03ae\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "multi_line_text", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ce\u03bd", "dropdown", "\u03a0\u03c4\u03c5\u03c3\u03ce\u03bc\u03b5\u03bd\u03bf", "field_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", _s27_37, "\u0388\u03bd\u03b1 email \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", "submit", "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", _s16_144, "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", "late_fees", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a4\u03ad\u03bb\u03b7", "credit_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "payment_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "late_fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", _s16_145, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", "schedule", "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03b9\u03c3\u03b5", "before_due_date", "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "after_due_date", "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s18_79, "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "days", "\u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "invoice_email", "Email \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "payment_email", "Email \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "partial_payment", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payment_partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s21_72, "Email \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "quote_email", "Email \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", _s16_147, _s18_164, _s16_149, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "administrator", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", _s18_80, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2, \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "user_management", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "users", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "new_user", "\u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "edit_user", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "created_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "updated_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "deleted_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "removed_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "restored_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "deleted_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "removed_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "restored_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_151, "\u0393\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "invoice_options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_92, "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a0\u03bf\u03c3\u03bf\u03cd", _s22_55, '\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc" \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc \u03cc\u03c4\u03b1\u03bd \u03bb\u03b7\u03c6\u03b8\u03b5\u03af \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae.', _s23_31, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_21, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_153, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_154, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf\u03c5", "first_page", "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "all_pages", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "last_page", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "primary_font", "\u039a\u03cd\u03c1\u03b9\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "secondary_font", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "primary_color", "\u039a\u03cd\u03c1\u03b9\u03bf \u03a7\u03c1\u03ce\u03bc\u03b1", "secondary_color", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd \u03a7\u03c1\u03ce\u03bc\u03b1", "page_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "font_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd", "quote_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "invoice_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "product_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "invoice_terms", "\u038c\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "quote_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s18_81, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_32, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 email \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_82, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", _s23_33, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03bf\u03cd\u03bd.", _s18_83, _s18_163, _s23_34, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c3\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7.", _s17_94, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a1\u03bf\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "freq_daily", "\u0397\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf", "freq_weekly", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "freq_two_weeks", "\u0394\u03cd\u03bf \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_four_weeks", "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_monthly", "\u039c\u03ae\u03bd\u03b1\u03c2", "freq_two_months", "\u0394\u03cd\u03bf \u03bc\u03ae\u03bd\u03b5\u03c2", _s17_96, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_155, "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_six_months", "\u0388\u03be\u03b9 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_annually", "\u0388\u03c4\u03bf\u03c2", "freq_two_years", "\u0394\u03cd\u03bf \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1", _s16_156, "\u03a4\u03c1\u03af\u03b1 \u03a7\u03c1\u03cc\u03bd\u03b9\u03b1", "never", "\u03a0\u03bf\u03c4\u03ad", "company", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", _s17_97, "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af", "charge_taxes", "\u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c6\u03cc\u03c1\u03c9\u03bd", "next_reset", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7", "reset_counter", "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae", _s16_157, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_padding", "\u03a0\u03b5\u03c1\u03b9\u03b8\u03ce\u03c1\u03b9\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "general", "\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2", "surcharge_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7\u03c2", "company_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "company_value", "\u0391\u03be\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03af\u03b1\u03c2", "credit_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "invoice_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_99, "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "client_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "product_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "payment_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "contact_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "vendor_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "expense_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "project_field", "\u03a0\u03b5\u03b4\u03af\u03bf Project", "task_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "group_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "number_counter", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "prefix", "\u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_pattern", "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "messages", "\u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1", "custom_css", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf CSS", _s17_101, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_159, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_74, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03c3\u03c4\u03bf PDF \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5/\u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2.", _s25_41, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_9, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s23_35, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_22, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s25_42, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_10, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5.", _s23_36, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_57, "\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s27_38, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c0\u03b1\u03c6\u03ae. \u0391\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2, \u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae \u03b8\u03b1 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03bf\u03cd\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd.", "authorization", "\u0395\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7", "subdomain", "\u03a5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1\u03c2", "domain", "Domain", "portal_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Portal", "email_signature", "\u039c\u03b5 \u03b5\u03ba\u03c4\u03af\u03bc\u03b7\u03c3\u03b7,", _s24_39, "\u039a\u03ac\u03bd\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf schema.org \u03c3\u03c4\u03b1 emails \u03c3\u03b1\u03c2.", "plain", "\u0391\u03c0\u03bb\u03cc", "light", "\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc", "dark", "\u03a3\u03ba\u03bf\u03cd\u03c1\u03bf", "email_design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 Email", "attach_pdf", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b5 PDF", _s16_160, "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "attach_ubl", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 UBL", "email_style", "\u03a3\u03c4\u03c5\u03bb Email", _s19_46, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b7\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2", "reply_to_email", "Email \u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2", "reply_to_name", "Reply-To Name", "bcc_email", "Email \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b7\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2", "processed", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b8\u03b7\u03ba\u03b5", "credit_card", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u039a\u03ac\u03c1\u03c4\u03b1", "bank_transfer", "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03cc \u0388\u03bc\u03b2\u03b1\u03c3\u03bc\u03b1", "priority", "\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", "fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_cap", "\u0391\u03bd\u03ce\u03c4\u03b1\u03c4\u03bf \u038c\u03c1\u03b9\u03bf \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "limits_and_fees", "\u038c\u03c1\u03b9\u03b1/\u03a4\u03ad\u03bb\u03b7", "enable_min", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c5", "enable_max", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5", "min_limit", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf: :min", "max_limit", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf: :max", "min", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf", "max", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf", _s19_47, "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ce\u03bd \u039a\u03b1\u03c1\u03c4\u03ce\u03bd", "credentials", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5", "update_address", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2", _s19_49, "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "tax_rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "new_tax_rate", "\u039d\u03ad\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "edit_tax_rate", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_162, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_163, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_104, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_164, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_105, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_84, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_106, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_85, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", "fill_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s18_86, "\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03b9 \u03b7 \u03b1\u03be\u03af\u03b1", "update_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s20_71, "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_165, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_75, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b9\u03bc\u03ce\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf \u03bd\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "fees", "\u03a4\u03ad\u03bb\u03b7", "limits", "\u038c\u03c1\u03b9\u03b1", "provider", "Provider", "company_gateway", "\u03a0\u03cd\u03bb\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s16_167, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_50, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_72, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_37, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_40, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_41, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s25_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s24_42, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s25_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s16_169, "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "discard_changes", "\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "default_value", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03c4\u03b9\u03bc\u03ae", "disabled", "\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf", "currency_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", _s21_76, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_40, "\u03a0\u03c1\u03ce\u03c4\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2 \u03c4\u03bf\u03c5 \u0388\u03c4\u03bf\u03c5\u03c2", "sunday", "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "monday", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "tuesday", "\u03a4\u03c1\u03af\u03c4\u03b7", "wednesday", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "thursday", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "friday", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "saturday", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf", "january", "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "february", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "march", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "april", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "may", "\u039c\u03ac\u03b9\u03bf\u03c2", "june", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "july", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "august", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "september", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "october", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "november", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "december", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "symbol", "\u03a3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf", "ocde", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", "date_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "datetime_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2/\u038f\u03c1\u03b1\u03c2", "military_time", _s19_107, _s18_87, _s19_107, "send_reminders", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "timezone", "\u0396\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2", _s19_51, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_107, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_53, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_88, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_90, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "group_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0393\u03c1\u03bf\u03c5\u03c0", "group", "\u039f\u03bc\u03ac\u03b4\u03b1", "groups", "\u0393\u03c1\u03bf\u03c5\u03c0", "new_group", "\u039d\u03ad\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "edit_group", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "created_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "updated_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "archived_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "deleted_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "restored_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "archived_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "deleted_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "restored_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "upload_logo", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u039b\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "uploaded_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bb\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "logo", "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf", "saved_settings", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", _s16_171, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "device_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2", "defaults", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", "basic_settings", "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s17_109, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03a0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2", "company_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "user_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "localization", "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "online_payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 Online", "tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "notifications", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "import_export", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae | \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "custom_fields", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "invoice_design", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "buy_now_buttons", "\u039a\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac \u0391\u03b3\u03bf\u03c1\u03ac \u03a4\u03ce\u03c1\u03b1", "email_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 Email", _s23_42, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_58, _s28_78, _s19_55, "\u0391\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "price", "\u03a4\u03b9\u03bc\u03ae", "email_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Email", "google_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Google", _s27_42, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac \u03c3\u03b1\u03c2!", "redeem", "\u0395\u03be\u03b1\u03c1\u03b3\u03cd\u03c1\u03c9\u03c3\u03b5", "back", "\u03a0\u03af\u03c3\u03c9", "past_purchases", "\u03a0\u03b1\u03c1\u03b5\u03bb\u03b8\u03cc\u03bd\u03c4\u03b5\u03c2 \u0391\u03b3\u03bf\u03c1\u03ad\u03c2", _s19_57, "\u0395\u03c4\u03b7\u0384\u03c3\u03b9\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae", "pro_plan", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "enterprise_plan", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "count_users", ":count \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "upgrade", "\u0391\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7", _s25_46, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03ba\u03c1\u03cc \u03cc\u03bd\u03bf\u03bc\u03b1", _s24_43, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", _s33_21, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc.", "i_agree_to_the", "\u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce \u03bc\u03b5 \u03c4\u03bf", _s16_173, "\u038c\u03c1\u03bf\u03b9 \u03c4\u03b7\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", "privacy_policy", "\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5", "sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", "account_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03bf \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc", "view_website", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "create_account", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "email_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 Email", "create_new", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039d\u03ad\u03bf\u03c5", _s18_92, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_79, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03ce\u03c3\u03c4\u03b5 \u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2.", "download", "\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1", _s27_43, "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf", "take_picture", "\u039b\u03ae\u03c8\u03b7 \u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "upload_file", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "document", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "documents", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "new_document", "\u039d\u03ad\u03bf \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s17_111, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_175, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_112, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_176, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_113, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s18_94, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s17_114, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s18_95, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "no_history", "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "pending", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_177, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_178, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_179, "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf", "converted", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03ac\u03c0\u03b7\u03ba\u03b5", _s24_45, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "exchange_rate", "\u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_180, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", "mark_paid", "\u038c\u03c1\u03b9\u03c3\u03b5 \u03c9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "category", "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1", "address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7", "new_vendor", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "created_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "updated_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "archived_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "deleted_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "restored_vendor", "\u039f \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 \u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", _s16_181, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "deleted_vendors", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", _s16_182, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "new_expense", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "created_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "updated_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_183, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "deleted_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_184, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s17_115, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s16_185, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_116, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "copy_shipping", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "copy_billing", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7", _s21_80, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03b1\u03bd\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoiced", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03b1", "logged", "\u0395\u03b9\u03c3\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf", "running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "resume", "\u03a3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b5", "task_errors", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03c4\u03b5 \u03c4\u03c5\u03c7\u03cc\u03bd \u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2", "start", "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", "stop", "\u039b\u03ae\u03be\u03b7", "started_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "stopped_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "resumed_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "now", "\u03a4\u03ce\u03c1\u03b1", _s16_186, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "timer", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2", "manual", "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf", "budgeted", "\u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf", "start_time", "\u038f\u03c1\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_time", "\u038f\u03c1\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "times", "\u03a6\u03bf\u03c1\u03ad\u03c2", "duration", "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1", "new_task", "\u039d\u03ad\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "created_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "updated_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "deleted_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "restored_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "deleted_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "restored_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s19_59, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03cc\u03bd\u03bf\u03bc\u03b1", "budgeted_hours", "\u03a7\u03c1\u03b5\u03ce\u03c3\u03b9\u03bc\u03b5\u03c2 \u038f\u03c1\u03b5\u03c2", "created_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "updated_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 project", _s16_188, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", _s25_74, _s16_189, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_117, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_190, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_118, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value projects", "new_project", "\u039d\u03ad\u03bf Project", _s27_47, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b1\u03c2!", "if_you_like_it", "\u0395\u03ac\u03bd \u03c3\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5", "click_here", "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", _s18_96, "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", "to_rate_it", "\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5.", "average", "\u039c\u03ad\u03c3\u03bf\u03c2 \u03cc\u03c1\u03bf\u03c2", "unapproved", "\u039c\u03b7 \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7", _s30_15, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7", "locked", "\u039a\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b7", "authenticate", "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s19_61, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s24_47, "\u0392\u03b9\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03b7 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf", "compare", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03bd\u03b5", "hosted_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "selfhost_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03b1\u03c5\u03c4\u03bf-\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "google_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 Google", "today", "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", "custom_range", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03cd\u03c1\u03bf\u03c2", "date_range", "\u0395\u03cd\u03c1\u03bf\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd", "current", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae", "previous", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "current_period", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", _s17_119, "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2", "previous_period", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", "previous_year", _s19_108, "compare_to", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5", "last7_days", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 7 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2", "last_week", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "last30_days", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "this_month", "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u039c\u03ae\u03bd\u03b1\u03c2", "last_month", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2", "this_year", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", "last_year", _s19_108, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_191, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "clone_to_quote", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "clone_to_credit", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "view_invoice", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "convert", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", "more", "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "edit_client", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "edit_product", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "edit_invoice", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "edit_quote", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "edit_payment", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "edit_task", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "edit_expense", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "edit_vendor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "edit_project", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Project", _s20_74, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "billing_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", _s16_193, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "total_revenue", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u0388\u03c3\u03bf\u03b4\u03b1", "average_invoice", "\u039c\u03ad\u03c3\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "outstanding", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae", "invoices_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b1\u03bd", "active_clients", "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "close", "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", "email", "Email", "password", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "url", "URL", "secret", "\u039a\u03c1\u03c5\u03c6\u03cc", "name", "\u0395\u03c0\u03c9\u03bd\u03c5\u03bc\u03af\u03b1", "logout", "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", "login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2", "filter", "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", "sort", "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7", "search", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "active", "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "archived", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf", "deleted", "\u0394\u03b9\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", "dashboard", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5", "archive", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", "delete", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", "restore", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7", _s16_195, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_43, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_34, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", _s21_83, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_36, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03c3\u03b1\u03c2", "ascending", "\u0391\u03cd\u03be\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "descending", "\u03a6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "save", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s17_121, "\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", "paid_to_date", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", "balance_due", "\u039f\u03bb\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "overview", "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "website", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "vat_number", "\u0391\u03a6\u039c", "id_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 ID", "create", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1", _s19_63, "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03c4\u03b7\u03ba\u03b5 :value \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", _s16_197, "\u0391\u03b4\u03cd\u03bd\u03b1\u03c4\u03b7 \u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7", "contacts", "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "additional", "\u0395\u03c0\u03b9\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf", "first_name", "\u038c\u03bd\u03bf\u03bc\u03b1", "last_name", "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", "add_contact", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "are_you_sure", "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9;", "cancel", "\u0386\u03ba\u03c5\u03c1\u03bf", "ok", "Ok", "remove", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", _s16_199, "\u03a4\u03bf Email \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", "product", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "products", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "new_product", "\u039d\u03ad\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "created_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "updated_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_201, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "deleted_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_202, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s17_123, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_203, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s17_124, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "product_key", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "notes", "\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "cost", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2", "client", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "clients", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "new_client", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "created_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "updated_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "archived_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_204, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "deleted_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "deleted_clients", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "restored_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_205, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "address1", "\u039f\u03b4\u03cc\u03c2", "address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1", "city", "\u03a0\u03cc\u03bb\u03b7", "state", "\u039d\u03bf\u03bc\u03cc\u03c2", "postal_code", "\u03a4\u03b1\u03c7. \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "country", "\u03a7\u03ce\u03c1\u03b1", "invoice", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "invoices", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "new_invoice", "\u039d\u03ad\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "created_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "updated_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_206, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "deleted_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_207, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_125, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_208, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s17_126, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "emailed_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", "amount", "\u03a0\u03bf\u03c3\u03cc", "invoice_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "discount", "\u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7", "po_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2", "terms", "\u038c\u03c1\u03bf\u03b9", "public_notes", "\u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "private_notes", "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "frequency", "\u03a3\u03c5\u03c7\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "start_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "quote_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "quote_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "valid_until", "\u0388\u03b3\u03ba\u03c5\u03c1\u03bf \u0388\u03c9\u03c2", "items", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "partial_deposit", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "description", "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "unit_cost", "\u03a4\u03b9\u03bc\u03ae \u039c\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2", "quantity", "\u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", "add_item", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "contact", "\u0395\u03c0\u03b1\u03c6\u03ae", "work_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "total_amount", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03cc \u03a0\u03bf\u03c3\u03cc", "pdf", "PDF", "due_date", _s22_118, _s16_209, "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", _s17_127, "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_59, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s22_61, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", "count_selected", ":count \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", "total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "edit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "dismiss", "\u0391\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b5", _s20_76, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", _s22_62, _s24_87, _s24_49, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "task_rate", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "language", "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "currency", "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1", "created_at", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2", "created_on", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "updated_at", "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "tax", "\u03a6\u03cc\u03c1\u03bf\u03c2", _s30_17, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "past_due", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "draft", "\u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "sent", "\u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", "viewed", "\u0395\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1", "approved", "\u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "mark_sent", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s22_64, _s42_19, _s22_65, _s42_19, _s23_45, _s42_20, _s23_46, _s42_20, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_18, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03ae \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03af\u03b1\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "dark_mode", "\u03a3\u03ba\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd", _s27_53, "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", "refresh_data", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "blank_contact", "\u039a\u03b5\u03bd\u03ae \u0395\u03c0\u03b1\u03c6\u03ae", "activity", "\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_211, "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "clone", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "loading", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7", "industry", "\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1", "size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2", "payment_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_213, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_214, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_215, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_216, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_217, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_218, _s18_166, _s17_128, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_129, _s19_27, "net", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc", "client_portal", "Portal \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "show_tasks", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "email_reminders", "Email \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "enabled", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "recipients", "\u03a0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2", "initial_email", "\u0391\u03c1\u03c7\u03b9\u03ba\u03cc Email", "first_reminder", _s16_307, "second_reminder", _s18_167, "third_reminder", _s16_308, "reminder1", _s16_307, "reminder2", _s18_167, "reminder3", _s16_308, "template", "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf", "send", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae", "subject", "\u0398\u03ad\u03bc\u03b1", "body", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf", "send_email", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", "email_receipt", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03cc\u03b4\u03b5\u03b9\u03be\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_billing", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "button", "\u039a\u03bf\u03c5\u03bc\u03c0\u03af", "preview", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "customize", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "history", "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "refunded", _s18_166, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_85, _s18_168, "enter_payment", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "new_payment", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "created_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "updated_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_219, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "deleted_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_220, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_130, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s16_221, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s17_131, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "new_quote", "\u039d\u03ad\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "created_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "updated_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "deleted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "restored_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "deleted_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "restored_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "expense", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "expenses", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "vendor", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "vendors", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ad\u03c2", "task", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "tasks", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "project", "Project", "projects", "Projects", "activity_1", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_2", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_3", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_4", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_5", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_6", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_7", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_8", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_9", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_10", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c0\u03bf\u03c3\u03bf\u03cd :payment_amount \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_11", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_12", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_13", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_14", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_15", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_16", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_17", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_18", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_19", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_20", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_21", _s41_14, "activity_22", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_23", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_24", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_25", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_26", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_27", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_28", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_29", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03c4\u03b7\u03ba\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_30", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_31", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_32", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_33", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_34", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_35", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_36", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_37", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_39", ":user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_40", ":user \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 :adjustment \u03bc\u03b9\u03b1\u03c2 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_41", ":payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (:payment) \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", "activity_42", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_43", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_44", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_45", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_46", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_47", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03b1\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_55", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b5 \u03c3\u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_56", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_57", "\u03a4\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_58", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_59", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_60", _s41_14, "activity_61", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_62", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_63", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_64", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_65", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03c1\u03af\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_66", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b1\u03c4\u03ad\u03c1\u03bc\u03bf\u03bd\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03a6\u03bf\u03c1\u03ac\u03c2", "emailed_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "emailed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", _s20_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", _s21_87, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", "expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "all", "\u038c\u03bb\u03b1", "select", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", _s22_66, "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03bc\u03b5 \u03a0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03c0\u03af\u03b5\u03c3\u03b7", "custom_value1", _s18_169, "custom_value2", _s18_169, "custom_value3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 3", "custom_value4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 4", _s18_97, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_54, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2", _s29_37, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0391\u03bd\u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c4\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_58, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s31_18, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "lock_invoices", "\u039a\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "translations", "\u039c\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2", _s19_64, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_66, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_68, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_70, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s21_88, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_90, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_92, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s21_94, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s22_72, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_74, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2\xa0\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_76, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s22_78, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_79, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s20_81, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_96, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd", _s21_98, _s27_83, _s21_100, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", _s21_101, _s27_83, _s18_99, "\u039c\u03b7\u03b4\u03b5\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "counter_padding", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2", _s28_57, "\u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_101, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 1", _s18_103, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", _s18_105, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 2", _s18_107, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", _s18_109, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 3", _s18_111, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", _s21_102, "\u0398\u03ad\u03bc\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s19_68, "\u0398\u03ad\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", _s21_104, "\u0398\u03ad\u03bc\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s29_39, "\u0398\u03ad\u03bc\u03b1 Email \u03bc\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "show_table", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1", "show_list", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03af\u03c3\u03c4\u03b1\u03c2", "client_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_222, "\u039f \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "client_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "client_address1", "\u039f\u03b4\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_57, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "type", "\u03a4\u03cd\u03c0\u03bf\u03c2", "invoice_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_226, _s22_118, "tax_rate1", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", "tax_rate2", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", "tax_rate3", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", "auto_bill", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "archived_at", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "has_expenses", "\u0395\u03c7\u03b5\u03b9 \u03ad\u03be\u03bf\u03b4\u03b1", "custom_taxes1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 1", "custom_taxes2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 2", "custom_taxes3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 3", "custom_taxes4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 4", _s17_134, _s26_63, _s17_135, _s26_64, _s17_136, _s26_65, _s17_137, _s26_66, "is_deleted", "\u0395\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", "vendor_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "is_approved", "\u0395\u03af\u03bd\u03b1\u03b9 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "tax_name", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_amount", "\u03a0\u03bf\u03c3\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a6\u03cc\u03c1\u03bf\u03c2", "payment_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "age", "\u0397\u03bb\u03b9\u03ba\u03af\u03b1", "is_running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "time_log", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c5", "bank_id", "\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1", _s19_70, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_227, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_72, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "tax_name1", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 1", "tax_name2", _s16_309, "tax_name3", _s16_309, "transaction_id", _s18_168, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "he", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d5\u05d4\u05e2\u05d1\u05e8\u05d4 \u05d1\u05e0\u05e7\u05d0\u05d9\u05ea", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u05de\u05e2\u05de\u05d3", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u05d4\u05d5\u05e1\u05e4\u05ea Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea: \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_11, _s17_12, "week", "\u05e9\u05d1\u05d5\u05e2", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u05de\u05d8\u05d1\u05e2 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "range", "\u05d8\u05d5\u05d5\u05d7", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u05e6\u05d5\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u05d4\u05e2\u05de\u05dc\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :amount \u05ea\u05d4\u05d9\u05d4 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u05d0\u05d9\u05e9\u05d5\u05e8", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "\u05d9\u05ea\u05e8\u05d4", "invoice_paid", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF \u05d1\u05e2\u05ea \u05e2\u05e8\u05d9\u05db\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d6\u05d9\u05db\u05d5\u05d9 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e1\u05d9\u05e1\u05de\u05d0", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "\u05d9\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u05e6\u05e4\u05d4 \u05d1\u05d4\u05d5\u05e6\u05d0\u05d4 # :expense", "view_statement", "\u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u05de\u05e2\u05e8\u05db\u05ea", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, "\u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05d5\u05d9\u05db\u05d5\u05ea \u05db\u05d5\u05dc\u05dd \u05dc\u05d0\u05d5\u05ea\u05d5 \u05dc\u05e7\u05d5\u05d7", _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_19, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea", _s21_22, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_27, "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_3, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_6, _s38_2, _s26_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u05e0\u05d8\u05d5", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05d5\u05e6\u05d2\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05d8\u05dc", "uninvoiced", "\u05dc\u05dc\u05d0 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u05d9\u05d1\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s23_15, "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d4", "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "\u05e4\u05e8\u05d9\u05d8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_item", "Quote Item", _s18_27, "\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s17_23, "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "order", "Order", "unassigned", "\u05dc\u05d0 \u05de\u05d5\u05e7\u05e6\u05d4", "partial_value", "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05e4\u05e1 \u05d5\u05e7\u05d8\u05df \u05de\u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05e1\u05d5\u05e4\u05d9", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u05d0\u05e4\u05e9\u05e8", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05ea\u05ea-\u05d4\u05d3\u05d5\u05de\u05d9\u05d9\u05df \u05d0\u05d5 \u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc\u05da.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, "\u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d0\u05e9\u05e8\u05d0\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3", "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "\u05d0\u05e4\u05e9\u05e8 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd, \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05d5\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u05e9\u05dc\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d4\u05d6\u05de\u05e0\u05d4", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05d6\u05e8", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u05e8\u05d1\u05e2\u05d5\u05df \u05e7\u05d5\u05d3\u05dd", "to_update_run", "To update run", _s18_39, "\u05dc\u05d4\u05de\u05d9\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", _s16_54, _s16_55, "invoice_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_task", "\u05de\u05e9\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_expense", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d5\u05e6\u05d0\u05d4", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u05d4\u05de\u05e8 \u05e1\u05db\u05d5\u05dd", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u05de\u05e1\u05de\u05db\u05d9 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u05d4\u05e1\u05ea\u05e8", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", "recent_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u05d8\u05d5\u05e8", "sample", "\u05d3\u05d2\u05d9\u05de\u05d4", "map_to", "Map To", "import", "\u05d9\u05d9\u05d1\u05d0", _s25_16, _s29_7, "select_file", "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05d1\u05d1\u05e7\u05e9\u05d4", _s16_62, _s16_63, "csv_file", "\u05e7\u05d5\u05d1\u05e5 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u05dc\u05d0 \u05e9\u05d5\u05dc\u05dd", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05e9\u05dc\u05d7\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", _s24_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e9\u05d5\u05dc\u05de\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05d9\u05d7\u05d5\u05e8", "quote_expired", "Quote Expired", "partial_due", "\u05de\u05d5\u05e2\u05d3 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "invoice_total", '\u05e1\u05d4"\u05db \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "quote_total", '\u05e1\u05d4"\u05db \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8', "credit_total", '\u05e1\u05d4"\u05db \u05d6\u05d9\u05db\u05d5\u05d9', _s23_19, '\u05e1\u05d4"\u05db \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "actions", "Actions", "expense_number", "Expense Number", "task_number", "\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u05d0\u05d6\u05d4\u05e8\u05d4", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d0\u05d5\u05d7\u05e8\u05ea", "expired_quote", "Expired Quote", "remind_invoice", "\u05ea\u05d6\u05db\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "cvv", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d5\u05d3\u05d9", "client_name", "\u05e9\u05dd \u05d4\u05dc\u05e7\u05d5\u05d7", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc \u05dc\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "\u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", "new_task_status", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9", _s16_64, "\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4", _s19_30, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_31, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_38, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_32, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_33, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_39, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u05d7\u05e4\u05e9 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 1", _s20_41, "\u05d7\u05e4\u05e9 :count \u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s16_66, "\u05d4\u05e6\u05d2 \u05d8\u05d1\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s21_44, "\u05d4\u05e6\u05d2 \u05ea\u05de\u05d9\u05d3 \u05d0\u05ea \u05de\u05e7\u05d8\u05e2 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_42, "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_17, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05e9\u05e2\u05d4 \u05dc\u05e4\u05e8\u05d8\u05d9 \u05d4\u05e9\u05d3\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s20_44, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05d5\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_18, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_45, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05de\u05d9\u05e8\u05d4", _s18_44, _s18_45, "task_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", _s20_46, _s20_47, _s18_46, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s20_48, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4", _s21_46, _s21_47, _s24_29, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_30, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_20, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_31, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_32, _s37_7, _s25_21, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u05e6\u05e8\u05d9\u05da \u05dc\u05ea\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_21, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05dc\u05d4\u05d9\u05e9\u05dc\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u05e1\u05de\u05df \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_51, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", _s21_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_40, "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_27, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_28, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_13, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_29, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_30, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_14, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s26_15, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s27_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s24_33, "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea 1", _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u05e8\u05d5\u05d5\u05d7", "line_item", "\u05e1\u05d3\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e8\u05d8\u05dc", "copy_link", "Copy Link", "token_billing", "\u05e9\u05de\u05d9\u05e8\u05ea \u05e4\u05e8\u05d8\u05d9 \u05db\u05e8\u05d8\u05d9\u05e1", _s24_35, _s24_36, "always", "\u05ea\u05de\u05d9\u05d3", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, '\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "emailed_quotes", '\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05da\u05d7\u05d4', "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u05e9\u05e2\u05d5\u05ea", "statement", "\u05d7\u05e9\u05d1\u05d5\u05df", "taxes", "\u05de\u05e1\u05d9\u05dd", "surcharge", "\u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "apply_payment", "Apply Payment", "apply_credit", "\u05d4\u05d7\u05dc \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "apply", "\u05d4\u05d7\u05dc", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u05e2\u05d1\u05d5\u05e8", "health_check", "Health Check", "payment_type_id", "\u05e9\u05d9\u05d8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 \u05e6\u05d3 \u05e9\u05dc\u05d9\u05e9\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", _s17_61, _s17_62, _s17_63, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea", _s17_65, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e2\u05d1\u05e8\u05d5 \u05d0\u05ea \u05de\u05d5\u05e2\u05d3 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "recent_payments", "\u05e7\u05d1\u05dc\u05d4", "upcoming_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05e7\u05e8\u05d5\u05d1", "expired_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05df", "create_client", "\u05e6\u05d5\u05e8 \u05dc\u05e7\u05d5\u05d7", "create_invoice", "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "create_quote", "\u05ea\u05d9\u05d9\u05e6\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "create_payment", "Create Payment", "create_vendor", "\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e7", "update_quote", "Update Quote", "delete_quote", "\u05de\u05d7\u05e7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "update_invoice", "\u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "delete_invoice", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "update_client", "Update Client", "delete_client", "\u05de\u05d7\u05e7 \u05dc\u05e7\u05d5\u05d7", "delete_payment", "\u05de\u05d7\u05e7 \u05ea\u05e9\u05dc\u05d5\u05dd", "update_vendor", "Update Vendor", "delete_vendor", "\u05de\u05d7\u05e7 \u05e1\u05e4\u05e7", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u05de\u05d7\u05e7 \u05d4\u05d5\u05e6\u05d0\u05d4", "create_task", "\u05e6\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "update_task", "\u05e2\u05d3\u05db\u05df \u05de\u05e9\u05d9\u05de\u05d4", "delete_task", "\u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "approve_quote", "Approve Quote", "off", "\u05db\u05d1\u05d5\u05d9", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u05d7\u05d9\u05e0\u05dd", "plan", "\u05ea\u05db\u05e0\u05d9\u05ea", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "\u05d8\u05d5\u05e7\u05df API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u05d8\u05d5\u05e7\u05df", "tokens", "\u05d8\u05d5\u05e7\u05e0\u05d9\u05dd", "new_token", "New Token", "edit_token", "\u05e2\u05e8\u05d9\u05db\u05ea \u05d8\u05d5\u05e7\u05df", "created_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_token", "\u05d8\u05d5\u05e7\u05df \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_token", "\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05de\u05d9\u05d9\u05dc", "email_quote", "\u05e9\u05dc\u05d7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05de\u05d9\u05d9\u05dc", "email_credit", "Email Credit", "email_payment", '\u05e9\u05dc\u05d7 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d3\u05d5\u05d0"\u05dc', _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u05e9\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u05e2\u05e8\u05d5\u05da \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s20_57, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_58, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_56, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u05d2\u05d5\u05d1\u05d4 \u05d9\u05ea\u05e8\u05d4", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea 1", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "\u05d7\u05e4\u05e9 1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9", _s17_75, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_59, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d5\u05d8\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_92, _s21_141, _s17_76, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "reverse", "Reverse", "full_name", "\u05e9\u05dd \u05de\u05dc\u05d0", _s17_77, "\u05e2\u05d9\u05e8/\u05de\u05d3\u05d9\u05e0\u05d4/\u05d3\u05d5\u05d0\u05e8", _s17_79, _s17_80, "custom1", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "custom2", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u05e8\u05e2\u05e0\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", _s16_93, "\u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e8\u05d5\u05e2\u05e0\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_60, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "invoice_balance", "\u05d9\u05ea\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "age_group_0", "0 - 30 \u05d9\u05de\u05d9\u05dd", "age_group_30", "30 - 60 \u05d9\u05de\u05d9\u05dd", "age_group_60", "60 - 90 \u05d9\u05de\u05d9\u05dd", "age_group_90", "90 - 120 \u05d9\u05de\u05d9\u05dd", "age_group_120", "120+ \u05d9\u05de\u05d9\u05dd", "refresh", "\u05e8\u05e2\u05e0\u05df", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "\u05e9\u05d5\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u05de\u05ea\u05d7\u05dd", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e6\u05e4\u05ea\u05d4", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05df", _s22_47, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d7\u05d9\u05e7\u05d4 \u05d6\u05d5 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc", "delete_company", "\u05de\u05d7\u05e7 \u05d7\u05d1\u05e8\u05d4", _s22_48, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", "load_design", "\u05d8\u05e2\u05df \u05e2\u05d9\u05e6\u05d5\u05d1", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u05db\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", "recurring_tasks", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_61, "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05e9\u05d1\u05d5\u05df", "credit_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05ea\u05e8\u05d4", "credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "credits", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "new_credit", "\u05d4\u05db\u05e0\u05e1 \u05d9\u05ea\u05e8\u05d4", "edit_credit", "\u05e2\u05e8\u05d5\u05da \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "created_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_credit", "\u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_credit", _s27_36, "restored_credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_100, "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_credits", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_101, _s36_9, "current_version", "\u05d2\u05e8\u05e1\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u05d7\u05d1\u05e8\u05d4 \u05d7\u05d3\u05e9\u05d4", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "task2", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "task3", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "task4", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "invoice2", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "invoice3", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "invoice4", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u05d0\u05ea\u05d7\u05d5\u05dc", "number", "Number", "export", "\u05d9\u05d9\u05e6\u05d5\u05d0", "chart", "\u05ea\u05e8\u05e9\u05d9\u05dd", "count", "Count", "totals", "\u05e1\u05db\u05d5\u05de\u05d9\u05dd \u05e1\u05d5\u05e4\u05d9\u05d9\u05dd", "blank", "\u05e8\u05d9\u05e7", "day", "\u05d9\u05d5\u05dd", "month", "\u05d7\u05d5\u05d3\u05e9", "year", "\u05e9\u05e0\u05d4", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u05e7\u05d1\u05e5 \u05dc\u05e4\u05d9", "credit_balance", "\u05de\u05d0\u05d6\u05df \u05d9\u05ea\u05e8\u05d4", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", "\u05e0\u05d5\u05e6\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9: :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u05e9\u05d5\u05e8\u05d5", "aging", "\u05d6\u05de\u05df", "profit_and_loss", "\u05e8\u05d5\u05d5\u05d7 \u05d5\u05d4\u05e4\u05e1\u05d3", "reports", "\u05d3\u05d5\u05d7", "report", '\u05d3\u05d5"\u05d7', "add_company", "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05d1\u05e8\u05d4", "unpaid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", "paid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s16_136, _s16_137, "help", "\u05e2\u05d6\u05e8\u05d4", "refund", "\u05d4\u05d7\u05d6\u05e8", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", '\u05d3\u05d5\u05d0"\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "multiselect", "Multiselect", "entity_state", "\u05de\u05e6\u05d1", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u05d4\u05d5\u05d3\u05e2\u05d4", "from", "\u05de\u05d0\u05ea", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u05d8\u05d5\u05e4\u05e1 \u05e2\u05d6\u05e8\u05d4", "about", "About", "documentation", "\u05de\u05d3\u05e8\u05d9\u05db\u05d9\u05dd", "contact_us", "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8", "subtotal", "\u05e1\u05d9\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd", "line_total", '\u05e1\u05d4"\u05db', "item", "\u05e4\u05e8\u05d9\u05d8", "credit_email", "Credit Email", "iframe_url", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s23_29, "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4 \u05dc\u05dc\u05e7\u05d5\u05d7", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u05db\u05df", "no", "\u05dc\u05d0", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u05e6\u05e4\u05d4", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u05de\u05e9\u05ea\u05de\u05e9", "invoice_tax", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "item_tax_rates", "Item Tax Rates", _s18_74, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e1", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0", "late_fees", "Late Fees", "credit_number", "\u05d6\u05d9\u05db\u05d5\u05d9 \u05de\u05e1\u05e4\u05e8", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u05ea\u05d6\u05de\u05df", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, "\u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "days", "\u05d9\u05de\u05d9\u05dd", "invoice_email", "\u05de\u05d9\u05d9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "payment_email", "\u05de\u05d9\u05d9\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u05de\u05d9\u05d9\u05dc \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u05de\u05e0\u05d4\u05dc", _s18_80, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05dc\u05e0\u05d4\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd, \u05dc\u05e9\u05e0\u05d5\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5\u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea", "user_management", "\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "new_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9", "edit_user", "\u05e2\u05e8\u05d5\u05da \u05de\u05e9\u05ea\u05de\u05e9", "created_user", _s25_37, "updated_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_user", _s25_40, "restored_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05dc\u05dc\u05d9\u05d5\u05ea", "invoice_options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_92, "\u05d4\u05e1\u05ea\u05e8 \u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05db\u05d4", _s22_55, '\u05d4\u05e6\u05d2 \u05d0\u05da \u05d5\u05e8\u05e7 "\u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05ea\u05d0\u05e8\u05d9\u05da" \u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05e8\u05d9 \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd', _s23_31, "\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05de\u05d5\u05d8\u05de\u05e2\u05d9\u05dd", _s28_21, "\u05db\u05dc\u05d5\u05dc \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e6\u05d5\u05e8\u05e4\u05d9\u05dd \u05db\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u05e2\u05de\u05d5\u05d3 \u05e8\u05d0\u05e9\u05d5\u05df", "all_pages", "\u05db\u05dc \u05d4\u05e2\u05de\u05d5\u05d3\u05d9\u05dd", "last_page", "\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05e8\u05d5\u05df", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u05e6\u05d1\u05e2 \u05e8\u05d0\u05e9\u05d9", "secondary_color", "\u05e6\u05d1\u05e2 \u05de\u05e9\u05e0\u05d9", "page_size", "\u05d2\u05d5\u05d3\u05dc \u05e2\u05de\u05d5\u05d3", "font_size", "\u05d2\u05d5\u05d3\u05dc \u05e4\u05d5\u05e0\u05d8", "quote_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "invoice_fields", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "product_fields", "\u05e9\u05d3\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "invoice_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05d1\u05d3\u05e3 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", "quote_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05dc\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s18_81, "Auto Email", _s23_32, '\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05df \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea.', _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u05d4\u05de\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", _s23_34, "\u05d4\u05de\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05dc\u05e7\u05d5\u05d7 \u05de\u05d0\u05e9\u05e8", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u05d4\u05d5\u05e1\u05e3 \u05de\u05d9\u05e1\u05d9\u05dd", "next_reset", "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05d1\u05d0", "reset_counter", "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_99, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "\u05e9\u05d3\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05d1-PDF \u05e9\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8.", _s25_41, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_9, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_35, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s28_22, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", _s25_42, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_10, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d7\u05ea\u05d5\u05dd \u05e2\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_36, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s22_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05d2\u05e0\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d4", _s27_38, "\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05db\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05d0\u05dd \u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05e1\u05d9\u05e1\u05de\u05d4, \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d9\u05d9\u05d3\u05e8\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea.", "authorization", "\u05d0\u05d9\u05de\u05d5\u05ea", "subdomain", "\u05e1\u05d0\u05d1\u05d3\u05d5\u05de\u05d9\u05d9\u05df", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u05d1\u05ea\u05d5\u05d3\u05d4 \u05de\u05e8\u05d0\u05e9", _s24_39, "\u05d4\u05e7\u05dc \u05e2\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e9\u05dc\u05dd \u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d9\u05de\u05d5\u05df schema.org \u05dc\u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc\u05da.", "plain", "\u05e8\u05d2\u05d9\u05dc", "light", "\u05d1\u05d4\u05d9\u05e8", "dark", "\u05db\u05d4\u05d4", "email_design", '\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d3\u05d5\u05d0"\u05dc', "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u05d0\u05e4\u05e9\u05e8 \u05e1\u05d9\u05de\u05d5\u05df", "reply_to_email", '\u05d4\u05e9\u05d1 \u05dc\u05d3\u05d5\u05d0"\u05dc', "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u05e2\u05d3\u05db\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05ea", _s19_49, "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05e2\u05dd \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d5", "rate", "\u05ea\u05e2\u05e8\u05d9\u05e3", "tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", "new_tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 \u05d7\u05d3\u05e9", "edit_tax_rate", "\u05e2\u05e8\u05d5\u05da \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", _s16_162, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_163, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_104, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05de\u05d9\u05dc\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d9", _s18_86, "\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d5\u05e6\u05e8 \u05d9\u05de\u05dc\u05d0 \u05d0\u05ea \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d5\u05e2\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "update_products", "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05ea\u05d9 \u05dc\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s20_71, "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d9\u05e2\u05d3\u05db\u05df \u05d2\u05dd \u05d0\u05ea \u05d4\u05e1\u05d9\u05e4\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u05e2\u05de\u05dc\u05d5\u05ea", "limits", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", "default_value", "Default value", "disabled", "\u05d4\u05e9\u05d1\u05ea", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", "monday", "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", "tuesday", "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", "wednesday", "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", "thursday", "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", "friday", "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", "saturday", "\u05e9\u05d1\u05ea", "january", "\u05d9\u05e0\u05d5\u05d0\u05e8", "february", "\u05e4\u05d1\u05d5\u05d0\u05e8", "march", "\u05de\u05e8\u05e5", "april", "\u05d0\u05e4\u05e8\u05d9\u05dc", "may", "\u05de\u05d0\u05d9", "june", "\u05d9\u05d5\u05e0\u05d9", "july", "\u05d9\u05d5\u05dc\u05d9", "august", "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "september", "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "october", "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "november", "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "december", "\u05d3\u05e6\u05de\u05d1\u05e8", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u05e9\u05e2\u05d5\u05ea", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, "\u05e0\u05e1\u05df \u05dc\u05e4\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u05dc\u05d5\u05d2\u05d5", "saved_settings", _s27_41, _s16_171, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8/\u05e9\u05d9\u05e8\u05d5\u05ea", "device_settings", "Device Settings", "defaults", "\u05d1\u05e8\u05d9\u05e8\u05d5\u05ea \u05de\u05d7\u05d3\u05dc", "basic_settings", "\u05d4\u05d2\u05d3\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea", _s17_109, "\u05d0\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea", "company_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05d1\u05e8\u05d4", "user_details", "\u05e4\u05e8\u05d8\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", "localization", "\u05de\u05d9\u05e7\u05d5\u05dd", "online_payments", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05e7\u05d5\u05d5\u05df", "tax_rates", "\u05ea\u05e2\u05e8\u05d9\u05e3 \u05de\u05e1", "notifications", "\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", "import_export", "\u05d9\u05d1\u05d5\u05d0 | \u05d9\u05d9\u05e6\u05d5\u05d0", "custom_fields", "\u05e9\u05d3\u05d5\u05ea \u05de\u05d5\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea", "invoice_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d9\u05dc \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", _s23_42, "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea \u05d5\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea", _s22_58, _s20_73, _s19_55, "\u05d4\u05d3\u05de\u05d9\u05d9\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9", "privacy_policy", "Privacy Policy", "sign_up", "\u05d4\u05e8\u05e9\u05dd", "account_login", "\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u05e6\u05d5\u05e8 \u05d7\u05d3\u05e9", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u05d4\u05d5\u05e8\u05d3\u05d4", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u05de\u05e1\u05de\u05da", "documents", "\u05de\u05e1\u05de\u05db\u05d9\u05dd", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "pending", "\u05de\u05de\u05ea\u05d9\u05df", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "converted", "\u05d4\u05d5\u05de\u05e8", _s24_45, _s24_46, "exchange_rate", "\u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df", _s16_180, "\u05d4\u05de\u05e8 \u05de\u05d8\u05d1\u05e2", "mark_paid", "\u05e1\u05de\u05df \u05db\u05e9\u05d5\u05dc\u05dd", "category", "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4", "address", "\u05db\u05ea\u05d5\u05d1\u05ea", "new_vendor", "\u05e1\u05e4\u05e7 \u05d7\u05d3\u05e9", "created_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_vendor", "\u05e1\u05e4\u05e7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_vendor", "\u05e1\u05e4\u05e7 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_181, "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", "deleted_vendors", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_182, _s36_11, "new_expense", "\u05d4\u05d6\u05df \u05d4\u05d5\u05e6\u05d0\u05d4", "created_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_183, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_184, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_115, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_185, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "logged", "\u05e0\u05e8\u05e9\u05dd \u05d1\u05d9\u05d5\u05de\u05df", "running", "\u05de\u05e8\u05d9\u05e5", "resume", "\u05e7\u05d5\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd", "task_errors", "\u05d0\u05e0\u05d0 \u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05d7\u05d5\u05e4\u05e4\u05d9\u05dd", "start", "\u05d4\u05ea\u05d7\u05dc\u05d4", "stop", "\u05d4\u05e4\u05e1\u05e7", "started_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "stopped_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "resumed_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05de\u05e9\u05db\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "now", "\u05e2\u05db\u05e9\u05d9\u05d5", _s16_186, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "timer", "\u05d8\u05d9\u05d9\u05de\u05e8", "manual", "\u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9", "budgeted", "Budgeted", "start_time", "\u05d6\u05de\u05df \u05d4\u05ea\u05d7\u05dc\u05d4", "end_time", "\u05d6\u05de\u05df \u05e1\u05d9\u05d5\u05dd", "date", "\u05ea\u05d0\u05e8\u05d9\u05da", "times", "\u05e4\u05e2\u05de\u05d9\u05dd/\u05d6\u05de\u05e0\u05d9\u05dd", "duration", "\u05de\u05e9\u05da \u05d4\u05d6\u05de\u05df", "new_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4", "created_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4", "restored_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_tasks", "\u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "deleted_tasks", "\u05e0\u05de\u05d7\u05e7: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_188, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_189, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u05d8\u05d5\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u05d4\u05d7\u05d5\u05d3\u05e9 \u05d4\u05d6\u05d4", "last_month", "\u05d7\u05d5\u05d3\u05e9 \u05e9\u05e2\u05d1\u05e8", "this_year", "This Year", "last_year", "\u05e9\u05e0\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4", "custom", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s16_191, "\u05e9\u05db\u05e4\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u05ea\u05e6\u05d9\u05d2 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "convert", "Convert", "more", "More", "edit_client", "\u05e2\u05e8\u05d5\u05da \u05dc\u05e7\u05d5\u05d7", "edit_product", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "edit_invoice", "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "edit_quote", "\u05e2\u05e8\u05d5\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "edit_payment", "\u05e2\u05e8\u05d9\u05db\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "edit_task", "\u05e2\u05e8\u05d9\u05db\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "edit_expense", "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "edit_vendor", "\u05e2\u05e8\u05d5\u05da \u05e1\u05e4\u05e7", "edit_project", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", _s20_74, "\u05e2\u05e8\u05d5\u05da \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", "billing_address", "\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_193, _s16_194, "total_revenue", "\u05e8\u05d5\u05d5\u05d7 \u05db\u05d5\u05dc\u05dc", "average_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05de\u05d5\u05e6\u05e2\u05ea", "outstanding", "\u05e0\u05d5\u05ea\u05e8", "invoices_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "active_clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd", "close", "\u05e1\u05d2\u05d5\u05e8", "email", "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", "password", "\u05e1\u05d9\u05e1\u05de\u05d4", "url", "URL", "secret", "Secret", "name", "\u05e9\u05dd", "logout", "\u05e6\u05d0", "login", "\u05db\u05e0\u05d9\u05e1\u05d4", "filter", "\u05e1\u05d9\u05e0\u05d5\u05df", "sort", "Sort", "search", "\u05d7\u05d9\u05e4\u05d5\u05e9", "active", "\u05e4\u05e2\u05d9\u05dc", "archived", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "deleted", "\u05e0\u05de\u05d7\u05e7", "dashboard", "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4", "archive", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "delete", "\u05de\u05d7\u05e7", "restore", "\u05e9\u05d7\u05d6\u05d5\u05e8", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "\u05e2\u05d5\u05dc\u05d4", "descending", "\u05d9\u05d5\u05e8\u05d3", "save", "\u05e9\u05de\u05d5\u05e8", _s17_121, _s17_122, "paid_to_date", "\u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d3", "balance_due", "\u05d9\u05ea\u05e8\u05d4", "balance", "\u05de\u05d0\u05d6\u05df", "overview", "Overview", "details", "\u05e4\u05e8\u05d8\u05d9\u05dd", "phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "website", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "vat_number", '\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e1\u05e7 \u05de\u05e2"\u05de', "id_number", "\u05de\u05e1\u05e4\u05e8 \u05d7.\u05e4. / \u05ea.\u05d6.", "create", "\u05e6\u05d5\u05e8", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8", "additional", "Additional", "first_name", "\u05e9\u05dd", "last_name", "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4", "add_contact", "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "are_you_sure", "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7?", "cancel", "\u05d1\u05d8\u05dc", "ok", "Ok", "remove", "\u05d4\u05e1\u05e8", _s16_199, '\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0"\u05dc \u05dc\u05d0 \u05ea\u05e7\u05d9\u05e0\u05d4', "product", "\u05de\u05d5\u05e6\u05e8", "products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", "new_product", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", "created_product", "\u05e0\u05d5\u05e6\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05e6\u05dc\u05d7\u05d4", "updated_product", "\u05de\u05d5\u05e6\u05e8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_201, "\u05de\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_product", "\u05e4\u05e8\u05d5\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_202, "\u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "\u05d4\u05e2\u05e8\u05d5\u05ea", "cost", "\u05e2\u05dc\u05d5\u05ea", "client", "\u05dc\u05e7\u05d5\u05d7", "clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "new_client", "\u05dc\u05e7\u05d5\u05d7 \u05d7\u05d3\u05e9", "created_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_client", "\u05dc\u05e7\u05d5\u05d7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_204, "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_clients", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "restored_client", "\u05dc\u05e7\u05d5\u05d7/\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_205, _s36_13, "address1", "\u05e8\u05d7\u05d5\u05d1", "address2", "\u05d3\u05d9\u05e8\u05d4/\u05ea.\u05d3", "city", "\u05e2\u05d9\u05e8", "state", "\u05de\u05d3\u05d9\u05e0\u05d4 / \u05de\u05d7\u05d5\u05d6", "postal_code", "\u05de\u05d9\u05e7\u05d5\u05d3", "country", "\u05de\u05d3\u05d9\u05e0\u05d4", "invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoices", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "new_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", "created_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_206, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_207, _s21_141, _s17_125, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_208, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s17_126, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", "emailed_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_payment", '\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "amount", "\u05db\u05de\u05d5\u05ea", "invoice_number", "\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "discount", "\u05d4\u05e0\u05d7\u05d4", "po_number", "\u05de\u05e1\u05e4\u05e8 \u05ea.\u05d3", "terms", "\u05ea\u05e0\u05d0\u05d9\u05dd", "public_notes", "\u05d4\u05e2\u05e8\u05d4 \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05ea", "private_notes", "\u05d4\u05e2\u05e8\u05d5\u05ea \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea", "frequency", "\u05ea\u05d3\u05d9\u05e8\u05d5\u05ea", "start_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4", "end_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd", "quote_number", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d9\u05d3\u05d5\u05e8\u05ea \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quote_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "valid_until", "\u05d1\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u05ea\u05d0\u05d5\u05e8", "unit_cost", "\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", "quantity", "\u05db\u05de\u05d5\u05ea", "add_item", "Add Item", "contact", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "work_phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e4\u05d9\u05e8\u05e2\u05d5\u05df", _s16_209, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d7\u05dc\u05e7\u05d9", "status", "\u05de\u05e6\u05d1", _s17_127, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", '\u05e1\u05d4"\u05db', "percent", "\u05d0\u05d7\u05d5\u05d6", "edit", "\u05e2\u05e8\u05d5\u05da", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "task_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "language", "Language", "currency", "\u05de\u05d8\u05d1\u05e2", "created_at", "\u05e0\u05d5\u05e6\u05e8 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da", "created_on", "Created On", "updated_at", "Updated", "tax", "\u05de\u05e1", _s30_17, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_51, _s27_52, "past_due", "\u05d0\u05d7\u05e8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", "draft", "\u05d8\u05d9\u05d5\u05d8\u05d4", "sent", "\u05e0\u05e9\u05dc\u05d7", "viewed", "Viewed", "approved", "Approved", "partial", "\u05ea\u05e9\u05dc\u05d5\u05dd / \u05d7\u05dc\u05e7\u05d9", "paid", "\u05e9\u05d5\u05dc\u05dd", "mark_sent", "\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05e0\u05e9\u05dc\u05d7", _s22_64, _s27_84, _s22_65, _s27_84, _s23_45, _s28_79, _s23_46, _s28_79, "done", "\u05e1\u05d9\u05d9\u05dd", _s37_18, _s37_19, "dark_mode", "\u05de\u05e6\u05d1 \u05db\u05d4\u05d4", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", _s16_211, _s16_212, "clone", "\u05d4\u05e2\u05ea\u05e7", "loading", "\u05d8\u05d5\u05e2\u05df", "industry", "\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4", "size", "Size", "payment_terms", "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_status", "Payment Status", _s16_213, "\u05de\u05de\u05ea\u05d9\u05df", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "show_tasks", "\u05d4\u05e6\u05d2 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "email_reminders", '\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0"\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea', "enabled", "Enabled", "recipients", "\u05de\u05e7\u05d1\u05dc", "initial_email", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9", "first_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "second_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "third_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "reminder1", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "reminder2", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "reminder3", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "template", "Template", "send", "Send", "subject", "\u05e0\u05d5\u05e9\u05d0", "body", "\u05d2\u05d5\u05e3", "send_email", "\u05e9\u05dc\u05d9\u05d7\u05ea \u05de\u05d9\u05d9\u05dc", "email_receipt", '\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d3\u05d5\u05d0"\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7', "auto_billing", "\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "button", "Button", "preview", "\u05e6\u05e4\u05d9\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "customize", "\u05d4\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "history", "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "payment", "\u05ea\u05e9\u05dc\u05d5\u05dd", "payments", "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd", "refunded", "Refunded", "payment_type", "\u05d0\u05de\u05e6\u05e2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s21_85, "\u05d4\u05e4\u05e0\u05d9\u05d4 \u05e2\u05e1\u05e7\u05d4", "enter_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "new_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "created_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_219, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_220, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_130, "\u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_221, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s17_131, _s37_20, "quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quotes", "\u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "new_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d7\u05d3\u05e9", "created_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e2\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_quote", "\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quotes", "\u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05dc\u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :\u05e1\u05e4\u05d9\u05e8\u05ea \u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "deleted_quotes", "\u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05d7\u05dc\u05d4", "restored_quotes", _s35_22, "expense", "\u05d4\u05d5\u05e6\u05d0\u05d4", "expenses", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "vendor", "\u05e1\u05e4\u05e7", "vendors", "\u05e1\u05e4\u05e7\u05d9\u05dd", "task", "\u05de\u05e9\u05d9\u05de\u05d4", "tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "projects", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd", "activity_1", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05d5\u05e6\u05e8 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "activity_2", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df: \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_3", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 :\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_4", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05e0\u05e4\u05d9\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_5", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_6", ':\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 : \u05dc\u05e7\u05d5\u05d7 \u05d0\u05dc :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "activity_7", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_8", _s31_11, "activity_9", ":\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e9\u05ea\u05de\u05e9 :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "activity_10", ":\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d4\u05d6\u05d9\u05df \u05ea\u05e9\u05dc\u05d5\u05dd :\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d1\u05d5\u05e8 :payment_amount\xa0 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", '\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05e0\u05db\u05e9\u05dc\u05d4 :invoice', "activity_58", ":user \u05e9\u05d7\u05d6\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_59", ":user \u05d1\u05d9\u05d8\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05de\u05d9\u05d9\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3", "all", "\u05d4\u05db\u05dc", "select", "\u05d1\u05d7\u05e8", _s22_66, _s22_67, "custom_value1", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value2", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4", _s29_37, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", _s27_58, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s31_18, _s31_19, "lock_invoices", "\u05e0\u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "translations", "Translations", _s19_64, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", _s19_66, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s22_78, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_79, _s20_80, _s20_81, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e7", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, '\u05e9\u05d5\u05e8\u05ea \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u05e1\u05d5\u05d2", "invoice_amount", "\u05e1\u05db\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_226, "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u05e9\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u05d2\u05d5\u05d1\u05d4 \u05ea\u05e9\u05dc\u05d5\u05dd", "age", "\u05d6\u05de\u05df", "is_running", "Is Running", "time_log", "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df", "bank_id", "\u05d1\u05e0\u05e7", _s19_70, _s19_71, _s16_227, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s19_72, "\u05de\u05e1\u05e4\u05e8 \u05de\u05d8\u05d1\u05e2 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Conti corrente", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unisci", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accetta", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Impostazioni Pagamento", "default", "Predefinito", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Fermo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Aggiungi Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea il tuo account in pochi secondi", "login_label", _s28_0, "add_to_invoice", "Aggiungi alla fattura :invoice", _s17_11, _s17_12, "week", "Settimana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta fattura", "range", "Intervallo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crea un Progetto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tariffa per una fattura :amount sarebbe :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approva", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s30_48, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Imposta Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Da Nome", _s16_23, _s16_232, _s17_19, "Spesa Ricorrente", _s18_19, "Spese Ricorrenti", _s21_22, "Nuova Spesa Ricorrente", _s22_27, "Modifica Spesa Ricorrente", _s25_3, "Spesa ricorrente creata con successo", _s25_4, "Spesa ricorrente aggiornata con successo", _s26_4, "Spesa ricorrente archiviata con successo", _s25_5, "Progetto cancellato con sucesso", _s25_6, _s38_2, _s26_5, "Spesa ricorrente riprestinata con successo", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guida Utente", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ultimo aggiornamento", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Nome contatto", _s17_23, "Cognome contatto", "order", "Order", "unassigned", "Non assegnato", "partial_value", "Deve essere maggiore di zero ed inferiore al totale", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Abilita", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Imposta il sottodominio o visualizza la fattura sul tuo sito web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_41, "Nuovo Abbonamento", _s17_29, "Modifica Abbonamento", _s20_29, "Abbonamento creato con successo", _s20_30, "Abbonamento aggiornato con successo", _s21_34, "Abbonamento archiviato con successo", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, "Cerca 1 abbonamento", _s20_33, "Cerca :count abbonamenti", _s26_8, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_43, "Disconnetti Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_48, "Scadenza Password", _s29_5, "Contatore condiviso per fatture/crediti", "use_last_email", "Usa ultima email", _s16_50, "Attiva azienda", _s21_37, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_16, "Si \xe8 verificato un errore, per favore riprova", _s27_17, "Si prega di impostare prima una password", _s34_7, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_16, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_22, "Disattivato con successo 2FA", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Consegnato", "bounced", "Bounced", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_4, "Si prega di fornire un numero di telefono cellulare per abilitare l'autenticazione a due fattori", "send_sms", "Invia SMS", "sms_code", "Codice SMS", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticazione a due fattori", _s18_37, "Disabilita 2FA", _s34_8, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_18, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_24, "Timeout della sessione web", _s17_34, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_10, "Si prega di confermare l'indirizzo email", _s16_53, "Pagamento Rimborsato", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostra azioni", _s17_36, "Lancia multiselezione", _s27_19, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_39, "Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti", "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Per aggiornare esegui", _s18_39, "Converti a Fattura", _s16_54, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_29, "Ricerca 1 Termine di pagamento", _s20_34, "Cerca :count termini di pagamento", _s16_56, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_58, _s16_59, _s16_60, "Importo convertito", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_40, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_35, "Permettere ai clienti di caricare documenti", "expense_total", "Totale Spese", "enter_taxes", "Inserire tasse", "by_rate", "Per prezzo", "by_amount", "Per ammontare", "enter_amount", "Inserire importo", "before_taxes", "Prima delle tasse", "after_taxes", "Dopo le tasse", "color", "Colore", "show", "Mostra", "hide", "Nascondi", "empty_columns", "Colonne vuote", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_42, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_21, _s24_22, _s20_36, "Usa tasse inclusive", _s18_41, _s18_42, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Seleziona un file, per favore", _s16_62, _s16_63, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Tipo di importazione", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_44, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_34, 'Digita ":value" per confermare', "purge", "Purge", "service", "Servizio", "clone_to", "Clona come", "clone_to_other", "Clona come altro", "labels", "Etichette", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Non pagata", "white_label", "White Label", "delivery_note", "Nota di consegna", _s24_24, "Le fatture inviate sono bloccate", _s24_26, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_170, "quote_expired", _s18_171, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_19, "Totale fattura", "actions", "Azioni", "expense_number", "Numero spesa", "task_number", "Numero attivit\xe0", "project_number", "Numero progetto", "project_name", "Nome progetto", "warning", "Attenzione", "view_settings", "Impostazioni Visualizzazione", _s24_28, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_170, "expired_quote", _s18_171, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_46, "Prezzo di attivit\xe0 predefinito", "clear_cache", "Pulisci cache", "sort_order", "Ordinamento", "task_status", "Stato", "task_statuses", "Stati attivit\xe0", "new_task_status", "Nuovo stato attivit\xe0", _s16_64, "Modifica stato attivit\xe0", _s19_30, "Stato attivit\xe0 creato con successo", _s19_31, "Stato dell'attivit\xe0 aggiornato con successo", _s20_38, "Stato attivit\xe0 archiviato con successo", _s19_32, "Stato attivit\xe0 cancellato con successo", _s19_33, "Stato attivit\xe0 rimosso con successo", _s20_39, "Stato attivit\xe0 ripristinato con successo", _s22_35, ":value stati attivit\xe0 archiviati con successo", _s21_43, ":value stati attivit\xe0 cancellati con successo", _s22_36, ":value stati attivit\xe0 ripristinati con successo", _s18_43, "Cerca 1 stato attivit\xe0", _s20_41, "Cerca :count stati attivit\xe0", _s16_66, "Mostra tabella attivit\xe0", _s21_44, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_42, "Timelog delle attivit\xe0 di fatturazione", _s25_17, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_44, "Datelog delle attivit\xe0 di fatturazione", _s25_18, "Aggiungi i dettagli della data alle voci della fattura", _s21_45, "Avvia le attivit\xe0 prima di salvare", _s18_44, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_46, "Configura Categorie", _s18_46, "Categorie di Spesa", _s20_48, "Nuova Categoria di Spesa", _s21_46, "Modifica Categoria di Spesa", _s24_29, "Categoria spese creata con successo", _s24_30, "Categoria spese aggiornata con successo", _s25_20, "Categoria spese archiviata con successo", _s24_31, "Categoria eliminata con successo", _s24_32, "Categoria di spesa rimossa con successo", _s25_21, "Categoria spese ripristinata con successo", _s27_23, "Archiviato con successo :count categorie di spesa", _s26_12, "Eliminate con successo :value categorie di spesa", _s27_24, "Ripristinate con successo :value categorie di spesa", _s23_20, "Cerca 1 categoria di spesa", _s25_23, "Cerca :count categorie di spesa", _s21_48, _s21_49, "show_option", "Mostra opzione", _s22_37, _s50_8, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_48, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_48, "Deve essere fatturata", _s23_21, "Permettere la fatturazione della spesa", _s29_8, "Rendi i documenti visibili", _s21_50, "Imposta un tasso di cambio", _s16_68, "Impostazioni Spese", _s18_49, "Clona come ricorrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_49, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_24, "Fermata con successo la fattura ricorrente", _s25_25, "Fattura ricorrente avviata con successo", _s25_26, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_70, "Cicli restanti", _s17_53, "Fattura Ricorrente", _s18_51, "Fatture Ricorrenti", _s21_53, "Nuova Fattura Ricorrente", _s22_40, "Modifica Fattura Ricorrente", _s25_27, "Fattura ricorrente creata con successo", _s25_28, "Fattura ricorrente aggiornata con successo", _s26_13, "Fattura ricorrente archiviata con successo", _s25_29, "Fattura ricorrente eliminata con successo", _s25_30, "Fattura ricorrente rimossa con successo", _s26_14, "Fattura ricorrente ripristinata con successo", _s27_25, "Archiviato con successo :value fatture ricorrenti", _s26_15, "Cancellato con successo :value fatture ricorrenti", _s27_26, "Ripristinato con successo :value fatture ricorrenti", _s24_33, "Cerca 1 fattura ricorrente", _s25_31, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_8, _s28_9, "profit", "Utile", "line_item", "Riga articolo", _s18_53, "Consenti pagamento in eccesso", _s23_22, "Accetta il pagamento di un extra", _s19_35, "Consenti pagamento ridotto", _s24_34, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_35, "Benvenuti a Invoice Ninja", "always", "Sempre", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etichetta", "client_number", "Numero Cliente", "auto_convert", "Auto Convert", "company_name", "Nome Azienda", "reminder1_sent", "Promemoria 1 inviato", "reminder2_sent", "Promemoria 2 inviato", "reminder3_sent", "Promemoria 3 inviato", _s18_55, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_74, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_58, "gateway", "Piattaforma", "view_in_stripe", "View in Stripe", "rows_per_page", "Righe per pagina", "hours", "Ore", "statement", "Dichiarazione", "taxes", "Tasse", "surcharge", "Sovrapprezzo", "apply_payment", "Applica pagamento", "apply_credit", "Apply Credit", "apply", "Applica", "unapplied", "Unapplied", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Record Type", "record_name", "Record Name", "file_type", "Tipo file", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Health Check", "payment_type_id", _s17_181, "last_login_at", "Ultimo login alle", "company_key", "Chiave azienda", "storefront", "Storefront", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_51, "Email di pagamento online", _s20_53, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_57, "Fatture Selezionate", _s17_59, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_61, "Spese Selezionate", _s17_63, "Prossime fatture", _s17_65, "Fatture scadute", "recent_payments", "Pagamenti recenti", "upcoming_quotes", "Preventivi in scadenza", "expired_quotes", "Preventivi Scaduti", "create_client", "Crea nuovo cliente", "create_invoice", "Crea Fattura", "create_quote", "Crea Preventivo", "create_payment", "Crea pagamento", "create_vendor", "Crea fornitore", "update_quote", _s19_109, "delete_quote", "Cancella Preventivo", "update_invoice", "Aggiorna Fattura", "delete_invoice", "Elimina Fattura", "update_client", "Aggiorna Cliente", "delete_client", "Elimina cliente", "delete_payment", "Elimina pagamento", "update_vendor", "Aggiorna Fornitore", "delete_vendor", "Cancella Fornitore", "create_expense", "Crea Spesa", "update_expense", "Aggiorna Spesa", "delete_expense", "Cancella Spesa", "create_task", "Crea un'attivit\xe0", "update_task", "Aggiorna Attivit\xe0", "delete_task", "Cancella l'attivit\xe0", "approve_quote", _s19_109, "off", "Off", "when_paid", "Quando Pagato", "expires_on", "Scade il", "free", "Free", "plan", "Piano", "show_sidebar", "Mostra Barra Laterale", "hide_sidebar", "Nascondi Barra Laterale", "event_type", "Tipo Evento", "target_url", "Target", "copy", "Copia", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creato correttamente", "updated_token", "Token aggiornato correttamente", "archived_token", _s27_27, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registazione cliente", _s24_37, "Permetti al cliente di registrarsi da solo nel portale", _s21_55, "Personalizza & Anteprima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_56, "Il cliente non ha un indirizzo email impostato", "ledger", "Registro", "view_pdf", "Vedi PDF", "all_records", "Tutti i dati", "owned_by_user", "Posseduto da utente", _s16_80, _s16_81, "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_82, _s25_75, "number_of_days", "Number of days", _s23_24, "Configura termini di pagamento", "payment_term", _s20_132, _s16_83, "Nuovi termini di pagamento", _s17_71, "Modifica termini di pagamento", _s20_57, "Termini di pagamento creato con successo", _s20_58, "Termini di pagamento aggiornato con successo", _s21_56, "Termini di pagamento archiviato con successo", _s20_59, "Termini di pagamento cancellati con successo", _s20_60, "Termini di pagamento rimossi con successo", _s21_57, "Termini di pagamento ripristinati con successo", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Inviato da Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Importo Credito", "quote_amount", "Importo del preventivo", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_57, _s23_77, _s16_85, "Cerca Documenti", "search_designs", "Search Designs", "search_invoices", "Cerca Fatture", "search_clients", "Cerca Clienti", "search_products", "Cerca Prodotti", "search_quotes", "Cerca Preventivi", "search_credits", "Cerca crediti", "search_vendors", "Cerca fornitori", "search_users", "Cerca utenti", _s16_86, "Cerca aliquote", "search_tasks", "Cerca attivit\xe0", "search_settings", "Cerca Impostazioni", "search_projects", "Cerca prodotti", "search_expenses", "Cerca spese", "search_payments", "Cerca pagamenti", "search_groups", "Cerca gruppi", "search_company", "Cerca Azienda", "search_document", "Cerca 1 documento", "search_design", "Cerca 1 stile", "search_invoice", "Cerca 1 fattura", "search_client", "Cerca 1 cliente", "search_product", "Cerca 1 prodotto", "search_quote", "Cerca 1 preventivo", "search_credit", "Cerca 1 credito", "search_vendor", "Cerca 1 Fornitore", "search_user", "Cerca 1 utente", "search_tax_rate", "Cerca 1 aliquota", "search_task", "Cerca 1 attivit\xe0", "search_project", "Cerca 1 progetto", "search_expense", "Cerca 1 spesa", "search_payment", "Cerca 1 pagamento", "search_group", "Cerca 1 gruppo", "refund_payment", "Rimborsa Pagamento", _s17_75, "Fattura annullata con successo", _s18_59, "Fatture annullate con successo", _s16_92, "Fattura stornata con successo", _s17_76, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_77, "Citt\xe0/Stato/CAP", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Saldo della fattura", "age_group_0", "0 - 30 Giorni", "age_group_30", "30 - 60 Giorni", "age_group_60", "60 - 90 Giorni", "age_group_90", "90 - 120 Giorni", "age_group_120", "120+ Giorni", "refresh", "Aggiorna", "saved_design", _s25_32, "client_details", "Dettagli Cliente", "company_address", "Indirizzo azienda", "invoice_details", "Dettagli fattura", "quote_details", "Dettagli Preventivo", "credit_details", "Dettagli Credito", "product_columns", "Colonne Prodotto", "task_columns", "Colonne attivit\xe0", "add_field", "Aggiungi campo", "all_events", "Tutti gli eventi", "permissions", "Permissions", "none", "Nessuno/a", "owned", "Posseduto", "payment_success", "Pagamento riuscito", "payment_failure", "Errore di pagamento", "invoice_sent", ":count fattura inviata", "quote_sent", "Preventivo inviato", "credit_sent", "Credito inviato", "invoice_viewed", "Fattura visualizzata", "quote_viewed", "Preventivo visualizzato", "credit_viewed", "Credito visualizzato", "quote_approved", "Preventivo approvato", _s25_33, "Ricevi tutte le notifiche", _s16_94, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_47, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_48, _s69_, "enabled_modules", "Moduli abilitati", "converted_quote", "Preventivo convertito con successo", "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Carica Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Stili", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposte", "tickets", "Tickets", _s16_98, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_61, "Gestione Account", "credit_date", "Data Credito", "credit", "Credito", "credits", "Crediti", "new_credit", "Inserisci il credito", "edit_credit", "Modifica Credito", "created_credit", "Credito creato con successo", "updated_credit", "Credito aggiornato con successo", "archived_credit", "Credito archiviato con successo", "deleted_credit", "Credito eliminato con successo", "removed_credit", _s27_36, "restored_credit", "Credito ripristinato con successo", _s16_100, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_101, _s36_9, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_21, _s41_6, _s16_102, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_81, _s17_82, "credit_footer", "Pi\xe8 di pagina Credito", "credit_terms", "Termini del Credito", "new_company", "Nuova azienda", "added_company", "Azienda aggiunta con successo", "company1", "Azienda Personalizzata 1", "company2", "Azienda Personalizzata 2", "company3", "Azienda Personalizzata 3", "company4", "Azienda Personalizzata 4", "product1", "Prodotto personalizzato 1", "product2", "Prodotto personalizzato 2", "product3", "Prodotto personalizzato 3", "product4", "Prodotto personalizzato 4", "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", "Contatto personalizzato 1", "contact2", "Contatto personalizzato 2", "contact3", "Contatto personalizzato 3", "contact4", "Contatto personalizzato 4", "task1", "Attivit\xe0 personalizzata 1", "task2", "Attivit\xe0 personalizzata 2", "task3", "Attivit\xe0 personalizzata 3", "task4", "Attivit\xe0 personalizzata 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", "Spesa personalizzata 1", "expense2", "Spesa personalizzata 2", "expense3", "Spesa personalizzata 3", "expense4", "Spesa personalizzata 4", "vendor1", "Fornitore Personalizzato 1", "vendor2", "Fornitore Personalizzato 2", "vendor3", "Fornitore Personalizzato 3", "vendor4", "Fornitore Personalizzato 4", "invoice1", "Fattura Personalizzata 1", "invoice2", "Fattura Personalizzata 2", "invoice3", "Fattura Personalizzata 3", "invoice4", "Fattura Personalizzata 4", "payment1", "Pagamento personalizzato 1", "payment2", "Pagamento personalizzato 2", "payment3", "Pagamento personalizzato 3", "payment4", "Pagamento personalizzato 4", "surcharge1", _s24_88, "surcharge2", _s24_89, "surcharge3", _s24_90, "surcharge4", _s24_91, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numero", "export", "Esporta", "chart", "Grafico", "count", "Count", "totals", "Totali", "blank", "Vuoto", "day", "GIorno", "month", "Mese", "year", "Anno", "subgroup", "Sottogruppo", "is_active", "\xc8 attivo", "group_by", "Raggruppa per", "credit_balance", "Saldo Credito", _s18_67, _s18_68, _s17_83, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_59, "Valore personalizzato contatto 1", _s21_60, "Valore personalizzato contatto 2", _s21_61, "Valore personalizzato contatto 3", _s21_62, "Valore personalizzato contatto 4", _s17_85, "Via di spedizione", _s17_86, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_61, "Codice Postale di spedizione", _s16_132, "Paese di spedizione", _s16_134, "Via di fatturazione", _s16_135, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_40, "Codice postale di fatturazione", "billing_country", "Paese fatturazione", "client_id", "Id Cliente", "assigned_to", "Assegnato a", "created_by", "Creato da :name", "assigned_to_id", "Assegnato all'ID", "created_by_id", "Creato dall'ID", "add_column", "Aggiungi Colonna", "edit_columns", "Modifica Colonne", "columns", "Colonne", "aging", "Aging", "profit_and_loss", "Utile e Perdite", "reports", "Rapporti", "report", "Report", "add_company", "Aggiungi azienda", "unpaid_invoice", "Fattura non pagata", "paid_invoice", "Fattura pagata", _s16_136, "Preventivi non approvati", "help", "Aiuto", "refund", "Rimborso", "refund_date", "Data di rimborso", "filtered_by", "Filtrato per", "contact_email", "Email di contatto", "multiselect", "Multi-selezione", "entity_state", "Stato", "verify_password", "Verifica Password", "applied", "Applicato", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Messaggio", "from", "Da", _s20_63, "Mostra i dettagli del prodotto", _s25_35, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_65, "Il generatore di PDF richiede :version", _s18_70, "Modifica la percentuale di Tassa", _s23_28, _s33_24, _s18_72, "Configura Impostazioni", "support_forum", "Forum di supporto", "about", "Info", "documentation", "Documentazione", "contact_us", "Contattaci", "subtotal", "Subtotale", "line_total", "Totale riga", "item", "Articolo", "credit_email", "Email credito", "iframe_url", "Website", "domain_url", "URL dominio", _s21_64, "La password \xe8 troppo corta", _s20_66, "La password deve contenere una maiuscola ed un numero", _s19_42, "Attivit\xe0 del portale clienti", _s23_29, "Pannello di Controllo Portale Clienti", _s20_67, "Per favore inserisci un valore", "deleted_logo", "Logo eliminato con successo", "yes", "Si", "no", "No", "generate_number", "Genera numero", "when_saved", "Quando salvato", "when_sent", "Quando inviato", "select_company", "Seleziona azienda", "float", "Float", "collapse", "Collapse", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Barra laterale del menu", "history_sidebar", "Barra laterale dello storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vedi", "module", "Modulo", "first_custom", "Spazio Personalizzato 1", "second_custom", "Spazio Personalizzato 2", "third_custom", "Spazio Personalizzato 3", "show_cost", "Mostra Costo", _s17_88, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_65, "Mostra quantit\xe0 prodotto", _s26_23, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_67, "Mostra quantit\xe0 fattura", _s26_24, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_69, "Mostra sconto prodotto", _s26_25, "Mostra un campo sconto articolo sulla riga", _s16_138, "Quantit\xe0 predefinita", _s21_71, "Imposta automaticamente la quantit\xe0 dell'elemento nella riga ad uno", "one_tax_rate", "Una aliquota", "two_tax_rates", "Due aliquote", "three_tax_rates", "Tre aliquote", _s16_140, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_90, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_74, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_75, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_77, _s16_310, "accent_color", "Accent Color", "switch", "Cambia", _s19_44, "Lista separata da virgole", "options", "Opzioni", _s16_142, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_37, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_144, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_78, _s18_79, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_172, "payment_partial", _s18_172, _s21_72, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_147, _s25_75, _s16_149, "Filtrato per utente", "administrator", "Administrator", _s18_80, "Permettere all'utente di gestire gli utenti, cambiare le impostazioni e modificare tutti i record", "user_management", "Gestione utente", "users", "Utenti", "new_user", "Nuovo utente", "edit_user", "Modifca utente", "created_user", "Utente creato con successo", "updated_user", "Utente aggiornato con successo", "archived_user", "Utente archiviato con successo", "deleted_user", "Utente eliminato con successo", "removed_user", "Utente rimosso con successo", "restored_user", "Utente ripristinato con successo", "archived_users", "Archiviati con successo :value utenti", "deleted_users", "Cancellati con successo :value utenti", "removed_users", "Rimossi con successo :value utenti", "restored_users", "Ripristinati con successo :value utenti", _s16_151, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_92, "Nascondi la data di pagamento", _s22_55, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_31, "Embed Documents", _s28_21, "Includi immagini allegate alla fattura.", _s16_153, "Mostra l'Intestazione su", _s16_154, "Visualizza Pi\xe8 di Pagina su", "first_page", "Prima pagina", "all_pages", "Tutte le pagine", "last_page", "Ultima pagina", "primary_font", "Font primario", "secondary_font", "Font secondario", "primary_color", "Colore primario", "secondary_color", "Colore secondario", "page_size", "Dimensione Pagina", "font_size", "Dimensione Font", "quote_design", "Stile Preventivo", "invoice_fields", "Campi Fattura", "product_fields", "Campi Prodotto", "invoice_terms", "Termini della fattura", "invoice_footer", "Pi\xe8 di Pagina Fattura", "quote_terms", "Termini del preventivo", "quote_footer", "Pi\xe8 di Pagina Preventivi", _s18_81, "Auto Email", _s23_32, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s18_82, "Auto Archiviazione", _s23_33, "Archivia automaticamente i preventivi quando vengono convertiti.", _s18_83, "Conversione automatica", _s23_34, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_94, "Impostazioni Flusso di Lavoro", "freq_daily", "Giornaliero", "freq_weekly", "Settimanale", "freq_two_weeks", "Due settimane", "freq_four_weeks", "Quattro settimane", "freq_monthly", "Mensile", "freq_two_months", "Due mesi", _s17_96, "Tre Mesi", _s16_155, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_156, "Tre anni", "never", "Never", "company", "Azienda", _s17_97, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_157, "Prefisso Ricorrente", "number_padding", "Riempimento numero", "general", "Generale", "surcharge_field", "Campo Sovrattassa", "company_field", "Campo azienda", "company_value", "Valore azienda", "credit_field", "Campo Credito", "invoice_field", "Campo fattura", _s17_99, "Sovrapprezzo Fattura", "client_field", "Campo Cliente", "product_field", "Campo Prodotto", "payment_field", "Campo Pagamento", "contact_field", "Campo Contatti", "vendor_field", "Campo Fornitore", "expense_field", "Campo Spese", "project_field", "Campo Progetto", "task_field", "Campo attivit\xe0", "group_field", "Campo Gruppo", "number_counter", "Numero contatore", "prefix", "Prefisso", "number_pattern", "Formato numero", "messages", "Messaggi", "custom_css", "CSS Personalizzato", _s17_101, "Javascript personalizzato", _s16_159, "Mostra su PDF", _s21_74, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_41, "Casella di controllo termini di servizio fatture", _s30_9, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_35, "Casella di controllo termini di servizio preventivi", _s28_22, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_42, "Firma Fattura", _s30_10, "Richiedi al cliente di firmare la fattura.", _s23_36, "Firma Bozza", _s22_57, "Fatture Protette da Password", _s27_38, "Permette di impostare una password per ogni contatto. Se una password \xe8 impostata, al contatto sar\xe0 richiesto di inserire una password prima di visualizzare le fatture.", "authorization", "Autorizzazione", "subdomain", "Sottodominio", "domain", "Dominio", "portal_mode", "Modalit\xe0 portale", "email_signature", "Distinti saluti,", _s24_39, "Rendi pi\xf9 facile per i tuoi clienti pagarti aggiungendo il markup schema.org alle tue e-mail.", "plain", "Semplice", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Allega PDF", _s16_160, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_46, "Enable Markup", "reply_to_email", "Indirizzo di Risposta mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processato", "credit_card", "Carta di Credito", "bank_transfer", "Bonifico Bancario", "priority", "Priorit\xe0", "fee_amount", "Importo della tassa", "fee_percent", "Tassa Percentuale", "fee_cap", "Tassa massima", "limits_and_fees", "Limits/Fees", "enable_min", "Attiva minimo", "enable_max", "Attiva massimo", "min_limit", "Minimo :min", "max_limit", "Massimo :max", "min", "Min", "max", "ax", _s19_47, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_49, "Aggiorna l'indirizzo del cliente con i dettagli forniti", "rate", "Prezzo Unitario", "tax_rate", "Aliquota Fiscale", "new_tax_rate", "Nuova Aliquota Fiscale", "edit_tax_rate", "Modifica aliquota fiscale", _s16_162, "Aliquota fiscale creata", _s16_163, "Aliquota fiscale aggiornata", _s17_104, "Archiviato con successo l'aliquota fiscale", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Riempimento automatico prodotti", _s18_86, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_71, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_165, "Converti prodotti", _s21_75, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_167, "Piattaforme di Pagamento", _s19_50, "Nuova Piattaforma", _s20_72, "Modifica Piattaforma", _s23_37, "Piattaforma creata con successo", _s23_38, "Piattaforma aggiornata con successo", _s24_40, "Piattaforma archiviata con successo", _s23_39, "Piattaforma eliminata con successo", _s24_41, "Piattaforma ripristinata con successo", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_76, "Primo giorno della settimana", _s23_40, "Primo mese dell'anno", "sunday", "Domenica", "monday", "Luned\xec", "tuesday", "Marted\xec", "wednesday", "Mercoled\xec", "thursday", "Gioved\xec", "friday", "Venerd\xec", "saturday", "Sabato", "january", "Gennaio", "february", "Febbraio", "march", "Marzo", "april", "Aprile", "may", "Maggio", "june", "Giugno", "july", "Luglio", "august", "Agosto", "september", "Settembre", "october", "Ottobre", "november", "Novembre", "december", "Dicembre", "symbol", "Simbolo", "ocde", "Codice", "date_format", "Formato data", "datetime_format", "Formato data e ora", "military_time", "24 ore", _s18_87, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_51, _s19_52, _s17_107, "Filtrato per gruppo", _s19_53, "Filtrare per fattura", _s18_88, "Filtrato per cliente", _s18_90, "Filtrato per fornitore", "group_settings", "Impostazioni gruppo", "group", "Gruppo", "groups", "Gruppi", "new_group", "Nuovo gruppo", "edit_group", "Modifica gruppo", "created_group", "Gruppo creato con successo", "updated_group", "Gruppo aggiornato con successo", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Gruppo archiviato con successo", "deleted_group", "Gruppo cancellato con successo", "restored_group", "Gruppo ripristinato con successo", "upload_logo", "Carica logo", "uploaded_logo", "Logo caricato con successo", "logo", "Logo", "saved_settings", "Impostazioni salvate con successo", _s16_171, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_109, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_310, "notifications", "Notifiche", "import_export", "Importa/Esporta", "custom_fields", "Campi Personalizzabili", "invoice_design", "Stile Fattura", "buy_now_buttons", "Puslanti Compra Ora", "email_settings", "Impostazioni email", _s23_42, "Modelli & Promemoria", _s22_58, "Carte di credito & banche", _s19_55, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_42, _s28_26, "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_57, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_46, _s28_80, _s24_43, "Si prega di inserire un cognome", _s33_21, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_173, "Termini di Servizio", "privacy_policy", "Privacy Policy", "sign_up", "Registrati", "account_login", "Login account", "view_website", "Visualizza sito web", "create_account", "Crea un account", "email_login", "Login email", "create_new", "Crea Nuovo", _s18_92, "Nessun dato selezionato", _s21_79, _s34_19, "download", "Scarica", _s27_43, "Richiede un piano enterprise", "take_picture", "Fai foto", "upload_file", "Carica file", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, ":value documenti archiviati con successo", _s17_114, ":value documenti cancellati con successo", _s18_95, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_177, "Registrato", _s16_178, "In attesa", _s16_179, "Fatturata", "converted", "Convertito", _s24_45, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_180, "Converti valuta", "mark_paid", "Segna come Pagata", "category", "Categoria", "address", "Indirizzo", "new_vendor", "Nuovo Fornitore", "created_vendor", "Fornitore creato con successo", "updated_vendor", "Fornitore aggiornato con successo", "archived_vendor", "Fornitore archiviato con successo", "deleted_vendor", "Fornitore eliminato con successo", "restored_vendor", _s28_28, _s16_181, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_182, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_80, "Impossibile trovare dati", "invoiced", "Fatturato", "logged", "Registrato", "running", "In corso", "resume", "Riprendi", "task_errors", "Si prega di correggere eventuali tempi di sovrapposizione", "start", "Inizia", "stop", "Ferma", "started_task", "Attivit\xe0 iniziata con successo", "stopped_task", "Attivit\xe0 arrestata con successo", "resumed_task", "Attivit\xe0 ripresa con sucesso", "now", "Adesso", _s16_186, "Partenza automatica delle attivit\xe0", "timer", "Timer", "manual", "Manuale", "budgeted", "Preventivato", "start_time", "Tempo di inizio", "end_time", "Tempo di fine", "date", "Data", "times", "Tempi", "duration", "Durata", "new_task", "Nuova Attivit\xe0", "created_task", "Attivit\xe0 creata con successo", "updated_task", "Attivit\xe0 aggiornata con successo", "archived_task", "Attivit\xe0 archiviata con successo", "deleted_task", "Attivit\xe0 cancellata con successo", "restored_task", "Attivit\xe0 ripristinata con successo", "archived_tasks", ":count attivit\xe0 archiviate correttamente", "deleted_tasks", ":count attivit\xe0 eliminate correttamente", "restored_tasks", ":value attivit\xe0 ripristinate con successo", _s19_59, _s28_80, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_188, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_189, "Progetto ripristinato con successo", _s17_117, ":count progetti archiviati con successo", _s16_190, ":count progetti eliminati con successo", _s17_118, _s37_15, "new_project", "Nuovo Progetto", _s27_47, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_82, "click_here", "clicca qui", _s18_96, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_15, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_61, "Si prega di autenticarsi", _s24_47, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_119, "Periodo di comparazione", "previous_period", "Periodo precedente", "previous_year", "Anno precedente", "compare_to", "Compara a", "last7_days", "Ultimi 7 giorni", "last_week", "L'ultima settimana", "last30_days", "Ultimi 30 giorni", "this_month", "Questo mese", "last_month", "Mese scorso", "this_year", "Quest'anno", "last_year", "Anno scorso", "custom", "Personalizzato", _s16_191, "Clona come fattura", "clone_to_quote", "Clona come preventivo", "clone_to_credit", "Clona come credito", "view_invoice", "Visualizzare Fattura", "convert", "Convertire", "more", "Altro", "edit_client", "Modifica Cliente", "edit_product", "Modifica Prodotto", "edit_invoice", "Modifica Fattura", "edit_quote", "Modifica Preventivo", "edit_payment", "Modifica pagamento", "edit_task", "Modifica l'attivit\xe0", "edit_expense", "Modifica Spesa", "edit_vendor", "Modifica Fornitore", "edit_project", "Modifica Progetto", _s20_74, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_193, "Indirizzo di spedizione", "total_revenue", "Ricavo totale", "average_invoice", "Fattura media", "outstanding", "Inevase", "invoices_sent", ":count fatture inviate", "active_clients", "clienti attivi", "close", "Chiudi", "email", "Email", "password", "Password", "url", "URL", "secret", "Segreta", "name", "Nome", "logout", "Esci", "login", "Login", "filter", "Filtra", "sort", "Ordina", "search", "Cerca", "active", "Attivo", "archived", "Archived", "deleted", "Eliminato", "dashboard", "Pannello di Controllo", "archive", "Archivia", "delete", "Elimina", "restore", "Ripristina", _s16_195, "Aggiornamento completi", _s23_43, "Inserisci la tua email", _s26_34, "Si prega di inserire la password", _s21_83, "Inserisci il tuo URL", _s26_36, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_121, "Si \xe8 verificato un errore", "paid_to_date", "Pagato a oggi", "balance_due", "Totale da Pagare", "balance", "Bilancio", "overview", "Panoramica", "details", "Dettagli", "phone", "Telefono", "website", "Sito web", "vat_number", "Partita IVA", "id_number", "Codice Fiscale", "create", "Crea", _s19_63, "Copiato :value negli appunti", "error", "Errore", _s16_197, "Esecuzione non riuscita", "contacts", "Contatti", "additional", "Aggiuntivo", "first_name", "Nome", "last_name", "Cognome", "add_contact", "Aggiungi contatto", "are_you_sure", "Sei sicuro?", "cancel", "Annulla", "ok", "Ok", "remove", "Elimina", _s16_199, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_201, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_202, "Prodotto ripristinato con successo", _s17_123, "Archiviati con successo :count prodotti", _s16_203, ":count prodotti eliminati con successo", _s17_124, "Ripristinati con successo :value prodotti", "product_key", "Prodotto", "notes", "Note", "cost", "Cost", "client", "Cliente", "clients", "Clienti", "new_client", "Nuovo Cliente", "created_client", "Cliente creato con successo", "updated_client", "Cliente aggiornato con successo", "archived_client", "Cliente archiviato con successo", _s16_204, ":count clienti archiviati con successo", "deleted_client", _s30_48, "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_205, _s36_13, "address1", "Via", "address2", "Appartamento/Piano", "city", "Citt\xe0", "state", "Stato/Provincia", "postal_code", "Codice postale", "country", "Paese", "invoice", "Fattura", "invoices", "Fatture", "new_invoice", "Nuova Fattura", "created_invoice", "Fattura creata con successo", "updated_invoice", "Fattura aggiornata con successo", _s16_206, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_207, "Fattura ripristinata con successo", _s17_125, ":count fatture archiviate con successo", _s16_208, ":count fatture eliminate con successo", _s17_126, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_59, "amount", "Importo", "invoice_number", "Numero Fattura", "invoice_date", "Data Fattura", "discount", "Sconto", "po_number", "Numero d'ordine d'acquisto", "terms", "Termini", "public_notes", "Note Pubbliche (Descrizione in fattura)", "private_notes", "Note Personali", "frequency", "Frequenza", "start_date", "Data Inizio", "end_date", "Data Fine", "quote_number", "Numero Preventivo", "quote_date", "Data Preventivo", "valid_until", "Valido fino a", "items", "Articoli", "partial_deposit", _s17_182, "description", "Descrizione", "unit_cost", "Costo unitario", "quantity", "Quantit\xe0", "add_item", "Aggiungi Articolo", "contact", "Contatto", "work_phone", "Telefono", "total_amount", "Ammontare Totale", "pdf", "PDF", "due_date", "Scadenza", _s16_209, _s16_210, "status", "Stato", _s17_127, "Stato della fattura", "quote_status", "Stato preventivo", _s22_59, "Clicca su + per aggiungere un articolo", _s22_61, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_76, "Selezionate una data per favore", _s22_62, "Seleziona un cliente", _s24_49, "Selezionate una fattura per favore", "task_rate", "Tariffa per le attivit\xe0", "settings", "Impostazioni", "language", "Linguaggio", "currency", "Valuta", "created_at", "Data Creazione", "created_on", "Creato il", "updated_at", "Aggiornato", "tax", "Tassa", _s30_17, "Si prega di inserire un numero di fattura", _s27_51, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_182, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_64, _s48_5, _s22_65, _s48_5, _s23_45, _s48_6, _s23_46, _s48_6, "done", "Completato", _s37_18, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_53, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_211, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_132, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_213, "In attesa", _s16_214, "Annullato", _s16_215, "Fallito", _s16_216, "Completato", _s16_217, _s23_77, _s16_218, "Rimborsato", _s17_128, "Non applicato", _s17_129, _s19_27, "net", "Netto", "client_portal", "Portale Clienti", "show_tasks", "Mostra attivit\xe0", "email_reminders", "Promemoria email", "enabled", "Abilitato", "recipients", "Destinatari", "initial_email", "Email iniziale", "first_reminder", "Primo Promemoria", "second_reminder", "Secondo Promemoria", "third_reminder", "Terzo Promemoria", "reminder1", "Primo promemoria", "reminder2", "Secondo promemoria", "reminder3", "Terzo promemoria", "template", "Modello", "send", "Invia", "subject", "Oggetto", "body", "Corpo", "send_email", "Invia Email", "email_receipt", "Invia ricevuta di pagamento al cliente", "auto_billing", _s23_78, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_181, _s21_85, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_219, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_220, "Pagamento ripristinato con successo", _s17_130, ":count pagamenti archiviati con successo", _s16_221, ":count pagamenti eliminati con successo", _s17_131, _s37_20, "quote", "Preventivo", "quotes", "Preventivi", "new_quote", "Nuovo Preventivo", "created_quote", "Preventivo creato con successo", "updated_quote", "Preventivo aggiornato con successo", "archived_quote", "Preventivo archiviato con successo", "deleted_quote", "Preventivo cancellato con successo", "restored_quote", "Preventivo ripristinato con successo", "archived_quotes", "Sono stati archiviati :count preventivi con successo", "deleted_quotes", "Sono stati cancellati :count preventivi con successo", "restored_quotes", _s35_22, "expense", "Spesa", "expenses", "Spese", "vendor", "Fornitore", "vendors", "Fornitori", "task", "Attivit\xe0", "tasks", "Attivit\xe0", "project", "Progetto", "projects", "Progetti", "activity_1", ":user ha creato il cliente :client", "activity_2", ":user ha archiviato il cliente :client", "activity_3", ":user ha cancellato il cliente :client", "activity_4", ":user ha creato la fattura :invoice", "activity_5", ":user ha aggiornato la fattura :invoice", "activity_6", ":user ha inviato per email la fattura :invoice per:client a :contact", "activity_7", ":contact ha visualizzato la fattura :invoice per :client", "activity_8", ":user ha archiviato la fattura :invoice", "activity_9", _s39_13, "activity_10", ":contact ha registrato il pagamento :payment di :payment_amount sulla fattura :invoice per :client", "activity_11", ":user ha aggiornato il pagamento :payment", "activity_12", ":user ha archiviato il pagamento :payment", "activity_13", ":user ha cancellato il pagamento :payment", "activity_14", ":user ha inserito il credito :credit", "activity_15", ":user ha aggiornato il credito :credit", "activity_16", ":user ha archiviato il credito :credit", "activity_17", ":user ha cancellato il credito :credit", "activity_18", _s36_39, "activity_19", _s36_39, "activity_20", ":user ha inviato per email il preventivo :quote per :client a :contact", "activity_21", ":contact ha visto il preventivo :quote", "activity_22", ":user ha archiviato il preventivo :quote", "activity_23", ":user ha cancellato il preventivo :quote", "activity_24", ":user ha ripristinato il preventivo :quote", "activity_25", ":user ha ripristinato la fattura :invoice", "activity_26", ":user ha ripristinato il cliente :client", "activity_27", ":user ha ripristinato il pagamento :payment", "activity_28", ":user ha ripristinato il credito :credit", "activity_29", ":contact ha approvato il preventivo :quote per :client", "activity_30", "L'utente :user ha creato il fornitore :vendor", "activity_31", "L'utente :user ha archiviato il fornitore :vendor", "activity_32", "L'utente :user ha eliminato il fornitore :vendor", "activity_33", "L'utente :user ha ripristinato il fornitore :vendor", "activity_34", "L'utente :user ha creato la spesa :expense", "activity_35", "L'utente :user ha archiviato la spesa :expense", "activity_36", "L'utente :user ha eliminato la spesa :expense", "activity_37", "L'utente :user ha ripristinato la spesa :expense", "activity_39", ":user ha annullato un pagamento :payment da :payment_amount", "activity_40", ":user ha rimborsato :adjustment di un pagamento :payment da :payment_amount", "activity_41", "pagamento di :payment_amount (:payment) fallito", "activity_42", "L'utente :user ha creato l'attivit\xe0 :task", "activity_43", "L'utente :user ha aggiornato l'attivit\xe0 :task", "activity_44", "L'utente :user ha archiviato l'attivit\xe0 :task", "activity_45", "L'utente :user ha eliminato l'attivit\xe0 :task", "activity_46", "L'utente :user ha ripristinato l'attivit\xe0 :task", "activity_47", "L'utente :user ha aggiornato la spesa :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user ha riaperto il ticket :ticket", "activity_55", ":contact ha risposto al ticket :ticket", "activity_56", ":user ha visualizzato il ticket :ticket", "activity_57", "Il sistema non \xe8 riuscito a inviare la fattura :invoice via e-mail", "activity_58", ":user ha stornato la fattura :invoice", "activity_59", _s39_13, "activity_60", ":contact ha visualizzato il preventivo :quote", "activity_61", ":user ha aggiornato il cliente :client", "activity_62", ":user ha aggiornato il fornitore :vendor", "activity_63", ":user ha inviato il primo promemoria per la fattura :invoice a :contact", "activity_64", ":user ha inviato un secondo promemoria per la fattura :invoice a :contact", "activity_65", ":user ha inviato il terzo promemoria per la fattura :invoice a :contact", "activity_66", ":user ha inviato un promemoria ricorrente per la fattura :invoice a :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_65, _s20_78, "Preventivo contrassegnato come inviato con successo", _s21_87, _s34_21, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_66, _s22_67, "custom_value1", _s21_142, "custom_value2", _s21_142, "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_97, _s18_98, _s24_54, "Messaggio Pannello di Controllo Personalizzato", _s29_37, "Messaggio personalizzato su fattura non pagata", _s27_58, "Messaggio personalizzato fattura pagata", _s31_18, _s31_19, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_64, "Pattern numero attivit\xe0", _s19_66, "Contatore numero attivit\xe0", _s22_68, "Formato numero spesa", _s22_70, "Contatore numero spesa", _s21_88, "Formato numero fornitore", _s21_90, "Contatore numero venditore", _s21_92, "Formato numero ticket", _s21_94, "Contatore numero ticket", _s22_72, "Formato numero pagamento", _s22_74, "Contatore numero pagamento", _s22_76, "Formato numero fatture", _s22_78, "Contatore numerazione fatture", _s20_79, "Formato numero preventivi", _s20_81, "Contatore numerazione preventivi", _s21_96, _s22_119, _s21_98, _s24_92, _s21_100, _s22_119, _s21_101, _s24_92, _s18_99, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_57, "Contatore condiviso per fatture/preventivi", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "Oggetto della fattura e-mail", _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Oggetto e-mail pagamento parziale", "show_table", "Mostra Tabella", "show_list", "Mostra Lista", "client_city", "Citt\xe0 cliente", "client_state", "Stato cliente", "client_country", "Paese cliente", _s16_222, "Il cliente \xe8 attivo", "client_balance", "Bilancio cliente", "client_address1", "Via del cliente", "client_address2", "Appartamento/Scala del cliente", "vendor_address1", "Via Fornitore", "vendor_address2", "Scala/Appartamento Fornitore", _s24_56, "Via spedizione cliente", _s24_57, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_226, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_78, "archived_at", "Archived At", "has_expenses", "Ha spese", "custom_taxes1", "Tasse Personalizzate 1", "custom_taxes2", "Tasse Personalizzate 2", "custom_taxes3", "Tasse Personalizzate 3", "custom_taxes4", "Tasse Personalizzate 4", _s17_134, _s24_88, _s17_135, _s24_89, _s17_136, _s24_90, _s17_137, _s24_91, "is_deleted", "\xc8 cancellato", "vendor_city", "Citt\xe0 Fornitore", "vendor_state", "Stato Fornitore", "vendor_country", "Paese fornitore", "is_approved", "\xc8 approvato", "tax_name", "Nome Tassa", "tax_amount", "Importo tassa", "tax_paid", "Tassa pagata", "payment_amount", "Importo Pagamento", "age", "Et\xe0", "is_running", "Is Running", "time_log", "Log temporale", "bank_id", "Banca", _s19_70, "ID della categoria di spesa", _s16_227, "Categoria Spesa", _s19_72, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u8ffd\u52a0", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u8acb\u6c42\u66f8 :invoice \u306b\u8ffd\u52a0", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u8acb\u6c42\u66f8\u901a\u8ca8", "range", "\u7bc4\u56f2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u6709\u52b9", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u3042\u306a\u305f\u81ea\u8eab\u306eWeb\u30b5\u30a4\u30c8\u3067\u8acb\u6c42\u66f8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u3092\u8a2d\u5b9a", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "2\u8981\u7d20\u8a8d\u8a3c", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96a0\u3059", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_16, _s29_7, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_62, _s16_63, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u6255\u3044", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u8acb\u6c42\u5408\u8a08", "quote_total", "\u898b\u7a4d\u91d1\u984d\u5408\u8a08", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "\u7d4c\u8cbb\u756a\u53f7", "task_number", "\u30bf\u30b9\u30af\u756a\u53f7", "project_number", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u756a\u53f7", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u9867\u5ba2\u540d", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_29, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_141, _s24_35, "Invoice Ninja \u3078\u3088\u3046\u3053\u305d", "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "\u9867\u5ba2\u756a\u53f7", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc1\u9001\u4fe1\u6e08", "reminder2_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc2\u9001\u4fe1\u6e08", "reminder3_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc3\u9001\u4fe1\u6e08", _s18_55, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u7a0e", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "\u524d\u53d7\u91d1\u3092\u9069\u7528", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "\u5165\u91d1\u65b9\u6cd5", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u6b21\u56de\u8acb\u6c42", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u306e\u5165\u91d1", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u8acb\u6c42\u3092\u65b0\u898f\u4f5c\u6210", "create_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210", "create_payment", "Create Payment", "create_vendor", "\u65b0\u3057\u3044\u7d0d\u5165\u696d\u8005", "update_quote", "Update Quote", "delete_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664", "update_invoice", "Update Invoice", "delete_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664", "update_client", "Update Client", "delete_client", "\u9867\u5ba2\u3092\u524a\u9664", "delete_payment", "\u5165\u91d1\u3092\u524a\u9664", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "\u30bf\u30b9\u30af\u3092\u65b0\u898f\u4f5c\u6210", "update_task", "Update Task", "delete_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u30d5\u30ea\u30fc", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u30c8\u30fc\u30af\u30f3", "tokens", "\u30c8\u30fc\u30af\u30f3", "new_token", "New Token", "edit_token", "\u30c8\u30fc\u30af\u30f3\u3092\u7de8\u96c6", "created_token", "\u30c8\u30fc\u30af\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002", "updated_token", "\u30c8\u30fc\u30af\u30f3\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_token", "\u30c8\u30fc\u30af\u30f3\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_token", "\u30c8\u30fc\u30af\u30f3\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3059\u308b", "email_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u524d\u53d7\u91d1\u7dcf\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "\u6587\u66f8\u306e\u691c\u7d22", "search_designs", "Search Designs", "search_invoices", "\u8acb\u6c42\u66f8\u306e\u691c\u7d22", "search_clients", "\u9867\u5ba2\u306e\u691c\u7d22", "search_products", "\u5546\u54c1\u306e\u691c\u7d22", "search_quotes", "\u898b\u7a4d\u66f8\u306e\u691c\u7d22", "search_credits", "Search Credits", "search_vendors", "\u7d0d\u5165\u696d\u8005\u306e\u691c\u7d22", "search_users", "\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22", _s16_86, "\u7a0e\u7387\u306e\u691c\u7d22", "search_tasks", "\u30bf\u30b9\u30af\u306e\u691c\u7d22", "search_settings", "\u8a2d\u5b9a\u306e\u691c\u7d22", "search_projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u691c\u7d22", "search_expenses", "\u7d4c\u8cbb\u306e\u691c\u7d22", "search_payments", "Search Payments", "search_groups", "\u30b0\u30eb\u30fc\u30d7\u306e\u691c\u7d22", "search_company", "\u4f1a\u793e\u306e\u691c\u7d22", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "\u898b\u7a4d\u66f8\u9001\u4fe1\u6e08", "credit_sent", "\u524d\u53d7\u91d1\u9001\u4fe1\u6e08", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_47, "\u6ce8\u610f: \u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u5b8c\u5168\u306b\u524a\u9664\u3057\u307e\u3059\u3002\u524a\u9664\u306e\u53d6\u308a\u6d88\u3057\u306f\u51fa\u6765\u307e\u305b\u3093\u3002", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u30d8\u30c3\u30c0", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u524d\u53d7\u91d1\u53d7\u65e5\u4ed8", "credit", "\u524d\u53d7\u91d1", "credits", "\u524d\u53d7\u91d1", "new_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332", "edit_credit", "Edit Credit", "created_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_credit", _s27_34, "archived_credit", "\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credit", "\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_credit", _s27_36, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_100, ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credits", ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_101, _s36_9, "current_version", "\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3", "latest_version", "Latest Version", "update_now", "\u4eca\u3059\u3050\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s26_21, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_102, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_13, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u30ea\u30bb\u30c3\u30c8", "number", "\u756a\u53f7", "export", "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "chart", "\u30c1\u30e3\u30fc\u30c8", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "\u524d\u53d7\u91d1\u6b8b\u9ad8", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "\u30ec\u30dd\u30fc\u30c8", "report", "\u30ec\u30dd\u30fc\u30c8", "add_company", "\u4f1a\u793e\u3092\u8ffd\u52a0", "unpaid_invoice", "\u672a\u6255\u306e\u8acb\u6c42\u66f8", "paid_invoice", "\u652f\u6255\u6e08\u306e\u8acb\u6c42\u66f8", _s16_136, _s16_137, "help", "\u30d8\u30eb\u30d7", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u5c0f\u8a08", "line_total", "Line Total", "item", "\u30a2\u30a4\u30c6\u30e0", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u306f\u3044", "no", "\u3044\u3044\u3048", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u8a2d\u5b9a", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "\u8acb\u6c42\u66f8\u30e1\u30fc\u30eb", "payment_email", "\u652f\u6255\u3044\u30e1\u30fc\u30eb", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u30e6\u30fc\u30b6\u7ba1\u7406", "users", "\u30e6\u30fc\u30b6\u30fc", "new_user", "\u65b0\u3057\u3044\u30e6\u30fc\u30b6", "edit_user", "\u30e6\u30fc\u30b6\u306e\u7de8\u96c6", "created_user", _s25_37, "updated_user", "\u30e6\u30fc\u30b6\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", "archived_user", "\u30e6\u30fc\u30b6\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_user", "\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f", "removed_user", _s25_40, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "\u6700\u521d\u306e\u30da\u30fc\u30b8", "all_pages", "\u5168\u3066\u306e\u30da\u30fc\u30b8", "last_page", "\u6700\u5f8c\u306e\u30da\u30fc\u30b8", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u30d7\u30e9\u30a4\u30de\u30ea\u30fb\u30ab\u30e9\u30fc", "secondary_color", "\u30bb\u30ab\u30f3\u30c0\u30ea\u30fb\u30ab\u30e9\u30fc", "page_size", "Page Size", "font_size", "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba", "quote_design", "Quote Design", "invoice_fields", "\u8acb\u6c42\u66f8\u3092\u30d5\u30a3\u30fc\u30eb\u30c9", "product_fields", "Product Fields", "invoice_terms", "\u8acb\u6c42\u6761\u4ef6", "invoice_footer", "\u8acb\u6c42\u66f8\u30d5\u30c3\u30bf\u30fc", "quote_terms", "Quote Terms", "quote_footer", "\u898b\u7a4d\u66f8\u30d5\u30c3\u30bf", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9", "number_pattern", "Number Pattern", "messages", "\u30e1\u30c3\u30bb\u30fc\u30b8", "custom_css", "\u30ab\u30b9\u30bf\u30e0CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u3069\u3046\u305e\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002", _s24_39, _s86_, "plain", "\u30d7\u30ec\u30fc\u30f3", "light", "\u30e9\u30a4\u30c8", "dark", "\u30c0\u30fc\u30af", "email_design", "E\u30e1\u30fc\u30eb \u30c7\u30b6\u30a4\u30f3", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u3092\u8a31\u53ef\u3059\u308b", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_49, _s45_6, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_162, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_163, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_104, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_71, _s65_0, _s16_165, "\u5546\u54c1\u306e\u5909\u63db", _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u65e5\u66dc\u65e5", "monday", "\u6708\u66dc\u65e5", "tuesday", "\u706b\u66dc\u65e5", "wednesday", "\u6c34\u66dc\u65e5", "thursday", "\u6728\u66dc\u65e5", "friday", "\u91d1\u66dc\u65e5", "saturday", "\u571f\u66dc\u65e5", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u30ed\u30b4", "saved_settings", _s27_41, _s16_171, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_109, "\u8a73\u7d30\u8a2d\u5b9a", "company_details", "\u4f01\u696d\u60c5\u5831", "user_details", "\u30e6\u30fc\u30b6\u306e\u8a73\u7d30", "localization", "\u5730\u57df\u8a2d\u5b9a", "online_payments", "\u30aa\u30f3\u30e9\u30a4\u30f3\u5165\u91d1", "tax_rates", "\u7a0e\u7387", "notifications", "\u901a\u77e5", "import_export", "\u30a4\u30f3\u30dd\u30fc\u30c8 | \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 | \u30ad\u30e3\u30f3\u30bb\u30eb", "custom_fields", "\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9", "invoice_design", "\u8acb\u6c42\u66f8\u30c7\u30b6\u30a4\u30f3", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E\u30e1\u30fc\u30eb\u8a2d\u5b9a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u5229\u7528\u898f\u7d04", "privacy_policy", "Privacy Policy", "sign_up", "\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u652f\u6255\u6e08\u306b\u3059\u308b", "category", "Category", "address", "\u4f4f\u6240", "new_vendor", "New Vendor", "created_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_vendor", _s28_28, _s16_181, ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendors", ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_185, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_48, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "\u30bf\u30a4\u30de\u30fc", "manual", "Manual", "budgeted", "Budgeted", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d42\u4e86\u6642\u9593", "date", "\u65e5\u4ed8", "times", "Times", "duration", "Duration", "new_task", "\u65b0\u3057\u3044\u30bf\u30b9\u30af", "created_task", "\u30bf\u30b9\u30af\u304c\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002", "updated_task", "\u30bf\u30b9\u30af\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", "archived_task", "\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_task", "\u30bf\u30b9\u30af\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_188, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_34, _s16_189, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_117, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_47, "\u5f0a\u793e\u306eApp\u3092\u3054\u5229\u7528\u9802\u304d\u8aa0\u306b\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "if_you_like_it", _s21_82, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\u30ab\u30b9\u30bf\u30e0", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u8acb\u6c42\u66f8\u3092\u8868\u793a", "convert", "Convert", "more", "More", "edit_client", "\u9867\u5ba2\u3092\u7de8\u96c6", "edit_product", "\u5546\u54c1\u3092\u7de8\u96c6", "edit_invoice", "\u8acb\u6c42\u3092\u7de8\u96c6", "edit_quote", "\u898b\u7a4d\u66f8\u3092\u7de8\u96c6", "edit_payment", "\u652f\u6255\u3044\u3092\u7de8\u96c6", "edit_task", "\u30bf\u30b9\u30af\u3092\u66f4\u65b0", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u7de8\u96c6", _s20_74, _s20_75, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u6709\u52b9\u306a\u9867\u5ba2", "close", "\u9589\u3058\u308b", "email", "E\u30e1\u30fc\u30eb", "password", "\u30d1\u30b9\u30ef\u30fc\u30c9", "url", "URL", "secret", "Secret", "name", "\u540d\u524d", "logout", "\u30ed\u30b0\u30a2\u30a6\u30c8", "login", "\u30ed\u30b0\u30a4\u30f3", "filter", "\u30d5\u30a3\u30eb\u30bf\u30fc", "sort", "Sort", "search", "\u691c\u7d22", "active", "\u6709\u52b9", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9", "archive", "\u30a2\u30fc\u30ab\u30a4\u30d6", "delete", "\u524a\u9664", "restore", "\u30ea\u30b9\u30c8\u30a2", _s16_195, "\u66f4\u65b0\u5b8c\u4e86", _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_121, _s17_122, "paid_to_date", "\u73fe\u5728\u307e\u3067\u306e\u652f\u6255\u6e08\u984d", "balance_due", "Balance Due", "balance", "\u30d0\u30e9\u30f3\u30b9", "overview", "\u6982\u8981", "details", "\u8a73\u7d30", "phone", "\u96fb\u8a71", "website", "WEB\u30b5\u30a4\u30c8", "vat_number", "VAT\u30ca\u30f3\u30d0\u30fc", "id_number", "ID\u30ca\u30f3\u30d0\u30fc", "create", "\u4f5c\u6210", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u30b3\u30f3\u30bf\u30af\u30c8", "additional", "Additional", "first_name", "\u540d", "last_name", "\u59d3", "add_contact", "\u9023\u7d61\u5148\u306e\u8ffd\u52a0", "are_you_sure", "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", "cancel", "\u30ad\u30e3\u30f3\u30bb\u30eb", "ok", "Ok", "remove", "Remove", _s16_199, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u7121\u52b9\u3067\u3059", "product", "\u5546\u54c1", "products", "\u5546\u54c1", "new_product", "\u65b0\u3057\u3044\u5546\u54c1", "created_product", "\u5546\u54c1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_product", "\u5546\u54c1\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_201, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_203, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_124, _s37_16, "product_key", "Product", "notes", "\u30ce\u30fc\u30c8", "cost", "Cost", "client", "\u9867\u5ba2", "clients", "\u9867\u5ba2", "new_client", "\u65b0\u3057\u3044\u9867\u5ba2", "created_client", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_client", "\u9867\u5ba2\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_client", "\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_204, ":count \u4ef6\u306e\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_client", "\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "deleted_clients", ":count \u770c\u306e\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_client", "\u9867\u5ba2\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s16_205, _s36_13, "address1", "\u756a\u5730", "address2", "\u5efa\u7269", "city", "\u5e02\u533a\u753a\u6751", "state", "\u90fd\u9053\u5e9c\u770c", "postal_code", "\u90f5\u4fbf\u756a\u53f7", "country", "\u56fd", "invoice", "\u8acb\u6c42\u66f8", "invoices", "\u8acb\u6c42\u66f8", "new_invoice", "\u65b0\u3057\u3044\u8acb\u6c42\u66f8", "created_invoice", "\u8acb\u6c42\u66f8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_invoice", "\u8acb\u6c42\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_206, "\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_207, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_125, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_208, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_126, _s37_17, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_59, "amount", "\u91d1\u984d", "invoice_number", "\u8acb\u6c42\u66f8\u756a\u53f7", "invoice_date", "\u8acb\u6c42\u65e5", "discount", "\u5024\u5f15\u304d", "po_number", "PO\u756a\u53f7", "terms", "\u6761\u9805", "public_notes", "Public Notes", "private_notes", "\u975e\u516c\u958b\u5099\u8003", "frequency", "\u983b\u5ea6", "start_date", "\u958b\u59cb\u65e5", "end_date", "\u7d42\u4e86\u65e5", "quote_number", "\u898b\u7a4d\u66f8\u756a\u53f7", "quote_date", "\u898b\u7a4d\u65e5", "valid_until", "Valid Until", "items", "\u30a2\u30a4\u30c6\u30e0", "partial_deposit", "Partial/Deposit", "description", "\u8aac\u660e", "unit_cost", "\u5358\u4fa1", "quantity", "\u6570\u91cf", "add_item", "\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0", "contact", "\u30b3\u30f3\u30bf\u30af\u30c8", "work_phone", "\u96fb\u8a71\u756a\u53f7", "total_amount", "\u5408\u8a08\u91d1\u984d", "pdf", "PDF", "due_date", "\u652f\u6255\u65e5", _s16_209, _s16_210, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u8a2d\u5b9a", "language", "Language", "currency", "\u901a\u8ca8", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u7a0e", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "\u9001\u4fe1\u6e08", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "\u652f\u6255\u6e08", "mark_sent", "\u9001\u4ed8\u6e08\u307f\u306b\u3059\u308b", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u4e86", _s37_18, _s37_19, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_211, _s16_212, "clone", "\u8907\u88fd", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u652f\u6255\u6761\u4ef6", "payment_date", "\u652f\u6255\u65e5", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "\u5b8c\u4e86", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u9867\u5ba2\u30dd\u30fc\u30bf\u30eb", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "\u30b5\u30d6\u30b8\u30a7\u30af\u30c8", "body", "\u672c\u6587", "send_email", "\u30e1\u30fc\u30eb\u3092\u9001\u4fe1", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "\u30ab\u30b9\u30bf\u30de\u30a4\u30ba", "history", "\u5c65\u6b74", "payment", "Payment", "payments", "\u5165\u91d1", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u5165\u91d1\u3092\u767b\u9332", "new_payment", "\u5165\u91d1\u3092\u767b\u9332", "created_payment", "\u5165\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_payment", "\u652f\u6255\u3044\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", _s16_219, "\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_payment", "\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_220, _s29_30, _s17_130, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_221, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_131, _s37_20, "quote", "\u898b\u7a4d\u66f8", "quotes", "\u898b\u7a4d\u66f8", "new_quote", "\u65b0\u3057\u3044\u898b\u7a4d\u66f8", "created_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "updated_quote", "\u898b\u7a4d\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_quote", "\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quote", "\u898b\u7a4d\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "\u7d4c\u8cbb", "vendor", "Vendor", "vendors", "\u7d0d\u5165\u696d\u8005", "task", "Task", "tasks", "\u30bf\u30b9\u30af", "project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "activity_1", ":user \u306f \u9867\u5ba2 :client \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_2", ":user \u306f \u9867\u5ba2 :client \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "activity_3", ":user \u306f \u9867\u5ba2 :client \u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "activity_4", ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_5", _s32_25, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s32_25, "activity_9", _s32_25, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9", "emailed_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_79, _s20_80, _s20_81, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u30c6\u30fc\u30d6\u30eb\u3092\u8868\u793a", "show_list", "\u30ea\u30b9\u30c8\u3092\u8868\u793a", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "\u652f\u6255\u671f\u65e5", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a0e\u540d\u79f0", "tax_amount", "Tax Amount", "tax_paid", "\u7a0e\u91d1\u652f\u6255\u6e08", "payment_amount", "\u5165\u91d1\u984d", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kred\u012btkartes un Bankas", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "P\u0113c Noklus\u0113juma", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\u0101voklis", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Ned\u0113\u013ca", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Diapazons", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "At\u013caut", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_16, _s29_7, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_62, _s16_63, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Serviss", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pieg\u0101des piez\u012bme", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Da\u013c\u0113js maks\u0101jums", "invoice_total", "Kop\u0113jais r\u0113\u0137ins", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klienta v\u0101rds", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "Atk\u0101rtoti r\u0113\u0137ini", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Stundas", "statement", "Konta izraksts", "taxes", "Nodok\u013ci", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Maks\u0101juma veids", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Gaid\u0101mie r\u0113\u0137ini", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Gaid\u0101mie Pied\u0101v\u0101jumi", "expired_quotes", "Pied\u0101v\u0101jumi, kuriem beidzies der\u012bguma termi\u0146\u0161.", "create_client", "Create Client", "create_invoice", "Izveidojiet r\u0113\u0137inu", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Dz\u0113st r\u0113\u0137inu", "update_client", "Update Client", "delete_client", "Dz\u0113st klientu", "delete_payment", "Dz\u0113st maks\u0101jumu", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kred\u012bta summa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Mekl\u0113t Pied\u0101v\u0101jumu", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_98, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Kred\u012bti", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Diena", "month", "M\u0113nesis", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Kred\u012bta atlikums", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Nor\u0113\u0137inu iela", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-pasts sazi\u0146ai", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zi\u0146ojums", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Starpsumma", "line_total", "Poz\u012bcija kop\u0101", "item", "Poz\u012bcija", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mob\u012bl\u0101", "desktop", "Desktopa", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Iesniegt", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Cit\u0113t e-pastu", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "R\u0113\u0137ina nosac\u012bjumi", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, "Autom\u0101tiski arhiv\u0113t Pied\u0101v\u0101jumu, kad tas ticis konvert\u0113ts.", _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Piel\u0101gota CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Atbild\u0113t uz e-pastu", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kred\u012btkarte", "bank_transfer", "Bankas p\u0101rskait\u012bjums", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Maks: :maks", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Janv\u0101ris", "february", "Febru\u0101ris", "march", "Marts", "april", "Apr\u012blis", "may", "Maijs", "june", "J\u016bnijs", "july", "J\u016blijs", "august", "Augusts", "september", "Septembris", "october", "Oktobris", "november", "Novembris", "december", "Decembris", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Uz\u0146\u0113muma inform\u0101cija", "user_details", "User Details", "localization", "Lokaliz\u0101cija", "online_payments", "Tie\u0161saites maks\u0101jumi", "tax_rates", "Nodok\u013cu likmes", "notifications", "Pazi\u0146ojumi", "import_export", "Imports / Eksports", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-pasta iestat\u012bjumi", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Priv\u0101tuma politika", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Lejupiel\u0101d\u0113t", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Datums", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Jauns projekts", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_119, _s17_120, "previous_period", "Iepriek\u0161\u0113jais periods", "previous_year", "Iepriek\u0161\u0113jais gads", "compare_to", "Sal\u012bdzin\u0101t ar", "last7_days", "P\u0113d\u0113jas 7 dienas", "last_week", "P\u0113d\u0113ja ned\u0113\u013ca", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Nokop\u0113t uz cenu pied\u0101v\u0101jumu", "clone_to_credit", "Clone to Credit", "view_invoice", "Apskat\u012bt r\u0113\u0137inu", "convert", "Konvert\u0113t", "more", "Vair\u0101k", "edit_client", "Redi\u0123\u0113t klientu", "edit_product", "Edit Product", "edit_invoice", "Redi\u0123\u0113t r\u0113\u0137inu", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Redi\u0123\u0113t projektu", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_83, "active_clients", "akt\u012bvie klienti", "close", "Aizv\u0113rt", "email", "Epasts", "password", "Password", "url", "URL", "secret", "Secret", "name", "Nosaukums", "logout", "Log Out", "login", "Login", "filter", "Filtrs", "sort", "\u0160\u0137irot", "search", "Mekl\u0113t", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Inform\u0101cijas panelis", "archive", "Arh\u012bvs", "delete", "Dz\u0113st", "restore", "Restore", _s16_195, "Atjauno\u0161ana pabeigta", _s23_43, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_34, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_83, "L\u016bdzu ievadiet j\u016bsu URL", _s26_36, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_121, _s17_122, "paid_to_date", "Apmaks\u0101ts l\u012bdz r\u0113\u0137ina izrakst\u012b\u0161anas datumam", "balance_due", "Summa apmaksai", "balance", "Bilance", "overview", "Overview", "details", "S\u012bk\u0101ka inform\u0101cija", "phone", "T\u0101lrunis", "website", "M\u0101jas lapa", "vat_number", "PVN re\u0123. Nr.", "id_number", "Re\u0123. Nr.", "create", "Izveidot", _s19_63, _s30_16, "error", "K\u013c\u016bda", _s16_197, _s16_198, "contacts", "Kontakti", "additional", "Additional", "first_name", "V\u0101rds", "last_name", "Uzv\u0101rds", "add_contact", "Pievienot kontaktu", "are_you_sure", "Vai tu esi p\u0101rliecin\u0101ts?", "cancel", "Atcelt", "ok", "Ok", "remove", "No\u0146emt", _s16_199, _s16_200, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Piez\u012bmes", "cost", "Cost", "client", "Klients", "clients", "Klienti", "new_client", "Jauns klients", "created_client", "Veiksm\u012bgi izveidots klients", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Iela", "address2", "Dz/Kab", "city", "Pils\u0113ta", "state", "Novads", "postal_code", "Pasta indekss", "country", "Country", "invoice", "R\u0113\u0137ins", "invoices", "R\u0113\u0137ini", "new_invoice", "Jauns r\u0113\u0137ins", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "R\u0113\u0137ina numurs", "invoice_date", "R\u0113\u0137ina datums", "discount", "Atlaide", "po_number", "Pas\u016bt\u012bjuma numurs", "terms", "Nosac\u012bjumi", "public_notes", "Publiskas piez\u012bmes", "private_notes", "Priv\u0101tas piez\u012bmes", "frequency", "Bie\u017eums", "start_date", "S\u0101kuma datums", "end_date", "Beigu datums", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Der\u012bgs l\u012bdz", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Apraksts", "unit_cost", "Vien\u012bbas cena", "quantity", "Daudzums", "add_item", "Add Item", "contact", "Kontakts", "work_phone", "T\u0101lrunis", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmaks\u0101t l\u012bdz", _s16_209, _s16_210, "status", "Statuss", _s17_127, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Iestat\u012bjumi", "language", "Valoda", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Atjaunots", "tax", "Nodoklis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Izpild\u012bts", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Izm\u0113rs", "payment_terms", "Apmaksas termi\u0146\u0161", "payment_date", "Maks\u0101juma datums", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Sa\u0146\u0113m\u0113ji", "initial_email", "Standarta e-pasts", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Sagatave", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "S\u016bt\u012bt e-pastu", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Poga", "preview", "Apskat\u012bt", "customize", "Piel\u0101got", "history", "V\u0113sture", "payment", "Payment", "payments", "Maks\u0101jumi", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Veiksm\u012bgi saarhiv\u0113ti :count Pied\u0101v\u0101jumi", "deleted_quotes", "Veiksm\u012bgi dz\u0113sti :count Pied\u0101v\u0101jumi", "restored_quotes", "Veiksm\u012bgi atjaunin\u0101ti :value Pied\u0101v\u0101jumi", "expense", "Expense", "expenses", "Izdevumi", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Projekts", "projects", "Projekti", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user nos\u016bt\u012bja r\u0113\u0137inu :invoice priek\u0161 :client uz :contact", "activity_7", ":contact ir apskat\u012bjis R\u0113\u0137inu :invoice priek\u0161 :client", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact ievad\u012bja Maks\u0101jumu :payment par Summu :payment_amount R\u0113\u0137inam :invoice priek\u0161 :client", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user atk\u0101rtoti atv\u0113ra Zi\u0146ojumu :ticket", "activity_55", ":contact atbild\u0113ja uz Zi\u0146ojumu :ticket", "activity_56", ":user paskatij\u0101s Zi\u0146ojumu :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Maks\u0101juma summa", "age", "Age", "is_running", "Is Running", "time_log", "Laika Logi", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Izdevumu kategorija", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Apmok\u0117jimo s\u0105lygos", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "B\u016bkl\u0117", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "S\u0105skaitos valiuta", "range", "Intervalas", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u012egalinti", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Si\u0173sti el. pa\u0161tu", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Gr\u0105\u017einti mok\u0117jimai", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sl\u0117pti", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_16, _s29_7, "select_file", "Pasirinkite fail\u0105", _s16_62, _s16_63, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pakavimo Lapas", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Dalinis", "invoice_total", "Suma Viso", "quote_total", "S\u0105matos viso", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kliento Vardas", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "B\u016btina s\u0105skaita fakt\u016bra", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Debeto s\u0105skaita", _s18_51, "Debeto s\u0105skaitos", _s21_53, "Nauja debeto s\u0105skaita", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Visada", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u012emon\u0117s pavadinimas", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Valandos", "statement", "Statement", "taxes", "Mokes\u010diai", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Pirk\u0117jas", "health_check", "Health Check", "payment_type_id", "Mok\u0117jimo tipas", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Naujos s\u0105skaitos", _s17_65, _s17_66, "recent_payments", "Naujausi mok\u0117jimai", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Sukurti s\u0105skait\u0105", "create_quote", "Sukurti s\u0105mat\u0105", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "I\u0161trinti s\u0105skait\u0105", "update_client", "Update Client", "delete_client", "Trinti klient\u0105", "delete_payment", "I\u0161trinti mok\u0117jim\u0105", "update_vendor", "Update Vendor", "delete_vendor", "Trinti", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Sukurti darb\u0105", "update_task", "Update Task", "delete_task", "Trinti", "approve_quote", "Approve Quote", "off", "I\u0161j.", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", "Ie\u0161koti :count Webhooks", "search_webhook", "Ie\u0161koti 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Ie\u0161koti :count rakt\u0173", "search_token", "Ie\u0161koti 1 rakt\u0105", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredito suma", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, "Dalinai gr\u0105\u017einta", _s16_85, "Ie\u0161koti dokument\u0173", "search_designs", "Ie\u0161koti dizaino", "search_invoices", "Ie\u0161koti s\u0105skait\u0173-fakt\u016br\u0173", "search_clients", "Ie\u0161koti klient\u0173", "search_products", "Ie\u0161koti preki\u0173", "search_quotes", "Ie\u0161koti pasi\u016blym\u0173", "search_credits", "Ie\u0161koti gr\u0105\u017einim\u0173", "search_vendors", "Ie\u0161koti tiek\u0117j\u0173", "search_users", "Ie\u0161koti vartotoj\u0173", _s16_86, "Ie\u0161koti mokes\u010di\u0173 tarif\u0173", "search_tasks", "Ie\u0161koti u\u017eduo\u010di\u0173", "search_settings", "Ie\u0161koti nustatym\u0173", "search_projects", "Ie\u0161koti projekt\u0173", "search_expenses", "Ie\u0161koti i\u0161laid\u0173", "search_payments", "Ie\u0161koti mok\u0117jim\u0173", "search_groups", "Ie\u0161koti grupi\u0173", "search_company", "Ie\u0161koti \u012fmoni\u0173", "search_document", "Ie\u0161koti 1 dokument\u0105", "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count s\u0105skaita i\u0161si\u0173sta", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Vir\u0161us", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_98, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_33, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "I\u0161 naujo", "number", "Number", "export", "Export", "chart", "Diagrama", "count", "Count", "totals", "Viso", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuoti pagal", "credit_balance", "Kredito balansas", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Ataskaitos", "report", "Ataskaita", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, "Nepatvirtinti pasi\u016blymai", "help", "Pagalba", "refund", "Pinig\u0173 gr\u0105\u017einimas", "refund_date", "Gr\u0105\u017einimo data", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "palaikymo forumas", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Tarpin\u0117 suma", "line_total", "Suma", "item", "Prek\u0117/Paslauga", "credit_email", "Credit Email", "iframe_url", "Tinklapis", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Taip", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Grafikas", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_72, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administratorius", _s18_80, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, "Hide paid to date", _s22_55, _s87_, _s23_31, "\u012ekelti dokumentai", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "S\u0105skaitos s\u0105lygos", "invoice_footer", "Invoice footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automati\u0161kai Konvertuoti", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Kasdien", "freq_weekly", "Kas savait\u0119", "freq_two_weeks", "Dvi savait\u0117s", "freq_four_weeks", "Four weeks", "freq_monthly", "Kas m\u0117nes\u012f", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prie\u0161d\u0117lis", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Individualizuotas CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kreditin\u0117 kortel\u0117", "bank_transfer", "Pavedimu", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sekmadienis", "monday", "Pirmadienis", "tuesday", "Antradienis", "wednesday", "Tre\u010diadienis", "thursday", "Ketvirtadienis", "friday", "Penktadienis", "saturday", "\u0160e\u0161tadienis", "january", "Sausis", "february", "Vasaris", "march", "Kovas", "april", "Balandis", "may", "Gegu\u017e\u0117", "june", "Bir\u017eelis", "july", "Liepa", "august", "Rugpj\u016btis", "september", "Rugs\u0117jis", "october", "Spalis", "november", "Lapkritis", "december", "Gruodis", "symbol", "Simbolis", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 val. formatas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotipas", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Imon\u0117s informacija", "user_details", "User Details", "localization", "Lokalizacija", "online_payments", "Online mok\u0117jimai", "tax_rates", "Mokes\u010di\u0173 \u012fkainiai", "notifications", "Prane\u0161imai", "import_export", "Importas/Eksportas", "custom_fields", "Custom fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Pirkti dabar mygtukas", "email_settings", "Email nustatymai", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privatumo politika", "sign_up", "Prisijunk", "account_login", "Jungtis", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Atsi\u0173sti", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Valiutos kursas", _s16_180, "Konvertuoti valiut\u0105", "mark_paid", "Mark Paid", "category", "Kategorija", "address", "Adresas", "new_vendor", "Naujas tiek\u0117jas", "created_vendor", "Sukurtas tiek\u0117jas", "updated_vendor", "Atnaujintas tiek\u0117jas", "archived_vendor", "S\u0117kmingai suarchyvuoti tiek\u0117jai", "deleted_vendor", "S\u0117kmingai i\u0161trintas tiek\u0117jas", "restored_vendor", _s28_28, _s16_181, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_12, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Dabar", _s16_186, _s16_187, "timer", "Chronometras", "manual", "Nurodyti", "budgeted", "Budgeted", "start_time", "Prad\u017eia", "end_time", "Pabaiga", "date", "Data", "times", "Laikas", "duration", "Trukm\u0117", "new_task", "Naujas darbas", "created_task", "Sukurtas darbas", "updated_task", "Atnaujintas darbas", "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Kurti", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Rodyti s\u0105skait\u0105", "convert", "Convert", "more", "More", "edit_client", "Redaguoti", "edit_product", "Edit Product", "edit_invoice", "Redaguoti", "edit_quote", "Keisti s\u0105mat\u0105", "edit_payment", "Edit Payment", "edit_task", "Keisti", "edit_expense", "Edit Expense", "edit_vendor", "Keisti", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing address", _s16_193, _s16_194, "total_revenue", "I\u0161 viso pajam\u0173", "average_invoice", "S\u0105skait\u0173 vidurkis", "outstanding", "Neapmok\u0117ta", "invoices_sent", ":count i\u0161si\u0173stos s\u0105skaitos fakt\u016bros", "active_clients", "aktyv\u016bs klientai", "close", "U\u017edaryti", "email", "El. pa\u0161tas", "password", "Slapta\u017eodis", "url", "URL", "secret", "Slaptas \u017eodis", "name", "Pavadinimas", "logout", "Log Out", "login", "Login", "filter", "Filtras", "sort", "Sort", "search", "Paie\u0161ka", "active", "Aktyvus", "archived", "Archived", "deleted", "Deleted", "dashboard", "Darbastalis", "archive", "Archyvas", "delete", "Trinti", "restore", "Atkurti", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_121, _s17_122, "paid_to_date", "Apmok\u0117ta", "balance_due", "Mok\u0117tina suma", "balance", "Balansas", "overview", "Ap\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktin\u0117 informacija", "additional", "Additional", "first_name", "Vardas", "last_name", "Pavard\u0117", "add_contact", "Prid\u0117ti kontakt\u0105", "are_you_sure", "Ar tikrai?", "cancel", "At\u0161aukti", "ok", "Ok", "remove", "Trinti", _s16_199, _s16_200, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "PVM S\u0105skaita-fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Suma", "invoice_number", "S\u0105skaitos numeris", "invoice_date", "I\u0161ra\u0161ymo data", "discount", "Nuolaida", "po_number", "U\u017esakymo numeris", "terms", "S\u0105lygos", "public_notes", "Vie\u0161os pastabos", "private_notes", "Privat\u016bs u\u017era\u0161ai", "frequency", "Periodas", "start_date", "Prad\u017eia", "end_date", "Pabaiga", "quote_number", "S\u0105matos numeris", "quote_date", "S\u0105matos data", "valid_until", "Galioja iki", "items", "Prek\u0117s/Paslaugos", "partial_deposit", "Dalinis/Avansas", "description", "Apra\u0161ymas", "unit_cost", "Vnt. kaina", "quantity", "Kiekis", "add_item", "Add Item", "contact", "Kontaktai", "work_phone", "Telefonas", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmok\u0117ti iki", _s16_209, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "I\u0161si\u0173sta", "viewed", "Viewed", "approved", "Approved", "partial", "Dalinis/Avansas", "paid", "Apmok\u0117ta", "mark_sent", "Mark sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Baigta", _s37_18, _s37_19, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_211, "Nerasta \u012fra\u0161\u0173", "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Atsiskaitymo s\u0105lygos", "payment_date", "Mok\u0117jimo data", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, "Dalinis gr\u0105\u017einimas", _s16_218, "Gr\u0105\u017einta", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u012ejungti", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0160ablonas", "send", "Send", "subject", "Tema", "body", "\u017dinut\u0117", "send_email", "Si\u0173sti el. lai\u0161k\u0105", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Istorija", "payment", "Payment", "payments", "Mok\u0117jimai", "refunded", "Gr\u0105\u017einta", "payment_type", "Mok\u0117jimo tipas", _s21_85, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_44, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "I\u0161laidos", "expenses", "I\u0161laidos", "vendor", "Tiek\u0117jas", "vendors", "Tiek\u0117jai", "task", "Task", "tasks", "Darbai", "project", "Project", "projects", "Projects", "activity_1", ":user suk\u016br\u0117 klient\u0105 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "El. pa\u0161t. Dalino Apmok\u0117jimo Subject", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_226, "Terminas", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatinis mok\u0117jimas", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Mok\u0117jimo suma", "age", "Age", "is_running", "Is Running", "time_log", "Laiko Registras", "bank_id", "bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0444\u0430\u0442\u0438", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "default", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u041f\u043e\u0441\u0442\u043e\u0458\u0430\u043d\u043e", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0434\u0430\u0434\u0438 \u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "range", "\u041e\u043f\u0441\u0435\u0433", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u043a\u043e\u0442 \u0437\u0430 :amount \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0431\u0438 \u0431\u0438\u043b :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a # :expense", "view_statement", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0441\u043a\u0430\u0437", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_27, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_5, _s25_76, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0412\u043d\u0435\u0441\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u041f\u0440\u043e", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u041f\u0440\u0435\u0437\u0438\u043c\u0435", "order", "Order", "unassigned", "\u041d\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e", "partial_value", "\u041c\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043f\u043e\u0433\u043e\u043b\u0435\u043c\u043e \u043e\u0434 \u043d\u0443\u043b\u0430 \u0430 \u043f\u043e\u043c\u0430\u043b\u043e \u043e\u0434 \u0432\u043a\u0443\u043f\u043d\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u0443\u0447\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u0434\u0434\u043e\u043c\u0435\u043d\u043e\u0442 \u0438\u043b\u0438 \u043f\u0440\u0438\u043a\u0430\u0436\u0435\u0442\u0435 \u0458\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0441\u043f\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0433\u043e \u0431\u0430\u0440 \u043a\u043e\u0434\u043e\u0442 \u0441\u043e :link \u043a\u043e\u043c\u043f\u0430\u0442\u0438\u0431\u0438\u043b\u043d\u0430 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_expense", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043e\u043a\u0440\u0438\u0458", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440\u043e\u043a", "map_to", "Map To", "import", "\u0412\u043d\u0435\u0441\u0438", _s25_16, _s29_7, "select_file", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", _s16_62, _s16_63, "csv_file", "CSV \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0430 \u0437\u0430 \u0438\u0441\u043f\u043e\u0440\u0430\u043a\u0430", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u043e\u043b\u0433", "invoice_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e\u043d\u0443\u0434\u0438", "credit_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_48, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_46, _s21_47, _s24_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", _s24_32, _s37_7, _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, _s38_11, _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u043e\u0440\u0442\u0430\u043b", "copy_link", "Copy Link", "token_billing", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u0434\u0435\u0442\u0430\u043b\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", _s24_35, _s24_36, "always", "\u0421\u0435\u043a\u043e\u0433\u0430\u0448", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u041d\u0430\u0437\u043d\u0430\u043a\u0430", "client_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "auto_convert", "Auto Convert", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", "emailed_credits", _s28_58, "gateway", "\u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u043e\u0432\u0438", "statement", "\u0418\u0441\u043a\u0430\u0437", "taxes", "\u0414\u0430\u043d\u043e\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0442\u0430", "apply_payment", "Apply Payment", "apply_credit", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438", "unapplied", "Unapplied", "select_label", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043d\u0430\u0437\u043d\u0430\u043a\u0430", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0414\u043e", "health_check", "Health Check", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, _s17_66, "recent_payments", "\u041d\u0435\u043e\u0434\u0430\u043c\u043d\u0435\u0448\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "upcoming_quotes", "\u041f\u0440\u0435\u0442\u0441\u0442\u043e\u0458\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "expired_quotes", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "create_client", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430", "create_payment", "Create Payment", "create_vendor", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "update_quote", "Update Quote", "delete_quote", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "update_invoice", "Update Invoice", "delete_invoice", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "Update Client", "delete_client", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "update_vendor", "Update Vendor", "delete_vendor", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "create_task", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "Update Task", "delete_task", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "Approve Quote", "off", "\u0418\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u0422\u043e\u043a\u0435\u043d", "tokens", "\u0422\u043e\u043a\u0435\u043d\u0438", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u043e\u043a\u0435\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041f\u0440\u0430\u0442\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "email_quote", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "email_credit", "Email Credit", "email_payment", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0415\u043a\u0441\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "inclusive", "\u0418\u043d\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_79, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458/\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430", "custom1", "\u041f\u0440\u0432\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom2", "\u0412\u0442\u043e\u0440\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u0430\u043d\u0438\u0458\u0430", _s18_60, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0433\u0438 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "invoice_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043f\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "age_group_0", "0 - 30 \u0434\u0435\u043d\u0430", "age_group_30", "30 - 60 \u0434\u0435\u043d\u0430", "age_group_60", "60 - 90 \u0434\u0435\u043d\u0430", "age_group_90", "90 - 120 \u0434\u0435\u043d\u0430", "age_group_120", "120+ \u0434\u0435\u043d\u0430", "refresh", "\u041e\u0441\u0432\u0435\u0436\u0438", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0414\u043e\u0437\u0432\u043e\u043b\u0438", "none", "\u041d\u0435\u043c\u0430", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043b\u0438\u0446\u0435\u043d\u0446\u0430", "cancel_account", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u043c\u0435\u0442\u043a\u0430", _s22_47, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435.", "delete_company", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s22_48, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043b\u0430\u0432\u0458\u0435", "load_design", "\u0412\u0447\u0438\u0442\u0430\u0458 \u0434\u0438\u0437\u0430\u0458\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "recurring_tasks", "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0417\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u041c\u0435\u043d\u0430\u045f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "credit_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u043d\u0435\u0441\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", _s27_36, "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", _s16_101, _s36_9, "current_version", "\u0421\u0435\u0433\u0430\u0448\u043d\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458", "number", "Number", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0458", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u043e\u043d", "count", "Count", "totals", "\u0412\u043a\u0443\u043f\u043d\u043e", "blank", "\u0411\u043b\u0430\u043d\u043a\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u0458 \u043f\u043e", "credit_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_86, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s20_61, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_132, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_134, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_135, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s19_40, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_country", "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "client_id", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "assigned_to", "Assigned to", "created_by", "\u041a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043e :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u0417\u0430\u0441\u0442\u0430\u0440\u0435\u043d\u043e", "profit_and_loss", "\u041f\u0440\u043e\u0444\u0438\u0442 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0438", "report", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458", "add_company", "\u0414\u043e\u0434\u0430\u0458 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "help", "\u041f\u043e\u043c\u043e\u0448", "refund", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0415-\u043f\u043e\u0448\u0442\u0430 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "multiselect", "Multiselect", "entity_state", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u0448\u043a\u0430", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430", "contact_us", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u043d\u0435'", "subtotal", "\u0412\u043a\u0443\u043f\u043d\u043e \u0431\u0435\u0437 \u0434\u0430\u043d\u043e\u043a", "line_total", "\u0412\u043a\u0443\u043f\u043d\u043e", "item", "\u0421\u0442\u0430\u0432\u043a\u0430", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u041c\u043e\u0431\u0438\u043b\u0435\u043d", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "Layout", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_44, _s20_69, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_144, "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0458\u0430 \u0442\u0432\u043e\u0458\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "late_fees", "Late Fees", "credit_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "payment_number", "Payment Number", "late_fee_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", "schedule", "\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u0435\u043d\u043e\u0432\u0438", "invoice_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_147, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_149, _s16_150, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442 \u0434\u0430 \u043c\u0435\u043d\u0430\u045f\u0438\u0440\u0430 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438\u0442\u0435, \u0434\u0430 \u0433\u0438 \u043c\u0435\u043d\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438\u0442\u0435 \u0438 \u0434\u0430 \u0433\u0438 \u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0430 \u0441\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "users", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438", "new_user", "\u041d\u043e\u0432 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "edit_user", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "created_user", _s25_37, "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "removed_user", _s25_40, "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u043f\u0448\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", "invoice_options", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_92, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_55, '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c" \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u043a\u043e \u045c\u0435 \u0431\u0438\u0434\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e.', _s23_31, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u0443\u0447\u0438 \u0433\u0438 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0441\u043b\u0438\u043a\u0438 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_154, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0444\u0443\u0442\u0435\u0440 \u043d\u0430", "first_page", "\u041f\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "all_pages", "\u0421\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041f\u0440\u0438\u043c\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "secondary_color", "\u0421\u0435\u043a\u0443\u043d\u0434\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "page_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "font_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0444\u043e\u043d\u0442", "quote_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "invoice_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "product_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s18_81, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0441\u043f\u0440\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0438.", _s18_82, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438.", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u043e\u0433\u0430 \u0438\u0441\u0442\u0430\u0442\u0430 \u045c\u0435 \u0431\u0438\u0434\u0435 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442.", _s17_94, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u043d\u0430 \u0442\u0435\u043a\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430", "freq_daily", "\u0414\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u041d\u0435\u0434\u0435\u043b\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0438", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u0414\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u0431\u0440\u043e\u0435\u0432\u0438", "charge_taxes", "\u041d\u0430\u043f\u043b\u0430\u0442\u0438 \u0434\u0430\u043d\u043e\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u043d\u043e \u0440\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u045a\u0435", "reset_counter", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0431\u0440\u043e\u0458\u0430\u0447", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_99, "\u0414\u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "product_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "payment_field", "Payment Field", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "vendor_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "expense_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "project_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "task_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u041f\u043e\u0440\u0430\u043a\u0438", "custom_css", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d CSS", _s17_101, _s17_102, _s16_159, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_74, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0433\u043e \u043f\u043e\u0442\u043f\u0438\u0441\u043e\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u043d\u0430 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430/\u043f\u043e\u043d\u0443\u0434\u0430.", _s25_41, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s23_35, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s28_22, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430.", _s25_42, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_10, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0438 \u043f\u043e\u0442\u043f\u0438\u0441.", _s23_36, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_57, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0448\u0442\u0438\u0442\u0435\u043d\u0438 \u0441\u043e \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s27_38, "\u0412\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430 \u0437\u0430 \u0441\u0435\u043a\u043e\u0458 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0442 \u045c\u0435 \u043c\u043e\u0440\u0430 \u0434\u0430 \u0458\u0430 \u0432\u043d\u0435\u0441\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430\u0442\u0430 \u043f\u0440\u0435\u0434 \u0434\u0430 \u0433\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435.", "authorization", "\u041e\u0432\u043b\u0430\u0441\u0442\u0443\u0432\u0430\u045a\u0435", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "\u0414\u043e\u043c\u0435\u043d", "portal_mode", "Portal Mode", "email_signature", "\u0421\u043e \u043f\u043e\u0447\u0438\u0442,", _s24_39, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u043b\u0435\u0441\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0438 \u0441\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u045a\u0435 \u043d\u0430 schema.org \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0435-\u043f\u043e\u0448\u0442\u0438", "plain", "\u041e\u0431\u0438\u0447\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u0435\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0443\u0432\u0430\u045a\u0435", "reply_to_email", "\u041e\u0434\u0433\u043e\u0432\u043e\u0440\u0438-\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "reply_to_name", "Reply-To Name", "bcc_email", "BCC \u0435-\u043f\u043e\u0448\u0442\u0430", "processed", "Processed", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0438 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0438\u043d.", "enable_max", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0430\u043a\u0441.", "min_limit", "\u041c\u0438\u043d: :min", "max_limit", "\u041c\u0430\u043a\u0441: :max", "min", "\u041c\u0438\u043d", "max", "\u041c\u0430\u043a\u0441", _s19_47, "\u041f\u0440\u0438\u0444\u0430\u0442\u0435\u043d\u0438 \u043b\u043e\u0433\u043e\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "credentials", "Credentials", "update_address", "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0458\u0430 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0441\u043e \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0435\u043d\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438", "rate", "\u0421\u0442\u0430\u043f\u043a\u0430", "tax_rate", "\u0414\u0430\u043d\u043e\u0447\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0433\u0438 \u0438\u0441\u043f\u043e\u043b\u043d\u0438 \u043f\u043e\u043b\u0438\u045a\u0430\u0442\u0430 \u0437\u0430 \u043e\u043f\u0438\u0441 \u0438 \u0446\u0435\u043d\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u0444\u0430\u043a\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 ", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043f\u043e \u0432\u0430\u043b\u0443\u0442\u0438\u0442\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435", "fees", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u0446\u0438", "limits", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0443\u0432\u0430\u045a\u0430", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u041e\u0442\u0444\u0440\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438", "default_value", "Default value", "disabled", "\u041e\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u041d\u0435\u0434\u0435\u043b\u0430", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "friday", "\u041f\u0435\u0442\u043e\u043a", "saturday", "\u0421\u0430\u0431\u043e\u0442\u0430", "january", "\u0408\u0430\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0458", "june", "\u0408\u0443\u043d\u0438", "july", "\u0408\u0443\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0431\u043e\u043b", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "\u0412\u0440\u0435\u043c\u0435 \u043e\u0434 24 \u0447\u0430\u0441\u0430", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_41, _s16_171, "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "device_settings", "Device Settings", "defaults", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0438", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", _s17_109, "\u041d\u0430\u043f\u0440\u0435\u0434\u043d\u0438 \u043f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "company_details", "\u041f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430\u0442\u0430", "user_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430", "online_payments", "\u041e\u043d\u043b\u0430\u0458\u043d \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "tax_rates", "\u0414\u0430\u043d\u043e\u0447\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0438", "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045a\u0430", "import_export", "\u0423\u0432\u043e\u0437 | \u0418\u0437\u0432\u043e\u0437", "custom_fields", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u043b\u0438\u0432\u0438 \u043f\u043e\u043b\u0438\u045a\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430 \u043a\u043e\u043f\u0447\u0438\u045a\u0430", "email_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_58, _s20_73, _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045a\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0441\u0430 \u0437\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442", "sign_up", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435", "account_login", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0441\u0435\u0433\u0430", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "pending", "\u0412\u043e \u0442\u0435\u043a", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_45, "\u0414\u043e\u0434\u0430\u0458 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u0414\u0435\u0432\u0438\u0437\u0435\u043d \u043a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u0430\u043b\u0443\u0442\u0430", "mark_paid", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", "address", "\u0410\u0434\u0440\u0435\u0441\u0430", "new_vendor", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u043d\u0435\u0441\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041d\u0430\u0458\u0430\u0432\u0435\u043d\u043e", "running", "\u0412\u043e \u0442\u0435\u043a", "resume", "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438", "task_errors", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u043a\u043e\u0440\u0435\u0433\u0438\u0440\u0430\u0458\u0442\u0435 \u0432\u0440\u0435\u043c\u0438\u045a\u0430\u0442\u0430 \u0448\u0442\u043e \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u043e\u043f\u0443\u0432\u0430\u0430\u0442", "start", "\u041f\u043e\u0447\u0435\u0442\u043e\u043a", "stop", "\u0421\u043e\u043f\u0440\u0438", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u043f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", _s29_60, "now", "\u0421\u0435\u0433\u0430", _s16_186, _s16_187, "timer", "\u0422\u0430\u0458\u043c\u0435\u0440", "manual", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a", "end_time", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0432\u0440\u0435\u043c\u0435", "date", "\u0414\u0430\u0442\u0443\u043c", "times", "\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "duration", "\u0412\u0440\u0435\u043c\u0435\u0442\u0440\u0430\u0435\u045a\u0435", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", _s29_60, "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "\u0411\u0443\u045f\u0435\u0442\u0438\u0440\u0430\u043d\u0438 \u0447\u0430\u0441\u043e\u0432\u0438", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s25_76, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043e\u043f\u0441\u0435\u0433", "date_range", "\u041e\u043f\u0441\u0435\u0433 \u043d\u0430 \u0434\u0430\u0442\u0443\u043c\u0438", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u041e\u0432\u043e\u0458 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u0435\u043d \u043c\u0435\u0441\u0435\u0446", "this_year", "\u041e\u0432\u0430\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "Convert", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "edit_payment", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "edit_task", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "edit_vendor", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "edit_project", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u041f\u043e\u043d\u0443\u0434\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u045a\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "total_revenue", "\u0412\u043a\u0443\u043f\u0435\u043d \u043f\u0440\u0438\u0445\u043e\u0434", "average_invoice", "\u041f\u0440\u043e\u0441\u0435\u0447\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041d\u0435\u043d\u0430\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "invoices_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u041a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415-\u043f\u043e\u0448\u0442\u0430", "password", "\u041b\u043e\u0437\u0438\u043d\u043a\u0430", "url", "URL", "secret", "\u0422\u0430\u0458\u043d\u043e", "name", "\u0418\u043c\u0435", "logout", "\u041e\u0434\u0458\u0430\u0432\u0430", "login", "\u041d\u0430\u0458\u0430\u0432\u0430", "filter", "\u0424\u0438\u043b\u0442\u0435\u0440", "sort", "\u041f\u043e\u0434\u0440\u0435\u0434\u0438", "search", "\u041f\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045a\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e", "deleted", "\u0418\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u043e", "dashboard", "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u043d\u0430 \u0442\u0430\u0431\u043b\u0430", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458", "delete", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438", "restore", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438", _s16_195, _s16_196, _s23_43, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s26_34, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s21_83, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 URL", _s26_36, _s26_37, "ascending", "\u0420\u0430\u0441\u0442\u0435\u0447\u043a\u0438", "descending", "\u041e\u043f\u0430\u0453\u0430\u0447\u043a\u0438", "save", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458", _s17_121, "\u041d\u0430\u0441\u0442\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0435\u043d\u0435\u0441", "balance_due", "\u0412\u043a\u0443\u043f\u043d\u043e \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431 \u0421\u0442\u0440\u0430\u043d\u0430", "vat_number", "\u0414\u0414\u0412 \u0431\u0440\u043e\u0458", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "create", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458", _s19_63, _s30_16, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "Additional", "first_name", "\u0418\u043c\u0435", "last_name", "\u041f\u0440\u0435\u0437\u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0414\u0430\u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438?", "cancel", "\u041e\u0442\u043a\u0430\u0436\u0438", "ok", "Ok", "remove", "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u0438", _s16_199, _s16_200, "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "updated_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_201, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u041a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0411\u0440\u043e\u0458", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u043f\u0448\u0442\u0438\u043d\u0430", "postal_code", "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "country", "\u0414\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "amount", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "invoice_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_date", "\u0414\u0430\u0442\u0430\u0443\u043c \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041f\u043e\u043f\u0443\u0441\u0442", "po_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043d\u0430\u0440\u0430\u0447\u043a\u0430", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438", "public_notes", "\u0408\u0430\u0432\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "private_notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "frequency", "\u0424\u0440\u0435\u043a\u0432\u0435\u043d\u0442\u043d\u043e\u0441\u0442", "start_date", "\u041f\u043e\u0447\u0435\u0442\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "end_date", "\u041a\u0440\u0430\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "quote_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u043e \u0434\u043e", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u041e\u043f\u0438\u0441", "unit_cost", "\u0426\u0435\u043d\u0430 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u043f\u0435\u0432\u0430\u045a\u0435", _s16_209, "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u043a\u0443\u043f\u043d\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0418\u0437\u043c\u0435\u043d\u0438", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "\u0421\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "settings", "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "language", "Language", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0414\u0430\u043d\u043e\u043a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "\u041c\u0438\u043d\u0430\u0442\u043e \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "draft", "\u041d\u0430\u0446\u0440\u0442", "sent", "\u0418\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "viewed", "Viewed", "approved", "Approved", "partial", "\u0414\u0435\u043b\u0443\u043c\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u0411\u0435\u043b\u0435\u0433\u043e\u0442 \u0435 \u043f\u0440\u0430\u0442\u0435\u043d", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, _s16_212, "clone", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0458", "loading", "\u0412\u0447\u0438\u0442\u0443\u0432\u0430\u045a\u0435", "industry", "Industry", "size", "Size", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u041f\u043e\u0440\u0442\u0430\u043b \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "recipients", "\u041f\u0440\u0438\u043c\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "first_reminder", "\u041f\u0440\u0432 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "second_reminder", "\u0412\u0442\u043e\u0440 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "third_reminder", "\u0422\u0440\u0435\u0442 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", "body", "\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0458\u0430", "send_email", "\u0418\u0441\u043f\u0440\u0430\u0442\u0438 \u0435\u043c\u0430\u0438\u043b", "email_receipt", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430 \u0434\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442", "auto_billing", "Auto billing", "button", "Button", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u0458\u0430", "payment", "\u041f\u043b\u0430\u045c\u0430\u045a\u0435", "payments", "\u041f\u043b\u0430\u045c\u0430\u045a\u0430", "refunded", "Refunded", "payment_type", "\u0422\u0438\u043f \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_85, "\u0422\u0440\u0430\u043d\u0441\u0430\u043a\u0446\u0438\u0441\u043a\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430", "enter_payment", "\u0412\u043d\u0435\u0441\u0438 \u0443\u043f\u043b\u0430\u0442\u0430", "new_payment", "\u0412\u043d\u0435\u0441\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s17_131, _s37_20, "quote", "\u041f\u043e\u043d\u0443\u0434\u0430", "quotes", "\u041f\u043e\u043d\u0443\u0434\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "restored_quotes", _s35_22, "expense", "\u0422\u0440\u043e\u0448\u043e\u043a", "expenses", "\u0422\u0440\u043e\u0448\u043e\u0446\u0438", "vendor", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "vendors", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_2", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_3", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_4", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_5", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_9", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_12", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_13", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_14", ":user \u0432\u043d\u0435\u0441\u0435 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_15", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_17", ":user \u0438\u0437\u0431\u0440\u0438\u0448\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_18", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_19", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0458\u0430 \u0432\u0438\u0434\u0435 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_22", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_23", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_24", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_25", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_26", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_27", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_28", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 :credit \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0442", "activity_29", _s42_13, "activity_30", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_31", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_32", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_33", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_34", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_35", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_36", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_37", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_39", ":user \u0433\u043e \u043e\u0442\u043a\u0430\u0436\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_40", ":user \u0433\u043e \u0440\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430 :adjustment \u043d\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 :payment", "activity_41", ":payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 (:payment) \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "activity_42", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_43", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_44", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_45", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_46", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_47", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, _s22_67, "custom_value1", _s17_183, "custom_value2", _s17_183, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_79, _s20_80, _s20_81, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0418\u043c\u0435 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d \u0434\u0430\u043d\u043e\u043a", "payment_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankkort & Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsinnstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Legg til Tilbyder", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Legg til p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Uke", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Fakturavaluta", "range", "Periode", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opprett prosjekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkjenn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Sett Passord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fra Navn", _s16_23, _s16_232, _s17_19, "Gjentakende Utgift", _s18_19, "Gjentakende Utgifter", _s21_22, "Opprett Gjentakende Utgift", _s22_27, "Rediger Gjentakende Utgift", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brukerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakts fornavn", _s17_23, "Etternavn", "order", "Order", "unassigned", "Ikke tilordnet", "partial_value", "M\xe5 v\xe6re st\xf8rre enn null og mindre enn totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiver", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Sett subdomenet eller vis fakturaen p\xe5 ditt eget nettsted.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_41, "Nytt Abonnement\xa0", _s17_29, "Rediger Abonnement", _s20_29, "Abonnement opprettet", _s20_30, "Oppdaterte abonnement", _s21_34, "Abonnement arkivert", _s20_31, "Abonnement Slettet", _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "To-faktor-autentisering", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, "Venligst bekreft din epost adresse", _s16_53, "Refundert betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_39, "Konverter til en faktura", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Standard-dokumenter", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, "Advarsel: en ment for bruk p\xe5 lokal installasjon, passord er ikke sikkert. Klikk her for og vite mer.", "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Vennligst velg en fil", _s16_62, _s16_63, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ubetalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Totalbel\xf8p", "quote_total", "Tilbud totalt", "credit_total", "Total kreditt", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Utgiftskategorier", _s20_48, "Ny Utgiftskategori", _s21_46, _s21_47, _s24_29, "Utgiftskategori ble opprettet", _s24_30, "Oppdaterte utgiftskategori", _s25_20, "Utgiftskategori ble arkivert", _s24_31, "Slettet kategori", _s24_32, _s37_7, _s25_21, "Utgiftskategori ble gjenopprettet", _s27_23, ":count utgiftskategorier ble arkivert", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gjentakende Faktura", _s18_51, "Gjentakende Fakturaer", _s21_53, "Ny Gjentakende Faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Suksessfullt arkivert gjentakende faktura", _s25_29, "Suksessfullt slettet gjentakende faktura", _s25_30, _s38_11, _s26_14, "Suksessfullt gjenopprettet gjentakende faktura", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_35, "Velkommen til Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Kundenummer", "auto_convert", "Auto Convert", "company_name", "Firmanavn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "E-postfakturaer sendt", "emailed_quotes", _s23_79, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "timer", "statement", "Erkl\xe6ring", "taxes", "Skatter", "surcharge", "Tilleggsgebyr", "apply_payment", "Apply Payment", "apply_credit", "Bruk Kredit", "apply", "Bruk", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Forest\xe5ende Fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige Betalinger", "upcoming_quotes", "Oppkommende Tilbud", "expired_quotes", "Utl\xf8pte Tilbud", "create_client", "Create Client", "create_invoice", "Opprett faktura", "create_quote", "Lag tilbud", "create_payment", "Create Payment", "create_vendor", "Opprett leverand\xf8r", "update_quote", "Update Quote", "delete_quote", "Slett tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slett faktura", "update_client", "Update Client", "delete_client", "Slett kunde", "delete_payment", "Slett betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slett Leverand\xf8r", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opprett Oppgave", "update_task", "Update Task", "delete_task", "Slett Oppgave", "approve_quote", "Approve Quote", "off", "Av", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Rediger Token", "created_token", "Opprettet token", "updated_token", "Oppdaterte token", "archived_token", "Suksessfullt arkivert token", "deleted_token", "Suksessfullt slettet token", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8p", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekslusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_77, "By/Fylke/Postnummer", _s17_79, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette sletter alle dine data permanent, og kan ikke gjennopprettes.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dager", "age_group_30", "30 - 60 Dager", "age_group_60", "60 - 90 Dager", "age_group_90", "90 - 120 Dager", "age_group_120", "Mer enn 120 dager", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura sendt", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_47, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_48, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Forslag", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Kontoadministrasjon", "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Krediter", "new_credit", "Oppgi Kredit", "edit_credit", "Rediger Kredit", "created_credit", "Kredit opprettet", "updated_credit", "Kredit oppdatert", "archived_credit", "Kredit arkivert", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_100, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_101, _s36_9, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nullstill", "number", "Number", "export", "Eksporter", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Tom", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupper etter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Leverings adresse", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Leverings adresse postnummer", _s16_132, _s16_133, _s16_134, "Fakturaadresse", _s16_135, _s17_87, "billing_city", "Fakturering By", "billing_state", _s22_53, _s19_40, "Fakturering Postnummer", "billing_country", "Fakturering Land", "client_id", "Kunde-ID", "assigned_to", "Assigned to", "created_by", "Laget av :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og Tap", "reports", "Rapporter", "report", "Rapport", "add_company", "Legg til Firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hjelp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontakt Epost", "multiselect", "Multiselect", "entity_state", "Tilstand", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Beskjed", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentasjon", "contact_us", "Kontakt Oss", "subtotal", "Totalbel\xf8p", "line_total", "Sum", "item", "Produkt", "credit_email", "Credit Email", "iframe_url", "Nettside", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Skatteinnstillinger", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Valg", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Send", _s16_144, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Planlegg", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds-e-post", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_37, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_40, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_92, _s19_83, _s22_55, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_31, "Embed Dokumenter", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "F\xf8rste side", "all_pages", "Alle sider", "last_page", "Siste side", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6rfarge", "secondary_color", "Sekund\xe6r farge", "page_size", "Page Size", "font_size", "Skriftst\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Produktfelter", "invoice_terms", _s20_89, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Konverter", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ukentlig", "freq_two_weeks", "To uker", "freq_four_weeks", "Fire uker", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Egendefinert CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, "Faktura-signatur", _s30_10, "Krever klients signatur.", _s23_36, "Tilbuds-signatur", _s22_57, "Passord-beskytt fakturaer", _s27_38, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Svar til Epost", "reply_to_name", "Reply-To Name", "bcc_email", "BCC E-post", "processed", "Processed", "credit_card", "Betalingskort", "bank_transfer", "Bankoverf\xf8ring", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiver min", "enable_max", "Aktiver maks", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_49, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_162, "Suksessfullt opprettet skattesats", _s16_163, "Suksessfullt oppdatert skattesats", _s17_104, "Suksessfullt arkivert skattesatsen", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-utfyll produkter", _s18_86, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_71, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "S\xf8ndag", "monday", "Mandag", "tuesday", "Tirsdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf8rdag", "january", "Januar", "february", "Februar", "march", "Mars", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Desember", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Timers Tid", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_109, "Avanserte innstillinger", "company_details", "Firmainformasjon", "user_details", "Brukerdetaljer", "localization", "Regioninnstillinger", "online_payments", "Nettbetalinger", "tax_rates", "Skattesatser", "notifications", "Varsler", "import_export", _s16_269, "custom_fields", "Egendefinerte felt", "invoice_design", "Fakturadesign", "buy_now_buttons", "Betal N\xe5-knapper", "email_settings", "E-post-innstillinger", _s23_42, "Design & P\xe5minnelser", _s22_58, _s20_73, _s19_55, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "vilk\xe5r for bruk", "privacy_policy", "Personvernregler", "sign_up", "Registrer deg", "account_login", "Kontoinnlogging", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Lag ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Last ned", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertert", _s24_45, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Merk som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny Leverand\xf8r", "created_vendor", "Opprettet leverand\xf8r", "updated_vendor", "Oppdaterte leverand\xf8r", "archived_vendor", "Arkiverte leverand\xf8r", "deleted_vendor", "Slettet leverand\xf8r", "restored_vendor", _s28_28, _s16_181, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_182, _s36_11, "new_expense", "Angi utgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Arkiverte utgifter", _s16_185, "Slettet utgifter", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_48, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_50, "now", "N\xe5", _s16_186, _s16_187, "timer", "Tidtaker", "manual", "Manuell", "budgeted", "Budgeted", "start_time", "Starttid", "end_time", "Sluttid", "date", "Dato", "times", "Tider", "duration", "Varighet", "new_task", "Ny Oppgave", "created_task", "Suksessfullt opprettet oppgave", "updated_task", "Suksessfullt oppdatert oppgave", "archived_task", "Arkiverte oppgave", "deleted_task", "Slettet oppgave", "restored_task", "Gjenopprettet oppgave", "archived_tasks", "Arkiverte :count oppgaver", "deleted_tasks", "Slettet :count oppgaver", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_188, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_189, "Gjenopprettet prosjekt", _s17_117, "Arkiverte :count prosjekter", _s16_190, "Slettet :count prosjekter", _s17_118, _s37_15, "new_project", "Nytt Prosjekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikk her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5neden", "last_month", "Siste m\xe5ned", "this_year", "Dette \xc5ret", "last_year", "Siste \xe5r", "custom", "Egendefiner", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger Kunde", "edit_product", "Endre produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Endre tilbud", "edit_payment", "Rediger Betaling", "edit_task", "Rediger Oppgave", "edit_expense", "Edit Expense", "edit_vendor", "Rediger Leverand\xf8r", "edit_project", "Rediger Prosjekt", _s20_74, _s20_75, "billing_address", "Fakturerings Adresse", _s16_193, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Lukk", "email", "E-post", "password", "Passord", "url", "URL", "secret", "Secret", "name", "Navn", "logout", "Logg ut", "login", "Logg inn", "filter", "Filter", "sort", "Sort", "search", "S\xf8k", "active", "Aktiv", "archived", "Arkivert", "deleted", "Slettet", "dashboard", "Skrivebord", "archive", "Arkiv", "delete", "Slett", "restore", "Gjenopprette", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_121, _s17_122, "paid_to_date", "Betalt til Dato", "balance_due", "Gjenst\xe5ende", "balance", "Balanse", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Nettside", "vat_number", "MVA-nummer", "id_number", "Id nummer", "create", "Lag", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Etternavn", "add_contact", "Legg til kontakt", "are_you_sure", "Er du sikker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_201, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_202, "Gjenopprettet produkt", _s17_123, _s37_23, _s16_203, "Slettet :count produkter", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notater", "cost", "Kostnad", "client", "Kunde", "clients", "Kunder", "new_client", "Ny Kunde", "created_client", "Opprettet kunde", "updated_client", "Oppdaterte kunde", "archived_client", "Arkiverte kunde", _s16_204, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_205, _s36_13, "address1", "Gate", "address2", "Husnummer", "city", "By", "state", "Fylke", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura opprettet", "updated_invoice", "Faktura oppdatert", _s16_206, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_207, "Suksessfullt gjenopprettet faktura", _s17_125, "Fakturaer arkivert", _s16_208, "Slettet :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabatter:", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Offentlig notater", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Sluttdato", "quote_number", "Tilbudsnummer", "quote_date", "Tilbudsdato", "valid_until", "Gyldig til", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Stykkpris", "quantity", "Antall", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon (arbeid)", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Forfallsdato", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Ferdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk Modus", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Kundeportal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivert", "recipients", "Mottakere", "initial_email", "F\xf8rste E-post", "first_reminder", "F\xf8rste P\xe5minnelse", "second_reminder", "Andre P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Mal", "send", "Send", "subject", "Emne", "body", "Body", "send_email", "Send e-post", "email_receipt", "Send betalingskvittering som e-post til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Tilpass", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingsmetode", _s21_85, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_219, "Betaling arkivert", "deleted_payment", _s16_263, _s16_220, "Suksessfullt gjenopprettet betaling", _s17_130, "Arkiverte :count betalinger", _s16_221, "Slettet :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nytt tilbud", "created_quote", "Tilbud opprettet", "updated_quote", "Tilbud oppdatert", "archived_quote", "Tilbud arkivert", "deleted_quote", "Tilbud slettet", "restored_quote", "Suksessfullt gjenopprettet tilbud", "archived_quotes", "Arkiverte :count tilbud", "deleted_quotes", "Slettet :count tilbud", "restored_quotes", _s35_22, "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverand\xf8r", "vendors", "Leverand\xf8rer", "task", "Oppgave", "tasks", "Oppgaver", "project", "Prosjekt", "projects", "Prosjekter", "activity_1", ":user opprettet kunde :client", "activity_2", ":user arkiverte kunde :client", "activity_3", ":user slettet kunde :client", "activity_4", ":user opprettet faktura :invoice", "activity_5", ":user oppdaterte faktura :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user arkiverte faktura :invoice", "activity_9", ":user slettet faktura :invoice", "activity_10", _s85_0, "activity_11", ":user oppdaterte betaling :payment", "activity_12", ":user arkiverte betaling :payment", "activity_13", ":user slettet betaling :payment", "activity_14", ":user la inn :credit kredit", "activity_15", ":user oppdaterte :credit kredit", "activity_16", ":user arkiverte :credit kredit", "activity_17", ":user slettet :credit kredit", "activity_18", ":user opprettet tilbud :quote", "activity_19", ":user oppdaterte tilbud :quote", "activity_20", _s50_9, "activity_21", ":contact viste tilbud :quote", "activity_22", ":user arkiverte tilbud :quote", "activity_23", ":user slettet tilbud :quote", "activity_24", ":user gjenopprettet tilbud :quote", "activity_25", ":user gjenopprettet faktura :invoice", "activity_26", ":user gjenopprettet kunde :client", "activity_27", ":user gjenopprettet betaling :payment", "activity_28", ":user gjenopprettet :credit kredit", "activity_29", _s42_13, "activity_30", ":user opprettet leverand\xf8r :vendor", "activity_31", ":user arkiverte leverand\xf8r :vendor", "activity_32", ":user slettet leverand\xf8r :vendor", "activity_33", ":user gjenopprettet leverand\xf8r :vendor", "activity_34", ":user opprettet utgift :expense", "activity_35", ":user arkiverte utgift :expense", "activity_36", ":user slettet utgift :expense", "activity_37", ":user gjenopprettet utgift :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user opprettet oppgave :task", "activity_43", ":user oppdaterte oppgave :task", "activity_44", ":user arkiverte oppgave :task", "activity_45", ":user slettet oppgave :task", "activity_46", ":user gjenopprettet oppgave :task", "activity_47", ":user oppdaterte utgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Engangs Passord", "emailed_quote", _s23_79, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-teller", _s20_79, _s20_80, _s20_81, "Tilbudsnummer-teller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Forfallsdato", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Fakturer", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Skattenavn", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8p", "age", "Alder", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Utgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0641\u0639\u0627\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u0645\u0627\u0644\u06cc\u0627\u062a", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "\u062d\u0630\u0641 \u0641\u0627\u06a9\u062a\u0648\u0631", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u06cc\u0645\u06cc\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u062c\u0645\u0639 \u062c\u0632", "line_total", "\u062e\u0637 \u06a9\u0644", "item", "\u0627\u0642\u0644\u0627\u0645", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "\u0646\u0631\u062e \u0645\u0627\u0644\u06cc\u0627\u062a", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "\u0627\u06cc\u0645\u06cc\u0644", "password", "Password", "url", "URL", "secret", "Secret", "name", "\u0646\u0627\u0645", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "\u067e\u0631\u062f\u0627\u062e\u062a \u062f\u0631 \u062a\u0627\u0631\u06cc\u062e", "balance_due", "\u0628\u062f\u0647\u06cc \u062a\u0639\u0627\u062f\u0644", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "\u062a\u0644\u0641\u0646", "website", "\u0648\u0628 \u0633\u0627\u06cc\u062a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0645\u062e\u0627\u0637\u0628\u06cc\u0646", "additional", "Additional", "first_name", "\u0646\u0627\u0645", "last_name", "\u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc", "add_contact", "\u0627\u0641\u0632\u0648\u062f\u0646 \u0645\u062e\u0627\u0637\u0628", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u062e\u06cc\u0627\u0628\u0627\u0646", "address2", "\u0646\u0645\u0648\u0646\u0647", "city", "\u0634\u0647\u0631", "state", "\u0627\u0633\u062a\u0627\u0646", "postal_code", "\u06a9\u062f \u067e\u0633\u062a\u06cc", "country", "Country", "invoice", "\u0641\u0627\u06a9\u062a\u0648\u0631", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "\u0634\u0645\u0627\u0631\u0647 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_date", "\u062a\u0627\u0631\u06cc\u062e \u0641\u0627\u06a9\u062a\u0648\u0631", "discount", "\u062a\u062e\u0641\u06cc\u0641", "po_number", "\u0634\u0645\u0627\u0631\u0647 PO", "terms", "\u0642\u0648\u0627\u0646\u06cc\u0646", "public_notes", "Public Notes", "private_notes", "\u0646\u0648\u0634\u062a\u0647 \u062e\u0635\u0648\u0635\u06cc", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u062a\u0648\u0636\u06cc\u062d\u0627\u062a", "unit_cost", "\u0642\u06cc\u0645\u062a \u0648\u0627\u062d\u062f", "quantity", "\u062a\u0639\u062f\u0627\u062f", "add_item", "Add Item", "contact", "Contact", "work_phone", "\u062a\u0644\u0641\u0646", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u06cc\u062e \u067e\u0631\u062f\u0627\u062e\u062a", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0645\u0627\u0644\u06cc\u0627\u062a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Karty kredytowe i banki", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Ustawienia P\u0142atno\u015bci", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Oczekuj\u0105ce", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj dostawc\u0119 p\u0142atno\u015bci", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj do faktury :invoice", _s17_11, _s17_12, "week", "Tydzie\u0144", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Waluta faktury", "range", "Zakres", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Utw\xf3rz projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Op\u0142ata do faktury :amount wynosi\u0107 b\u0119dzie :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "Po zapisaniu", "view_record", "Podgl\u0105d rekordu", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Zatwierd\u017a", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Waluta klienta", _s16_14, "Waluta firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, "Zako\u0144czono sukcesem oznaczenia zobowi\u0105zania jako zap\u0142acone", _s22_26, "Zaznaczono zobowi\u0105zania do zap\u0142acenia", _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", _s17_185, "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Pokazuj podgl\u0105d PDF", _s21_20, "Wy\u015bwietlanie podgl\u0105du PDF podczas edycji faktur", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Klikni\u0119cie zaznaczonego", "hide_preview", "Ukryj podgl\u0105d", "edit_record", "Edycja rekordu", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ustaw has\u0142o", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nazwa Od", _s16_23, "Powiel do wydatk\xf3w", _s17_19, "Wydatek odnawialny", _s18_19, "Wydatki odnawialne", _s21_22, "Nowy wydatek odnawialny", _s22_27, "Edycja wydatku odnawialnego", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s28_81, _s25_7, _s28_81, "last_sent_date", "Data ostatniej wysy\u0142ki", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Analityka Google", _s28_2, _s28_3, "decimal_comma", "Dziesi\u0119tne jako przecinek", _s26_6, "U\u017cywaj przecinka jako cz\u0119\u015bci dziesi\u0119tne w formularzach", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Przewodnik u\u017cytkownika", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, "Dzisiaj jest ostatni dzie\u0144 okresu testowego planu Pro, kliknij aby zaktualizowa\u0107.", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Czas wysy\u0142ki", "import_data", "Importuj dane", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, "Wszystkie sesje zosta\u0142y pomy\u015blnie zako\u0144czone", _s16_35, "Zako\u0144cz wszystkie sesje", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ostatnia aktualizacja", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktywuj", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Ustaw subdomen\u0119 lub wy\u015bwietl faktur\u0119 na swojej stronie.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, "Podgl\u0105d format\xf3w daty", "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, "W\u0142a\u015bciciel konta mo\u017ce przej\u015b\u0107 na plan p\u0142atny, aby w\u0142\u0105czy\u0107 zaawansowane ustawienia zaawansowane", _s20_27, "Zaktualizuj do p\u0142atnego planu aby w\u0142\u0105czy\u0107 zaawansowane ustawienia", _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, "Zezwalaj na anulowania", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Wersja testowa w\u0142\u0105czona", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan mapy", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subskrypcje", _s16_41, _s16_42, _s17_29, "Edytuj subskrypcj\u0119", _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdomena jest niedost\u0119pna", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minut", _s16_48, "Czas wygasania has\u0142a", _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "W\u0142\u0105cz emaile, cykliczne faktury i powiadomienia", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Pon\xf3w zaproszenie", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Wy\u015blij SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, "Wymagaj has\u0142a przy logowaniu spo\u0142eczno\u015bciowym", "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, "Czas wygaszania sesji w przegl\u0105darce", _s17_34, "Ustawienia bezpiecze\u0144stwa", "resend_email", "Wy\u015blij ponownie email", _s26_10, _s33_12, _s16_53, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Poka\u017c akcje", _s17_36, "Rozpocznij zaznaczanie wielu", _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_39, "Konwertuj do faktury", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Zapis i Podgl\u0105d", "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Kwota przeliczona", _s17_38, _s17_39, _s22_31, "Konwertowanie zap\u0142acono", _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Ca\u0142kowity koszt", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Poka\u017c", "hide", "Ukryj", "empty_columns", "Puste kolumny", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Zadania w trakcie", "recent_tasks", "Ostatnie zadania", "recent_expenses", "Ostatnie wydatki", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_16, _s29_7, "select_file", "Wybierz plik", _s16_62, _s16_63, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Us\u0142uga", "clone_to", "Powiel do", "clone_to_other", "Powiel do Innych", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_24, _s24_25, _s24_26, "Op\u0142acone faktury s\u0105 zablokowane", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura razem", "quote_total", "Oferta razem", "credit_total", "Credit Total", _s23_19, "Faktura razem", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Ostrze\u017cenie", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kod CVV", "client_name", "Nazwa klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorie wydatk\xf3w", _s20_48, "Nowa kategoria wydatk\xf3w", _s21_46, _s21_47, _s24_29, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_30, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_20, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_31, "Usuni\u0119to kategori\u0119", _s24_32, _s37_7, _s25_21, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_23, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "\u015aled\u017a op\u0142acony koszt", _s18_48, "Utw\xf3rz faktur\u0119", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, "Powiel do odnawialnych", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Razem podatki", "line_taxes", "Line Taxes", "total_fields", "Suma p\xf3l", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_38, "Pierwszy dzie\u0144 miesi\u0105ca", _s21_51, "Ostatni dzie\u0144 miesi\u0105ca", _s17_51, _s17_52, "endless", "Nieograniczone", "next_send_date", "Najbli\u017csza data wysy\u0142ki", _s16_70, "Ilo\u015b\u0107 powt\xf3rze\u0144", _s17_53, "Faktura cykliczna", _s18_51, "Faktury cykliczne", _s21_53, "Nowa faktura cykliczna", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_29, "Faktura cykliczna zosta\u0142a usuni\u0119ta.", _s25_30, _s38_11, _s26_14, "Faktura cykliczna zosta\u0142a przywr\xf3cona", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Data wys\u0142ania", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Wy\u015blij E-Mail", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Logi systemu", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_35, _s24_36, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etykieta", "client_number", "Numer klienta", "auto_convert", "Auto Convert", "company_name", "Nazwa firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, "Ostatnio wys\u0142ane przypomnienie", "pdf_page_info", "Strona :current z :total", _s16_74, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", "Wys\u0142ano zobowi\u0105zanie", "gateway", "Dostawca p\u0142atno\u015bci", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Godziny", "statement", "Wyci\u0105g", "taxes", "Podatki", "surcharge", "Dop\u0142ata", "apply_payment", "Apply Payment", "apply_credit", "Zastosuj kredyt", "apply", "Zastosuj", "unapplied", "Unapplied", "select_label", "Wybierz etykiet\u0119", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Typ p\u0142atno\u015bci", "last_login_at", "Ostanie logowanie", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Kwota netto", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadchodz\u0105ce faktury", _s17_65, _s17_66, "recent_payments", "Ostatnie p\u0142atno\u015bci", "upcoming_quotes", "Nadchodz\u0105ce oferty", "expired_quotes", "Wygas\u0142e oferty", "create_client", "Create Client", "create_invoice", "Utw\xf3rz Faktur\u0119", "create_quote", "Stw\xf3rz ofert\u0119", "create_payment", "Create Payment", "create_vendor", "Utw\xf3rz dostawc\u0119", "update_quote", "Update Quote", "delete_quote", "Usu\u0144 ofert\u0119", "update_invoice", "Update Invoice", "delete_invoice", "Usu\u0144 faktur\u0119", "update_client", "Update Client", "delete_client", "Usu\u0144 klienta", "delete_payment", "Usu\u0144 p\u0142atno\u015b\u0107", "update_vendor", "Update Vendor", "delete_vendor", "Usu\u0144 dostawc\u0119", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Usu\u0144 wydatek", "create_task", "Stw\xf3rz zadanie", "update_task", "Update Task", "delete_task", "Usu\u0144 zadanie", "approve_quote", "Approve Quote", "off", "Wy\u0142aczono", "when_paid", "Kiedy zap\u0142acono", "expires_on", "Expires On", "free", "Darmowe", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", "Uruchom ponownie aplikacj\u0119 po po\u0142\u0105czeniu z Internetem", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Edytuj token", "created_token", "Token zosta\u0142 utworzony", "updated_token", "Token zosta\u0142 zaktualizowany", "archived_token", "Token zosta\u0142 zarchiwizowany", "deleted_token", "Token zosta\u0142 usuni\u0119ty", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edytuj warunki p\u0142atno\u015bci", _s20_57, "Utworzono termin p\u0142atno\u015bci", _s20_58, "Zaktualizowano termin p\u0142atno\u015bci", _s21_56, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Wy\u015blij z Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kwota kredytu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Doliczanie do kwoty", "inclusive", "Wliczanie w kwot\u0119", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Szukaj dokument\xf3w", "search_designs", "Search Designs", "search_invoices", "Szukaj faktur", "search_clients", "Szukaj klient\xf3w", "search_products", "Szukaj produkt\xf3w", "search_quotes", "Szukaj ofert", "search_credits", "Szukaj zobowi\u0105za\u0144", "search_vendors", "Szukaj dostawc\xf3w", "search_users", "Szukaj u\u017cytkownik\xf3w", _s16_86, "Szukaj stawek podatkowych", "search_tasks", "Szukaj zada\u0144", "search_settings", "Szukaj ustawie\u0144", "search_projects", "Szukaj projekt\xf3w", "search_expenses", "Szukaj wydatk\xf3w", "search_payments", "Szukaj p\u0142atno\u015bci", "search_groups", "Szukaj grup", "search_company", "Szukaj w firmie", "search_document", "Szukaj 1 dokumentu", "search_design", "Search 1 Design", "search_invoice", "Szukaj 1 faktury", "search_client", "Szukaj 1 klienta", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_77, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_79, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Data wyczyszczenia", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dni", "age_group_30", "30 - 60 dni", "age_group_60", "60 - 90 dni", "age_group_90", "90 - 120 dni", "age_group_120", "ponad 120 dni", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Szczeg\xf3\u0142y faktury", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Uprawnienia", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count wys\u0142ana faktura", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Usu\u0144 konto", _s22_47, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "W\u0142\u0105czone modu\u0142y", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "load_design", "Za\u0142aduj projekt", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propozycje", "tickets", "Tickets", _s16_98, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_61, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Zobowi\u0105zania", "new_credit", "Wprowad\u017a kredyt", "edit_credit", "Edytuj kredyt", "created_credit", "Kredyt zosta\u0142 utworzony", "updated_credit", "Zaktualizowano kredyt", "archived_credit", "Kredyt zarchiwizowano", "deleted_credit", "Kredyt zosta\u0142 usuni\u0119ty", "removed_credit", _s27_36, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_100, "Zarchiwizowano :count zobowi\u0105zania", "deleted_credits", "Usuni\u0119to :count zobowi\u0105zania", _s16_101, _s36_9, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Wi\u0119cej informacji", "integrations", "Integracje", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numer", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Razem", "blank", "Puste", "day", "Dzie\u0144", "month", "Miesi\u0105c", "year", "Rok", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuj wed\u0142ug", "credit_balance", "Saldo kredytowe", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Numer telefonu kontaktu", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica dostawy", _s17_86, "Numer domu dostawy", "shipping_city", "Miasto dostawy", "shipping_state", "Wojew\xf3dztwo/Powiat dostawy", _s20_61, "Kod pocztowy dostawy", _s16_132, "Pa\u0144stwo dostawy", _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Numer klienta", "assigned_to", "Assigned to", "created_by", "Utworzono przez :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolumny", "aging", "Odk\u0142adanie", "profit_and_loss", "Zysk i strata", "reports", "Raporty", "report", "Raport", "add_company", "Dodaj firm\u0119", "unpaid_invoice", "Niezap\u0142acona faktura", "paid_invoice", _s17_185, _s16_136, _s16_137, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Zaznaczanie wielu", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma cz\u0119\u015bciowa", "line_total", "Warto\u015b\u0107 pozycji", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_173, "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Tak", "no", "Nie", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Podgl\u0105d", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Wybierz klienta", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Ustawienia podatk\xf3w", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_44, _s20_69, "options", "Opcje", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Wy\u015blij", _s16_144, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Numery noty", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Zaplanuj", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email oferty", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Zezw\xf3l u\u017cytkownikowi na zarz\u0105dzanie u\u017cytkownikami, edytowanie ustawie\u0144 oraz wszystkich danych.", "user_management", "Zarz\u0105dzanie u\u017cytkownikami", "users", "U\u017cytkownicy", "new_user", "Nowy u\u017cytkownik", "edit_user", "Edytuj u\u017cytkownika", "created_user", _s25_37, "updated_user", "U\u017cytkownik zosta\u0142 zaktualizowany", "archived_user", "U\u017cytkownik zosta\u0142 zarchiwizowany", "deleted_user", "U\u017cytkownik zosta\u0142 usuni\u0119ty", "removed_user", _s25_40, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_92, 'Ukryj pole "Zap\u0142acono"', _s22_55, 'Wy\u015bwietlaj "Zap\u0142acono" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_31, "Za\u0142\u0105czniki", _s28_21, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_153, "Poka\u017c nag\u0142\xf3wek na", _s16_154, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Czcionka podstawowa", "secondary_font", "Czcionka dodatkowa", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar czcionki", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki p\u0142atno\u015bci", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automatycznie konwertuj", _s23_34, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_94, _s17_95, "freq_daily", "Codziennie", "freq_weekly", "Co tydzie\u0144", "freq_two_weeks", "Co dwa tygodnie", "freq_four_weeks", "Co cztery tygodnie", "freq_monthly", "Co miesi\u0105c", "freq_two_months", "Dwa miesi\u0105ce", _s17_96, "Co trzy miesi\u0105ce", _s16_155, "Cztery miesi\u0105ce", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_156, "Three Years", "never", "Nigdy", "company", "Company", _s17_97, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "W\u0142asny CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Przycisk wyboru do warunk\xf3w faktury", _s30_9, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_35, "Przycisk wyboru do warunk\xf3w oferty", _s28_22, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_42, "Podpis na fakurze", _s30_10, "Wymagaj od klienta podpisania faktury", _s23_36, "Podpis na ofercie", _s22_57, "Faktury chronione has\u0142em", _s27_38, "Zezwala na utworzenie hase\u0142 dla ka\u017cdego kontaktu. Je\u015bli has\u0142o zostanie ustanowione, u\u017cytkownik b\u0119dzie musia\u0142 poda\u0107 has\u0142o, aby przegl\u0105da\u0107 faktury.", "authorization", "Autoryzacja", "subdomain", "Subdomena", "domain", "Domena", "portal_mode", "Tryb portalu", "email_signature", "Z wyrazami szacunku,", _s24_39, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Za\u0142\u0105cz PDF", _s16_160, "Za\u0142\u0105cz dokumenty", "attach_ubl", "Za\u0142\u0105cz UBL", "email_style", "Email Style", _s19_46, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Odpowiedz do", "bcc_email", "UDW Email", "processed", "Processed", "credit_card", "Karta Kredytowa", "bank_transfer", "Przelew bankowy", "priority", "Priorytet", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktywuj min", "enable_max", "Aktywuj max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_49, "Zaktualizuj dane adresowe klienta na podstawie dostarczonych informacji", "rate", "Stawka", "tax_rate", "Stawka podatkowa", "new_tax_rate", "Nowa stawka podatkowa", "edit_tax_rate", "Edytuj stawk\u0119 podatkow\u0105", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_86, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_71, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_165, _s16_166, _s21_75, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Format waluty", _s21_76, "Pierwszy dzie\u0144 tygodnia", _s23_40, "Pierwszy miesi\u0105c roku", "sunday", "Niedziela", "monday", "Poniedzia\u0142ek", "tuesday", "Wtorek", "wednesday", "\u015aroda", "thursday", "Czwartek", "friday", "Pi\u0105tek", "saturday", "Sobota", "january", "Stycze\u0144", "february", "Luty", "march", "Marzec", "april", "Kwiecie\u0144", "may", "Maj", "june", "Czerwiec", "july", "Lipiec", "august", "Sierpie\u0144", "september", "Wrzesie\u0144", "october", "Pa\u017adziernik", "november", "Listopad", "december", "Grudzie\u0144", "symbol", "Symbol", "ocde", "Code", "date_format", "Format daty", "datetime_format", "Format daty i godziny", "military_time", "24 godzinny czas", _s18_87, "Wy\u015bwietlanie czasu 24 godzinnego", "send_reminders", "Wy\u015blij przypomnienia", "timezone", "Strefa czasowa", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_109, "Ustawienia zaawansowane", "company_details", "Dane firmy", "user_details", "Dane u\u017cytkownika", "localization", "Lokalizacja", "online_payments", "P\u0142atno\u015bci online", "tax_rates", "Stawki podatkowe", "notifications", "Powiadomienia", "import_export", "Import | Eksport danych", "custom_fields", "Dostosowane pola", "invoice_design", "Motyw faktury", "buy_now_buttons", "Przyciski Kup Teraz", "email_settings", "Ustawienia e-mail", _s23_42, "Szablony i przypomnienia", _s22_58, _s20_73, _s19_55, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Warunki korzystania z Serwisu", "privacy_policy", "Polityka prywatno\u015bci", "sign_up", "Zapisz si\u0119", "account_login", "Logowanie", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Dodaj nowy/now\u0105", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Pobierz", _s27_43, _s27_63, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Skonwertowano", _s24_45, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_180, "Konwertuj walut\u0119", "mark_paid", "Oznacz jako zap\u0142acon\u0105", "category", "Kategoria", "address", "Adres", "new_vendor", "Nowy dostawca", "created_vendor", "Dostawca zosta\u0142 utworzony", "updated_vendor", "Zaktualizowano dostawc\u0119", "archived_vendor", "Dostawca zosta\u0142 zarchiwizowany", "deleted_vendor", "Dostawca zosta\u0142 usuni\u0119ty", "restored_vendor", "Dostawca zosta\u0142 przywr\xf3cony", _s16_181, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_182, _s36_11, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_183, _s30_49, "deleted_expense", _s24_93, _s16_184, "Wydatek zosta\u0142 przywr\xf3cony", _s17_115, _s30_49, _s16_185, _s24_93, _s17_116, _s37_14, "copy_shipping", "Kopiuj dostaw\u0119", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Zafakturowano", "logged", "Zapisano", "running", "W trakcie", "resume", "Wzn\xf3w", "task_errors", "Prosz\u0119 skoryguj nak\u0142adaj\u0105ce si\u0119 czasy", "start", "Rozpocznij", "stop", "Zatrzymaj", "started_task", _s25_48, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_50, "now", "Teraz", _s16_186, _s16_187, "timer", "Odliczanie czasu", "manual", "Wprowad\u017a r\u0119cznie", "budgeted", "Budgeted", "start_time", "Czas rozpocz\u0119cia", "end_time", "Zako\u0144czono", "date", "Data", "times", "Razy/Okresy", "duration", "Czas trwania", "new_task", "Nowe zadanie", "created_task", "Pomy\u015blnie utworzono zadanie", "updated_task", "Pomy\u015blnie zaktualizowano zadanie", "archived_task", "Zadania zosta\u0142o zarchiwizowane", "deleted_task", "Usuni\u0119to zadanie", "restored_task", "Zadanie zosta\u0142o przywr\xf3cone", "archived_tasks", "Zarchiwizowano :count zadania/zada\u0144", "deleted_tasks", "Usuni\u0119to :count zadania/zada\u0144", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_188, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_189, "Przywr\xf3cono projekt", _s17_117, "Zarchiwizowano :count projekt\xf3w", _s16_190, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_118, _s37_15, "new_project", "Nowy projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliknij tutaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Stopka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Zaloguj si\u0119 przez Google", "today", "Today", "custom_range", "Okre\u015blony okres", "date_range", "Zakres czasowy", "current", "Obecny", "previous", "Poprzedni", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Ostatnie 7 dni", "last_week", "Ostatni tydzie\u0144", "last30_days", "Ostatnie 30 dni", "this_month", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_191, "Powiel do Faktury", "clone_to_quote", "Powiel do Oferty", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobacz faktur\u0119", "convert", "Convert", "more", "Wi\u0119cej", "edit_client", "Edytuj klienta", "edit_product", "Edytuj produkt", "edit_invoice", "Edytuj faktur\u0119", "edit_quote", "Edytuj ofert\u0119", "edit_payment", "Edytuj p\u0142atno\u015b\u0107", "edit_task", "Edytuj zadanie", "edit_expense", "Edytuj wydatek", "edit_vendor", "Edytuj dostawc\u0119", "edit_project", "Edytuj projekt", _s20_74, _s20_75, "billing_address", "Adres rozliczeniowy", _s16_193, "Adres dostawy", "total_revenue", "Ca\u0142kowity doch\xf3d", "average_invoice", "\u015arednia warto\u015b\u0107", "outstanding", "Zaleg\u0142o\u015bci", "invoices_sent", ":count wys\u0142anych faktur", "active_clients", "aktywni klienci", "close", "Zamknij", "email", "Email", "password", "Has\u0142o", "url", "URL", "secret", "Tajny", "name", "Nazwa", "logout", "Wyloguj si\u0119", "login", "Zaloguj", "filter", "Filtruj", "sort", "Sortuj", "search", "Szukaj", "active", "Aktywny", "archived", "Zarchiwizowano", "deleted", "Usuni\u0119te", "dashboard", "Pulpit", "archive", "Archiwum", "delete", "Usu\u0144", "restore", "Przywr\xf3\u0107", _s16_195, "Od\u015bwie\u017canie zako\u0144czone", _s23_43, "Wprowad\u017a adres E-Mail", _s26_34, "Wprowad\u017a has\u0142o", _s21_83, "Wprowad\u017a adres URL", _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_121, _s17_122, "paid_to_date", "Zap\u0142acono", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_173, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Imi\u0119", "last_name", "Nazwisko", "add_contact", "Dodaj kontakt", "are_you_sure", "Jeste\u015b pewny?", "cancel", "Anuluj", "ok", "Ok", "remove", "Usu\u0144", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_201, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_202, "Przywr\xf3cono produkt", _s17_123, _s37_23, _s16_203, "Usuni\u0119to :count produkt\xf3w", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notatki", "cost", "Koszt", "client", "Klient", "clients", "Klienci", "new_client", "Nowy klient", "created_client", "Klient zosta\u0142 utworzony", "updated_client", "Klient zosta\u0142 zaktualizowany", "archived_client", "Klient zosta\u0142 zarchiwizowany", _s16_204, "Zarchiwizowano :count klient\xf3w", "deleted_client", "Klient zosta\u0142 usuni\u0119ty", "deleted_clients", "Usuni\u0119to :count klient\xf3w", "restored_client", "Klient zosta\u0142 przywr\xf3cony", _s16_205, _s36_13, "address1", "Ulica", "address2", "Nr", "city", "Miasto", "state", "Wojew\xf3dztwo", "postal_code", "Kod pocztowy", "country", "Kraj", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nowa faktura", "created_invoice", "Faktura zosta\u0142a utworzona", "updated_invoice", "Faktura zosta\u0142a zaktualizowana", _s16_206, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_207, "Faktura zosta\u0142a przywr\xf3cona", _s17_125, "Zarchiwizowano :count faktury", _s16_208, "Usuni\u0119to :count faktury", _s17_126, _s37_17, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_59, "amount", "Kwota", "invoice_number", "Numer Faktury", "invoice_date", "Data Faktury", "discount", "Rabat", "po_number", "Numer zam\xf3wienia", "terms", "Warunki", "public_notes", "Notatki publiczne", "private_notes", "Prywatne notatki", "frequency", "Cz\u0119stotliwo\u015b\u0107", "start_date", "Pocz\u0105tkowa data", "end_date", "Ko\u0144cowa data", "quote_number", "Numer oferty", "quote_date", "Data oferty", "valid_until", "Wa\u017cne do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena brutto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Razem warto\u015b\u0107", "pdf", "PDF", "due_date", "Termin p\u0142atno\u015bci", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, "Kliknij + aby doda\u0107", _s22_61, "Kliknij + aby doda\u0107 czas", "count_selected", "zaznaczono :count", "total", "Razem", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "J\u0119zyk", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Stawka VAT", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acono", "mark_sent", "Oznacz jako wys\u0142ane", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gotowe", _s37_18, _s37_19, "dark_mode", "Tryb ciemny", _s27_53, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Od\u015bwie\u017canie danych", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_211, "Brak rekord\xf3w", "clone", "Powiel", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Suma netto", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Email Reminders", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", _s22_120, "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", _s22_120, "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Wy\u015blij", "subject", "Temat", "body", "Tre\u015b\u0107", "send_email", "Wy\u015blij email", "email_receipt", "Wy\u015blij potwierdzenie zap\u0142aty do klienta", "auto_billing", "Auto billing", "button", "Button", "preview", "Podgl\u0105d", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_85, "Numer referencyjny transakcji", "enter_payment", "Wprowad\u017a p\u0142atno\u015b\u0107", "new_payment", "Nowa p\u0142atno\u015b\u0107", "created_payment", "P\u0142atno\u015b\u0107 zosta\u0142a utworzona", "updated_payment", "P\u0142atno\u015b\u0107 zosta\u0142a zaktualizowana", _s16_219, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_220, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_130, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_221, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_131, _s37_20, "quote", "Oferta", "quotes", "Oferty", "new_quote", "Nowa oferta", "created_quote", "Oferta zosta\u0142a utworzona", "updated_quote", "Oferta zosta\u0142a zaktualizowana", "archived_quote", "Oferta zosta\u0142a zarchiwizowana", "deleted_quote", "Oferta zosta\u0142a usuni\u0119ta", "restored_quote", "Oferta zosta\u0142a przywr\xf3cona", "archived_quotes", "Zarchiwizowano :count ofert", "deleted_quotes", "Usuni\u0119to :count ofert", "restored_quotes", _s35_22, "expense", "Wydatek", "expenses", "Wydatki", "vendor", "Dostawca", "vendors", "Dostawcy", "task", "Zadanie", "tasks", "Zadania", "project", "Projekt", "projects", "Projekty", "activity_1", ":user stworzy\u0142 klienta :client", "activity_2", ":user zarchiwizowa\u0142 klienta :client", "activity_3", ":user usun\u0105\u0142 klienta :client", "activity_4", ":user stworzy\u0142 faktur\u0119 :invoice", "activity_5", ":user zaktualizowa\u0142 faktur\u0119 :invoice", "activity_6", ":user wys\u0142a\u0142 faktur\u0119 :invoice dla :client do :contact", "activity_7", ":contact obejrza\u0142 faktur\u0119 :invoice dla :client", "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", ":contact wprowadzi\u0142 p\u0142atno\u015b\u0107 :payment o warto\u015bci :payment_amount faktury :invoice dla :client", "activity_11", ":user zaktualizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_12", ":user zarchiwizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_13", ":user usun\u0105\u0142 p\u0142atno\u015b\u0107 :payment", "activity_14", ":user wprowadzi\u0142 kredyt :credit", "activity_15", ":user zaktualizowa\u0142 kredyt :credit", "activity_16", ":user zarchiwizowa\u0142 kredyt :credit", "activity_17", ":user usun\u0105\u0142 kredyt :credit", "activity_18", ":user stworzy\u0142 ofert\u0119 :quote", "activity_19", ":user zakatualizowa\u0142 ofert\u0119 :quote", "activity_20", _s50_9, "activity_21", ":contact wy\u015bwietli\u0142 ofert\u0119 :quote", "activity_22", ":user zarchiwizowa\u0142 ofert\u0119 :quote", "activity_23", ":user usun\u0105\u0142 ofert\u0119 :quote", "activity_24", ":user przywr\xf3ci\u0142 ofert\u0119 :quote", "activity_25", ":user przywr\xf3ci\u0142 faktur\u0119 :invoice", "activity_26", ":user przywr\xf3ci\u0142 klienta :client", "activity_27", ":user przywr\xf3ci\u0142 p\u0142atno\u015b\u0107 :payment", "activity_28", ":user przywr\xf3ci\u0142 kredyt :credit", "activity_29", _s42_13, "activity_30", ":user utworzy\u0142 dostawc\u0119 :vendor", "activity_31", ":user zarchiwizowa\u0142 dostawc\u0119 :vendor", "activity_32", ":user usun\u0105\u0142 dostawc\u0119 :vendor", "activity_33", ":user przywr\xf3ci\u0142 dostawc\u0119 :vendor", "activity_34", ":user utworzy\u0142 wydatek :expense", "activity_35", ":user zarchiwizowa\u0142 wydatek :expense", "activity_36", ":user usun\u0105\u0142 wydatek :expense", "activity_37", ":user przywr\xf3ci\u0142 wydatek :expense", "activity_39", ":user anulowa\u0142 p\u0142atno\u015b\u0107 na :payment_amount nr. :payment", "activity_40", _s64_, "activity_41", "p\u0142atno\u015b\u0107 :payment_amount (:payment) nieudana", "activity_42", ":user stworzy\u0142 zadanie :task", "activity_43", ":user zaktualizowa\u0142 zadanie :task", "activity_44", ":user zarchiwizowa\u0142 zadanie :task", "activity_45", ":user usun\u0105\u0142 zadanie :task", "activity_46", ":user przywr\xf3ci\u0142 zadanie :task", "activity_47", ":user zaktualizowa\u0142 wydatek :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user otworzy\u0142 zg\u0142oszenie\xa0:ticket ponownie\xa0", "activity_55", ":contact odpowiedzia\u0142 w zg\u0142oszeniu :ticket", "activity_56", ":user ogl\u0105da\u0142 zg\u0142oszenie\xa0:ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Licznik numeru faktury", _s20_79, _s20_80, _s20_81, "Licznik numeru oferty", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "Klienta Ulica Dostawy", _s24_57, "Klienta numer budynku dostawy", "type", "Typ", "invoice_amount", "Kwota faktury", _s16_226, "Termin P\u0142atno\u015bci", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "P\u0142atno\u015b\u0107 Automatyczna", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Nazwa podatku", "tax_amount", "Warto\u015b\u0107 podatku", "tax_paid", "Podatek zap\u0142acony", "payment_amount", "Kwota p\u0142atno\u015bci", "age", "Wiek", "is_running", "Is Running", "time_log", "Rejestr czasu", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Kategoria wydatku", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s27_85, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Configura\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situa\xe7\xe3o", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adicionar na fatura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Fatura", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para uma fatura de :amount seria de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Carregar PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Pago", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente limpo com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Pequeno", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Definir Senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s28_82, _s25_6, _s38_2, _s26_5, _s41_16, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "V\xedrgula em decimais", _s26_6, "Usar v\xedrgula como separador para campos decimais nos formul\xe1rios", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Usu\xe1rio", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, 'O per\xedodo de testes do plano "Pro", termina em :count dias, clique para atualizar.', _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contato", _s17_23, "\xdaltimo Nome do Contato", "order", "Order", "unassigned", "N\xe3o Designado", "partial_value", "Precisa ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Habilitar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Definir o subdom\xednio ou mostrar a fatura em seu pr\xf3prio website", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modificado", "subscription", "Assinatura", "subscriptions", "Assinaturas", _s16_41, "Nova Assinatura", _s17_29, "Ediar Assinatura", _s20_29, "Assinatura criada com sucesso", _s20_30, "Assinatura atualizada com sucesso", _s21_34, "Assinatura arquivada com sucesso", _s20_31, "Assinatura apagada com sucesso", _s20_32, "Assinatura removida com sucesso", _s21_35, "Assinatura restaurada com sucesso", _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, "Altera\xe7\xf5es no c\xf3digo podem estar bloqueando a atualiza\xe7\xe3o, voc\xea pode executar esse comando para descartar as mudan\xe7as:", _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Reenviar Convite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_36, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autentica\xe7\xe3o em 2 Fatores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s21_143, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "To update run", _s18_39, "Converter em Fatura", _s16_54, _s16_55, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s19_111, _s16_60, "Quantia Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Selecione um arquivo", _s16_62, _s16_63, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "Modo HTML", "html_mode_help", _s43_1, "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Tela cheia", "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servi\xe7o", "clone_to", "Clonar para", "clone_to_other", "Clonar para outro", "labels", "Etiquetas", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "N\xe3o Pago", "white_label", "Sem marca", "delivery_note", "Nota de Entrega", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Proposta expirada", "partial_due", _s18_176, "invoice_total", "Total da Fatura", "quote_total", _s18_177, "credit_total", "Total do Cr\xe9dito", _s23_19, "Total da Fatura", "actions", "A\xe7\xf5es", "expense_number", "N\xba da Despesa", "task_number", "N\xba da Tarefa", "project_number", "N\xba do Projeto", "project_name", "Nome do projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de tarefa padr\xe3o", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Situa\xe7\xe3o", "task_statuses", "Status da tarefa", "new_task_status", "Novo Status da tarefa", _s16_64, "Editar Status da Tarefa", _s19_30, "Status da tarefa criado com sucesso", _s19_31, "Status da tarefa atualizado com sucesso", _s20_38, "Status da tarefa arquivado com sucesso", _s19_32, "Status da tarefa apagado com sucesso", _s19_33, "Status da tarefa removido com sucesso", _s20_39, "Status da tarefa restaurado com sucesso", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "Encontrado 1 Status da Tarefa", _s20_41, "Encontrado :count Status da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_42, "Registro das tarefas de fatura", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, _s21_47, _s24_29, "Categoria de despesas criada com sucesso", _s24_30, "Categoria de despesas atualizada com sucesso", _s25_20, "Categoria de despesas arquivada com sucesso", _s24_31, "Categoria exclu\xedda com sucesso", _s24_32, _s37_7, _s25_21, "Categoria de despesas restaurada com sucesso", _s27_23, ":count categorias de despesas arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Mostrar op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Dever\xe1 ser Faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Line Taxes", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Gateway Refund", _s19_34, "Processe o reembolso com o portal de pagamento", "due_date_days", "Data de vencimento", "paused", "Pausado", "mark_active", "Marcar como Ativo", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, "Utilizar Termos de Pagamento", "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Fatura Recorrente", _s18_51, "Faturas Recorrentes", _s21_53, "Nova Fatura Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Fatura Recorrente arquivada com sucesso", _s25_29, "Fatura recorrente exclu\xedda com sucesso", _s25_30, _s38_30, _s26_14, "Fatura Recorrente restaurada com sucesso", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Item de linha", _s18_53, _s29_63, _s23_22, _s35_12, _s19_35, _s24_95, _s24_34, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha de reconcilia\xe7\xe3o", _s30_5, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Visualizar portal", "copy_link", "Link de c\xf3pia", "token_billing", "Salvar detalhes do cart\xe3o", _s24_35, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "R\xf3tulo", "client_number", "N\xfamero do Cliente", "auto_convert", "Auto Convers\xe3o", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_10, "gateway", "Gateway", "view_in_stripe", "Ver em Listra", "rows_per_page", "Linhas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", _s17_190, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nome do Registro", "file_type", "Tipo de Arquivo", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Exame de sa\xfade", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo login em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_51, "Email de pagamento online", _s20_53, _s25_80, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Faturas", _s17_65, "Faturas Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_192, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Excluir Tarefa", "approve_quote", "Aprovar Cota\xe7\xe3o", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gratuito", "plan", "Plano", "show_sidebar", "Exibir Barra Lateral", "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", _s24_98, "search_token", _s17_194, "token", "Token", "tokens", "Tokens", "new_token", "Novo Token", "edit_token", "Editar Token", "created_token", "Token criado com sucesso", "updated_token", "Token atualizado com sucesso", "archived_token", "Token arquivado com sucesso", "deleted_token", "Token exclu\xeddo com sucesso", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registro de cliente", _s24_37, "Permitir que os clientes se auto-registrem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Fatura por Email", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", "Pagamento por Email", _s20_56, "O cliente n\xe3o tem um endere\xe7o de e-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registros", "owned_by_user", "Propriedade do usu\xe1rio", _s16_80, _s16_316, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Condi\xe7\xe3o de Pagamento", _s20_57, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_58, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_56, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_38, "Mudar para o layout da \xe1rea de trabalho?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Quantia de Cr\xe9dito", "quote_amount", "Valor da cota\xe7\xe3o", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Exibir Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_184, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Fatura Cancelada com Sucesso", _s18_59, "Faturas Canceladas com Sucesso", _s16_92, "Fatura Revertida com Sucesso", _s17_76, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Estado/CEP", _s17_79, "CEP/Cidade/Estado", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: Isto ir\xe1 apagar seus dados permanentemente, n\xe3o h\xe1 como defazer esta a\xe7\xe3o.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design salvo com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha de Pagamento", "invoice_sent", ":count fatura enviada", "quote_sent", "Cota\xe7\xe3o enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Fatura visualizada", "quote_viewed", "Cota\xe7\xe3o visualizada", "credit_viewed", "Cr\xe9dito visualizado", "quote_approved", "Cota\xe7\xe3o aprovada", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_47, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_48, "Aviso: Isto ir\xe1 excluir permanentemente sua empresa, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "enabled_modules", "Enabled Modules", "converted_quote", "Cota\xe7\xe3o convertida com sucesso", "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Design", "css_framework", "CSS Framework", "custom_designs", "Designs personalizados", "designs", "Designs", "new_design", "Novo Design", "edit_design", "Editar Design", "created_design", "Design criado com sucesso", "updated_design", "Design atualizado com sucesso", "archived_design", "Design arquivado com sucesso", "deleted_design", "Design exclu\xeddo com sucesso", "removed_design", "Design removido com sucesso", "restored_design", "Design restaurado com sucesso", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propostas", "tickets", "Tickets", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerenciamento da Conta", "credit_date", "Data do Cr\xe9dito", "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Adicionar Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito criado com sucesso", "updated_credit", "Cr\xe9dito atualizado com sucesso", "archived_credit", "Cr\xe9dito arquivado com sucesso", "deleted_credit", "Cr\xe9dito exclu\xeddo com sucesso", "removed_credit", _s28_85, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_100, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_101, _s36_9, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", "Companhia 1 Personalizada", "company2", "Companhia 2 Personalizada", "company3", "Companhia 3 Personalizada", "company4", "Companhia 4 Personalizada", "product1", "Produto 1 Personalizado", "product2", "Produto 2 Personalizado", "product3", "Produto 3 Personalizado", "product4", "Produto 4 Personalizado", "client1", "Cliente 1 Personalizado", "client2", "Cliente 2 Personalizado", "client3", "Cliente 3 Personalizado", "client4", "Cliente 4 Personalizado", "contact1", "Contato 1 Personalizado", "contact2", "Contato 2 Personalizado", "contact3", "Contato 3 Personalizado", "contact4", "Contato 4 Personalizado", "task1", "Tarefa 1 Personalizada", "task2", "Tarefa 2 Personalizada", "task3", "Tarefa 3 Personalizada", "task4", "Tarefa 4 Personalizada", "project1", "Projeto 1 Personalizado", "project2", "Projeto 2 Personalizado", "project3", "Projeto 3 Personalizado", "project4", "Projeto 4 Personalizado", "expense1", "Despesa 1 Personalizada", "expense2", "Despesa 2 Personalizada", "expense3", "Despesa 3 Personalizada", "expense4", "Despesa 4 Personalizada", "vendor1", "Vendedor 1 Personalizado", "vendor2", "Vendedor 2 Personalizado", "vendor3", "Vendedor 3 Personalizado", "vendor4", "Vendedor 4 Personalizado", "invoice1", "Fatura 1 Personalizada", "invoice2", "Fatura 2 Personalizada", "invoice3", "Fatura 3 Personalizada", "invoice4", "Fatura 4 Personalizada", "payment1", "Pagamento 1 Personalizado", "payment2", "Pagamento 2 Personalizado", "payment3", "Pagamento 3 Personalizado", "payment4", "Pagamento 4 Personalizado", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", "Grupo 1 Personalizado", "group2", "Grupo 2 Personalizado", "group3", "Grupo 3 Personalizado", "group4", "Grupo 4 Personalizado", "reset", "Redefinir", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Saldo do Cr\xe9dito", _s18_67, "\xdaltimo Login do Contato", _s17_83, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_59, "Valor personalizado do contato 1", _s21_60, "Valor personalizado do contato 2", _s21_61, "Valor personalizado do contato 3", _s21_62, "Valor personalizado do contato 4", _s17_85, "Rua de envio", _s17_86, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_61, "CEP de envio", _s16_132, "Pa\xeds de envio", _s16_134, "Rua de cobran\xe7a", _s16_135, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_40, "CEP de cobran\xe7a", "billing_country", "Pa\xeds de cobran\xe7a", "client_id", "C\xf3d Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :name", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_63, "Inclui erros recentes dos logs", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Porcentagem da Multa", _s23_28, "Ajustar o percentual de taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_204, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor digite um valor", "deleted_logo", "Logo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Salvo", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, _s17_89, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, "Selecione um cliente", "configure_rates", _s18_192, _s18_75, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_77, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_144, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_324, _s16_145, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_88, _s18_79, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_208, "payment_partial", "Partial Payment", _s21_72, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_147, _s17_195, _s16_149, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_80, "Permite ao usu\xe1rio gerenciar usu\xe1rios, mudar configura\xe7\xf5es e modificar todos os registros", "user_management", "Gerenciamento de Usu\xe1rios", "users", "Usu\xe1rios", "new_user", "Novo Usu\xe1rio", "edit_user", "Editar Usu\xe1rio", "created_user", "Usu\xe1rio criado com sucesso", "updated_user", "Usu\xe1rio atualizado com sucesso", "archived_user", "Usu\xe1rio arquivado com sucesso", "deleted_user", "Usu\xe1rio exclu\xeddo com sucesso", "removed_user", "Usu\xe1rio removido com sucesso", "restored_user", "Usu\xe1rio restaurado com sucesso", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s20_142, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_92, "Ocultar Pago at\xe9 Hoje", _s22_55, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_31, "Embutir Documentos", _s28_21, "Incluir imagens anexas na fatura.", _s16_153, "Exibir Cabe\xe7alho em", _s16_154, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_209, "font_size", "Tamanho da Fonte", "quote_design", "Design do Or\xe7amento", "invoice_fields", "Campos da Fatura", "product_fields", "Campos de Produtos", "invoice_terms", "Condi\xe7\xf5es da Fatura", "invoice_footer", "Rodap\xe9 da Fatura", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Diariamente", "freq_weekly", "Semanalmente", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensalmente", "freq_two_months", "Dois meses", _s17_96, "3 meses", _s16_155, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_193, _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Fatura", _s17_99, "Sobretaxa de Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contato", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Exibir em PDF", _s21_74, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_41, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_9, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_35, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_22, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_42, "Assinatura de Fatura", _s30_10, "Exigir que o cliente providencie sua assinatura", _s23_36, _s23_86, _s22_57, "Proteger Faturas com Senha", _s27_38, "Permite definir uma senha para cada contato. Se uma senha for definida, o contato dever\xe1 informar uma senha antes de visualizar faturas.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Atenciosamente,", _s24_39, "Tornar mais f\xe1cil para os seus clientes efetuarem seus pagamentos acrescentando marca\xe7\xf5es schema.org a seus emails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Design do Email", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_46, "Habilitar Marca\xe7\xe3o", "reply_to_email", "Email para Resposta", "reply_to_name", "Reply-To Name", "bcc_email", "Email CCO", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", "Porcentagem da Multa", "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Habilitar m\xedn", "enable_max", "Habilitar m\xe1x", "min_limit", "M\xedn: :min", "max_limit", "M\xe1x: :max", "min", "Min", "max", "M\xe1x", _s19_47, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_49, "Atualizar o endere\xe7o do cliente com os dados fornecidos", "rate", "Taxa", "tax_rate", "Taxa do Imposto", "new_tax_rate", "Nova Taxa de Imposto", "edit_tax_rate", "Editar Taxa do Imposto", _s16_162, "Taxa de imposto criada com sucesso", _s16_163, "Taxa de imposto atualizada com sucesso", _s17_104, "Taxa de imposto arquivada com sucesso", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-preencher produtos", _s18_86, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_43, _s20_71, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_167, "Gateways de Pagamento", _s19_50, "Novo Gateway", _s20_72, "Editar Gateway", _s23_37, "Gateway criado com sucesso", _s23_38, "Gateway atualizado com sucesso", _s24_40, "Gateway arquivado com sucesso", _s23_39, "Gateway exclu\xeddo com sucesso", _s24_41, "Gateway restaurado com sucesso", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_335, _s21_76, "Primeiro dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de Data", "datetime_format", _s20_144, "military_time", "Formato de Tempo 24h", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_171, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_109, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_154, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_42, "Modelos e Lembretes", _s22_58, _s27_85, _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_42, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Pro", "enterprise_plan", _s17_215, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_46, "Por favor digite o primeiro nome", _s24_43, "Por favor digite o sobrenome", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Cadastro", "account_login", "Login na Conta", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Novo", _s18_92, "Nenhum registro selecionado", _s21_79, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_43, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Autenticado", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_45, _s24_46, "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_182, _s36_11, "new_expense", "Informar Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa exclu\xedda com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas exclu\xeddas com sucesso", _s17_116, _s37_14, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_80, "Falha ao procurar registro", "invoiced", "Faturado", "logged", "Registrado", "running", "Executando", "resume", "Retomar", "task_errors", "Por favor corrija quaisquer tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Timer", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "Hor\xe1rio de In\xedcio", "end_time", "Hor\xe1rio Final", "date", "Data", "times", "Vezes", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada com sucesso", "updated_task", "Tarefa atualizada com sucesso", "archived_task", "Tarefa arquivada com sucesso", "deleted_task", "Tarefa exclu\xedda com sucesso", "restored_task", "Tarefa restaurada com sucesso", "archived_tasks", ":count tarefas arquivadas com sucesso", "deleted_tasks", ":count tarefas exclu\xeddas com sucesso", "restored_tasks", _s34_20, _s19_59, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s28_82, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projetos exclu\xeddos com sucesso", _s17_118, _s37_15, "new_project", "Novo Projeto", _s27_47, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Travado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_47, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", "Login Auto-Hospedado", "google_sign_in", "Entrar com o Google", "today", "Hoje", "custom_range", "Per\xedodo Personalizado", "date_range", "Per\xedodo", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 Dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 Dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este Ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Clonar para Fatura", "clone_to_quote", "Clonar ao Or\xe7amento", "clone_to_credit", "Clone para cr\xe9dito", "view_invoice", "Visualizar fatura", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Fatura", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_193, "Endere\xe7o de envio", "total_revenue", "Faturamento Total", "average_invoice", "M\xe9dia por Fatura", "outstanding", "Em Aberto", "invoices_sent", ":count faturas enviadas", "active_clients", "clientes ativos", "close", "Fechar", "email", "Email", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Login", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisar", "active", "Ativo", "archived", "Arquivado", "deleted", "Exclu\xeddo", "dashboard", "Painel", "archive", "Arquivar", "delete", "Excluir", "restore", "Restaurar", _s16_195, "Refresh Completo", _s23_43, "Por favor digite seu email", _s26_34, "Por favor digite sua senha", _s21_83, "Por favor digite sua URL", _s26_36, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_121, "Um erro ocorreu", "paid_to_date", "Pago at\xe9 Hoje", "balance_due", "Saldo Devedor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "Inscri\xe7\xe3o Municipal", "id_number", "C\xf3digo de identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contatos", "additional", "Adicional", "first_name", "Nome", "last_name", "Sobrenome", "add_contact", "Adicionar contato", "are_you_sure", "Voc\xea tem certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "Email \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado com sucesso", "updated_product", "Produto atualizado com sucesso", _s16_201, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_202, _s30_59, _s17_123, ":count produtos arquivados com sucesso", _s16_203, ":count produtos exclu\xeddos com sucesso", _s17_124, _s37_16, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_205, _s36_13, "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Estado", "postal_code", "CEP", "country", "Pa\xeds", "invoice", "Fatura", "invoices", "Faturas", "new_invoice", "Nova Fatura", "created_invoice", "Fatura criada com sucesso", "updated_invoice", "Fatura atualizada com sucesso", _s16_206, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_207, "Fatura restaurada com sucesso", _s17_125, ":count faturas arquivadas com sucesso", _s16_208, ":count faturas exclu\xeddas com sucesso", _s17_126, _s37_17, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", "Pagamento enviado por email com sucesso", "amount", "Valor", "invoice_number", "N\xfamero da Fatura", "invoice_date", "Data da Fatura", "discount", "Desconto", "po_number", "N\xba Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_344, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o Unit\xe1rio", "quantity", "Quantidade", "add_item", "Adicionar Item", "contact", "Contato", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Status", _s17_127, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_59, "Clique + para adicionar um item", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor digite uma data", _s22_62, _s30_61, _s24_49, "Por favor escolha uma fatura", "task_rate", "Taxa de Tarefas", "settings", "Configura\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de fatura", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", "Marcar como Enviada", _s22_64, "Fatura marcada como enviada com sucesso", _s22_65, "Sucesso! A fatura foi marcada como enviada.", _s23_45, "Faturas marcadas como enviadas com sucesso", _s23_46, "Sucesso! As faturas foram marcadas como enviada.", "done", "Conclu\xeddo", _s37_18, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_53, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_147, "payment_date", _s17_218, "payment_status", "Status do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s19_27, "net", "Vencimento", "client_portal", _s17_219, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_220, "second_reminder", _s16_345, "third_reminder", _s17_221, "reminder1", _s17_220, "reminder2", _s16_345, "reminder3", _s17_221, "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Corpo", "send_email", "Enviar Email", "email_receipt", "Enviar recibo de pagamento ao cliente por email", "auto_billing", "Cobran\xe7a autom\xe1tica", "button", "Bot\xe3o", "preview", "Preview", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_220, "Pagamento restaurado com sucesso", _s17_130, _s40_11, _s16_221, ":count pagamentos exclu\xeddos com sucesso", _s17_131, _s37_20, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_93, "updated_quote", "Or\xe7amento atualizado com sucesso", "archived_quote", "Or\xe7amento aquivado com sucesso", "deleted_quote", "Or\xe7amento exclu\xeddo com sucesso", "restored_quote", "Or\xe7amento restaurado com sucesso", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_22, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user excluiu o cliente :client", "activity_4", ":user criou a fatura :invoice", "activity_5", ":user atualizou a fatura :invoice", "activity_6", ":user enviou a fatura :invoice para :client do :contact", "activity_7", ":contact viu a fatura :invoice para o :client", "activity_8", ":user arquivou a fatura :invoice", "activity_9", ":user excluiu a fatura :invoice", "activity_10", ":contact efetuou o pagamento :payment de :payment_amount da fatura :invoice do cliente :client", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user excluiu o pagamento :payment", "activity_14", ":user adicionou cr\xe9dito :credit", "activity_15", ":user atualizou cr\xe9dito :credit", "activity_16", ":user arquivou o cr\xe9dito de :credit", "activity_17", ":user excluiu cr\xe9dito :credit", "activity_18", ":user criou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote do cliente :client para o contato :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user excluiu :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s30_65, "activity_55", ":contact respondeu o ticket :ticket", "activity_56", ":user visualizou o ticket :ticket", "activity_57", "O sistema falhou ao enviar a fatura :invoice", "activity_58", ": fatura revertida pelo usu\xe1rio: fatura", "activity_59", ": fatura cancelada pelo usu\xe1rio: fatura", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_54, _s32_33, _s29_37, "Mensagem Personalizada de Fatura Atrasada", _s27_58, "Mensagem Personalizada de Fatura Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_90, "Contador Num\xe9rico de Vendedores", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Contador Num\xe9rico de Faturas", _s20_79, _s32_35, _s20_81, "Contador Num\xe9rico de Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_222, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_137, "client_address2", "Complemento", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s19_138, _s24_57, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Exclu\xeddo", "vendor_city", "Cidade do Vendedor", "vendor_state", "Estado do Vendedor", "vendor_country", "Pa\xeds do Vendedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Quantia de Impostos", "tax_paid", "Impostos pagos", "payment_amount", "Quantia de Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_70, _s19_71, _s16_227, "Categoria de Despesa", _s19_72, _s19_73, "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Tax Name 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Cart\xf5es de Cr\xe9dito & Contas Banc\xe1rias", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, "Ativar a Aplica\xe7\xe3o de Pagamentos", _s29_2, "Ajuda \xe0 cria\xe7\xe3o e aplica\xe7\xe3o de pagamentos separadamente", _s16_8, "Defini\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Resumo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Terminal", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Nota de Pagamento Enviada", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Adicionar Pa\xeds", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crie a sua conta em segundos", "login_label", _s28_0, "add_to_invoice", "Adicionar na nota de pagamento :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Nota de Pagamento", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para :amount nota de pag. deve ser :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente apagado com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Defenir senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Visualizar Declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s27_97, _s25_6, _s38_2, _s26_5, _s41_16, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Utilizador", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "L\xedquido", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user criou uma nota de pagamento recorrente :recurring_invoice", "activity_101", ":user atualizou uma nota de pagamento recorrente :recurring_invoice", "activity_102", ":user arquivou uma nota de pagamento recorrente :recurring_invoice", "activity_103", ":user apagou uma nota de pagamento recorrente :recurring_invoice", "activity_104", ":user restaurou uma nota de pagamento recorrente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Nota De Pagamento Criada", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contacto", _s17_23, "\xdaltimo Nome do Contacto", "order", "Order", "unassigned", "N\xe3o atribu\xeddo", "partial_value", "Deve ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ativar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Indique o subdom\xednio ou mostre a nota de pag. no seu site.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo Promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscri\xe7\xe3o", "subscriptions", "Subscri\xe7\xf5es", _s16_41, "Nova Subscri\xe7\xe3o", _s17_29, "Editar Subscri\xe7\xe3o", _s20_29, "Subscri\xe7\xe3o criada com sucesso", _s20_30, "Subscri\xe7\xe3o atualizada com sucesso", _s21_34, "Subscri\xe7\xe3o arquivada com sucesso", _s20_31, "Subscri\xe7\xe3o Apagada com Sucesso", _s20_32, "Subscri\xe7\xe3o Removida com Sucesso", _s21_35, "Subscri\xe7\xe3o Restaurada com Sucesso", _s19_21, "Encontrada 1 Subscri\xe7\xe3o", _s20_33, "Encontradas :count Subscri\xe7\xf5es", _s26_8, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_43, "Desassociar Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_48, "Timeout da palavra-passe", _s29_5, _s29_6, "use_last_email", "Usar \xfaltimo E-mail", _s16_50, "Ativar Empresa", _s21_37, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_16, "Ocorreu um erro, por favor tente novamente", _s27_17, "Por favor defina uma palavra-passe", _s34_7, "Aviso: A mudan\xe7a de n\xfamero de telem\xf3vel vai desativar a autentica\xe7\xe3o de dois fatores (2FA).", "help_translate", "Ajude a traduzir", _s23_16, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_22, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor forne\xe7a um n\xfamero de telem\xf3vel para ativar a autentica\xe7\xe3o de dois fatores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_36, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_31, "Desassociar Google", _s17_33, "Autentica\xe7\xe3o de Dois Fatores", _s18_37, "Desativar Dois Fatores", _s34_8, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_18, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_10, "Por favor confirme o seu endere\xe7o de E-mail", _s16_53, _s21_143, _s19_26, _s25_91, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostrar A\xe7\xf5es", _s17_36, "Iniciar Multisele\xe7\xe3o", _s27_19, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "Para atualizar corra", _s18_39, "Converter em Nota de Pagamento", _s16_54, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_29, "Encontrado 1 Termo de Pagamento", _s20_34, "Encontrados :count Termos de Pagamento", _s16_56, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_58, _s19_111, _s16_60, "Valor Convertido", _s17_38, "Saldo Convertido", _s22_31, _s22_32, _s24_19, "Saldo de Cr\xe9dito Convertido", "converted_total", "Total Convertido", "is_sent", "Foi Enviado", _s17_40, "Documentos Pr\xe9-Definidos", "document_upload", "Upload de Documento", _s20_35, "Permitir que clientes enviem documentos/anexos", "expense_total", "Total das Despesas", "enter_taxes", "Introduzir impostos", "by_rate", "Por taxa", "by_amount", "Por quantia", "enter_amount", "Introduzir Quantia", "before_taxes", "Sem impostos", "after_taxes", "Com impostos", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Colunas Vazias", _s21_41, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_11, "Aviso: este modo apenas deve ser usado em m\xe1quinas locais, pois pode ocorrer fuga de credenciais. Clique para saber mais", "running_tasks", "Tarefas a correr", "recent_tasks", "Tarefas Recentes", "recent_expenses", "Despesas Recentes", _s17_42, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_21, "Duplicar mapeamento de colunas", _s20_36, "Usa Taxas Inclusivas", _s18_41, _s18_42, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_16, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um ficheiro", _s16_62, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_33, "Por favor forne\xe7a todos os CSVs", "import_type", "Tipo de Importa\xe7\xe3o", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_34, _s31_20, "purge", "Apagar", "service", "Servi\xe7o", "clone_to", "Duplicar para", "clone_to_other", "Duplicar para outro", "labels", "Etiquetas", "add_custom", "Adicionar Personalizado", "payment_tax", "Imposto de Pagamento", "unpaid", "N\xe3o Pago", "white_label", "White Label", "delivery_note", "Nota de Envio", _s24_24, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_26, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_84, "quote_expired", _s18_200, "partial_due", _s18_176, "invoice_total", _s21_159, "quote_total", _s18_177, "credit_total", "Total em Cr\xe9dito", _s23_19, _s21_159, "actions", "A\xe7\xf5es", "expense_number", "N.\xba da Despesa", "task_number", "N.\xba da Tarefa", "project_number", "N.\xba do Projeto", "project_name", "Nome do Projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_28, "Aviso: esta empresa ainda n\xe3o foi ativada", "late_invoice", _s26_84, "expired_quote", _s18_200, "remind_invoice", "Enviar Lembrete da Nota de Pagamento", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do Cliente", "required_fields", "Campos Necess\xe1rios", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de Tarefa Pr\xe9-definida", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Estado", "task_statuses", "Estado da Tarefa", "new_task_status", "Novo Estado da Tarefa", _s16_64, "Editar Estado da Tarefa", _s19_30, "Estado da tarefa criado com sucesso", _s19_31, "Estado da tarefa atualizado com sucesso", _s20_38, "Estado da tarefa arquivado com sucesso", _s19_32, "Estado da tarefa apagado com sucesso", _s19_33, "Estado da tarefa removido com sucesso", _s20_39, "Estado da tarefa restaurado com sucesso", _s22_35, "Estado das tarefas arquivados com sucesso", _s21_43, "Estado das tarefas apagados com sucesso", _s22_36, "Estado das tarefas restaurados com sucesso", _s18_43, "Encontrado 1 Estado da Tarefa", _s20_41, "Encontados :count Estados da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_42, "Registo das tarefas da Nota de Pagamento", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_45, "Come\xe7ar tarefas antes de guardar", _s18_44, _s18_201, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_46, "Configurar Categorias", _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, "Editar Categoria de Despesas", _s24_29, "Categoria de despesa criada com sucesso", _s24_30, "Categoria de despesa atualizada com sucesso", _s25_20, "Categoria de despesa arquivada com sucesso", _s24_31, "Categoria apagada com sucesso", _s24_32, "Categoria de despesa removida com sucesso", _s25_21, "Categoria de despesa restaurada com sucesso", _s27_23, ":count categorias de despesa arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "Encontrada 1 Categoria de Despesa", _s25_23, "Encontrada :count Categorias de Despesa", _s21_48, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Deve ser faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do utilizador", "variables", "Vari\xe1vel", "show_password", "Mostrar Palavra-passe", "hide_password", "Esconder Palavra-passe", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Reembolso do Terminal", _s19_34, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_198, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, _s26_74, "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Nota de Pagamento Recorrente", _s18_51, "Notas Pag. Recorrentes", _s21_53, "Nova Nota de Pagamento Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Nota de Pagamento Recorrente arquivada", _s25_29, "Nota de Pagamento Recorrente removida", _s25_30, _s38_30, _s26_14, "Nota de Pagamento Recorrente restaurada", _s27_25, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_15, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_26, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_33, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Produto", _s18_53, _s29_63, _s23_22, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_35, _s24_95, _s24_34, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha na reconcilia\xe7\xe3o", _s30_5, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Ver Portal", "copy_link", "Copiar Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_35, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "Legenda", "client_number", "N\xfamero Cliente", "auto_convert", "Converter Automaticamente", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_10, "gateway", "Portal", "view_in_stripe", "Ver em Formato Lista", "rows_per_page", "Colunas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Taxa Extra", "apply_payment", _s17_190, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Legenda", "custom_labels", _s24_96, "record_type", "Tipo de Registo", "record_name", "Nome do Registo", "file_type", "Tipo de Ficheiro", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Examinar Sa\xfade do Sistema", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_51, "E-mail de pagamento online", _s20_53, _s25_80, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Nota de Pagamento", _s17_65, "Notas de Pagamento Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Or\xe7amento", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Atualizar Nota de Pagamento", "delete_invoice", "Apagar Nota de Pagamento.", "update_client", _s17_192, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Apagar Tarefa", "approve_quote", "Aprovar Or\xe7amento", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie a aplica\xe7\xe3o assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, ":value Webhooks arquivadas com sucesso", _s16_78, ":value Webhooks apagadas com sucesso", _s16_79, ":value Webhooks removidas com sucesso", _s17_69, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_98, "search_token", _s17_194, "token", "S\xedmbolo", "tokens", "S\xedmbolos", "new_token", "Novo Token", "edit_token", "Editar S\xedmbolo", "created_token", "S\xedmbolo criado", "updated_token", "S\xedmbolo atualizado", "archived_token", "S\xedmbolo arquivado", "deleted_token", "S\xedmbolo apagado", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_37, "Registo de cliente", _s24_37, "Permitir que os clientes se auto-registem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Nota de Pagamento.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", "Pagamento por E-mail", _s20_56, "O cliente n\xe3o tem um endere\xe7o de E-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registos", "owned_by_user", "Propriedade do utilizador", _s16_80, _s16_316, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Termo de Pagamento", _s20_57, "Criado termo de pagamento com sucesso", _s20_58, "Atualizado termo de pagamento com sucesso", _s21_56, "Arquivado termo de pagamento com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento apagadas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, ":value Termos de Pagamento arquivados com sucesso", _s21_58, ":value Termos de Pagamento apagados com sucesso", _s22_46, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_38, "Mudar para o layout de computador?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Total da Nota de Cr\xe9dito", "quote_amount", "Valor do Or\xe7amento", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Mostrar Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_184, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Nota de Pagamento Cancelada com Sucesso", _s18_59, "Notas de Pagamento Canceladas com Sucesso", _s16_92, "Nota de Pagamento Revertida com Sucesso", _s17_76, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Distrito/C. Postal", _s17_79, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: apagar\xe1 todos os seus dados.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design guardado com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", _s17_226, "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Nota de Pagamento Vista", "quote_viewed", "Or\xe7amento Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Or\xe7amento Aprovado", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Apagar Conta", _s22_47, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_48, "Aviso: Esta a\xe7\xe3o ir\xe1 apagar permanentemente a sua empresa, n\xe3o h\xe1 como desfaz\xea-la.", "enabled_modules", "Ativar M\xf3dulos", "converted_quote", _s28_93, "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Modelo", "css_framework", "CSS Framework", "custom_designs", "Modelos Personalizados", "designs", "Modelos", "new_design", "Novo Modelo", "edit_design", "Editar Modelo", "created_design", "Modelo criado com sucesso", "updated_design", "Modelo atualizado com sucesso", "archived_design", "Model arquivado com sucesso", "deleted_design", "Modelo apagado com sucesso", "removed_design", "Modelo removido com sucesso", "restored_design", "Modelo restaurado com sucesso", _s16_96, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_97, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Bilhetes", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerir Conta", "credit_date", "Data da Nota de Cr\xe9dito", "credit", "Nota de Cr\xe9dito", "credits", "Nota de Cr\xe9dito", "new_credit", "Introduzir Nota de Cr\xe9dito", "edit_credit", "Editar Nota de Cr\xe9dito", "created_credit", "Nota de Cr\xe9dito criada com sucesso", "updated_credit", "Nota de Cr\xe9dito atualizada com sucesso", "archived_credit", "Nota de Cr\xe9dito arquivada com sucesso", "deleted_credit", "Nota de Cr\xe9dito apagada com sucesso", "removed_credit", _s28_85, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_100, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_101, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarefa Personalizada 1", "task2", "Tarefa Personalizada 2", "task3", "Tarefa Personalizada 3", "task4", "Tarefa Personalizada 4", "project1", "Projeto Personalizado 1", "project2", "Projeto Personalizado 2", "project3", "Projeto Personalizado 3", "project4", "Projeto Personalizado 4", "expense1", "Despesa Personalizada 1", "expense2", "Despesa Personalizada 2", "expense3", "Despesa Personalizada 3", "expense4", "Despesa Personalizada 4", "vendor1", "Fornecedor Personalizado 1", "vendor2", "Fornecedor Personalizado 2", "vendor3", "Fornecedor Personalizado 3", "vendor4", "Fornecedor Personalizado 4", "invoice1", "Nota de Pagamento Personalizada 1", "invoice2", "Nota de Pagamento Personalizada 2", "invoice3", "Nota de Pagamento Personalizada 3", "invoice4", "Nota de Pagamento Personalizada 4", "payment1", "Pagamento Personalizado 1", "payment2", "Pagamento Personalizado 2", "payment3", "Pagamento Personalizado 3", "payment4", "Pagamento Personalizado 4", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Repor", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Balan\xe7o da Nota de Cr\xe9dito", _s18_67, "\xdaltimo Login do Contacto", _s17_83, "Nome Completo do Contacto", "contact_phone", "Contato Telef\xf3nico", _s21_59, "Valor personalizado do contacto 1", _s21_60, "Valor personalizado do contacto 2", _s21_61, "Valor personalizado do contacto 3", _s21_62, "Valor personalizado do contacto 4", _s17_85, _s16_346, _s17_86, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_61, "C\xf3digo Postal de Envio", _s16_132, "Pa\xeds de Envio", _s16_134, _s16_346, _s16_135, "Andar / Fra\xe7\xe3o da Fatura\xe7\xe3o", "billing_city", "Cidade da Fatura\xe7\xe3o", "billing_state", "Distrito / Regi\xe3o da Fatura\xe7\xe3o", _s19_40, "C\xf3digo Postal da Fatura\xe7\xe3o", "billing_country", "Pa\xeds de Fatura\xe7\xe3o", "client_id", "Identifica\xe7\xe3o do Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :nome", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucros e Perdas", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Nota de Pagamento N\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_63, "Incluir erros recentes dos registos", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Percentagem da Multa", _s23_28, "Ajustar a percentagem da taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Total Il\xedquido", "line_total", "Total", "item", "Produto", "credit_email", _s17_204, "iframe_url", "Site", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor introduza um valor", "deleted_logo", "Log\xf3tipo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Guardado", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, "Mostrar Desconto do Produto", _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, _s30_61, "configure_rates", _s18_192, _s18_75, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_77, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Enviar", _s16_144, "Recuperar senha", "late_fees", "Taxas atrasadas", "credit_number", "Nota de Cr\xe9dito N\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_324, _s16_145, _s20_151, "schedule", "Agendamento", "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_88, _s18_79, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_208, "payment_partial", "Pagamento Parcial", _s21_72, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_147, "Aviso Cont\xednuo", _s16_149, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_80, "Permite ao utilizador gerir utilizadores, alterar defini\xe7\xf5es e modificar registos.", "user_management", "Gerir Utilizadores", "users", "Utilizadores", "new_user", "Novo Utilizador", "edit_user", "Editar Utilizador", "created_user", "Utilizador criado com sucesso", "updated_user", "Utilizador atualizado com sucesso", "archived_user", "Utilizador arquivado", "deleted_user", "Utilizador apagado", "removed_user", "Utilizador removido com sucesso", "restored_user", "Utilizador restaurado", "archived_users", ":value Cr\xe9ditos arquivados com sucesso", "deleted_users", ":value Utilizadores arquivados com sucesso", "removed_users", ":value Utilizadores removidos com sucesso", "restored_users", ":value Utilizadores restaurados com sucesso", _s16_151, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_92, "Ocultar Data de Pagamento", _s22_55, 'Mostrar apenas a "Data de Pagamento" quanto o pagamento for efetuado.', _s23_31, "Documentos Incorporados", _s28_21, "Incluir imagens anexadas na nota de pagamento.", _s16_153, "Mostrar cabe\xe7alho ativo", _s16_154, "Mostrar rodap\xe9 ativo", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_209, "font_size", "Tamanho do Texto", "quote_design", "Modelo do Or\xe7amento", "invoice_fields", "Campos da Nota de Pagamento", "product_fields", "Campos do Produto", "invoice_terms", "Condi\xe7\xf5es da Nota de Pagamento", "invoice_footer", "Rodap\xe9 da Nota de Pagamento", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento em nota de pagamento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Di\xe1rio", "freq_weekly", "Semanal", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensal", "freq_two_months", "Dois meses", _s17_96, "Trimestral", _s16_155, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima Reposi\xe7\xe3o", "reset_counter", "Repor Contador", _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Nota de Pagamento", _s17_99, "Taxa Extra da Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contacto", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Mostrar no PDF", _s21_74, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_41, "Caixa de sele\xe7\xe3o para Termos da Nota de Pagamento", _s30_9, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_35, "Caixa de sele\xe7\xe3o para Termos do Or\xe7amento", _s28_22, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_42, "Assinatura da Nota de Pagamento", _s30_10, "Requer que o cliente introduza a sua assinatura.", _s23_36, _s23_86, _s22_57, "Proteger notas de pag. com senha", _s27_38, "Permite definir uma senha para cada contacto. Se uma senha for defenida, o contacto dever\xe1 introduzir a senha antes de visualizar a nota de pagamento.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Cumprimentos,", _s24_39, "Para tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescente marca\xe7\xe3o schema.org aos seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Modelo de E-mail", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_46, "Ativar Marca\xe7\xe3o", "reply_to_email", "Email de resposta", "reply_to_name", "Responder para nome", "bcc_email", "Email BCC", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", _s20_151, "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Ativar min", "enable_max", "Ativar max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_49, "Atualizar morada do cliente", "rate", "Taxa", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_162, "Imposto Adicionado", _s16_163, "Imposto Atualizado", _s17_104, "Imposto Arquivado", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, ":value Taxas de Impostos arquivados com sucesso", _s17_106, ":value Taxas de Impostos apagados com sucesso", _s18_85, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_86, "Ao selecionar um produto a descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_43, _s20_71, "Ao atualizar uma nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_167, "Terminais de Pagamento", _s19_50, "Novo Terminal", _s20_72, "Editar Terminal", _s23_37, "Terminal Criado com Sucesso", _s23_38, "Terminal Atualizado com Sucesso", _s24_40, "Gateway Arquivado com Sucesso", _s23_39, "Terminal Apagado com Sucesso", _s24_41, "Terminal Restaurado com Sucesso", _s25_44, ":value Terminais arquivados com sucesso", _s24_42, ":value Terminais apagados com sucesso", _s25_45, ":value Terminais restaurados com sucesso", _s16_169, "Continuar a Editar", "discard_changes", "Rejeitar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_335, _s21_76, "Primeiro Dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato da Data", "datetime_format", _s20_144, "military_time", "24 Horas", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Logotipo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_171, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_109, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Modelo das Notas de Pagamento", "buy_now_buttons", "Comprar Bot\xf5es Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_42, "Modelos & Avisos", _s22_58, "Contas Banc\xe1rias", _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_42, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_215, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_46, "Por favor introduza o primeiro nome", _s24_43, "Por favor introduza o apelido", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Nova", _s18_92, "Nenhum registo selecionado", _s21_79, "Por favor, guarde ou cancele suas altera\xe7\xf5es", "download", "Transferir", _s27_43, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, ":value Documentos arquivados com sucesso", _s17_114, ":value Documentos apagados com sucesso", _s18_95, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Em aberto", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_45, "Adicionar documentos \xe0 nota de pagamento", "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_182, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa apagada com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas apagadas com sucesso", _s17_116, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Faturamento", "design", "Modelo", _s21_80, "Falha ao procurar registo", "invoiced", "Faturado", "logged", "Em aberto", "running", "Em execu\xe7\xe3o", "resume", "Retomar", "task_errors", "Corrija os tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida", "resumed_task", "Tarefa retomada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Temporizador", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "In\xedcio", "end_time", "Final", "date", "Data", "times", "Tempo", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada", "updated_task", "Tarefa atualizada", "archived_task", "Tarefa arquivada", "deleted_task", "Tarefa apagada", "restored_task", "Tarefa restaurada", "archived_tasks", ":count Tarefas arquivadas", "deleted_tasks", ":count Tarefas apagadas", "restored_tasks", ":value Tarefas restauradas com sucesso", _s19_59, "Por favor introduza um nome", "budgeted_hours", "Horas de Or\xe7amento", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s27_97, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projectos apagadas com sucesso", _s17_118, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_47, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_47, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Alojado", "selfhost_login", "Login Servidor Pessoal", "google_sign_in", "Iniciar sess\xe3o atrav\xe9s da Google", "today", "Hoje", "custom_range", "Intervalo Personalizado", "date_range", "Intervalo de Datas", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Duplicar para Nota de Pagamento", "clone_to_quote", "Duplicar para Or\xe7amento", "clone_to_credit", "Duplicar para cr\xe9dito", "view_invoice", "Visualizar Nota de Pagamento", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Nota de Pagamento", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Morada de Fatura\xe7\xe3o", _s16_193, "Endere\xe7o de Envio", "total_revenue", "Receita Total", "average_invoice", "M\xe9dia por Nota de Pagamento", "outstanding", "Em Aberto", "invoices_sent", ":count notas de pag. enviadas", "active_clients", "Clientes ativos", "close", "Fechar", "email", "E-mail", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Iniciar Sess\xe3o", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisa", "active", "Ativo", "archived", "Arquivado", "deleted", "Apagado", "dashboard", "Painel", "archive", "Arquivar", "delete", "Apagar", "restore", "Restaurar", _s16_195, "Recarregar Completo", _s23_43, "Por favor introduza o seu e-mail", _s26_34, "Por favor introduza a sua senha", _s21_83, "Por favor introduza o seu URL", _s26_36, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ocorreu um erro", "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Valor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "NIF", "id_number", "N\xfamero de Identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contactos", "additional", "Adicional", "first_name", "Primeiro Nome", "last_name", "Apelido", "add_contact", "Adicionar contacto", "are_you_sure", "Tem a certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "E-mail \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_201, "Produto arquivado", "deleted_product", "Produto apagado com sucesso", _s16_202, _s30_59, _s17_123, ":count Produtos arquivados com sucesso", _s16_203, ":count produtos apagados com sucesso", _s17_124, ":value Produtos restaurados com sucesso", "product_key", "Produto", "notes", "Observa\xe7\xf5es", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_205, ":value Clientes restaurados com sucesso", "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Distrito/Prov\xedncia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota Pagamento", "invoices", "Notas Pag.", "new_invoice", "Nova Nota de Pagamento", "created_invoice", "Nota de pagamento criada com sucesso", "updated_invoice", "Nota de pagamento atualizada com sucesso", _s16_206, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_207, "Nota de pagamento restaurada", _s17_125, ":count notas de pagamento arquivadas com sucesso", _s16_208, ":count notas de pagamento apagadas com sucesso", _s17_126, ":value Notas de Pagamento restaurados com sucesso", "emailed_invoice", "Nota de pagamento enviada por e-mail com sucesso", "emailed_payment", "Pagamento enviado por e-mail com sucesso", "amount", "Total", "invoice_number", "N\xfamero NP", "invoice_date", "Data da NP", "discount", "Desconto", "po_number", "N\xfam. Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido at\xe9", "items", "Produtos", "partial_deposit", _s16_347, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o", "quantity", "Quantidade", "add_item", "Adicionar Produto", "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Estado", _s17_127, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_59, "Clique + para adicionar um produto", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor selecione uma data", _s22_62, _s30_61, _s24_49, "Por favor escolha uma nota de pagamento", "task_rate", "Taxa de Tarefas", "settings", "Defini\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de nota de pagamento", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_347, "paid", "Pago", "mark_sent", "Marcar Como Enviada", _s22_64, "A nota de pagamento foi marcada como enviada.", _s22_65, "Excelente! A nota de pagamento foi marcada como enviada.", _s23_45, _s61_6, _s23_46, _s61_6, "done", "Conclu\xeddo", _s37_18, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_53, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_218, "payment_status", "Estado do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completo", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s25_91, "net", "L\xedquido", "client_portal", _s17_219, "show_tasks", "Mostrar tarefas", "email_reminders", "Avisos de e-mail", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", "Primeiro Aviso", "second_reminder", "Segundo Aviso", "third_reminder", "Terceiro Aviso", "reminder1", "Primeiro Aviso", "reminder2", "Segundo Aviso", "reminder3", "Terceiro Aviso", "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "Envio do comprovativo de pagamento por e-mail para o cliente", "auto_billing", "Faturamento autom\xe1tica", "button", "Bot\xe3o", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento apagado com sucesso", _s16_220, "Pagamento restaurado", _s17_130, _s40_11, _s16_221, ":count pagamentos apagados com sucesso", _s17_131, ":value Pagamentos restaurados com sucesso", "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", "Or\xe7amento criado", "updated_quote", "Or\xe7amento atualizado", "archived_quote", "Or\xe7amento arquivado", "deleted_quote", "Or\xe7amento apagado com sucesso", "restored_quote", "Or\xe7amento restaurado", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos apagados com sucesso", "restored_quotes", ":value Or\xe7amentos restaurados com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedor", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user removeu o cliente :client", "activity_4", ":user criou a nota de pagamento :invoice", "activity_5", ":user atualizou a nota de pagamento :invoice", "activity_6", ":user enviou nota de pagamento :invoice para :client, :contact", "activity_7", ":contact viu a nota de pagamento :invoice para :client", "activity_8", ":user arquivou a nota de pagamento :invoice", "activity_9", ":user removeu a nota de pagamento :invoice", "activity_10", ":contact introduziu o pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user removeu o pagamento :payment", "activity_14", ":user adicionou nota de cr\xe9dito :credit", "activity_15", ":user atualizou nota de cr\xe9dito :credit", "activity_16", ":user arquivou nota de cr\xe9dito :credit", "activity_17", ":user removeu nota de cr\xe9dito :credit", "activity_18", ":user adicionou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote por e-mail para :client, :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", ":user criou o utilizador :user", "activity_49", ":user atualizou o utilizador :user", "activity_50", ":user arquivou o utilizador :user", "activity_51", ":user apagou o utilizador :user", "activity_52", ":user restaurou o utilizador :user", "activity_53", ":user marcou como enviado :invoice", "activity_54", _s30_65, "activity_55", ":contact respondeu ao bilhete :ticket", "activity_56", ":user visualizou o bilhete :ticket", "activity_57", "O sistema falhou ao enviar a nota de pagamento :invoice", "activity_58", ":invoice revertida pelo utilizador: user", "activity_59", ":invoice cancelada pelo utilizador :user", "activity_60", ":contact viu o or\xe7amento :quota", "activity_61", ":user atualizou o cliente :client", "activity_62", ":user atualizou fornecedor :vendor", "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", ":user criou a subscri\xe7\xe3o :subscription", "activity_81", ":user atualizou a subscri\xe7\xe3o :subscription", "activity_82", ":user arquivou a subscri\xe7\xe3o :subscription", "activity_83", ":user apagou a subscri\xe7\xe3o :subscription", "activity_84", ":user restaurou a subscri\xe7\xe3o :subscription", _s17_132, "Senha descart\xe1vel", "emailed_quote", _s17_226, "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_54, _s32_33, _s29_37, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_58, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o N\xfamero Fornecedor", _s21_90, "Contador N\xfamero Fornecedor", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Numera\xe7\xe3o das", _s20_79, _s32_35, _s20_81, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_222, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_137, "client_address2", _s25_92, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_56, _s19_138, _s24_57, _s25_92, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Apagado", "vendor_city", "Cidade Fornecedor", "vendor_state", "Distrito Fornecedor", "vendor_country", "Pa\xeds Fornecedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Total de Impostos", "tax_paid", "Impostos Pagos", "payment_amount", "Total do Pagamento", "age", "Idade", "is_running", "Em execu\xe7\xe3o", "time_log", "Registo de Tempo", "bank_id", "Banco", _s19_70, "ID da Categoria de Despesa", _s16_227, "Categoria de Despesas", _s19_72, "ID da Moeda da Nota de Pagamento", "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Imposto 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Curent", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adaug\u0103 Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adaug\u0103 la factura :invoice", _s17_11, _s17_12, "week", "S\u0103pt\u0103m\xe2n\u0103", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda Facturii", "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprob\u0103", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Stabile\u0219te Parola", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Vezi Extras", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Trebuie s\u0103 fie mai mare ca zero \u0219i mai mic ca totalul", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeaza", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Transform\u0103 \xeen Factur\u0103", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ascunde", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Alege un fisier", _s16_62, _s16_63, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total factura", "quote_total", "Total Proforma", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nume Client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Factura Recurenta", _s18_51, "Facturi Recurente", _s21_53, "Adauga Factura Recurenta", _s22_40, "Editare factura recurenta", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_29, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_30, _s38_11, _s26_14, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Extras", "taxes", "Taxe", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "C\u0103tre", "health_check", "Health Check", "payment_type_id", "Tip plata", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Facturi urmatoare", _s17_65, _s17_66, "recent_payments", "Plati recente", "upcoming_quotes", "Proforme urm\u0103toare", "expired_quotes", "Proforme expirate", "create_client", "Create Client", "create_invoice", "Creaza factura", "create_quote", "Creaza Proforma", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Sterge Proforma", "update_invoice", "Update Invoice", "delete_invoice", "Sterge factura", "update_client", "Update Client", "delete_client", "Sterge client", "delete_payment", "Sterge plata", "update_vendor", "Update Vendor", "delete_vendor", "\u0218terge Furnizor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Creaz\u0103 Task", "update_task", "Update Task", "delete_task", "\u0218terge Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token-uri", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creat", "updated_token", "Actualizeaz\u0103 token", "archived_token", _s27_27, "deleted_token", "Token \u0219ters", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Valoare credit", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count factur\u0103 trimis\u0103", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_47, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Antet", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_61, "Administrare cont", "credit_date", "Data Creditului", "credit", "Credit", "credits", "Credite", "new_credit", "Adaug\u0103 Credit", "edit_credit", "Edit Credit", "created_credit", "Credit ad\u0103ugat cu succes", "updated_credit", _s27_34, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_36, "restored_credit", "Credit restaurat", _s16_100, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_101, _s36_9, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseteaz\u0103", "number", "Number", "export", "Export\u0103", "chart", "Grafic", "count", "Count", "totals", "Total", "blank", "Blank", "day", "Zi", "month", "Lun\u0103", "year", "An", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupeaz\u0103 dup\u0103", "credit_balance", "Soldul Creditului", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit \u0219i Pierdere", "reports", "Reports", "report", "Raport", "add_company", "Adaug\u0103 Firm\u0103", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ajutor", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "De la", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum suport", "about", "About", "documentation", "Documenta\u021bie", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Total linie", "item", "Element", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Nu", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vezi", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Alege un client", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Setari Taxe", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email Ofert\u0103", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_37, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_40, "restored_user", "Utilizator restaurat", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_92, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_55, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "Prima pagin\u0103", "all_pages", "Toate paginile", "last_page", "Ultima pagin\u0103", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Culoare Principal\u0103", "secondary_color", "Culoare Secundar\u0103", "page_size", "Dimensiune Pagin\u0103", "font_size", "Dimensiune Font", "quote_design", "Quote Design", "invoice_fields", "C\xe2mpuri Factur\u0103", "product_fields", "Product Fields", "invoice_terms", "Termeni facturare", "invoice_footer", "Subsol Factur\u0103", "quote_terms", "Termeni Proform\u0103", "quote_footer", "Subsol Proform\u0103", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Zilnic", "freq_weekly", "S\u0103pt\u0103m\xe2nal", "freq_two_weeks", "Dou\u0103 S\u0103pt\u0103m\xe2ni", "freq_four_weeks", "Patru S\u0103pt\u0103m\xe2ni", "freq_monthly", "Lunar", "freq_two_months", "Dou\u0103 Luni", _s17_96, "Trei Luni", _s16_155, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_156, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Editeaza CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_39, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Card de Credit", "bank_transfer", "Transfer Bancar", "priority", "Prioritate", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_49, "Actualizeaz\u0103 adresa clientului cu detaliile trimise", "rate", "Valoare", "tax_rate", "Valoare Tax\u0103", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Editeaz\u0103 valoare tax\u0103", _s16_162, "Valoare tax\u0103 creat\u0103 cu succes", _s16_163, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_104, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Completeaz\u0103 automat produsele", _s18_86, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_71, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Duminic\u0103", "monday", "Luni", "tuesday", "Mar\u021bi", "wednesday", "Miercuri", "thursday", "Joi", "friday", "Vineri", "saturday", "S\xe2mb\u0103t\u0103", "january", "Ianuarie", "february", "Februarie", "march", "Martie", "april", "Aprilie", "may", "Mai", "june", "Iunie", "july", "Iulie", "august", "August", "september", "Septembrie", "october", "Octombrie", "november", "Noiembrie", "december", "Decembrie", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Format 24 Ore", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_109, "Op\u021biuni avansate", "company_details", "Detalii companie", "user_details", "Detalii utilizator", "localization", "Localizare", "online_payments", "Plati online", "tax_rates", "Valori taxa", "notifications", "Notific\u0103ri", "import_export", "Import | Export", "custom_fields", "C\xe2mpuri personalizate", "invoice_design", "Design factur\u0103", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Setari email", _s23_42, "\u0218abloane & Notific\u0103ri", _s22_58, _s20_73, _s19_55, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Termenii Serviciului", "privacy_policy", "Privacy Policy", "sign_up", "Inscrie-te", "account_login", "Autentificare", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descarca", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Transform\u0103", _s24_45, _s24_60, "exchange_rate", "Curs Valutar", _s16_180, "Transform\u0103 moneda", "mark_paid", "Mark Paid", "category", "Category", "address", "Adres\u0103", "new_vendor", "Furnizor Nou", "created_vendor", "Furnizor creat cu succes", "updated_vendor", "Furnizor actualizat cu succes", "archived_vendor", "Furnizor arhivat cu succes", "deleted_vendor", "Furnizor \u0219ters cu succes", "restored_vendor", _s28_28, _s16_181, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_182, _s36_11, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_184, _s29_22, _s17_115, "Cheltuieli arhivate cu succes", _s16_185, "Cheltuieli \u0219terse cu succes", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturat", "logged", "\xcenregistrat", "running", "\xcen derulare", "resume", "Continu\u0103", "task_errors", "Te rog corecteaz\u0103 suprapunerea timpilor", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Task oprit", "resumed_task", _s25_50, "now", "Acum", _s16_186, _s16_187, "timer", "Cronometru", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Timp pornire", "end_time", "Timp \xeencheiere", "date", "Data", "times", "Times", "duration", "Durat\u0103", "new_task", "Task nou", "created_task", "Task creat", "updated_task", "Task actualizat", "archived_task", "Task arhivat", "deleted_task", "Task \u0219ters", "restored_task", "Task restaurat", "archived_tasks", "Arhivat :count task-uri", "deleted_tasks", "\u0218ters :count task-uri", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Proiect nou", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "apas\u0103 aici", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_119, "Perioada Compar\u0103rii", "previous_period", "Perioada Anterioar\u0103", "previous_year", "Anul Anterior", "compare_to", "Compar\u0103 cu", "last7_days", "Ultimele 7 Zile", "last_week", "S\u0103pt\u0103m\xe2na Trecut\u0103", "last30_days", "Ultimele 30 Zile", "this_month", "Luna curent\u0103", "last_month", "Luna trecut\u0103", "this_year", "Anul Curent", "last_year", "Anul Trecut", "custom", "Personalizat", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Vizualizare Factur\u0103", "convert", "Convert", "more", "More", "edit_client", "Modifica client", "edit_product", "Modifica produs", "edit_invoice", "Modifica factura", "edit_quote", "Modifica Proforma", "edit_payment", "Modific\u0103 Plata", "edit_task", "Modific\u0103 Task", "edit_expense", "Edit Expense", "edit_vendor", "Editeaz\u0103 Furnizor", "edit_project", "Editeaz\u0103 Proiect", _s20_74, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_193, _s16_194, "total_revenue", "Venituri Totale", "average_invoice", "Medie facturi", "outstanding", "Restante", "invoices_sent", ":count facturi trimise", "active_clients", "clienti activi", "close", "Inchide", "email", "Email", "password", "Parola", "url", "URL", "secret", "Secret", "name", "Nume", "logout", "Deconectare", "login", "Autentificare", "filter", "Filtreaza", "sort", "Sort", "search", "Cauta", "active", "Activ", "archived", "Arhivat", "deleted", "\u0218ters", "dashboard", "Panou Control", "archive", "Arhiva", "delete", "Sterge", "restore", "Restaureaz\u0103", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_121, _s17_122, "paid_to_date", "Pl\u0103tit P\xe2na Acum", "balance_due", "Total De Plat\u0103", "balance", "Balanta", "overview", "Overview", "details", "Detalii", "phone", "Telefon", "website", "Site web", "vat_number", "C.I.F.", "id_number", "Nr. Reg. Com.", "create", "Creaza", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacte", "additional", "Additional", "first_name", "Prenume", "last_name", "Nume", "add_contact", "Adauga contact", "are_you_sure", "Sigur?", "cancel", "Renunta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_201, "Produs arhivat cu succes", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produs", "notes", "Noti\u021be", "cost", "Cost", "client", "Client", "clients", "Clienti", "new_client", "Client nou", "created_client", "S-a creat clientul cu succes", "updated_client", "Client actualizat cu succes.", "archived_client", "Client arhivat cu succes.", _s16_204, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_205, _s36_13, "address1", "Strada", "address2", "Apartament", "city", "Localitate", "state", "Jude\u021b/Sector", "postal_code", "Cod po\u0219tal", "country", "Tara", "invoice", "Factur\u0103", "invoices", "Facturi", "new_invoice", "Factura noua", "created_invoice", "Factura creata cu succes.", "updated_invoice", "Factura actualiazata cu succes.", _s16_206, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_207, "Factur\u0103 restaurat\u0103", _s17_125, ":count facturi arhivate cu succes.", _s16_208, ":count facturi sterse cu succes", _s17_126, _s37_17, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_59, "amount", "Valoare", "invoice_number", "Num\u0103r factur\u0103", "invoice_date", "Data factur\u0103", "discount", "Discount", "po_number", "Ordin de cump\u0103rare nr", "terms", "Termeni", "public_notes", "Public Notes", "private_notes", "Note particulare", "frequency", "Frecventa", "start_date", "Data inceput", "end_date", "Data sfirsit", "quote_number", "Numar Proforma", "quote_date", "Data Proforma", "valid_until", "Valabil p\xe2n\u0103 la", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descriere", "unit_cost", "Pre\u021b unitar", "quantity", "Cantitate", "add_item", "Add Item", "contact", "Contact", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Scaden\u021ba", _s16_209, _s16_210, "status", "Stare", _s17_127, "Invoice Status", "quote_status", "Status oferta", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, "Te rugam selecteaza o oferta", "task_rate", "Task Rate", "settings", "Setari", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax\u0103", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Trimis", "viewed", "Viewed", "approved", "Approved", "partial", "Par\u021bial/Depunere", "paid", "Pl\u0103tit", "mark_sent", "Marcheaz\u0103 ca trimis", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gata", _s37_18, _s37_19, "dark_mode", "Mod \xeentunecat", _s27_53, _s35_20, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_211, "Nu exista inregistrari", "clone", "Multiplic\u0103", "loading", "Loading", "industry", "Industrie", "size", "Size", "payment_terms", "Termeni de plat\u0103", "payment_date", "Data platii", "payment_status", "Status plata", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal Client", "show_tasks", "Arata sarcini", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prima Notificare", "second_reminder", "A Doua Notificare", "third_reminder", "A Treia Notificare", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0218ablon", "send", "Trimite", "subject", "Subiect", "body", "Mesaj", "send_email", "Trimite Email", "email_receipt", "Trimite pe email dovada pl\u0103\u021bii", "auto_billing", "Auto billing", "button", "Buton", "preview", "Previzualizare", "customize", "Personalizeaza", "history", "Istoric", "payment", "Plata", "payments", "Plati", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_219, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_220, "Plat\u0103 restaurat\u0103", _s17_130, ":count plati arhivate cu succes", _s16_221, ":count plati sterse cu succes.", _s17_131, _s37_20, "quote", "Proforma", "quotes", "Proforme", "new_quote", "Proforma Nou", "created_quote", "Proform\u0103 creat\u0103 cu succes", "updated_quote", "Proform\u0103 actualizat\u0103 cu succes", "archived_quote", "Proform\u0103 arhivat\u0103 cu succes", "deleted_quote", "Proform\u0103 \u0219tears\u0103", "restored_quote", "Proform\u0103 restaurat\u0103", "archived_quotes", ":count proforme arhivate cu succes", "deleted_quotes", ":count proforme \u0219terse cu succes", "restored_quotes", _s35_22, "expense", "Cheltuial\u0103", "expenses", "Cheltuieli", "vendor", "Furnizor", "vendors", "Furnizori", "task", "Task", "tasks", "Task-uri", "project", "Proiect", "projects", "Proiecte", "activity_1", ":user a creat clientul :client", "activity_2", ":user a arhivat clientul :client", "activity_3", ":user a \u0219ters clientul :client", "activity_4", ":user a creat factura :invoice", "activity_5", ":user a actualizat factura :invoice", "activity_6", ":user a trimis pe email factura :invoice pentru :client la :contact", "activity_7", ":contact a vizualizat factura :invoice pentru :client", "activity_8", ":user a arhivat factura :invoice", "activity_9", ":user a \u0219ters factura :invoice", "activity_10", _s85_0, "activity_11", ":user a actualizat plata :payment", "activity_12", ":user a arhivat plata :payment", "activity_13", ":user a \u0219ters plata :payment", "activity_14", ":user a \xeenc\u0103rcat :credit credite", "activity_15", ":user a actualizat :credit credite", "activity_16", ":user a arhivat :credit credite", "activity_17", ":user a \u0219ters :credit credite", "activity_18", ":user a creat proforma :quote", "activity_19", ":user a actualizat proforma :quote", "activity_20", ":user a trimis pe email proforma :quote pentru :client la :contact", "activity_21", ":contact a vizualizat proforma :quote", "activity_22", ":user a arhivat proforma :quote", "activity_23", ":user a \u0219ters proforma :quote", "activity_24", ":user a restaurat proforma :quote", "activity_25", ":user a restaurat factura :invoice", "activity_26", ":user a restaurat clientul :client", "activity_27", ":user a restaurat plata :payment", "activity_28", ":user a restaurat :credit credite", "activity_29", ":contact a aprobat proforma :quote pentru :client", "activity_30", ":user a creat furnizorul :vendor", "activity_31", ":user a arhivat furnizorul :vendor", "activity_32", ":user a \u0219ters furnizorul :vendor", "activity_33", ":user a restaurat furnizorul :vendor", "activity_34", ":user a creat cheltuiala :expense", "activity_35", ":user a arhivat cheltuiala :expense", "activity_36", ":user a \u0219ters cheltuiala :expense", "activity_37", ":user a restaurat cheltuiala :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Plaj\u0103 num\u0103r factur\u0103", _s20_79, _s20_80, _s20_81, "Plaj\u0103 num\u0103r proform\u0103", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_226, "Data Scadenta", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Facturare", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Valoare plata", "age", "Age", "is_running", "Is Running", "time_log", "Log Timp", "bank_id", "Banca", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u044f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438\u0442\u044c", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0430\u044f\u0441\u044f \u0417\u0430\u0442\u0440\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s26_4, _s39_, _s25_5, "\u041f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f \u0438 \u043c\u0435\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0432\u0441\u0435\u0433\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u044b\u0442\u044c", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0418\u0442\u043e\u0433\u043e \u0441\u0447\u0451\u0442\u0430", "quote_total", "\u0412\u0441\u0435\u0433\u043e", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_51, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_53, "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u0440\u0442\u044b", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "\u0428\u043b\u044e\u0437", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u044b", "statement", "Statement", "taxes", "\u041d\u0430\u043b\u043e\u0433\u0438", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044f\u0440\u043b\u044b\u043a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u041a\u043e\u043c\u0443", "health_check", "Health Check", "payment_type_id", "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_65, _s17_66, "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "upcoming_quotes", "\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0447\u0451\u0442", "create_quote", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "create_payment", "Create Payment", "create_vendor", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "update_quote", "Update Quote", "delete_quote", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "update_invoice", "Update Invoice", "delete_invoice", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "update_client", "Update Client", "delete_client", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "delete_payment", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "create_task", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "update_task", "Update Task", "delete_task", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b\u044c", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u041f\u0440\u0430\u0432\u0430", "tokens", "\u0422\u043e\u043a\u0435\u043d\u044b", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u0430", "created_token", "\u0422\u043e\u043a\u0435\u043d \u0441\u043e\u0437\u0434\u0430\u043d", "updated_token", "\u0422\u043e\u043a\u0435\u043d \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_token", _s27_27, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "email_quote", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0421\u0443\u043c\u043c\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_77, _s17_78, _s17_79, "\u0418\u043d\u0434\u0435\u043a\u0441/\u0413\u043e\u0440\u043e\u0434/\u0421\u0442\u0440\u0430\u043d\u0430", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0-30 \u0434\u043d\u0435\u0439", "age_group_30", "30-60 \u0434\u043d\u0435\u0439", "age_group_60", "60-90 \u0434\u043d\u0435\u0439", "age_group_90", "90-120 \u0434\u043d\u0435\u0439", "age_group_120", "120+ \u0434\u043d\u0435\u0439", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0451\u0442\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0441\u0447\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_47, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_48, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "load_design", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "\u0422\u0438\u043a\u0435\u0442\u044b", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u0414\u0430\u0442\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u044b", "new_credit", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "Edit Credit", "created_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_credit", _s27_34, "archived_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", "removed_credit", _s27_36, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c", "number", "Number", "export", "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a", "count", "Count", "totals", "\u0418\u0442\u043e\u0433\u043e", "blank", "Blank", "day", "\u0414\u0435\u043d\u044c", "month", "\u041c\u0435\u0441\u044f\u0446", "year", "\u0413\u043e\u0434", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0421\u0442\u043e\u043b\u0431\u0446\u044b", "aging", "Aging", "profit_and_loss", "\u041f\u0440\u0438\u0431\u044b\u043b\u0438 \u0438 \u0443\u0431\u044b\u0442\u043a\u0438", "reports", "Reports", "report", "\u041e\u0442\u0447\u0435\u0442", "add_company", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0447\u0435\u0442\u0430", _s16_136, _s16_137, "help", "\u041f\u043e\u043c\u043e\u0449\u044c", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", "subtotal", "\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433", "line_total", "\u0412\u0441\u0435\u0433\u043e", "item", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u0435\u043d\u0438", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u043d\u0438", "invoice_email", "\u041f\u0438\u0441\u044c\u043c\u043e", "payment_email", "\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438", "users", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "new_user", "New User", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "created_user", _s25_37, "updated_user", "\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_user", _s26_26, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_40, "restored_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_55, "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \xab\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e\xbb \u0432 \u0432\u0430\u0448\u0438\u0445 \u0441\u0447\u0435\u0442\u0430\u0445 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442", "secondary_color", "\u0412\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u044b\u0439 \u0446\u0432\u0435\u0442", "page_size", "Page Size", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0428\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "invoice_fields", "\u041f\u043e\u043b\u044f \u0441\u0447\u0451\u0442\u0430", "product_fields", "\u041f\u043e\u043b\u044f \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u0447\u0451\u0442\u0430", "invoice_footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0441\u0447\u0435\u0442\u0430", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u044b\u0440\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u044f\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u044b\u0440\u0435 \u043c\u0435\u0441\u044f\u0446\u0430", "freq_six_months", "\u041f\u043e\u043b\u0433\u043e\u0434\u0430", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_97, _s17_98, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0421\u0447\u0451\u0442\u0430", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "\u041f\u043e\u043b\u0435 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "\u041f\u043e\u043b\u0435 \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0421 \u0423\u0432\u0430\u0436\u0435\u043d\u0438\u0435\u043c,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_49, "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043c\u0438", "rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "tax_rate", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0442\u0430\u0432\u043a\u0443", _s16_162, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_163, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s17_104, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0430\u0440\u0445\u0438\u0432", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s18_86, "\u0412\u044b\u0431\u043e\u0440 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", "update_products", "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s20_71, "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0446\u0435\u043d\u0443 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u0432\u0430\u043b\u044e\u0442\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u041f\u043b\u0430\u0442\u044b", "limits", "\u041b\u0438\u043c\u0438\u0442\u044b", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0435\u0440\u0433", "friday", "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", "saturday", "\u0421\u0443\u0431\u0431\u043e\u0442\u0430", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24-\u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_41, _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "device_settings", "Device Settings", "defaults", "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "user_details", "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "tax_rates", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438", "notifications", "\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u042d\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u043e\u043b\u044f", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u0441\u0447\u0451\u0442\u0430", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_58, _s20_73, _s19_55, "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", "privacy_policy", "Privacy Policy", "sign_up", "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f", "account_login", "\u041b\u043e\u0433\u0438\u043d", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0430 \u0417\u0430\u0442\u0440\u0430\u0442", "pending", "\u041e\u0436\u0438\u0434\u0430\u044e\u0449\u0438\u0439", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_45, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432 \u0421\u0447\u0451\u0442", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u043c", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a", "created_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "restored_vendor", _s28_28, _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", _s16_182, _s36_11, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_29, "updated_expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b", _s16_183, _s29_21, "deleted_expense", _s23_100, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s23_100, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0441\u0447\u0451\u0442", "logged", "\u0423\u0447\u0442\u0435\u043d\u043e", "running", "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", "resume", "\u041d\u0430\u0437\u0430\u0434", "task_errors", "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u044b", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", _s25_48, "stopped_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "resumed_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "now", "\u0421\u0435\u0439\u0447\u0430\u0441", _s16_186, _s16_187, "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", "end_time", "\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u044f", "duration", "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c", "new_task", "\u041d\u043e\u0432\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "created_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e", "updated_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u043e", "restored_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_tasks", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "deleted_tasks", "\u0423\u0434\u0430\u043b\u0435\u043d\u043e :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043d\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", _s21_82, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "\u041d\u0435\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", _s30_15, _s42_12, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", "compare", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", "custom_range", "Custom Range", "date_range", "Date Range", "current", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439", "previous", "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439", "current_period", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f", "previous_period", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0434\u0443\u0448\u0438\u0439 \u0433\u043e\u0434", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439", "last_week", "\u0417\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043d\u0435\u0434\u0435\u043b\u044e", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439", "this_month", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u0435\u0441\u044f\u0446", "last_month", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043c\u0435\u0441\u044f\u0446", "this_year", "This Year", "last_year", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u0433\u043e\u0434", "custom", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", _s16_191, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", "clone_to_quote", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0447\u0435\u0442", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432", _s16_193, _s16_194, "total_revenue", "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u044b\u0439 \u0434\u043e\u0445\u043e\u0434", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0441\u0447\u0451\u0442", "outstanding", "\u0418\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0435", "invoices_sent", ":count \u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044b", "close", "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", "email", "\u042d\u043b. \u043f\u043e\u0447\u0442\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u044c", "url", "URL", "secret", "Secret", "name", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "logout", "\u0412\u044b\u0439\u0442\u0438", "login", "\u041b\u043e\u0433\u0438\u043d", "filter", "\u0424\u0438\u043b\u044c\u0442\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "search", "\u0418\u0441\u043a\u0430\u0442\u044c", "active", "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0423\u0434\u0430\u043b\u0435\u043d", "dashboard", "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "delete", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", "restore", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "ascending", "Ascending", "descending", "Descending", "save", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", _s17_121, _s17_122, "paid_to_date", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance_due", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance", "\u041a \u043e\u043f\u043b\u0430\u0442\u0435", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "vat_number", "\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430 \u041d\u0414\u0421", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", "create", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", _s19_63, _s30_16, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b", "additional", "Additional", "first_name", "\u0418\u043c\u044f", "last_name", "\u0424\u0430\u043c\u0438\u043b\u0438\u044f", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", "cancel", "\u041e\u0442\u043c\u0435\u043d\u0430", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "products", "\u0422\u043e\u0432\u0430\u0440\u044b/\u0423\u0441\u043b\u0443\u0433\u0438", "new_product", "\u041d\u043e\u0432\u044b\u0439 \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "created_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_product", "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u043e\u0432\u0430\u0440\u0435/\u0443\u0441\u043b\u0443\u0433\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u0430", _s16_201, "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "notes", "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", "cost", "Cost", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u044b", "new_client", "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "deleted_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "restored_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0414\u043e\u043c/\u041e\u0444\u0438\u0441", "city", "\u0413\u043e\u0440\u043e\u0434", "state", "\u0420\u0430\u0439\u043e\u043d", "postal_code", "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434", "country", "\u0421\u0442\u0440\u0430\u043d\u0430", "invoice", "\u0421\u0447\u0451\u0442", "invoices", "\u0421\u0447\u0435\u0442\u0430", "new_invoice", "\u041d\u043e\u0432\u044b\u0439 \u0441\u0447\u0451\u0442", "created_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_206, "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_207, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_126, _s37_17, "emailed_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043f\u043e \u043f\u043e\u0447\u0442\u0435", "emailed_payment", _s28_59, "amount", "\u0412\u0441\u0435\u0433\u043e", "invoice_number", "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430", "invoice_date", "\u0414\u0430\u0442\u0430 \u0441\u0447\u0451\u0442\u0430", "discount", "\u0421\u043a\u0438\u0434\u043a\u0430", "po_number", "\u041d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "private_notes", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "frequency", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c", "start_date", "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", "end_date", "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "quote_date", "\u0414\u0430\u0442\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "valid_until", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e", "items", "Items", "partial_deposit", _s16_348, "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", _s16_209, _s16_210, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u0441\u0435\u0433\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "dismiss", "Dismiss", _s20_76, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_62, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u042f\u0437\u044b\u043a", "currency", "\u0412\u0430\u043b\u044e\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f", "created_on", "Created On", "updated_at", "Updated", "tax", "\u041d\u0430\u043b\u043e\u0433", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a", "sent", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", "viewed", "Viewed", "approved", "Approved", "partial", _s16_348, "paid", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "mark_sent", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_53, _s35_20, "refresh_data", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0414\u0430\u043d\u043d\u044b\u0435", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", _s16_211, _s16_212, "clone", "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "loading", "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f", "industry", "Industry", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "payment_date", "\u0414\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u043b\u0430\u0442\u0435\u0436\u0430", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "Initial Email", "first_reminder", "\u041f\u0435\u0440\u0432\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u044c\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u0422\u0435\u043c\u0430", "body", "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "send_email", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043b.\u043f\u043e\u0447\u0442\u0443", "email_receipt", "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044e \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435 \u043f\u043e \u044d\u043b.\u043f\u043e\u0447\u0442\u0435", "auto_billing", "Auto billing", "button", "\u041a\u043d\u043e\u043f\u043a\u0430", "preview", "Preview", "customize", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0442\u0451\u0436", "payments", "\u041e\u043f\u043b\u0430\u0442\u044b", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0441 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "enter_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "new_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "created_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_219, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_220, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s17_131, _s37_20, "quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "quotes", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "new_quote", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "created_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", "restored_quote", _s27_55, "archived_quotes", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u0430", "expenses", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b", "vendor", "Vendor", "vendors", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0438", "task", "Task", "tasks", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435", "project", "Project", "projects", "Projects", "activity_1", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u041a\u043b\u0438\u0435\u043d\u0442\u0430 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u0421\u0447\u0451\u0442 :invoice", "activity_5", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0441\u0447\u0451\u0442 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_226, "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e-\u0441\u0447\u0435\u0442", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Prihvati", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Pode\u0161avanja pla\u0107anja", "default", "Podrazumevano", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj kanal pla\u0107anja", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Kreirajte svoj nalog za nekoliko sekundi", "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Nedelja", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Opseg", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Napravi projekat", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Naknada za ra\u010dun :amount bi bila :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no o\u010di\u0161\u0107en klijent", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direktni dug", _s21_21, _s30_2, "set_password", "Postavi lozinku", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Debitna plac\u0301anja po prethodnom ovla\u0161c\u0301enju", "becs", "BECS direktno zadu\u017eivanje", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161ka # :expense", "view_statement", "Pogledajte izjavu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od Ime", _s16_23, "Kloniraj u tro\u0161kove", _s17_19, "Ponavljaju\u0107i tro\u0161ak", _s18_19, "Ponavljaju\u0107i tro\u0161kovi", _s21_22, "Novi ponavljaju\u0107i tro\u0161ak", _s22_27, "Izmeni ponavljaju\u0107i tro\u0161ak", _s25_3, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no kreiran", _s25_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no izmenjen", _s26_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no arhiviran", _s25_5, _s24_112, _s25_6, _s38_2, _s26_5, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no povra\u0107en", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Google analitika", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Uputstvo za upotrebu", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Kada fajl bude spreman primi\u0107ete mejl sa linkom za preuzimanje.", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user je kreirao redovni ra\u010dun :recurring_invoice", "activity_101", ":user je a\u017eurirao redovni ra\u010dun :recurring_invoice", "activity_102", ":user je arhivirao redovni ra\u010dun :recurring_invoice", "activity_103", ":user je obrisao redovni ra\u010dun :recurring_invoice", "activity_104", ":user je vratio redovni ra\u010dun :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Poslednja izmena", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Prezime kontakta", "order", "Order", "unassigned", "Nije dodeljen.", "partial_value", "Mora biti ve\u0107e od nula i manje od sume", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavite poddomen ili prika\u017eite ra\u010dun na va\u0161oj internet stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promotivni kod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezbednost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Pretplata", "subscriptions", "Pretplate", _s16_41, "Nova pretplata", _s17_29, "Izmeni Pretplatu", _s20_29, "Pretplata uspe\u0161no kreirana", _s20_30, "Pretplata uspe\u0161no a\u017eurirana", _s21_34, "Uspe\u0161no arhivirana pretplata", _s20_31, "Uspe\u0161no obrisana pretplata", _s20_32, "Uspe\u0161no uklonjena pretplata", _s21_35, "Uspe\u0161no vra\u0107ena pretplata", _s19_21, "Pretraga 1 Pretplata", _s20_33, "Tra\u017ei :count pretplate", _s26_8, "Poddomen nije dostupan", "connect_gmail", "Pove\u017eite Gmail", _s16_43, "Prekinite vezu sa Gmail-om", "connected_gmail", "Gmail je uspe\u0161no povezan", _s18_35, "Uspe\u0161no je prekinuta veza sa Gmail-om", _s16_45, "Promene u bazi koda mo\u017eda blokiraju a\u017euriranje, mo\u017eete pokrenuti ovu komandu da biste odbacili promene:", _s16_46, "ID broj klijenta", "count_minutes", ":count minuti", _s16_48, "Vreme isteka lozinke", _s29_5, "Zajedni\u010dki broja\u010d ra\u010duna/kredita", "use_last_email", "Koristite poslednju e-po\u0161tu", _s16_50, "Aktivirajte kompaniju", _s21_37, "Omogu\u0107ite e-po\u0161te, redovne ra\u010dune i obave\u0161tenja", _s27_16, "Do\u0161lo je do gre\u0161ke, poku\u0161ajte ponovo", _s27_17, "Molimo prvo postavite lozinku", _s34_7, "Upozorenje: Promena va\u0161eg broja telefona c\u0301e onemoguc\u0301iti 2FA", "help_translate", "Help Translate", _s23_16, "Molimo odaberite dr\u017eavu", "resend_invite", "Ponovo po\u0161aljite pozivnicu", _s19_22, "Uspe\u0161no onemogu\u0107en 2FA", _s16_52, "Uspe\u0161no povezan nalog", _s19_23, "Uspe\u0161no prekinuta veza sa nalogom", "delivered", "Dostavljeno", "bounced", "Odbijene", "spam", "Nepo\u017eeljna e-po\u0161ta", "view_docs", "Pregled dokumenata", _s32_4, "Molimo navedite broj mobilnog telefona da biste omoguc\u0301ili dvofaktorsku potvrdu", "send_sms", "Po\u0161alji SMS poruku", "sms_code", "SMS kod", _s21_38, "O\u010ditajte bar kod uz pomo\u0107 :link odgovaraju\u0107e aplikacije.", _s18_36, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Pove\u017eite Google", _s17_31, "Prekinite vezu sa Google-om", _s17_33, "Dvostepena autorizacija", _s18_37, "Onemoguc\u0301ite dva faktora", _s34_8, _s34_9, "stay_logged_in", "Ostanite prijavljeni", _s23_18, "Upozorenje: Va\u0161a sesija uskoro isti\u010de", "count_hours", ":count sati", "count_day", "1 dan", "count_days", ":count dani", _s19_24, _s19_25, _s17_34, "Bezbednosne postavke", "resend_email", "Ponovo po\u0161alji e-po\u0161tu", _s26_10, "Molimo potvrdite adresu svoje e-po\u0161te", _s16_53, "Refundirana uplata", _s19_26, _s22_132, _s19_28, "Izaberite korisnika koji je potvr\u0111en pomoc\u0301u Gmail-a", "list_long_press", "List Long Press", "show_actions", "Prika\u017ei radnje", _s17_36, "Pokrenite opciju vi\u0161e izbora", _s27_19, "E-po\u0161ta je poslata za potvrdu adrese e-po\u0161te", _s21_39, "Da biste koristili :client_counter, dodajte ili :client_number ili :client_id_number da biste spre\u010dili sukobe", "this_quarter", "Ovaj kvartal", "last_quarter", "Poslednji kvartal", "to_update_run", "Za a\u017euriranje pokrenite", _s18_39, "Pretvori u ra\u010dun", _s16_54, "URL za registraciju", "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, "Pretraga 1 uslovi pla\u0107anja", _s20_34, "Pretra\u017ei :count uslove pla\u0107anja", _s16_56, "Sa\u010duvaj i pregledaj", "save_and_email", "Sa\u010duvaj i po\u0161alji e-po\u0161tom", _s16_58, _s17_143, _s16_60, "Konvertovani iznos", _s17_38, "Konvertovano stanje", _s22_31, "Pretvoreno u plac\u0301eno do danas", _s24_19, "Konvertovano kreditno stanje", "converted_total", "Ukupno konvertovano", "is_sent", "Je poslato", _s17_40, "Podrazumevani dokumenti", "document_upload", "Otpremiti dokument", _s20_35, "Dozvoli klijentima da po\u0161alju dokumente", "expense_total", "Ukupni tro\u0161kovi", "enter_taxes", "Unesite poreze", "by_rate", "Prema stopi", "by_amount", "Prema iznosu", "enter_amount", "Unesite iznos", "before_taxes", "Pre poreza", "after_taxes", "Posle poreza", "color", "Boja", "show", "Prika\u017ei", "hide", "Sakrij", "empty_columns", "Prazne kolone", _s21_41, "Re\u017eim za otklanjanje gre\u0161aka je omoguc\u0301en", _s26_11, "Upozorenje: Namenjeno da se koristi na lokalnim ma\u0161inama, \u0161to mo\u017ee dovesti do odavanja pristupnih parametara. Kliknite da biste saznali vi\u0161e.", "running_tasks", "Aktivni zadaci", "recent_tasks", "Nedavni zadaci", "recent_expenses", "Nedavni tro\u0161kovi", _s17_42, "Nadolaze\u0107i tro\u0161kovi", "update_app", "A\u017euriraj aplikaciju", "started_import", "Uspe\u0161no pokrenut uvoz", _s24_21, "Mapiranje duplikata kolona", _s20_36, "Koristi inkluzivne poreze", _s18_41, "Je popust na iznos", "column", "Kolona", "sample", "Uzorak", "map_to", "Mapiraj u", "import", "Uvoz", _s25_16, "Koristite prvi red kao nazive kolona", "select_file", "Mollim odaberite datoteku", _s16_62, "Nijedna datoteka nije odabrana", "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Po ra\u010dunu", "waveaccounting", "Wave ra\u010dunovodstvo", "zoho", "Zoho", "accounting", "Ra\u010dunovodstvo", _s22_33, "Molimo navedite sve CSV datoteke.", "import_type", "Tip uvoza", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Prika\u017ei licence", "webhook_url", "Webhook URL", _s17_44, "Ure\u0111iva\u010d preko celog ekrana", "sidebar_editor", "Ure\u0111iva\u010d na bo\u010dnoj traci", _s22_34, 'Molimo unesite ":value" da biste potvrdili', "purge", "O\u010distiti", "service", "Usluga", "clone_to", "Kloniraj u", "clone_to_other", "Kloniraj u drugo", "labels", "Oznake", "add_custom", "Dodaj prilago\u0111eno", "payment_tax", "Porez na plac\u0301anje", "unpaid", "Nepla\u0107eno", "white_label", "Licenca bez brendiranja", "delivery_note", "Otpremnica", _s24_24, "Poslati ra\u010duni su zaklju\u010dani", _s24_26, "Pla\u0107eni ra\u010duni su zaklju\u010dani", "source_code", "Izvorni kod", "app_platforms", "Dodaj platforme", "invoice_late", "Zakasneli ra\u010dun", "quote_expired", "Ponuda je istekla", "partial_due", "Datum avansa", "invoice_total", "Ra\u010dun sveukupno", "quote_total", "Ukupna ponuda", "credit_total", "Credit Total", _s23_19, "Ra\u010dun sveukupno", "actions", "Akcije", "expense_number", "Broj tro\u0161ka", "task_number", "Broj zadatka", "project_number", "Broj projekta", "project_name", "Naziv projekta", "warning", "Upozorenje", "view_settings", "Prika\u017ei pode\u0161avanja", _s24_28, "Upozorenje: ovo preduze\u0107e jo\u0161 nije aktivirano", "late_invoice", "Zakasneli ra\u010dun", "expired_quote", "Istekla ponuda", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime klijenta", "client_phone", "Broj telefona klijenta", "required_fields", "Obavezna polja", "calculated_rate", "Izra\u010dunata stopa", _s17_46, "Podrazumevana stopa zadatka", "clear_cache", "O\u010distite ke\u0161 memoriju", "sort_order", "Redosled sortiranja", "task_status", "Status", "task_statuses", "Statusi zadataka", "new_task_status", "Status novog zadatka", _s16_64, "Uredi status zadatka", _s19_30, "Uspe\u0161no kreiran status zadatka", _s19_31, "Uspe\u0161no a\u017euriran status zadatka", _s20_38, "Uspe\u0161no arhiviran status zadatka", _s19_32, "Uspe\u0161no obrisan status zadatka", _s19_33, "Uspe\u0161no uklonjen status zadatka", _s20_39, "Uspe\u0161no vra\u0107en status zadatka", _s22_35, "Statusi zadataka :value su uspe\u0161no arhivirani", _s21_43, "Statusi zadataka :value su uspe\u0161no obrisani", _s22_36, "Statusi zadataka :value su uspe\u0161no vra\u0107eni", _s18_43, "Pretraga 1 status zadatka", _s20_41, "Pretra\u017ei :count statuse zadataka", _s16_66, "Prika\u017ei tabelu zadataka", _s21_44, "Uvek prika\u017eite odeljak sa zadacima kada kreirate ra\u010dune", _s20_42, "Vremenski dnevnik zadatka ra\u010duna", _s25_17, "Dodajte detalje o vremenu stavkama ra\u010duna", _s20_44, _s20_45, _s25_18, "Dodajte detalje o datumu u stavke ra\u010duna", _s21_45, "Zapo\u010dnite zadatke pre \u010duvanja", _s18_44, "Konfiguri\u0161ite statuse", "task_settings", "Postavke zadatka", _s20_46, "Konfiguri\u0161ite kategorije", _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, "Kategorija izmene tro\u0161kova", _s24_29, "Kategorija tro\u0161kova uspe\u0161no napravljena", _s24_30, "Kategorija tro\u0161kova uspe\u0161no izmenjena", _s25_20, "Kategorija tro\u0161kova uspe\u0161no arhivirana", _s24_31, "Kategorija uspe\u0161no obrisana", _s24_32, "Uspe\u0161no uklonjena kategorija tro\u0161kova", _s25_21, "Kategorija tro\u0161kova uspe\u0161no vra\u0107ena", _s27_23, "Uspe\u0161no arhivirano :count kategorija tro\u0161kova", _s26_12, "Uspe\u0161no obrisana kategorija tro\u0161kova :value", _s27_24, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova :value", _s23_20, "Pretraga 1 kategorija tro\u0161kova", _s25_23, "Pretra\u017eiti :count kategorije tro\u0161kova", _s21_48, "Koristite dostupne kredite", "show_option", "Prika\u017ei opciju", _s22_37, "Iznos kredita ne mo\u017ee biti vec\u0301i od iznosa uplate", "view_changes", "Prika\u017ei promene", "force_update", "Prisilno a\u017euriranje", _s17_48, "Pokrec\u0301ete najnoviju verziju, ali mo\u017eda postoje ispravke na \u010dekanju.", "mark_paid_help", "Pratite tro\u0161ak koji je plac\u0301en", _s18_48, "Treba biti fakturisan", _s23_21, "Omoguc\u0301ite da se tro\u0161ak fakturi\u0161e", _s29_8, "U\u010dinite dokumente vidljivim", _s21_50, "Podesite kurs", _s16_68, "Pode\u0161avanja tro\u0161kova", _s18_49, "Kloniraj u ponavljajuc\u0301e", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Polje korisnika", "variables", "Varijable", "show_password", "Prika\u017ei lozinku", "hide_password", "Sakrij lozinku", "copy_error", "Kopiraj gre\u0161ku", "capture_card", "Capture Card", _s17_49, "Automatski obra\u010dun je omoguc\u0301en", "total_taxes", "Ukupni porezi", "line_taxes", "Line Taxes", "total_fields", "Ukupno polja", _s25_24, "Uspe\u0161no zaustavljen redovni ra\u010dun", _s25_25, "Uspe\u0161no zapo\u010det redovni ra\u010dun", _s25_26, "Uspe\u0161no je nastavljena ponavljajuc\u0301a faktura", "gateway_refund", "Gateway Refund", _s19_34, "Obradite povrac\u0301aj preko kanala za plac\u0301anje", "due_date_days", "Datum dospe\u0107a", "paused", "Pauzirano", "mark_active", "Ozna\u010diti aktivno", "day_count", "Dan :count", _s22_38, "Prvi dan u mesecu", _s21_51, "Poslednji dan u mesecu", _s17_51, "Koristite uslove plac\u0301anja", "endless", "Beskona\u010dno", "next_send_date", "Sledec\u0301i datum slanja", _s16_70, "Preostali ciklusi", _s17_53, "Ponavljaju\u0107i ra\u010dun", _s18_51, "Ponavljaju\u0107i ra\u010duni", _s21_53, "Novi ponavljaju\u0107i ra\u010dun", _s22_40, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_27, "Uspe\u0161no napravljen redovni ra\u010dun", _s25_28, "Uspe\u0161no a\u017euriran redovni ra\u010dun", _s26_13, "Redovni ra\u010dun uspe\u0161no arhiviran", _s25_29, "Redovni ra\u010dun uspe\u0161no obrisan", _s25_30, "Uspe\u0161no uklonjen redovni ra\u010dun", _s26_14, "Redovni ra\u010dun uspe\u0161no obnovljen", _s27_25, "Redovni :value ra\u010duni su uspe\u0161no arhivirani", _s26_15, "Redovni :value ra\u010duni su uspe\u0161no obrisani", _s27_26, "Redovni :value ra\u010duni su uspe\u0161no vra\u0107eni", _s24_33, "Pretraga 1 redovni ra\u010dun", _s25_31, "Pretra\u017ei :count redovne ra\u010dune", "send_date", "Datum slanja", "auto_bill_on", "Automatska naplata uklju\u010dena", _s28_8, "Minimalni iznos plac\u0301anja", "profit", "Zarada", "line_item", "Stavka", _s18_53, "Dozvoli preplatu", _s23_22, "Podr\u017eite dodatno plac\u0301anje za prihvatanje saveta", _s19_35, _s19_36, _s24_34, "Podr\u0161ka plac\u0301anja delimi\u010dnog minimalnog iznosa /depozita", "test_mode", "Na\u010din testiranja", "opened", "Otvoreno", _s30_4, "Izmirenje nije uspelo", _s30_5, "Izmirenje je uspelo", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Po\u0161alji e-po\u0161tu", _s17_55, "Red za ponovni poku\u0161aj e-po\u0161te", "failure", "Neuspeh", "quota_exceeded", "Kvota je prema\u0161ena", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Kopiraj link", "token_billing", "Sa\u010duvaj detalje kartice", _s24_35, "Dobrodo\u0161li u Invoice Ninja-u", "always", "Uvek", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "Broj klijenta", "auto_convert", "Auto konverzija", "company_name", "Ime preduze\u0107a", "reminder1_sent", "Podsetnik 1 poslat", "reminder2_sent", "Podsetnik 2 poslat", "reminder3_sent", "Podsetnik 3 poslat", _s18_55, "Podsetnik koji je poslednji poslat", "pdf_page_info", _s27_70, _s16_74, _s29_81, "emailed_quotes", _s36_46, "emailed_credits", "Krediti uspe\u0161no poslati e-po\u0161tom", "gateway", "Kanal prodaje", "view_in_stripe", "Pogledaj u Stripe-u", "rows_per_page", "Redovi po stranici", "hours", "Sati", "statement", "Izjava", "taxes", "Porezi", "surcharge", "Doplata", "apply_payment", "Primeni pla\u0107anje", "apply_credit", "Primeni kredit", "apply", "Primeni", "unapplied", "Neprimenjeno", "select_label", "Izaberi oznaku", "custom_labels", _s18_118, "record_type", "Tip zapisa", "record_name", "Naziv zapisa", "file_type", "Tip datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Zdravstveni pregled", "payment_type_id", "Tip uplate", "last_login_at", "Poslednje prijavljivanje na", "company_key", "Klju\u010d preduze\u0107a", "storefront", "Izlog", "storefront_help", "Omoguc\u0301ite aplikacijama trec\u0301ih strana da kreiraju ra\u010dune", "client_created", "Klijent kreiran", _s20_51, "E-po\u0161ta za onlajn plac\u0301anje", _s20_53, _s25_60, "completed", "Zavr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto stanje", "client_settings", "Pode\u0161avanja klijenta", _s17_57, "Izabrani ra\u010duni", _s17_59, "Izabrana pla\u0107anja", "selected_quotes", "Izabrane ponude", "selected_tasks", "Izabrani zadaci", _s17_61, "Izabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, "Ra\u010duni van valute", "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107i predra\u010duni", "expired_quotes", "Istekli predra\u010duni", "create_client", "Kreiraj klijenta", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Napravi ponudu", "create_payment", "Kreiraj pla\u0107anje", "create_vendor", "Napravi dobavlja\u010da", "update_quote", "A\u017eurirati ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017eurirati ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017eurirati klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017eurirati dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Kreiraj tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj Zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Isklju\u010deno", "when_paid", "Kada je pla\u0107ena", "expires_on", "Isti\u010de", "free", "Besplatan", "plan", "Plan", "show_sidebar", "Prika\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Tip doga\u0111aja", "target_url", "Cilj", "copy", "Kopiraj", "must_be_online", "Molimo ponovo pokrenite aplikaciju kada se pove\u017eete na internet", _s17_67, "Crons treba da bude omogu\u0107ena", "api_webhooks", "API Webhooks", "search_webhooks", "Tra\u017ei :count Webhooks", "search_webhook", "Tra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Uspe\u0161no kreiran webhook", "updated_webhook", "Uspe\u0161no a\u017euriran webhook", _s16_76, "Uspe\u0161no arhiviran webhook", "deleted_webhook", "Uspe\u0161no obrisan webhook", "removed_webhook", "Uspe\u0161no uklonjen webhook", _s16_77, "Uspe\u0161no vra\u0107en webhook", _s17_68, "Uspe\u0161no arhiviran :value webhook", _s16_78, "Uspe\u0161no obrisan :value webhook", _s16_79, "Uspe\u0161no uklonjen :value webhook", _s17_69, "Uspe\u0161no vra\u0107en :value webhook", "api_tokens", "API tokeni", "api_docs", "API dokumenti", "search_tokens", "Pretra\u017ei :count tokene", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Izmeni token", "created_token", "Uspe\u0161no kreiran token", "updated_token", "Uspe\u0161no a\u017euriran token", "archived_token", "Uspe\u0161no arhiviran token", "deleted_token", "Uspe\u0161no obrisan token", "removed_token", "Uspe\u0161no uklonjen token", "restored_token", "Uspe\u0161no vra\u0107en token", "archived_tokens", "Uspe\u0161no arhivirane :value tokena", "deleted_tokens", "Uspe\u0161no obrisane :value tokena", "restored_tokens", "Uspe\u0161no vra\u0107ene :value tokena", _s19_37, _s21_111, _s24_37, "Omoguc\u0301ite klijentima da se sami registruju na portalu", _s21_55, "Prilagodite i pregledajte", "email_invoice", _s16_247, "email_quote", "Po\u0161alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-po\u0161tom", _s20_56, "Klijent nema pode\u0161enu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Vidi PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, "Preostali kredit", "contact_name", "Ime kontakta", "use_default", "Koristi kao podrazumevano", _s16_82, "Beskrajni podsetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguri\u0161ite uslove plac\u0301anja", "payment_term", "Uslov pla\u0107anja", _s16_83, "Novi uslov pla\u0107anja", _s17_71, "Uredi uslov pla\u0107anja", _s20_57, "Uspe\u0161no kreiran rok plac\u0301anja", _s20_58, "Uspe\u0161no a\u017euriran rok plac\u0301anja", _s21_56, "Uspe\u0161no arhiviran rok plac\u0301anja", _s20_59, "Uspe\u0161no obrisan uslov pla\u0107anja", _s20_60, "Uspe\u0161no uklonjen uslov pla\u0107anja", _s21_57, "Uspe\u0161no vra\u0107en uslov pla\u0107anja", _s22_45, "Uslovi plac\u0301anja :value su uspe\u0161no arhivirani", _s21_58, "Uslovi plac\u0301anja :value su uspe\u0161no obrisani", _s22_46, "Uslovi plac\u0301anja :value su uspe\u0161no vra\u0107eni", "email_sign_in", "Prijavite se putem e-po\u0161te", "change", "Promeniti", _s23_26, _s28_15, _s24_38, "Promeniti u izgled radne povr\u0161ine?", "send_from_gmail", "Poslati sa Gmail-a", "reversed", "Obrnuto", "cancelled", "Otkazano", "credit_amount", "Iznos kredita", "quote_amount", "Iznos ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakrij meni", "show_menu", "Prika\u017ei meni", _s18_57, _s21_165, _s16_85, "Pretra\u017ei dokumenta", "search_designs", "Pretra\u017ei dizajne", "search_invoices", "Pretra\u017ei ra\u010dune", "search_clients", "Pretra\u017ei klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei ponude", "search_credits", "Pretra\u017ei kredite", "search_vendors", "Pretra\u017ei dobavlja\u010de", "search_users", "Pretra\u017ei korisnike", _s16_86, "Pretra\u017ei poreske stope", "search_tasks", "Pretra\u017ei zadatke", "search_settings", "Pretra\u017ei postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei pla\u0107anja", "search_groups", "Pretra\u017ei grupe", "search_company", "Pretra\u017ei preduze\u0107e", "search_document", "Pretraga 1 dokument", "search_design", "Pretraga 1 dizajn", "search_invoice", "Pretraga 1 ra\u010dun", "search_client", "Pretraga 1 klijent", "search_product", "Pretraga 1 proizvod", "search_quote", "Pretraga 1 ponuda", "search_credit", "Pretraga 1 kredit", "search_vendor", "Pretraga 1 dobavlja\u010d", "search_user", "Pretraga 1 korisnik", "search_tax_rate", "Pretraga 1 poreska stopa", "search_task", "Pretraga 1 zadaci", "search_project", "Pretra\u017ei 1 projekat", "search_expense", "Pretraga 1 tro\u0161ak", "search_payment", "Pretraga 1 pla\u0107anje", "search_group", "Pretraga 1 grupa", "refund_payment", "Isplata povra\u0107aja novca", _s17_75, "Uspe\u0161no otkazan ra\u010dun", _s18_59, "Uspe\u0161no otkazani ra\u010duni", _s16_92, "Uspe\u0161no promenjen ra\u010dun", _s17_76, "Uspe\u0161no promenjeni ra\u010duni", "reverse", "Promeniti", "full_name", "Puno ime", _s17_77, "Grad/dr\u017eava/po\u0161tanski broj", _s17_79, "Po\u0161tanski broj/Grad/Dr\u017eava", "custom1", _s16_349, "custom2", _s17_228, "custom3", _s17_229, "custom4", "\u010cetvrtvo prilago\u0111eno", "optional", "Opciono", "license", "Licenca", "purge_data", "O\u010distiti podatke", _s16_93, "Uspe\u0161no o\u010di\u0161\u0107eni podaci kompanije", _s18_60, "Upozorenje: Ovo c\u0301e trajno izbrisati Va\u0161e podatke, nema mogu\u0107nosti povratka podataka.", "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 Dana", "age_group_30", "30 - 60 Dana", "age_group_60", "60 - 90 Dana", "age_group_90", "90 - 120 Dana", "age_group_120", "120+ Dana", "refresh", "Osve\u017ei", "saved_design", "Uspe\u0161no sa\u010duvan dizajn", "client_details", "Detalji klijenta", "company_address", "Adresa preduze\u0107a", "invoice_details", "Detalji ra\u010duna", "quote_details", "Detalji ponude", "credit_details", "Detalji kredita", "product_columns", "Kolone proizvoda", "task_columns", "Kolone zadataka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Dozvole", "none", "Nijedan", "owned", "Vlasni\u0161tvo", "payment_success", "Uspe\u0161no pla\u0107anje", "payment_failure", "Neuspe\u0161no pla\u0107anje", "invoice_sent", ":count ra\u010dun poslat", "quote_sent", "Ponuda poslata", "credit_sent", "Kredit poslat", "invoice_viewed", "Pregledan ra\u010dun", "quote_viewed", "Pregledana ponuda", "credit_viewed", "Pregledan kredit", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sva obave\u0161tenja", _s16_94, "Kupi licencu", "apply_license", "Primeni licencu", "cancel_account", "Obri\u0161i nalog", _s22_47, "Upozorenje: Ovo \u0107e trajno obrisati va\u0161 nalog, bez opcije povra\u0107aja podataka.", "delete_company", "Izbri\u0161i kompaniju", _s22_48, "Upozorenje: Ovo \u0107e potpuno obrisati podatke o Va\u0161oj kompaniji, nema mogu\u0107nosti povratka podataka.", "enabled_modules", "Dozvoljeni moduli", "converted_quote", "Uspe\u0161no konvertovana ponuda", "credit_design", "Dizajn kredita", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "U\u010ditaj Dizajn", "css_framework", "CSS Okvir", "custom_designs", "Prilago\u0111eni Dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Izmeni dizajn", "created_design", "Uspe\u0161no kreiran dizajn", "updated_design", "Uspe\u0161no izmenjen dizajn", "archived_design", "Uspe\u0161no arhiviran dizajn", "deleted_design", "Uspe\u0161no obrisan dizajn", "removed_design", "Uspe\u0161no uklonjen dizajn", "restored_design", "Uspe\u0161no vra\u0107en dizajn", _s16_96, "Uspe\u0161no arhivirane :value dizajna", "deleted_designs", "Uspe\u0161no obrisane :value dizajna", _s16_97, "Uspe\u0161no vra\u0107ene :value dizajna", "proposals", "Ponude", "tickets", "Tiketi", _s16_98, "Ponavljaju\u0107a ponuda", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunom", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Unesi kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspe\u0161no kreiran kredit", "updated_credit", "Kredit uspe\u0161no izmenjen", "archived_credit", "Uspe\u0161no arhiviran kredit", "deleted_credit", "Uspe\u0161no obrisan kredit", "removed_credit", "Uspe\u0161no uklonjen kredit", "restored_credit", "Uspe\u0161no vra\u0107en kredit", _s16_100, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_101, "Uspe\u0161no vra\u0107ene :value kredita", "current_version", _s16_248, "latest_version", "Poslednja verzija", "update_now", "A\u017euriraj odmah", _s26_21, "Dostupna je nova verzija veb aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspe\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "ID prac\u0301enja", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Uslovi za kredit", "new_company", "Novo preduze\u0107e", "added_company", "Uspe\u0161no dodano preduze\u0107e", "company1", "Prilago\u0111ena kompanija 1", "company2", "Prilago\u0111ena kompanija 2", "company3", "Prilago\u0111ena kompanija 3", "company4", "Prilago\u0111ena kompanija 4", "product1", "Prilogo\u0111en proizvod 1", "product2", "Prilogo\u0111en proizvod 2", "product3", "Prilogo\u0111en proizvod 3", "product4", "Prilogo\u0111en proizvod 4", "client1", "Prilago\u0111en klijent 1", "client2", "Prilago\u0111en klijent 2", "client3", "Prilago\u0111en klijent 3", "client4", "Prilago\u0111en klijent 4", "contact1", "Prilago\u0111en kontakt 1", "contact2", "Prilago\u0111en kontakt 2", "contact3", "Prilago\u0111en kontakt 3", "contact4", "Prilago\u0111en kontakt 4", "task1", "Prilago\u0111en zadatak 1", "task2", "Prilago\u0111en zadatak 2", "task3", "Prilago\u0111en zadatak 3", "task4", "Prilago\u0111en zadatak 4", "project1", "Prilago\u0111en projekat 1", "project2", "Prilago\u0111en projekat 2", "project3", "Prilago\u0111en projekat 3", "project4", "Prilago\u0111en projekat 4", "expense1", "Prilago\u0111en tro\u0161ak 1", "expense2", "Prilago\u0111en tro\u0161ak 2", "expense3", "Prilago\u0111en tro\u0161ak 3", "expense4", "Prilago\u0111en tro\u0161ak 4", "vendor1", "Prilago\u0111en dobavlja\u010d 1", "vendor2", "Prilago\u0111en dobavlja\u010d 2", "vendor3", "Prilago\u0111en dobavlja\u010d 3", "vendor4", "Prilago\u0111en dobavlja\u010d 4", "invoice1", "Prilago\u0111en ra\u010dun 1", "invoice2", "Prilago\u0111en ra\u010dun 2", "invoice3", "Prilago\u0111en ra\u010dun 3", "invoice4", "Prilago\u0111en ra\u010dun 4", "payment1", "Prilago\u0111eno pla\u0107anje 1", "payment2", "Prilago\u0111eno pla\u0107anje 2", "payment3", "Prilago\u0111eno pla\u0107anje 3", "payment4", "Prilago\u0111eno pla\u0107anje 4", "surcharge1", _s21_166, "surcharge2", _s21_167, "surcharge3", _s21_168, "surcharge4", _s21_169, "group1", "Prilago\u0111ena grupa 1", "group2", "Prilago\u0111ena grupa 2", "group3", "Prilago\u0111ena grupa 3", "group4", "Prilago\u0111ena grupa 4", "reset", "Resetuj", "number", "Broj", "export", "Izvoz", "chart", "Grafikon", "count", "Brojati", "totals", "Totali", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Godina", "subgroup", "Podgrupa", "is_active", "je aktivno", "group_by", "Grupi\u0161i po", "credit_balance", "Stanje kredita", _s18_67, "Poslednja prijava kontakta", _s17_83, _s17_147, "contact_phone", "Kontakt telefon", _s21_59, "Kontaktirajte prilago\u0111enu vrednost 1", _s21_60, "Kontaktirajte prilago\u0111enu vrednost 2", _s21_61, "Kontaktirajte prilago\u0111enu vrednost 3", _s21_62, "Kontaktirajte prilago\u0111enu vrednost 4", _s17_85, "Adresa za isporuku- ulica", _s17_86, "Adresa za isporuku- stan/apartman", "shipping_city", "Adresa za isporuku- grad", "shipping_state", "Adresa za isporuku- Dr\u017eava/Pokrajina", _s20_61, "Adresa za isporuku- po\u0161tanski broj", _s16_132, "Adresa za isporuku- dr\u017eava", _s16_134, "Adresa naplate - Ulica", _s16_135, "Adresa ra\u010duna - Stan/Apartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Dr\u017eava/Pokrajina", _s19_40, "Adresa naplate - Po\u0161tanski broj", "billing_country", "Adresa naplate - Dr\u017eava", "client_id", "ID klijenta", "assigned_to", "Dodeljeno za", "created_by", "Kreiran od :name", "assigned_to_id", "Dodeljeno za Id", "created_by_id", "Kreirano od Id", "add_column", "Dodaj kolonu", "edit_columns", "Izmeni kolone", "columns", "Kolone", "aging", "Zastarevanje", "profit_and_loss", "Zarada i gubitak", "reports", "Izve\u0161taji", "report", "Izve\u0161taj", "add_company", "Dodaj preduze\u0107e", "unpaid_invoice", "Nepla\u0107eni ra\u010dun", "paid_invoice", "Pla\u0107eni ra\u010dun", _s16_136, "Neodobrena ponuda", "help", "Pomo\u0107", "refund", "Povra\u0107aj novca", "refund_date", "Datum povra\u0107aja novca", "filtered_by", "Filtrirano po", "contact_email", "Kontakt email", "multiselect", "Vi\u0161e izbora", "entity_state", "Dr\u017eava", "verify_password", "Potvrdi lozinku", "applied", "Primenjeno", _s21_63, "Uklju\u010dite nedavne gre\u0161ke iz prijava", _s30_8, "Primili smo va\u0161u poruku i poku\u0161ac\u0301emo da odgovorimo \u0161to pre.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje proizvoda", _s25_35, "Prika\u017ei opis i cenu u padaju\u0107oj listi proizvoda", _s20_65, "PDF renderer zahteva :version", _s18_70, "Podesite procenat naknade", _s23_28, "Podesite procenat da biste uzeli u obzir naknadu", _s18_72, "Konfiguri\u0161ite pode\u0161avanja\xa0", "support_forum", "forum podr\u0161ke", "about", "O", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "E-po\u0161ta za kreditiranje", "iframe_url", "Sajt", "domain_url", "Domen URL", _s21_64, _s20_86, _s20_66, "Lozinka mora da sadr\u017ei veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Kontrolna tabla portala za klijente", _s20_67, "Molimo unesite vrednost", "deleted_logo", "Logo je uspe\u0161no obrisan", "yes", "Da", "no", "Ne", "generate_number", "Generi\u0161ite broj", "when_saved", "kada je sa\u010duvan", "when_sent", "kada je poslat", "select_company", "Izaberi kompaniju", "float", "Plutaju\u0107i", "collapse", "Padaju\u0107i", "show_or_hide", "Prika\u017ei/sakrij", "menu_sidebar", "Bo\u010dna traka menija", "history_sidebar", "Bo\u010dna traka istorije", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Modul", "first_custom", _s16_349, "second_custom", _s17_228, "third_custom", _s17_229, "show_cost", "Prika\u017ei cenu", _s17_88, "Prika\u017ei cenu proizvoda", "show_cost_help", "Prika\u017eite polje cene proizvoda da biste pratili mar\u017eu/profit", _s21_65, _s26_49, _s26_23, "Prika\u017eite polje za koli\u010dinu proizvoda, ina\u010de podrazumevan je jedan", _s21_67, _s23_50, _s26_24, "Prika\u017eite polje za koli\u010dinu stavke, ina\u010de podrazumevana je jedna", _s21_69, "Prika\u017ei popust na proizvod", _s26_25, "Prika\u017eite polje za popust na stavku", _s16_138, "Podrazumevana koli\u010dina", _s21_71, "Automatski podesite koli\u010dinu stavke na jednu", "one_tax_rate", "Jedna poreska stopa", "two_tax_rates", "Dve poreske stope", "three_tax_rates", "Tri poreske stope", _s16_140, "Zadata poreska stopa", "user", "Korisnik", "invoice_tax", "Porez na ra\u010dun", "line_item_tax", "Porez na stavku", "inclusive_taxes", "Sa ura\u010dunatim porezima", _s17_90, "Stope poreza na ra\u010dun", "item_tax_rates", "Poreske stope stavke", _s18_74, _s25_93, "configure_rates", "Konfiguri\u0161ite stope", _s18_75, "Konfiguri\u0161ite platne kanale", "tax_settings", "Pode\u0161avanja poreza", _s18_77, "Poreske stope", "accent_color", "Naglasiti boju", "switch", "Prebaci", _s19_44, "Lista odvojena zarezima", "options", "Opcije", _s16_142, "Tekst u jednom redu", "multi_line_text", "Tekst u vi\u0161e redova", "dropdown", "Padaju\u0107i meni", "field_type", "Tip polja", _s27_37, "Poruka za povra\u0107aj lozinke je poslata", "submit", "Podneti", _s16_144, "Povratite va\u0161u lozinku", "late_fees", "Zakasnele takse", "credit_number", "Broj kredita", "payment_number", "Broj plac\u0301anja", "late_fee_amount", "Vrednost tro\u0161ka ka\u0161njenja", _s16_145, "Procenat tro\u0161ka ka\u0161njenja", "schedule", "Raspored", "before_due_date", "Pre roka", "after_due_date", "Posle roka", _s18_79, "Posle datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", _s19_140, "payment_partial", _s19_140, _s21_72, "Delimi\u010dno plac\u0301anje putem e-po\u0161te", "quote_email", "E-po\u0161ta ponuda", _s16_147, "Beskrajni podsetnik", _s16_149, _s23_51, "administrator", "Administrator", _s18_80, "Dozvolite korisniku da upravlja korisnicima, menja postavke i menja sve zapise", "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspe\u0161no kreiran korisnik", "updated_user", "Korisnik je uspe\u0161no a\u017euriran", "archived_user", "Uspe\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspe\u0161no obrisan", "removed_user", "Uspe\u0161no uklonjen korisnik", "restored_user", "Uspe\u0161no obnovljen korisnik", "archived_users", "Uspe\u0161no arhivirane :value korisnika", "deleted_users", "Uspe\u0161no obrisane :value korisnika", "removed_users", "Uspe\u0161no uklonjene :value korisnika", "restored_users", "Uspe\u0161no vra\u0107ene :value korisnika", _s16_151, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, _s19_81, _s28_21, "Uklju\u010dite prilo\u017eene slike u fakturu.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "Prva stranica", "all_pages", "Sve stranice", "last_page", "Poslednja stranica", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Veli\u010dina stranice", "font_size", "Veli\u010dina fonta", "quote_design", "Dizajn ponude", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja proizvoda", "invoice_terms", "Uslovi ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uslovi predra\u010duna", "quote_footer", "Podno\u017eje ponude", _s18_81, "Automatsko slanje ePo\u0161te", _s23_32, "Automatski po\u0161alji e-po\u0161tom ponavljaju\u0107e ra\u010dune u momentu kreiranja.", _s18_82, "Automatsko Arhiviranje", _s23_33, "Automatski arhiviraj ponude kada su konvertovane.", _s18_83, "Auto konverzija", _s23_34, "Automatski konvertujte predra\u010dun u ra\u010dun nakon \u0161to je odobren od strane klijenta.", _s17_94, "Pode\u0161avanje toka rada", "freq_daily", "Dnevni", "freq_weekly", "Nedeljni", "freq_two_weeks", "Dve nedelje", "freq_four_weeks", "\u010cetiri nedelje", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Tri meseca", _s16_155, "\u010cetiri meseca", "freq_six_months", "\u0160est meseci", "freq_annually", "Godi\u0161nje", "freq_two_years", "Dve godine", _s16_156, "Tri godine", "never", "Nikada", "company", "Kompanija", _s17_97, "Generisani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slede\u0107e ponovno pode\u0161avanje", "reset_counter", "Ponovo podesite broja\u010d", _s16_157, "Prefiks koji se ponavlja", "number_padding", "Pading broja", "general", "Op\u0161ti", "surcharge_field", "Polje doplate", "company_field", "Polje kompanije", "company_value", "Vrednost kompanije", "credit_field", "Polje kredita", "invoice_field", "Polje ra\u010duna", _s17_99, "Doplata za ra\u010dun", "client_field", "Polje klijenta", "product_field", "Polje proizvoda", "payment_field", "Polje plac\u0301anja", "contact_field", "Kontakt polje", "vendor_field", "Polje dobavlja\u010da", "expense_field", "Polje tro\u0161kova", "project_field", "Polje Projekta", "task_field", "Polje zadatka", "group_field", "Grupno polje", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "\u0160ablon broja", "messages", "Poruke", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Prika\u017ei na PDF-u", _s21_74, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_41, "Polje za potvrdu uslova ra\u010duna", _s30_9, "Zahtevajte od klijenata da potvrde da prihvataju uslove ra\u010duna.", _s23_35, "Polje za potvrdu uslova predra\u010duna", _s28_22, "Zahtevajte od klijenata da potvrde da prihvataju uslove predra\u010duna.", _s25_42, "Potpis ra\u010duna", _s30_10, "Zahtevajte od klijenata da dostave potpis.", _s23_36, "Potpis predra\u010duna", _s22_57, "Ra\u010duni za\u0161tic\u0301eni lozinkom", _s27_38, "Omoguc\u0301ava vam da postavite lozinku za svaki kontakt. Ako je lozinka postavljena, kontakt c\u0301e morati da unese lozinku pre nego \u0161to pregleda ra\u010dune.", "authorization", "Ovla\u0161c\u0301enje", "subdomain", "Poddomen", "domain", "Domen", "portal_mode", "Re\u017eim portala", "email_signature", "Sa po\u0161tovanjem,", _s24_39, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markapa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Zaka\u010di PDF", _s16_160, "Zaka\u010di dokumenta", "attach_ubl", "Zaka\u010di UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markap", "reply_to_email", "Odgovori na email", "reply_to_name", "Odgovori na ime", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", "Kreditna Kartica", "bank_transfer", "Bankovni prenos", "priority", "Prioritet", "fee_amount", "Iznos takse", "fee_percent", "Procenat takse", "fee_cap", "Granica takse", "limits_and_fees", "Ograni\u010denja/takse", "enable_min", "Omogu\u0107i minimum", "enable_max", "Omogu\u0107i maksimum", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, "Logoi prihva\u0107enih kartica", "credentials", "Podaci", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta sa dostavljenim detaljima", "rate", "Stopa", "tax_rate", "Poreska stopa", "new_tax_rate", "Nova poreska stopa", "edit_tax_rate", "Uredi poresku stopu", _s16_162, "Uspe\u0161no kreirana poreska stopa", _s16_163, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_104, "Uspe\u0161no arhivirana poreska stopa", _s16_164, "Poreska stopa uspe\u0161no obrisana", _s17_105, "Poreska stopa uspe\u0161no povra\u0107ena", _s18_84, "Uspe\u0161no arhivirane :value poreskih stopa", _s17_106, "Uspe\u0161no obrisane :value poreskih stopa", _s18_85, "Uspe\u0161no vra\u0107ene :value poreskih stopa", "fill_products", "Automatski popuni proizvode", _s18_86, _s53_2, "update_products", "Automatski a\u017euriraj proizvode", _s20_71, "A\u017euriranje ra\u010duna automatski \u0107e a\u017eurirati registar proizvoda", _s16_165, "Konvertuj proizvode", _s21_75, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Naknade", "limits", "Ograni\u010denja", "provider", "Snadbeva\u010d", "company_gateway", "Platni kanal", _s16_167, "Platni kanali", _s19_50, "Novi platni kanal", _s20_72, "Uredi platni kanal", _s23_37, "Platni kanal uspe\u0161no kreiran", _s23_38, "Platni kanal uspe\u0161no a\u017euriran", _s24_40, "Platni kanal uspe\u0161no arhiviran", _s23_39, "Platni kanal uspe\u0161no obrisan", _s24_41, "Platni kanal uspe\u0161no povra\u0107en", _s25_44, "Uspe\u0161no arhivirana :value platnih kanala", _s24_42, "Uspe\u0161no obrisana :value platnih kanala", _s25_45, "Uspe\u0161no vra\u0107ena :value platnih kanala", _s16_169, "Nastavi izmene", "discard_changes", "Otka\u017ei izmene", "default_value", "Podrazumevana vrednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u nedelji", _s23_40, "Prvi mesec u godini", "sunday", "Nedelja", "monday", "Ponedeljak", "tuesday", "Utorak", "wednesday", "Sreda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Januar", "february", "Februar", "march", "Mart", "april", "April", "may", "Maj", "june", "Jun", "july", "Jul", "august", "Avgust", "september", "Septembar", "october", "Oktobar", "november", "Novembar", "december", "Decembar", "symbol", "Simbol", "ocde", "Kod", "date_format", "Format datuma", "datetime_format", "Format datuma i vremena", "military_time", "24 satno vreme", _s18_87, "24-\u010dasovni prikaz", "send_reminders", "Po\u0161alji podsetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Pode\u0161avanja grupe", "group", "Grupa", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspe\u0161no kreirana", "updated_group", "Grupa je uspe\u0161no a\u017eurirana", "archived_groups", "Uspe\u0161no arhivirane :value grupa", "deleted_groups", "Uspe\u0161no obrisane :value grupa", "restored_groups", "Uspe\u0161no vra\u0107ene :value grupa", "archived_group", "Grupa je uspe\u0161no arhivirana", "deleted_group", "Grupa je uspe\u0161no obrisana", "restored_group", "Grupa je uspe\u0161no vra\u0107ena", "upload_logo", "Otpremi logo", "uploaded_logo", "Logo je uspe\u0161no otpremljen", "logo", "Logo", "saved_settings", "Postavke su uspe\u0161no sa\u010duvane", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_109, _s17_149, "company_details", "Detalji preduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Dugmad za kupovinu odmah", "email_settings", _s16_252, _s23_42, "\u0160abloni & podsetnici", _s22_58, _s24_66, _s19_55, _s22_83, "price", "Cena", "email_sign_up", "Prijavita putem e-po\u0161te", "google_sign_up", "Prijava putem Google-a", _s27_42, "Hvala Vam na kupovini!", "redeem", "Iskoristi", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Plan preduze\u0107a", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, "Unesite ime", _s24_43, "Unesite prezime", _s33_21, "Molimo prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s16_173, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Politika privatnosti", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Poseti internet stranicu", "create_account", "Napravi nalog", "email_login", _s21_113, "create_new", "Kreiraj novo", _s18_92, "Nijedan zapis nije odabran", _s21_79, "Molimo sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_43, "Zahteva plan preduzec\u0301a", "take_picture", "Fotografi\u0161i", "upload_file", "Otpremi datoteku", "document", "Dokument", "documents", "Dokumenti", "new_document", "Novi dokument", "edit_document", "Izmeni dokument", _s17_111, "Uspe\u0161no otpremljen dokument", _s16_175, "Uspe\u0161no a\u017euriran dokument", _s17_112, "Uspe\u0161no arhiviran dokument", _s16_176, "Uspe\u0161no obrisan dokument", _s17_113, "Uspe\u0161no vra\u0107en dokument", _s18_94, "Uspe\u0161no arhivirane :value dokumenata", _s17_114, "Uspe\u0161no obrisane :value dokumenata", _s18_95, "Uspe\u0161no vra\u0107ene :value dokumenata", "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Prijavljen", _s16_178, "Na \u010dekanju", _s16_179, "Fakturisano", "converted", "Konvertovano", _s24_45, "Dodaj dokumente uz Ra\u010dun", "exchange_rate", "Kurs", _s16_180, "Konvertuj valutu", "mark_paid", "Ozna\u010diti kao pla\u0107eno", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspe\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspe\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspe\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspe\u0161no obrisan dobavlja\u010d", "restored_vendor", "Uspe\u0161no obnovljen dobavlja\u010d", _s16_181, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_182, "Uspe\u0161no vra\u0107ene :value dobavlja\u010da", "new_expense", "Unesi tro\u0161ak", "created_expense", "Uspe\u0161no kreiran tro\u0161ak", "updated_expense", "Uspe\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", "Uspe\u0161no obrisan tro\u0161ak", _s16_184, "Uspe\u0161no obnovljen tro\u0161ak", _s17_115, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_185, "Uspe\u0161no obrisani tro\u0161kovi", _s17_116, "Uspe\u0161no vra\u0107ene :value tro\u0161kova", "copy_shipping", "Kopiraj adresu za isporuku", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_80, "Zapis nije prona\u0111en", "invoiced", "Fakturisano", "logged", "Prijavljen", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigujte vremena koja se poklapaju", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", "Zadatak uspe\u0161no pokrenut", "stopped_task", "Uspe\u0161no zavr\u0161en zadatak", "resumed_task", "Uspe\u0161no nastavljen zadatak", "now", "Sada", _s16_186, "Automatsko pokretanje zadataka", "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eetirano", "start_time", "Po\u010detno vreme", "end_time", "Vreme zavr\u0161etka", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspe\u0161no kreiran zadatak", "updated_task", "Uspe\u0161no a\u017euriran zadatak", "archived_task", "Uspe\u0161no arhiviran zadatak", "deleted_task", "Uspe\u0161no obrisan zadatak", "restored_task", "Uspe\u0161no obnovljen zadatak", "archived_tasks", "Uspe\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspe\u0161no obrisano :count zadataka", "restored_tasks", "Uspe\u0161no vra\u0107ene :value zadataka", _s19_59, _s18_123, "budgeted_hours", "Bud\u017eetirani sati", "created_project", "Projekat je uspe\u0161no kreiran", "updated_project", "Projekat je uspe\u0161no a\u017euriran", _s16_188, "Projekat je uspe\u0161no arhiviran", "deleted_project", _s24_112, _s16_189, "Projekat uspe\u0161no vra\u0107en", _s17_117, "Uspe\u0161no arhivirano :count projekata", _s16_190, "Uspe\u0161no obrisano :count projekata", _s17_118, "Uspe\u0161no vra\u0107ene :value projekata", "new_project", "Novi projekat", _s27_47, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_96, "Kliknite ovde", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_15, "Molimo potvrdite autenti\u010dnost da biste promenili ovo pode\u0161avanje", "locked", "Zaklju\u010dano", "authenticate", "Potvrditi autenti\u010dnost", _s19_61, "Molimo potvrdite autenti\u010dnost", _s24_47, "Biometrijska potvrda autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Uporedi", "hosted_login", "Hostovani login", "selfhost_login", "Samohostovani login", "google_sign_in", "Prijavite se pomoc\u0301u Google-a", "today", "Danas", "custom_range", "Prilago\u0111eni opseg", "date_range", "Opseg datuma", "current", "Teku\u0107i", "previous", "Prethodni", "current_period", "Teku\u0107i period", _s17_119, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", _s16_254, "compare_to", "Uporedi sa", "last7_days", "Poslednjih 7 dana", "last_week", "Pro\u0161le nedelje", "last30_days", "Poslednjih 30 dana", "this_month", "Ovog meseca", "last_month", "Pro\u0161log meseca", "this_year", "Ove godine", "last_year", "Pro\u0161le godine", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u ra\u010dun", "clone_to_quote", "Kloniraj u ponudu", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Konvertuj", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Izmeni uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Izmeni tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekat", _s20_74, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, "Adresa za slanje", "total_revenue", "Ukupni prihod", "average_invoice", "Prose\u010dni ra\u010dun", "outstanding", "Nenapla\u0107eno", "invoices_sent", ":count ra\u010duni poslati", "active_clients", _s16_256, "close", "Zatvori", "email", "Email", "password", "Lozinka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Sortiranje", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna tabla", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Vrati", _s16_195, "Osve\u017eavanje zavr\u0161eno", _s23_43, "Molimo, unesite svoju adresu e-po\u0161te", _s26_34, "Molimo, unesite svoju lozinku", _s21_83, "Molimo, unesite svoj URL", _s26_36, "Molimo, unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_121, "Do\u0161lo je do gre\u0161ke", "paid_to_date", "Pla\u0107eno na vreme", "balance_due", "Stanje duga", "balance", "Stanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Sajt", "vat_number", "PIB", "id_number", "Mati\u010dni broj", "create", "Kreiraj", _s19_63, "Vrednost :value kopirana na radnu tablu", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Ukloni", _s16_199, "Adresa e-po\u0161te nije validna", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod", "created_product", "Proizvod je uspe\u0161no kreiran", "updated_product", "Proizvod je uspe\u0161no a\u017euriran", _s16_201, "Proizvod je uspe\u0161no arhiviran", "deleted_product", "Proizvod uspe\u0161no obrisan", _s16_202, "Proizvod uspe\u0161no vra\u0107en", _s17_123, "Uspe\u0161no arhivirano :count proizvoda", _s16_203, "Uspe\u0161no obrisano :count proizvoda", _s17_124, "Uspe\u0161no vra\u0107ene :value proizvoda", "product_key", "Proizvod", "notes", "Bele\u0161ke", "cost", "Cena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspe\u0161no kreiran", "updated_client", "Uspe\u0161no a\u017euriranje klijenta", "archived_client", "Uspe\u0161no arhiviran klijent", _s16_204, "Uspe\u0161no arhivirano :count klijenata", "deleted_client", "Uspe\u0161no obrisan klijent", "deleted_clients", "Uspe\u0161no obrisano :count klijenata", "restored_client", "Uspe\u0161no vra\u0107en klijent", _s16_205, "Uspe\u0161no vra\u0107ene :value klijenata", "address1", "Ulica", "address2", "Stan", "city", "Grad", "state", "Regija/provincija", "postal_code", "Po\u0161tanski broj", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspe\u0161no kreiran ra\u010dun", "updated_invoice", "Uspe\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_207, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_125, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspe\u0161no obrisano :count ra\u010duna", _s17_126, "Uspe\u0161no vra\u0107ene :value ra\u010duna", "emailed_invoice", _s29_81, "emailed_payment", "Uplata uspe\u0161no poslata putem e-po\u0161te", "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uslovi", "public_notes", "Javne bele\u0161ke", "private_notes", "Privatne bele\u0161ke", "frequency", "U\u010destalost", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Va\u017ei do", "items", "Stavke", "partial_deposit", "Avans/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospe\u0107a", _s16_209, "Datum dospe\u0107a avansa", "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Kliknite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Procenat", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo, izaberite datum", _s22_62, _s25_93, _s24_49, "Izaberite ra\u010dun", "task_rate", "Stopa zadatka", "settings", "Pode\u0161avanja", "language", "Jezik", "currency", "Valuta", "created_at", "Datum kreiranja", "created_on", "Napravljeno dana", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo, unesite broj ra\u010duna", _s27_51, "Molimo, unesite broj ponude", "past_due", "Rok istekao", "draft", "Nacrt", "sent", "Poslato", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Avans/Depozit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslato", _s22_64, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_65, "Ra\u010dun je uspe\u0161no ozna\u010den kao poslat", _s23_45, _s38_36, _s23_46, _s38_36, "done", "Zavr\u0161eno", _s37_18, "Molimo, unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovo pokrenite aplikaciju da pokrenuli promenu", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nema zapisa", "clone", "Kloniraj", "loading", "U\u010ditavanje", "industry", "Delatnost", "size", "Veli\u010dina", "payment_terms", "Uslovi pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status pla\u0107anja", _s16_213, "Na \u010dekanju", _s16_214, "Storno", _s16_215, "Neuspe\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, _s21_165, _s16_218, "Refundirano", _s17_128, "Neprimenjeno", _s17_129, _s22_132, "net", "Net", "client_portal", "Portal Klijenta", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Podsetnici putem e-po\u0161te", "enabled", "Omogu\u0107eno", "recipients", "Primaoci", "initial_email", "Inicijalna poruka e-po\u0161tom", "first_reminder", "Prvi podsetnik", "second_reminder", "Drugi podsetnik", "third_reminder", "Tre\u0107i podsetnik", "reminder1", "Prvi podsetnik", "reminder2", "Drugi podsetnik", "reminder3", "Tre\u0107i podsetnik", "template", "\u0160ablon", "send", "Po\u0161alji", "subject", "Naslov", "body", "Telo poruke", "send_email", "Poslati Email", "email_receipt", _s31_25, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Pregled", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Refundirano", "payment_type", "Tip uplate", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_219, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_220, "Uspe\u0161no vra\u0107ena uplata", _s17_130, "Uspe\u0161no arhivirana :count uplata", _s16_221, "Uspe\u0161no obrisano :count uplata", _s17_131, "Uspe\u0161no vra\u0107ene :value pla\u0107anja", "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Predra\u010dun je uspe\u0161no kreiran", "updated_quote", "Predra\u010dun je uspe\u0161no a\u017euriran", "archived_quote", "Predra\u010dun je uspe\u0161no arhiviran", "deleted_quote", "Predra\u010dun uspe\u0161no obrisan", "restored_quote", "Uspe\u0161no vra\u0107en predra\u010dun", "archived_quotes", "Uspe\u0161no arhivirano :count predra\u010duna", "deleted_quotes", "Uspe\u0161no obrisano :count predra\u010duna", "restored_quotes", "Uspe\u0161no vra\u0107ene :value ponuda", "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Zadatak", "tasks", "Zadaci", "project", "Projekat", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user je poslao ra\u010dun :invoice za :client kontaktu :contact", "activity_7", ":contact je pregledao ra\u010dun :invoice za :client", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoice", "activity_10", ":contact uneo plac\u0301anje :payment za :payment_amount na ra\u010dunu :invoice za :client", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user uneo :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao predra\u010dun :quote", "activity_19", ":user a\u017eurirao predra\u010dun :quote", "activity_20", ":user je poslao predra\u010dun putem e-po\u0161te :quote za :client kontaktu :contact", "activity_21", _s35_46, "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio predra\u010dun :quote za :client", "activity_30", ":user je kreirao dobavlja\u010da/prodavca :vendor", "activity_31", ":user arhivirao dobavlja\u010da/prodavca :vendor", "activity_32", ":user obrisao dobavlja\u010da/prodavca :vendor", "activity_33", ":user obnovio dobavlja\u010da/prodavca :vendor", "activity_34", _s29_51, "activity_35", ":user arhivirao tro\u0161ak :expense", "activity_36", ":user obrisao tro\u0161ak :expense", "activity_37", ":user obnovio tro\u0161ak :expense", "activity_39", ":user je otkazao :payment_amount pla\u0107anje :payment", "activity_40", ":user vratio :adjustment od :payment_amount pla\u0107anja :payment", "activity_41", ":payment_amount pla\u0107anje (:payment) nije uspelo", "activity_42", ":user kreirao zadatak :task", "activity_43", ":user a\u017eurirao zadatak :task", "activity_44", ":user arhivirao zadatak :task", "activity_45", ":user obrisao zadatak :task", "activity_46", ":user obnovio zadatak :task", "activity_47", ":user a\u017eurirao tro\u0161ak :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user obnovio tiket :ticket", "activity_55", ":contact odgovorio na tiket :ticket", "activity_56", ":user pogledao tiket :ticket", "activity_57", "Sistem nije uspeo da po\u0161alje ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user promenio ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s35_46, "activity_61", ":user a\u017eurirao klijenta :client", "activity_62", ":user je a\u017eurirao dobavlja\u010da :vendor", "activity_63", ":user je e-po\u0161tom poslao prvi podsetnik za ra\u010dun :invoice na :contact", "activity_64", ":user je e-po\u0161tom poslao drugi podsetnik za ra\u010dun :invoice na :contact", "activity_65", ":user je e-po\u0161tom poslao tre\u0107i podsetnik za ra\u010dun :invoice na :contact", "activity_66", ":user je e-po\u0161tom poslao konstantan podsetnik za ra\u010dun :invoice na :contact", "activity_80", ":user je kreirao pretplatu :subscription", "activity_81", ":user je a\u017eurirao pretplatu :subscription", "activity_82", ":user je arhivirao pretplatu :subscription", "activity_83", ":user je obrisao pretplatu :subscription", "activity_84", ":user je vratio pretplatu :subscription", _s17_132, "Jednokratna lozinka", "emailed_quote", _s36_46, "emailed_credit", "Kredit je uspe\u0161no poslat e-po\u0161tom", _s20_78, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_87, "Kredit je uspe\u0161no ozna\u010den kao poslat", "expired", "Isteklo", "all", "Sve", "select", "Odaberi", _s22_66, "Dugo pritisnite Multiselect", "custom_value1", _s20_152, "custom_value2", _s20_152, "custom_value3", "Prilago\u0111ena Vrednost 3", "custom_value4", "Prilago\u0111ena Vrednost 4", _s18_97, _s24_69, _s24_54, "Prilago\u0111ena poruka na kontrolnoj tabli", _s29_37, "Prilago\u0111ena poruka o neplac\u0301enom ra\u010dunu", _s27_58, "Prilago\u0111ena poruka o plac\u0301enom ra\u010dunu", _s31_18, "Prilago\u0111ena poruka o neodobrenoj ponudi", "lock_invoices", _s16_259, "translations", "Prevodi", _s19_64, "Obrazac broja zadatka", _s19_66, "Broja\u010d broja zadataka", _s22_68, "Obrazac broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Obrazac broja dobavlja\u010da", _s21_90, "Broja\u010d broja dobavlja\u010da", _s21_92, "Obrazac broja tiketa", _s21_94, "Broja\u010d broja tiketa", _s22_72, "Obrazac broja pla\u0107anja", _s22_74, "Broja\u010d broja pla\u0107anja", _s22_76, "Obrazac broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Obrazac broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_170, _s21_98, _s20_153, _s21_100, _s21_170, _s21_101, _s20_153, _s18_99, "Ponovo podesite datum broja\u010da", "counter_padding", "Ispuna ispred broja broja\u010da", _s28_57, "Zajedni\u010dki broja\u010d ponuda ra\u010duna", _s18_101, "Podrazumevani naziv poreza 1", _s18_103, "Podrazumevana poreska stopa 1", _s18_105, "Podrazumevani naziv poreza 2", _s18_107, "Podrazumevana poreska stopa 2", _s18_109, "Podrazumevani naziv poreza 3", _s18_111, "Podrazumevana poreska stopa 3", _s21_102, "Po\u0161alji e-po\u0161tom predmet fakture", _s19_68, "Po\u0161alji e-po\u0161tom predmet ponude", _s21_104, "Po\u0161alji e-po\u0161tom predmet pla\u0107anja", _s29_39, "Predmet delimi\u010dnog plac\u0301anja e-po\u0161te", "show_table", "Prika\u017ei tabelu", "show_list", "Prika\u017eu listu", "client_city", "Grad klijenta", "client_state", "Dr\u017eava klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje klijenta", "client_address1", "Ulica klijenta", "client_address2", "Stan/Apartman klijenta", "vendor_address1", "Ulica dobavlja\u010da", "vendor_address2", "Stan/apartman dobavlja\u010da", _s24_56, "Adresa za isporuku klijentu", _s24_57, "Adresa za isporuku- stan/apartman klijentu", "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum dospe\u0107a", "tax_rate1", "Poreska stopa 1", "tax_rate2", "Poreska stopa 2", "tax_rate3", "Poreska stopa 3", "auto_bill", "Auto naplata", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Prilago\u0111eni porezi 1", "custom_taxes2", "Prilago\u0111eni porezi 2", "custom_taxes3", "Prilago\u0111eni porezi 3", "custom_taxes4", "Prilago\u0111eni porezi 4", _s17_134, _s21_166, _s17_135, _s21_167, _s17_136, _s21_168, _s17_137, _s21_169, "is_deleted", "Je obrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", _s17_152, "vendor_country", _s17_152, "is_approved", "Je odobren", "tax_name", "Naziv poreza", "tax_amount", "Iznos poreza", "tax_paid", "Porez Pla\u0107en", "payment_amount", "Iznos uplate", "age", "Period", "is_running", "je pokrenuto", "time_log", "Vremenski zapisi", "bank_id", "Banka", _s19_70, "ID kategorije tro\u0161kova", _s16_227, "Kategorija tro\u0161kova", _s19_72, "ID valute ra\u010duna", "tax_name1", "Naziv poreza 1", "tax_name2", "Naziv poreza 2", "tax_name3", "Naziv poreza 3", "transaction_id", "ID transakcije", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sk", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s22_133, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji\u0165", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "S\xfahlasi\u0165", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastavenia platby", "default", "Z\xe1kladn\xe9", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Trvaj\xfaci", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Prida\u0165 br\xe1nu", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Vytvorte \xfa\u010det za sekundu", "login_label", _s28_0, "add_to_invoice", "Prida\u0165 na fakt\xfaru :invoice", _s17_11, _s17_12, "week", "T\xfd\u017ede\u0148", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura\u010dn\xe1 mena", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Vytvori\u0165 projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Poplatok za fakt\xfaru :amount by bol :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1li\u0165", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Klient bol \xfaspe\u0161ne vy\u010disten\xfd", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1lne", "large", "Ve\u013ek\xe9", "extra_large", "Extra ve\u013ek\xe9", _s16_17, "Zobrazi\u0165 uk\xe1\u017eku PDF", _s21_20, "Zobrazte n\xe1h\u013ead PDF pri \xfaprave fakt\xfar", "print_pdf", "Tla\u010d PDF", "remind_me", "Pripomen\xfa\u0165 mi", _s16_19, "Okam\u017eit\xe1 platba v banke", "click_selected", "Kliknite na polo\u017eku Vybrat\xe9", "hide_preview", "Skry\u0165 uk\xe1\u017eku", "edit_record", "Upravi\u0165 z\xe1znam", _s27_9, "Suma kreditu nem\xf4\u017ee by\u0165 vy\u0161\u0161ia ako suma na fakt\xfare", "giropay", "GiroPay", "direct_debit", "Inkaso", _s21_21, "Nastavte heslo \xfa\u010dtu", "set_password", "Nastavi\u0165 heslo", _s17_14, "Na dosiahnutie najlep\u0161ieho v\xfdkonu odpor\xfa\u010dame pou\u017e\xedva\u0165 po\u010d\xedta\u010dov\xfa aplik\xe1ciu", _s16_21, _s58_0, _s20_24, "Br\xe1na bola \xfaspe\u0161ne odpojen\xe1", "disconnect", "Odpoji\u0165", "add_to_invoices", "Prida\u0165 do fakt\xfar", "acss", "Vopred autorizovan\xe9 debetn\xe9 platby", "becs", "Inkaso BECS", "bulk_download", "Stiahnu\u0165", _s17_15, "Ukladajte \xfadaje lok\xe1lne, aby sa aplik\xe1cia sp\xfa\u0161\u0165ala r\xfdchlej\u0161ie. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon vo ve\u013ek\xfdch \xfa\u010dtoch", "persist_ui", "Trval\xe9 pou\u017e\xedvate\u013esk\xe9 rozhranie", "persist_ui_help", "Ulo\u017ete stav pou\u017e\xedvate\u013esk\xe9ho rozhrania lok\xe1lne, aby ste umo\u017enili spustenie aplik\xe1cie na poslednom mieste. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon", _s18_14, "PS\u010c klienta", _s17_16, "I\u010c DPH klienta", "has_tasks", "M\xe1 \xfalohy", "registration", "Registr\xe1cia", _s27_10, "Autorizujte Stripe na prij\xedmanie online platieb.", "view_expense", "Zobrazi\u0165 v\xfddaje # :expense", "view_statement", "Zobrazi\u0165 V\xfdkaz", "sepa", "platba SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizujte v\u0161etky z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavi\u0165 predvolen\xfa spolo\u010dnos\u0165", "updated_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne aktualizovan\xe1", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Pom\xf4\u017ete n\xe1m zlep\u0161i\u0165 sa t\xfdm, \u017ee n\xe1m povedzte pre\u010do (volite\u013en\xe9)", "webhook_success", "\xdaspech webhooku", _s24_14, "V\u0161etky \xfalohy musia patri\u0165 tomu ist\xe9mu klientovi", _s27_11, "V\u0161etky v\xfddavky musia patri\u0165 tomu ist\xe9mu klientovi", "app", "Aplik\xe1cia", _s20_25, "Ak chcete dosiahnu\u0165 najlep\u0161\xed v\xfdkon, stiahnite si aplik\xe1ciu :app", _s16_22, "Celkov\xe1 suma brutto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Meno odosielate\u013ea", _s16_23, "Klonova\u0165 do n\xe1kladov", _s17_19, _s17_230, _s18_19, _s17_230, _s21_22, "Nov\xe9 pravideln\xe9 v\xfddaje", _s22_27, "Upravi\u0165 pravideln\xe9 v\xfddaje", _s25_3, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne vytvoren\xe9", _s25_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne upraven\xe9", _s26_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne archivovan\xe9", _s25_5, "Projekt \xfaspe\u0161ne zmazan\xfd", _s25_6, "Opakovan\xfd v\xfddavok bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s26_5, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne obnoven\xe9", _s24_15, "H\u013eadaj opakuj\xface sa v\xfddavky", _s25_7, "H\u013eadajte opakuj\xface sa v\xfddavky", "last_sent_date", "D\xe1tum posledn\xe9ho odoslania", "include_drafts", "Zahrn\xfa\u0165 koncepty", _s19_19, "Zahr\u0148te do spr\xe1v koncepty z\xe1znamov", "is_invoiced", "Je fakturovan\xe9", "change_plan", "Zmeni\u0165 pl\xe1n", "persist_data", "Trval\xe9 \xfadaje", "customer_count", "Po\u010det z\xe1kazn\xedkov", _s16_24, "Overi\u0165 z\xe1kazn\xedkov", _s16_26, _s16_27, _s28_2, "ID sledovania Google Analytics", "decimal_comma", "Desatinn\xe1 \u010diarka", _s26_6, _s35_7, "select_method", "Vyberte met\xf3du", "select_platform", "Vyberte platformu", _s28_4, "Na pripojenie k Gmailu pou\u017eite webov\xfa aplik\xe1ciu", _s16_28, "Sadzby dane z polo\u017eiek s\xfa deaktivovan\xe9", "enable_markdown", "Povoli\u0165 Markdown", _s20_26, "Previes\u0165 markdown do HTML na PDF", "user_guide", "U\u017e\xedvate\u013esk\xe1 pr\xedru\u010dka", _s18_21, "Prida\u0165 druh\xfd kontakt", "previous_page", "Predch\xe1dzaj\xfaca strana", "next_page", "\u010eal\u0161ia strana", "export_colors", "Exportova\u0165 farby", "import_colors", "Importova\u0165 farby", "clear_all", "Zmaza\u0165 v\u0161etko", "contrast", "Kontrast", "custom_colors", "Vlastn\xe9 farby", "colors", "Farby", _s31_4, "Akt\xedvna farba pozadia na bo\u010dnom paneli", _s25_9, "Akt\xedvna farba p\xedsma na bo\u010dnom paneli", _s33_5, "Farba pozadia neakt\xedvneho bo\u010dn\xe9ho panela", _s27_12, "Neakt\xedvna farba p\xedsma na bo\u010dnom paneli", _s36_3, "Farba pozadia alternat\xedvneho riadka tabu\u013eky", _s31_6, "Farba pozadia hlavi\u010dky fakt\xfary", _s25_11, "Farba p\xedsma hlavi\u010dky fakt\xfary", "net_subtotal", "Netto", "review_app", "Skontrolova\u0165 aplik\xe1ciu", "check_status", "Skontrolova\u0165 stav", "free_trial", "Sk\xfa\u0161obn\xe9 obdobie", _s23_12, "Sk\xfa\u0161obn\xe1 verzia pl\xe1nu Pro kon\u010d\xed o :count dn\xed, kliknut\xedm aktualizujte.", _s21_24, "Dnes je posledn\xfd de\u0148 sk\xfa\u0161obnej verzie pl\xe1nu Pro, kliknut\xedm aktualizujte.", "change_email", "Zmeni\u0165 e-mail", _s25_13, "Volite\u013ene nakonfigurujte samostatn\xfa dom\xe9nu klientskeho port\xe1lu", _s21_25, "\xdalohy zobrazen\xe9 na port\xe1li", "uninvoiced", "Nevyfakturovan\xe9", "subdomain_guide", "Subdom\xe9na sa pou\u017e\xedva na klientskom port\xe1li na prisp\xf4sobenie odkazov tak, aby zodpovedali va\u0161ej zna\u010dke. tj https://your-brand.invoicing.co", "send_time", "\u010cas odoslania", "import_data", "Importova\u0165 \xfadaje", "import_settings", "Nastavenia importu", _s17_21, "Poskytnite s\xfabor JSON", _s19_20, "Vyberte, ak chcete importova\u0165 nastavenia a/alebo \xfadaje", "json", "JSON", _s24_17, "Nie s\xfa povolen\xe9 \u017eiadne typy platieb", "wait_for_data", "Po\u010dkajte na dokon\u010denie na\u010d\xedtania \xfadajov", "net_total", "\u010cist\xfd s\xfa\u010det", "has_taxes", "M\xe1 dane", _s16_29, "Importova\u0165 z\xe1kazn\xedkov", _s18_23, "\xdaspe\u0161ne sa za\u010dal import z\xe1kazn\xedkov", "login_success", "\xdaspe\u0161n\xe9 prihl\xe1senie", "login_failure", "Prihl\xe1senie zlyhalo", "exported_data", "Ke\u010f bude s\xfabor pripraven\xfd, dostanete e-mail s odkazom na stiahnutie", _s23_13, "Zahrn\xfa\u0165 odstr\xe1nen\xfdch klientov", _s28_6, "Na\u010d\xedta\u0165 z\xe1znamy patriace vymazan\xfdm klientom", "step_1_sign_in", "Krok 1: Prihl\xe1ste sa", _s16_32, "Krok 2: Autoriz\xe1cia", "account_id", "ID \xfa\u010dtu", _s27_14, "Migr\xe1cia sa e\u0161te neskon\u010dila", "activity_100", ":user vytvoril opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_101", ":user aktualizoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_102", ":user archivoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_103", ":user vymazal opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_104", ":user obnovil opakuj\xfacu sa fakt\xfaru :recurring_invoice", _s18_24, "Zobrazi\u0165 d\xe1tum ukon\u010denia \xfalohy", _s23_15, "Povoli\u0165 ur\u010denie d\xe1tumu ukon\u010denia \xfalohy", "gateway_setup", "Nastavenie br\xe1ny", "preview_sidebar", "Uk\xe1\u017eka bo\u010dn\xe9ho panela", _s16_33, "Zobrazen\xe9 \xfadaje za roky", _s18_26, _s31_8, _s16_35, "Ukon\u010di\u0165 v\u0161etky rel\xe1cie", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Naposledy upraven\xfd", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Krstn\xe9 meno kontaktu", _s17_23, "Priezvisko kontaktu", "order", "Order", "unassigned", "Nepridelen\xe9", "partial_value", "Mus\xed by\u0165 v\xe4\u010d\u0161ie ako 0 a menej ako celkov\xfd s\xfa\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povoli\u0165", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavte subdom\xe9nu alebo zobrazte fakt\xfaru na vlastnom webe.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Propaga\u010dn\xfd k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010denie", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Predplatn\xe9", "subscriptions", "Predplatn\xe9", _s16_41, "Nov\xe9 predplatn\xe9", _s17_29, "Aktualizova\u0165 predplatn\xe9", _s20_29, "Predplatn\xe9 \xfaspe\u0161ne vytvoren\xe9", _s20_30, _s32_36, _s21_34, _s32_36, _s20_31, _s34_39, _s20_32, _s34_39, _s21_35, "Predplatn\xe9 bolo \xfaspe\u0161ne obnoven\xe9", _s19_21, "H\u013eada\u0165 1 predplatn\xe9", _s20_33, "H\u013eada\u0165 :count odbery", _s26_8, "Subdom\xe9na nie je dostupn\xe1", "connect_gmail", "Pripojte Gmail", _s16_43, "Odpojte Gmail", "connected_gmail", "Gmail bol \xfaspe\u0161ne pripojen\xfd", _s18_35, "Gmail bol \xfaspe\u0161ne odpojen\xfd", _s16_45, "Zmeny v k\xf3dovej z\xe1kladni m\xf4\u017eu blokova\u0165 aktualiz\xe1ciu, m\xf4\u017eete spusti\u0165 tento pr\xedkaz a zru\u0161i\u0165 zmeny:", _s16_46, "Identifika\u010dn\xe9 \u010d\xedslo klienta", "count_minutes", ":count min\xfaty", _s16_48, "\u010casov\xfd limit hesla", _s29_5, "Zdie\u013ean\xe9 po\u010d\xedtadlo fakt\xfar/kreditov", "use_last_email", "Pou\u017ei\u0165 posledn\xfd e-mail", _s16_50, "Aktivova\u0165 spolo\u010dnos\u0165", _s21_37, "Povoli\u0165 e-maily, opakuj\xface sa fakt\xfary a upozornenia", _s27_16, "Vyskytla sa chyba, sk\xfaste to znova", _s27_17, "Najprv nastavte heslo", _s34_7, "Upozornenie: Zmena telef\xf3nneho \u010d\xedsla deaktivuje 2FA", "help_translate", "Pomoc s prekladom", _s23_16, "Vyberte krajinu", "resend_invite", "Znova odosla\u0165 Pozv\xe1nku", _s19_22, "\xdaspe\u0161ne deaktivovan\xe9 2FA", _s16_52, "\xda\u010det bol \xfaspe\u0161ne pripojen\xfd", _s19_23, "\xda\u010det bol \xfaspe\u0161ne odpojen\xfd", "delivered", "Doru\u010den\xe9", "bounced", "Odmietnut\xe9", "spam", "Nevy\u017eiadan\xe1 po\u0161ta", "view_docs", "Zobrazi\u0165 dokumenty", _s32_4, "Ak chcete povoli\u0165 dvojfaktorov\xe9 overenie, zadajte \u010d\xedslo mobiln\xe9ho telef\xf3nu", "send_sms", "Posla\u0165 SMS", "sms_code", "SMS k\xf3d", _s21_38, "Naskenujte \u010diarov\xfd k\xf3d pomocou aplik\xe1cie kompatibilnej s :link.", _s18_36, "Dvojfaktorov\xe9 overovanie \xfaspe\u0161ne nastaven\xe9", "connect_google", "Pripojte Google", _s17_31, "Odpoji\u0165 Google", _s17_33, "Dvojfaktorov\xe9 overovanie", _s18_37, "Zak\xe1za\u0165 dva faktory", _s34_8, "Vy\u017eadova\u0165 heslo s prihl\xe1sen\xedm na soci\xe1lne siete", "stay_logged_in", "Zosta\u0165 prihl\xe1sen\xfd", _s23_18, "Varovanie: Va\u0161a rel\xe1cia \u010doskoro vypr\u0161\xed.", "count_hours", ":count hod\xedn", "count_day", "1 de\u0148", "count_days", ":count dn\xed", _s19_24, "\u010das rel\xe1cie vypr\u0161al", _s17_34, "Nastavenia zabezpe\u010denia", "resend_email", "Preposla\u0165 email", _s26_10, "Pros\xedm, potvr\u010fte svoju emailov\xfa adresu", _s16_53, "Vr\xe1ten\xe1 platba", _s19_26, _s19_141, _s19_28, "Pros\xedm vyber pou\u017e\xedvate\u013esk\xfa autentifik\xe1ciu cez Gmail", "list_long_press", "Dlh\xe9 stla\u010denie zoznamu", "show_actions", "Uk\xe1\u017e akciu", _s17_36, "Za\u010da\u0165 viacn\xe1sobn\xfd v\xfdber", _s27_19, "Bol odoslan\xfd e-mail na potvrdenie e-mailovej adresy", _s21_39, "Ak chcete pou\u017ei\u0165 :client_counter, pridajte bu\u010f :client_number alebo :client_id_number, aby ste predi\u0161li konfliktom", "this_quarter", "Tento \u0161tvr\u0165rok", "last_quarter", "Posledn\xfd \u0160tvr\u0165rok", "to_update_run", "Ak chcete aktualizova\u0165 spustite", _s18_39, "Previes\u0165 na fakt\xfaru", _s16_54, "Registra\u010dn\xe1 adresa URL", "invoice_project", "Fakt\xfarova\u0165 projekt", "invoice_task", "Fakturova\u0165 \xfalohu", "invoice_expense", "Fakt\xfarova\u0165 v\xfddaje", _s19_29, "H\u013eada\u0165 1 platobn\xfd term\xedn", _s20_34, "H\u013eada\u0165 :count platobn\xe9 podmienky", _s16_56, "Ulo\u017ei\u0165 a zobrazi\u0165 uk\xe1\u017eku", "save_and_email", "Ulo\u017ei\u0165 a posla\u0165 e-mailom", _s16_58, "Podporovan\xe9 udalosti", _s16_60, "Konvertovan\xe1 suma", _s17_38, "Prepo\u010d\xedtan\xfd zostatok", _s22_31, "Preveden\xe9 zaplaten\xe9 na d\xe1tum", _s24_19, "Konvertovan\xfd kreditn\xfd zostatok", "converted_total", "Celkom preveden\xe9", "is_sent", "Je odoslan\xe1", _s17_40, "Predvolen\xe9 dokumenty", "document_upload", "Nahratie dokumentu", _s20_35, "Umo\u017enite klientom nahr\xe1va\u0165 dokumenty", "expense_total", "Celkov\xe9 n\xe1klady", "enter_taxes", "Zadajte dane", "by_rate", "Pod\u013ea sadzby", "by_amount", "Pod\u013ea sumy", "enter_amount", "Zadajte \u010diastku", "before_taxes", "Pred zdanen\xedm", "after_taxes", "Po zdanen\xed", "color", "Farba", "show", "Zobrazi\u0165", "hide", "Skry\u0165", "empty_columns", "Pr\xe1zdne st\u013apce", _s21_41, "Re\u017eim ladenia je povolen\xfd", _s26_11, "Upozornenie: je to ur\u010den\xe9 na pou\u017eitie na lok\xe1lnych po\u010d\xedta\u010doch, m\xf4\u017ee d\xf4js\u0165 k \xfaniku poveren\xed. Kliknut\xedm sa dozviete viac.", "running_tasks", "Spusten\xe9 \xfalohy", "recent_tasks", "Ned\xe1vne \xfalohy", "recent_expenses", "Ned\xe1vne v\xfddavky", _s17_42, "Nadch\xe1dzaj\xface v\xfddavky", "update_app", "Aktualizova\u0165 aplik\xe1ciu", "started_import", "Import bol \xfaspe\u0161ne spusten\xfd", _s24_21, "Duplicitn\xe9 mapovanie st\u013apcov", _s20_36, "Pou\u017e\xedva inkluz\xedvne dane", _s18_41, "Je z\u013eava vo v\xfd\u0161ke", "column", "St\u013apec", "sample", "Vzorka", "map_to", "Mapova\u0165", "import", "Import", _s25_16, "Ako n\xe1zvy st\u013apcov pou\u017eite prv\xfd riadok", "select_file", "Vyberte s\xfabor", _s16_62, "Nie je zvolen\xfd \u017eiadny s\xfabor", "csv_file", "S\xfabor CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Fakturovane", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010dtovn\xedctvo", _s22_33, "Zadajte v\u0161etky s\xfabory CSV.", "import_type", "Typ importu", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Zobrazi\u0165 licencie", "webhook_url", "Webhook URL", _s17_44, "Celoobrazovkov\xfd editor", "sidebar_editor", "Editor bo\u010dn\xe9ho panelu", _s22_34, "Potvr\u010fte zadan\xedm \u201e:value\u201c.", "purge", "Vy\u010disti\u0165", "service", "Slu\u017eba", "clone_to", "Klonova\u0165 do", "clone_to_other", "Klonova\u0165 do in\xe9ho", "labels", "\u0160t\xedtky", "add_custom", "Prida\u0165 vlastn\xe9", "payment_tax", "Platba dane", "unpaid", "Nezaplaten\xe9", "white_label", "Biely \u0161t\xedtok", "delivery_note", "Dodac\xed list", _s24_24, "Odoslan\xe9 fakt\xfary s\xfa uzamknut\xe9", _s24_26, "Zaplaten\xe9 fakt\xfary s\xfa uzamknut\xe9", "source_code", "Zdrojov\xfd k\xf3d", "app_platforms", "Platformy aplik\xe1ci\xed", "invoice_late", _s18_202, "quote_expired", "Platnos\u0165 ponuky vypr\u0161ala", "partial_due", "\u010ciasto\u010dn\xe1 splatnos\u0165", "invoice_total", "Celkom k \xfahrade", "quote_total", "Ponuka celkom", "credit_total", "Celkov\xfd kredit", _s23_19, "Celkov\xe1 fakt\xfara", "actions", "Akcie", "expense_number", "\u010c\xedslo v\xfddavku", "task_number", "\u010c\xedslo \xfalohy", "project_number", "\u010cislo projektu", "project_name", "N\xe1zov projektu", "warning", "Varovanie", "view_settings", "Zobrazi\u0165 nastavenia", _s24_28, "Upozornenie: T\xe1to spolo\u010dnos\u0165 e\u0161te nebola aktivovan\xe1", "late_invoice", _s18_202, "expired_quote", "Platnos\u0165 cenovej ponuky vypr\u0161ala", "remind_invoice", "Pripomen\xfa\u0165 fakt\xfaru", "cvv", "CVC k\xf3d", "client_name", "Meno z\xe1kazn\xedka", "client_phone", "Telef\xf3n klienta", "required_fields", "Povinn\xe9 polia", "calculated_rate", "Vypo\u010d\xedtan\xe1 sadzba", _s17_46, "Predvolen\xe1 miera \xfaloh", "clear_cache", "Vymaza\u0165 vyrovn\xe1vaciu pam\xe4\u0165", "sort_order", "Poradie zoradenia", "task_status", "Stav", "task_statuses", "Stavy \xfaloh", "new_task_status", "Stav novej \xfalohy", _s16_64, "Upravi\u0165 stav \xfalohy", _s19_30, "Stav \xfalohy bol \xfaspe\u0161ne vytvoren\xfd", _s19_31, "\xdaspe\u0161ne aktualizova\u0165 stav \xfalohy", _s20_38, "Stav \xfalohy bol \xfaspe\u0161ne archivovan\xfd", _s19_32, _s33_40, _s19_33, _s33_40, _s20_39, "Stav \xfalohy bol \xfaspe\u0161ne obnoven\xfd", _s22_35, "Stavy \xfaloh :value boli \xfaspe\u0161ne archivovan\xe9", _s21_43, "Stavy \xfaloh :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s22_36, "Stavy \xfaloh :value boli \xfaspe\u0161ne obnoven\xe9", _s18_43, "H\u013eada\u0165 1 stav \xfalohy", _s20_41, "H\u013eada\u0165: count stavy \xfaloh", _s16_66, "Zobrazi\u0165 tabu\u013eku \xfaloh", _s21_44, "Pri vytv\xe1ran\xed fakt\xfar v\u017edy zobrazova\u0165 sekciu \xfaloh", _s20_42, "\u010casov\xfd denn\xedk faktura\u010dnej \xfalohy", _s25_17, "Pridajte \u010dasov\xe9 \xfadaje do riadkov\xfdch polo\u017eiek fakt\xfary", _s20_44, "D\xe1tumov\xfd denn\xedk \xfalohy fakt\xfary", _s25_18, "Pridajte podrobnosti o d\xe1tume do riadkov\xfdch polo\u017eiek fakt\xfary", _s21_45, "Pred ulo\u017een\xedm za\u010dnite \xfalohy", _s18_44, "Konfigurova\u0165 stavy", "task_settings", "Nastavenia \xfalohy", _s20_46, "Konfigurova\u0165 kateg\xf3rie", _s18_46, "Kateg\xf3rie v\xfddajov", _s20_48, "Nov\xe1 kateg\xf3ria v\xfddajov", _s21_46, "Upravi\u0165 kateg\xf3riu v\xfddavkov", _s24_29, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne vytvoren\xe1", _s24_30, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne aktualizovan\xe1", _s25_20, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne archivovan\xe1", _s24_31, "Kateg\xf3ria bola \xfaspe\u0161ne zmazan\xe1", _s24_32, "Kateg\xf3ria v\xfddavkov bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s25_21, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne obnoven\xe1", _s27_23, "Po\u010det \xfaspe\u0161ne archivovan\xfdch kategorii v\xfddajov: :count", _s26_12, "\xdaspe\u0161ne odstr\xe1nen\xe9 kateg\xf3rie v\xfddavkov :value", _s27_24, "\xdaspe\u0161ne obnoven\xe9 kateg\xf3rie n\xe1kladov :value", _s23_20, "Vyh\u013eadajte 1 kateg\xf3riu v\xfddavkov", _s25_23, "H\u013eada\u0165 :count kateg\xf3rie v\xfddavkov", _s21_48, "Pou\u017eite dostupn\xe9 kredity", "show_option", "Zobrazi\u0165 mo\u017enos\u0165", _s22_37, "Suma kreditu nem\xf4\u017ee presiahnu\u0165 sumu platby", "view_changes", "Zobrazi\u0165 zmeny", "force_update", "Vyn\xfati\u0165 aktualiz\xe1ciu", _s17_48, "Pou\u017e\xedvate najnov\u0161iu verziu, ale m\xf4\u017eu by\u0165 k dispoz\xedcii \u010dakaj\xface opravy.", "mark_paid_help", "Sledujte, \u010di bol v\xfddavok zaplaten\xfd", _s18_48, "Treba fakturova\u0165", _s23_21, "Povoli\u0165 faktur\xe1ciu v\xfddavku", _s29_8, "Zvidite\u013enite dokumenty", _s21_50, "Nastavte v\xfdmenn\xfd kurz", _s16_68, "Nastavenia v\xfddavkov", _s18_49, "Klonova\u0165 na opakuj\xface sa", "crypto", "Kryptomeny", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Pou\u017e\xedvate\u013esk\xe9 pole", "variables", "Premenn\xe9", "show_password", "Uk\xe1za\u0165 heslo", "hide_password", "Skry\u0165 heslo", "copy_error", "Chyba kop\xedrovania", "capture_card", "Zachyti\u0165 kartu", _s17_49, "Automatick\xe9 \xfa\u010dtovanie je povolen\xe9", "total_taxes", "Celkov\xe9 dane", "line_taxes", "Riadkov\xe9 dane", "total_fields", "Polia celkom", _s25_24, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne zastaven\xe1", _s25_25, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne spusten\xe1", _s25_26, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne obnoven\xe1", "gateway_refund", "Vr\xe1tenie platby za br\xe1nu", _s19_34, "Spracujte vr\xe1tenie platby prostredn\xedctvom platobnej br\xe1ny", "due_date_days", _s16_350, "paused", "Pozastaven\xe9", "mark_active", "Ozna\u010d\u0165 ako Akt\xedvne", "day_count", "De\u0148 :count", _s22_38, "Prv\xfd de\u0148 v mesiaci", _s21_51, "Posledn\xfd de\u0148 v mesiaci", _s17_51, "Pou\u017eite platobn\xe9 podmienky", "endless", "Nekone\u010dn\xe9", "next_send_date", "D\xe1tum \u010fal\u0161ieho odoslania", _s16_70, "Zost\xe1vaj\xface cykly", _s17_53, "Pravideln\xe1 fakt\xfara", _s18_51, "Pravideln\xe9 fakt\xfary", _s21_53, "Nov\xe1 pravideln\xe1 fakt\xfara", _s22_40, "Upravi\u0165 pravideln\xfa fakt\xfaru", _s25_27, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne vytvoren\xe1", _s25_28, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne aktualizovan\xe1", _s26_13, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne archivovan\xe1", _s25_29, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne vymazan\xe1", _s25_30, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s26_14, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s27_25, "\xdaspe\u0161ne archivovan\xe9 opakuj\xface sa :value fakt\xfary", _s26_15, "\xdaspe\u0161ne odstr\xe1nen\xe9 opakuj\xface sa :value fakt\xfary", _s27_26, "\xdaspe\u0161ne obnoven\xe9 opakuj\xface sa :value fakt\xfary", _s24_33, "Vyh\u013eada\u0165 1 opakuj\xfacu sa fakt\xfaru", _s25_31, "H\u013eada\u0165 :count opakuj\xface sa fakt\xfary", "send_date", "D\xe1tum odoslania", "auto_bill_on", "Zapn\xfa\u0165 Automatick\xe9 \xfa\u010dtovanie", _s28_8, "Minim\xe1lna \u010diastka platby", "profit", "Zisk", "line_item", "Polo\u017eka v riadku", _s18_53, "Povoli\u0165 preplatenie", _s23_22, "Podporte platenie navy\u0161e za prij\xedmanie tipov", _s19_35, "Povoli\u0165 platbu", _s24_34, "Podpora platenia minim\xe1lnej \u010diastky/vkladu", "test_mode", "Testovac\xed m\xf3d", "opened", "Otvoren\xe9", _s30_4, "Zlyhanie zmierenia", _s30_5, "\xdaspech zmierenia", "gateway_success", "\xdaspech br\xe1ny", "gateway_failure", "Porucha br\xe1ny", "gateway_error", "Chyba br\xe1ny", "email_send", "Odosla\u0165 email", _s17_55, "Zoznam opakovania e-mailu", "failure", "Ne\xfaspech", "quota_exceeded", "Prekro\u010den\xe1 kv\xf3ta", _s16_72, "Zlyhanie Upstream", "system_logs", "Syst\xe9mov\xe9 z\xe1znamy", "view_portal", "Zobrazi\u0165 port\xe1l", "copy_link", "Skop\xedrova\u0165 odkaz", "token_billing", "Ulo\u017ei\u0165 podrobnosti kreditnej karty", _s24_35, "Vitajte v Invoice Ninja", "always", "V\u017edy", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0160t\xedtok", "client_number", "\u010c\xedslo z\xe1kazn\xedka", "auto_convert", "Automatick\xe1 konverzia", "company_name", "N\xe1zov spolo\u010dnosti", "reminder1_sent", "Pripomienka 1 odoslan\xe1", "reminder2_sent", "Pripomienka 2 odoslan\xe1", "reminder3_sent", "Pripomienka 3 odoslan\xe1", _s18_55, "Naposledy odoslan\xe1 pripomienka", "pdf_page_info", "Strana :current z :total", _s16_74, _s24_113, "emailed_quotes", _s23_101, "emailed_credits", "\xdaspe\u0161ne zaslan\xe9 kredity e-mailom", "gateway", "Br\xe1na", "view_in_stripe", "Zobrazi\u0165 v Stripe", "rows_per_page", "Po\u010det riadkov na str\xe1nku", "hours", "Hodiny", "statement", "V\xfdkaz", "taxes", "Dane", "surcharge", "Pr\xedplatok", "apply_payment", "Pou\u017ei\u0165 platbu", "apply_credit", "Pou\u017ei\u0165 kredit", "apply", "Pou\u017ei\u0165", "unapplied", "Neaplikovan\xe9", "select_label", "Vybra\u0165 \u0161t\xedtok", "custom_labels", "Vlastn\xe9 \u0161t\xedtky", "record_type", "Typ z\xe1znamu", "record_name", "N\xe1zov z\xe1znamu", "file_type", "Typ s\xfaboru", "height", "V\xfd\u0161ka", "width", "\u0160\xedrka", "to", "Komu", "health_check", "Kontrola zdravia", "payment_type_id", "Typ platby", "last_login_at", "Posledn\xe9 prihl\xe1senie o", "company_key", "K\u013e\xfa\u010d spolo\u010dnosti", "storefront", "Storefront", "storefront_help", "Povo\u013ete aplik\xe1ci\xe1m tret\xedch str\xe1n vytv\xe1ra\u0165 fakt\xfary", "client_created", "Klient vytvoren\xfd", _s20_51, "Online platobn\xfd e-mail", _s20_53, "E-mail s manu\xe1lnou platbou", "completed", "Dokon\u010den\xe9", "gross", "Hrub\xfd", "net_amount", "\u010cist\xe1 \u010diastka", "net_balance", "\u010cist\xfd zostatok", "client_settings", "Nastavenia klienta", _s17_57, "Vybran\xe9 fakt\xfary", _s17_59, "Vybran\xe9 platby", "selected_quotes", "Vybran\xe9 ponuky", "selected_tasks", "Vybran\xe9 \xfalohy", _s17_61, "Vybran\xe9 v\xfddavky", _s17_63, "Bud\xface fakt\xfary", _s17_65, "Fakt\xfary po splatnosti", "recent_payments", "Ned\xe1vne platby", "upcoming_quotes", "Bud\xface ponuky", "expired_quotes", "Vypr\u0161an\xe9 ponuky", "create_client", "Vytvori\u0165 z\xe1kazn\xedka", "create_invoice", "Vytvorenie fakt\xfary", "create_quote", "Vytvori\u0165 ponuku", "create_payment", "Vytvori\u0165 platbu", "create_vendor", "Vytvori\u0165 dod\xe1vate\u013ea", "update_quote", "Aktualizova\u0165 cenov\xfa ponuku", "delete_quote", "Vymaza\u0165 ponuku", "update_invoice", "Aktualizova\u0165 fakt\xfaru", "delete_invoice", "Odstr\xe1ni\u0165 fakt\xfaru", "update_client", "Aktualizova\u0165 klienta", "delete_client", "Odstr\xe1ni\u0165 z\xe1kazn\xedkov", "delete_payment", "Odstr\xe1ni\u0165 platbu", "update_vendor", "Aktualizova\u0165 dod\xe1vate\u013ea", "delete_vendor", "Odstr\xe1ni\u0165 dod\xe1vate\u013ea", "create_expense", "Vytvorte n\xe1klady", "update_expense", "Aktualizova\u0165 v\xfddavky", "delete_expense", "Zmaza\u0165 v\xfddaje", "create_task", "Vytvori\u0165 \xfalohu", "update_task", "Aktualizova\u0165 \xfalohu", "delete_task", "Odstr\xe1ni\u0165 \xfalohu", "approve_quote", "Schv\xe1li\u0165 cenov\xfa ponuku", "off", "Vypnut\xe9", "when_paid", "Ke\u010f zaplaten\xe9", "expires_on", "Vypr\u0161\xed", "free", "Zdarma", "plan", "Pl\xe1n", "show_sidebar", "Zobrazi\u0165 bo\u010dn\xfd panel", "hide_sidebar", "Skry\u0165 bo\u010dn\xfd panel", "event_type", "Typ udalosti", "target_url", "Cie\u013e", "copy", "Kop\xedrova\u0165", "must_be_online", "Po pripojen\xed k internetu re\u0161tartujte aplik\xe1ciu", _s17_67, "Je potrebn\xe9 povoli\u0165 crony", "api_webhooks", "API Webhooks", "search_webhooks", "H\u013eada\u0165 :count Webhooky", "search_webhook", "H\u013eada\u0165 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nov\xfd webhook", "edit_webhook", "Upravi\u0165 webhook", "created_webhook", "Webhook bol \xfaspe\u0161ne vytvoren\xfd", "updated_webhook", "Webhook bol \xfaspe\u0161ne aktualizovan\xfd", _s16_76, "Webhook bol \xfaspe\u0161ne archivovan\xfd", "deleted_webhook", "Webhook bol \xfaspe\u0161ne vymazan\xfd", "removed_webhook", "Webhook bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s16_77, "Webhook bol \xfaspe\u0161ne obnoven\xfd", _s17_68, "Webhooky :value boli \xfaspe\u0161ne archivovan\xe9", _s16_78, _s39_15, _s16_79, _s39_15, _s17_69, "Webhooky :value boli \xfaspe\u0161ne obnoven\xe9", "api_tokens", "Tokeny API", "api_docs", "Dokumenty API", "search_tokens", "H\u0161ada\u0165 :count tokeny", "search_token", "Vyh\u013eada\u0165 1 token", "token", "Token", "tokens", "Tokeny", "new_token", "Nov\xfd token", "edit_token", "Upravi\u0165 token", "created_token", "Token \xfaspe\u0161ne vytvoren\xfd", "updated_token", "Token \xfaspe\u0161ne upraven\xfd", "archived_token", "Token \xfaspe\u0161ne archivovan\xfd", "deleted_token", "Token \xfaspe\u0161ne vymazan\xfd", "removed_token", "Token bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_token", "Token bol \xfaspe\u0161ne obnoven\xfd", "archived_tokens", "\xdaspe\u0161ne archivovan\xe9 :value tokeny", "deleted_tokens", "Tokeny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_tokens", "\xdaspe\u0161ne obnoven\xe9 :value tokeny", _s19_37, "Registr\xe1cia klienta", _s24_37, "Umo\u017enite klientom samoregistr\xe1ciu na port\xe1li", _s21_55, "Prisp\xf4sobi\u0165 a zobrazi\u0165 uk\xe1\u017eku", "email_invoice", "Odosla\u0165 fakt\xfaru", "email_quote", "Odosla\u0165 ponuku", "email_credit", "E-mailov\xfd kredit", "email_payment", "Platba e-mailom", _s20_56, "Klient nem\xe1 nastaven\xfa emailov\xfa adresu", "ledger", "Hlavn\xe1 kniha", "view_pdf", "Zobrazi\u0165 PDF", "all_records", "V\u0161etky z\xe1znamy", "owned_by_user", "Vlastnen\xe9 pou\u017e\xedvate\u013eom", _s16_80, "Zost\xe1vaj\xfaci kredit", "contact_name", "Meno kontaktu", "use_default", "Pou\u017ei predvolen\xe9", _s16_82, "Nekone\u010dn\xe9 pripomienky", "number_of_days", "Po\u010det dn\xed", _s23_24, "Konfigur\xe1cia platobn\xfdch podmienok", "payment_term", "Lehota splatnosti", _s16_83, "Nov\xfd platobn\xfd term\xedn", _s17_71, "Upravi\u0165 platobn\xe9 obdobie", _s20_57, "\xdaspe\u0161ne vytvoren\xe9 platobn\xe9 obdobie", _s20_58, "\xdaspe\u0161ne aktualizovan\xe9 platobn\xe9 obdobie", _s21_56, "\xdaspe\u0161ne archivovan\xe9 platobn\xe9 obdobie", _s20_59, _s38_37, _s20_60, _s38_37, _s21_57, "Platobn\xfd term\xedn bol \xfaspe\u0161ne obnoven\xfd", _s22_45, "\xdaspe\u0161ne archivovan\xe9 :value platobn\xe9 podmienky", _s21_58, "\xdaspe\u0161ne vymazan\xe9 :value platobn\xe9 podmienky", _s22_46, "\xdaspe\u0161ne obnoven\xe9 :value platobn\xe9 podmienky", "email_sign_in", "Prihl\xe1ste sa e-mailom", "change", "Zmeni\u0165", _s23_26, "Chcete zmeni\u0165 rozlo\u017eenie pre mobiln\xe9 zariadenia?", _s24_38, "Chcete zmeni\u0165 na rozlo\u017eenie desktop?", "send_from_gmail", "Odosla\u0165 z Gmailu", "reversed", "Obr\xe1ten\xe9", "cancelled", "Zru\u0161en\xe9", "credit_amount", "\u010ciastka dobropisu", "quote_amount", "Suma ponuky", "hosted", "Hos\u0165ovan\xe9", "selfhosted", "Vlasn\xfd hosting", "exclusive", "V\xfdhradne", "inclusive", "Vr\xe1tane", "hide_menu", "Skry\u0165 ponuku", "show_menu", "Zobrazi\u0165 menu", _s18_57, _s17_231, _s16_85, "H\u013eada\u0165 v dokumentoch", "search_designs", "H\u013eada\u0165 vzh\u013eady", "search_invoices", "Vyh\u013eada\u0165 fakt\xfary", "search_clients", "Vyh\u013eadajte klientov", "search_products", "H\u013eada\u0165 produkty", "search_quotes", "Vyh\u013eada\u0165 ponuky", "search_credits", "H\u013eada\u0165 kredity", "search_vendors", "H\u013eada\u0165 predajcov", "search_users", "H\u013eada\u0165 pou\u017e\xedvate\u013eov", _s16_86, "Vyh\u013eadajte da\u0148ov\xe9 sadzby", "search_tasks", "H\u013eada\u0165 \xfalohy", "search_settings", "Nastavenia vyh\u013ead\xe1vania", "search_projects", "H\u013eada\u0165 projekty", "search_expenses", "H\u013eada\u0165 v\xfddavky", "search_payments", "H\u013eadajte platby", "search_groups", "H\u013eada\u0165 v skupin\xe1ch", "search_company", "H\u013eada\u0165 spolo\u010dnos\u0165", "search_document", "Vyh\u013eada\u0165 1 dokument", "search_design", "Vyh\u013eada\u0165 1 vzh\u013ead", "search_invoice", "Vyh\u013eada\u0165 1 fakt\xfaru", "search_client", "Vyh\u013eada\u0165 1 klienta", "search_product", "Vyh\u013eada\u0165 1 produkt", "search_quote", "Vyh\u013eada\u0165 1 ponuku", "search_credit", "Vyh\u013eada\u0165 1 kredit", "search_vendor", "Vyh\u013eada\u0165 1 dod\xe1vate\u013ea", "search_user", "Vyh\u013eada\u0165 1 pou\u017e\xedvate\u013ea", "search_tax_rate", "Vyh\u013eada\u0165 1 da\u0148ov\xfa sadzbu", "search_task", "Vyh\u013eada\u0165 1 \xfalohy", "search_project", "Vyh\u013eada\u0165 1 projekt", "search_expense", "Vyh\u013eada\u0165 1 v\xfddavok", "search_payment", "Vyh\u013eada\u0165 1 platbu", "search_group", "Vyh\u013eada\u0165 1 skupinu", "refund_payment", "Vr\xe1ti\u0165 platbu", _s17_75, _s26_85, _s18_59, _s26_86, _s16_92, _s26_85, _s17_76, "\xdaspe\u0161ne stornovan\xe9 fakt\xfary", "reverse", "Opak", "full_name", "Cel\xe9 Meno", _s17_77, "Mesto/\u0160t\xe1t/PS\u010c", _s17_79, "PS\u010c/Mesto/\u0160t\xe1t", "custom1", "Prv\xe9 vlastn\xe9", "custom2", "Druh\xe9 vlastn\xe9", "custom3", "Tretie vlastn\xe9", "custom4", "\u0160tvrt\xe9 vlastn\xe9", "optional", "Volite\u013en\xe9", "license", "Licencia", "purge_data", "Vy\u010disti\u0165 \xfadaje", _s16_93, "\xdadaje spolo\u010dnosti boli \xfaspe\u0161ne vymazan\xe9", _s18_60, "Upozornenie: T\xfdmto natrvalo vyma\u017eete va\u0161e \xfadaje, nie je mo\u017en\xe9 vr\xe1ti\u0165 sp\xe4\u0165.", "invoice_balance", "Faktura\u010dn\xfd zostatok", "age_group_0", "0 - 30 Dn\xed", "age_group_30", "30 - 60 Dn\xed", "age_group_60", "60 - 90 Dn\xed", "age_group_90", "90 - 120 Dn\xed", "age_group_120", "120+ Dn\xed", "refresh", "Obnovi\u0165", "saved_design", "Dizajn bol \xfaspe\u0161ne ulo\u017een\xfd", "client_details", "Podrobnosti o klientovi", "company_address", "Adresa firmy", "invoice_details", "Detaily Fakt\xfary", "quote_details", "Podrobnosti ponuky", "credit_details", "Podrobnosti o \xfavere", "product_columns", "Produktov\xe9 st\u013apce", "task_columns", "St\u013apce \xfaloh", "add_field", "Prida\u0165 pole", "all_events", "V\u0161etky udalosti", "permissions", "Opr\xe1vnenia", "none", "\u017diadne", "owned", "Vlastnen\xe9", "payment_success", "\xdaspe\u0161nos\u0165 platby", "payment_failure", "Zlyhanie platby", "invoice_sent", ":count fakt\xfara odoslan\xe1", "quote_sent", "Cenov\xe1 ponuka bola odoslan\xe1", "credit_sent", "Kredit odoslan\xfd", "invoice_viewed", "Zobrazen\xe1 fakt\xfara", "quote_viewed", "Zobrazen\xe1 ponuka", "credit_viewed", "Zobrazen\xfd kredit", "quote_approved", "Cenov\xe1 ponuka bola schv\xe1len\xe1", _s25_33, "Prij\xedma\u0165 v\u0161etky upozornenia", _s16_94, "Zak\xfapi\u0165 licenciu", "apply_license", "Aplikova\u0165 licenciu", "cancel_account", "Vymaza\u0165 \xfa\u010det", _s22_47, "Upozornenie: T\xfdm sa natrvalo odstr\xe1ni v\xe1\u0161 \xfa\u010det, nie je mo\u017en\xe9 ho vr\xe1ti\u0165 sp\xe4\u0165.", "delete_company", "Odstr\xe1ni\u0165 spolo\u010dnos\u0165", _s22_48, "Upozornenie: T\xfdm sa natrvalo zma\u017ee spolo\u010dnos\u0165, nieje mo\u017en\xe9 ju vr\xe1ti\u0165 sp\xe4\u0165.", "enabled_modules", "Povolen\xe9 moduly", "converted_quote", "\xdaspe\u0161ne konvertovan\xe1 cenov\xe1 ponuka", "credit_design", "Kreditn\xfd dizajn", "includes", "Zah\u0155\u0148a", "header", "Hlavi\u010dka", "load_design", "Na\u010d\xedta\u0165 vzh\u013ead", "css_framework", "CSS Framework", "custom_designs", "Vlastn\xe9 vzh\u013eady", "designs", "Vzh\u013eady", "new_design", "Nov\xfd vzh\u013ead", "edit_design", "Upravi\u0165 vzh\u013ead", "created_design", "\xdaspe\u0161ne vytvoren\xfd vzh\u013ead", "updated_design", "\xdaspe\u0161ne aktualizovan\xfd vzh\u013ead", "archived_design", "Vzh\u013ead bol \xfaspe\u0161ne archivovan\xfd", "deleted_design", _s29_82, "removed_design", _s29_82, "restored_design", "\xdaspe\u0161ne obnoven\xfd vzh\u013ead", _s16_96, "\xdaspe\u0161ne archivovan\xe9 :value vzh\u013eady", "deleted_designs", "Vzh\u013eady :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s16_97, "\xdaspe\u0161ne obnoven\xe9 :value vzh\u013eady", "proposals", "N\xe1vrhy", "tickets", "Tikety", _s16_98, "Pravideln\xe9 ponuky", "recurring_tasks", "Opakuj\xface sa", _s18_61, "Spr\xe1va \xfa\u010dtu", "credit_date", "D\xe1tum dobropisu", "credit", "Dobropis", "credits", "Dobropisy", "new_credit", "Nov\xfd dobropis", "edit_credit", "Upravi\u0165 dobropis", "created_credit", "Dobropis \xfaspe\u0161ne vytvoren\xfd", "updated_credit", "Dobropis \xfaspe\u0161ne aktualizovan\xfd", "archived_credit", "Dobropis \xfaspe\u0161ne archivovan\xfd", "deleted_credit", "Dobropis \xfaspe\u0161ne odstr\xe1nen\xfd", "removed_credit", "Kredit bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_credit", "Dobropis \xfaspe\u0161ne obnoven\xfd", _s16_100, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dobropisov: :count", "deleted_credits", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch dobropisov: :count", _s16_101, "\xdaspe\u0161ne obnoven\xe9 :value kredity", "current_version", "Aktu\xe1lna verzia", "latest_version", "Najnov\u0161ia verzia", "update_now", "Teraz aktualizova\u0165", _s26_21, "K dispoz\xedcii je nov\xe1 verzia webovej aplik\xe1cie", _s16_102, "Aktualiz\xe1cia k dispoz\xedcii", "app_updated", "Aktualiz\xe1cia bola \xfaspe\u0161ne dokon\u010den\xe1", "learn_more", "Zobrazi\u0165 viac", "integrations", "Integr\xe1cia", "tracking_id", "Id pre sledovanie", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "\xdaverov\xe9 podmienky", "new_company", "Nov\xe1 spolo\u010dnos\u0165", "added_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne pridan\xe1", "company1", "Vlastn\xe1 spolo\u010dnos\u0165 1", "company2", "Vlastn\xe1 spolo\u010dnos\u0165 2", "company3", "Vlastn\xe1 spolo\u010dnos\u0165 3", "company4", "Vlastn\xe1 spolo\u010dnos\u0165 4", "product1", "Produkt na mieru 1", "product2", "Produkt na mieru 2", "product3", "Produkt na mieru 3", "product4", "Produkt na mieru 4", "client1", "Vlastn\xfd klient 1", "client2", "Vlastn\xfd klient 2", "client3", "Vlastn\xfd klient 3", "client4", "Vlastn\xfd klient 4", "contact1", "Vlastn\xfd kontakt 1", "contact2", "Vlastn\xfd kontakt 2", "contact3", "Vlastn\xfd kontakt 3", "contact4", "Vlastn\xfd kontakt 4", "task1", "Vlastn\xe1 \xfaloha 1", "task2", "Vlastn\xe1 \xfaloha 2", "task3", "Vlastn\xe1 \xfaloha 3", "task4", "Vlastn\xe1 \xfaloha 4", "project1", "Vlastn\xfd projekt 1", "project2", "Vlastn\xfd projekt 2", "project3", "Vlastn\xfd projekt 3", "project4", "Vlastn\xfd projekt 4", "expense1", "Vlastn\xe9 n\xe1klady 1", "expense2", "Vlastn\xe9 n\xe1klady 2", "expense3", "Vlastn\xe9 n\xe1klady 3", "expense4", "Vlastn\xe9 n\xe1klady 4", "vendor1", "Vlastn\xfd dod\xe1vate\u013e 1", "vendor2", "Vlastn\xfd dod\xe1vate\u013e 2", "vendor3", "Vlastn\xfd dod\xe1vate\u013e 3", "vendor4", "Vlastn\xfd dod\xe1vate\u013e 4", "invoice1", "Vlastn\xe1 fakt\xfara 1", "invoice2", "Vlastn\xe1 fakt\xfara 2", "invoice3", "Vlastn\xe1 fakt\xfara 3", "invoice4", "Vlastn\xe1 fakt\xfara 4", "payment1", "Vlastn\xe1 platba 1", "payment2", "Vlastn\xe1 platba 2", "payment3", "Vlastn\xe1 platba 3", "payment4", "Vlastn\xe1 platba 4", "surcharge1", _s19_142, "surcharge2", _s19_143, "surcharge3", _s19_144, "surcharge4", _s19_145, "group1", "Vlastn\xe1 skupina 1", "group2", "Vlastn\xe1 skupina 2", "group3", "Vlastn\xe1 skupina 3", "group4", "Vlastn\xe1 skupina 4", "reset", "Resetova\u0165", "number", "\u010c\xedslo", "export", "Exportova\u0165", "chart", "Graf", "count", "Po\u010d\xedta\u0165", "totals", "S\xfa\u010dty", "blank", "Pr\xe1zdne", "day", "De\u0148", "month", "Mesiac", "year", "Rok", "subgroup", "Podskupina", "is_active", "Je akt\xedvne", "group_by", "Zoskupi\u0165 pod\u013ea", "credit_balance", "Zostatok kreditu", _s18_67, "Posledn\xe9 prihl\xe1senie kontaktu", _s17_83, "Cel\xe9 meno kontaktu", "contact_phone", "Kontaktn\xfd telef\xf3n", _s21_59, "Vlastn\xe1 hodnota kontaktu 1", _s21_60, "Vlastn\xe1 hodnota kontaktu 2", _s21_61, "Vlastn\xe1 hodnota kontaktu 3", _s21_62, "Vlastn\xe1 hodnota kontaktu 4", _s17_85, "Ulica dodania", _s17_86, "Byt/Apartm\xe1n dodania", "shipping_city", "Mesto pre dodanie", "shipping_state", "Kraj pre dodanie", _s20_61, "PS\u010c pre dodanie", _s16_132, "Krajina dodania", _s16_134, "Faktura\u010dn\xe1 ulica", _s16_135, "Faktura\u010dn\xfd byt/apartm\xe1n", "billing_city", "Faktura\u010dn\xe9 mesto", "billing_state", "Faktura\u010dn\xfd kraj", _s19_40, "Faktura\u010dn\xe9 PS\u010c", "billing_country", "Faktura\u010dn\xe1 krajina", "client_id", "ID z\xe1kazn\xedka", "assigned_to", "Priraden\xfd", "created_by", "Vytvoril :name", "assigned_to_id", "Priraden\xe9 k Id", "created_by_id", "Vytvoril Id", "add_column", "Prida\u0165 st\u013apec", "edit_columns", "Upravi\u0165 st\u013apce", "columns", "St\u013apce", "aging", "Starnutie", "profit_and_loss", "Zisk a Strata", "reports", "Reporty", "report", "Spr\xe1va", "add_company", "Prida\u0165 spolo\u010dnos\u0165", "unpaid_invoice", "Nezaplaten\xe1 fakt\xfara", "paid_invoice", "Zaplaten\xe1 fakt\xfara", _s16_136, "Neschv\xe1len\xe1 ponuka", "help", "Pomoc", "refund", "Vr\xe1ti\u0165", "refund_date", "D\xe1tum vr\xe1tenia pe\u0148az\xed", "filtered_by", "Filtrovan\xe9 pod\u013ea", "contact_email", "Kontaktn\xfd email", "multiselect", "Viacn\xe1sobn\xfd v\xfdber", "entity_state", "\u0160t\xe1t", "verify_password", "Overte heslo", "applied", "Aplikovan\xe9", _s21_63, "Zahrn\xfa\u0165 ned\xe1vne chyby z logov", _s30_8, "Dostali sme va\u0161u spr\xe1vu a pok\xfasime sa r\xfdchlo odpoveda\u0165.", "message", "Spr\xe1va", "from", "Od", _s20_63, "Zobrazi\u0165 podrobnosti o produkte", _s25_35, "V rozba\u013eovacej ponuke produktu uve\u010fte popis a cenu", _s20_65, "PDF renderer vy\u017eaduje :version", _s18_70, "Upravte percento poplatku", _s23_28, "Upravte percento, aby ste zoh\u013eadnili poplatok", _s18_72, "Konfigurova\u0165 nastavenia", "support_forum", "podporn\xe9 f\xf3rum", "about", "O", "documentation", "Dokument\xe1cia", "contact_us", "Kontaktujte n\xe1s", "subtotal", "Medzis\xfa\u010det", "line_total", "Spolu", "item", "Polo\u017eka", "credit_email", "Kreditn\xfd email", "iframe_url", "Webov\xe1 lokalita", "domain_url", "Adresa URL dom\xe9ny", _s21_64, "Heslo je pr\xedli\u0161 kr\xe1tke", _s20_66, "Heslo mus\xed obsahova\u0165 ve\u013ek\xe9 p\xedsmeno a \u010d\xedslo", _s19_42, "\xdalohy klientskeho port\xe1lu", _s23_29, "Panel klientskeho port\xe1lu", _s20_67, "Zadajte hodnotu", "deleted_logo", "Logo bolo \xfaspe\u0161ne odstr\xe1nen\xe9", "yes", "\xc1no", "no", "Nie", "generate_number", "Generova\u0165 \u010d\xedslo", "when_saved", "Po ulo\u017een\xed", "when_sent", "Ke\u010f odoslan\xe9", "select_company", "Vyberte Spolo\u010dnos\u0165", "float", "Float", "collapse", "Zbali\u0165", "show_or_hide", "Uk\xe1za\u0165/skry\u0165", "menu_sidebar", "Bo\u010dn\xfd panel ponuky", "history_sidebar", "Bo\u010dn\xfd panel hist\xf3rie", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Rozlo\u017eenie", "view", "Zobrazi\u0165", "module", "Modul", "first_custom", "Prv\xe9 vlastn\xe9", "second_custom", "Druh\xe9 vlastn\xe9", "third_custom", "Tretie vlastn\xe9", "show_cost", "Zobrazi\u0165 cenu", _s17_88, "Zobrazi\u0165 cenu produktu", "show_cost_help", "Zobrazte pole s cenou produktu na sledovanie prir\xe1\u017eky/zisk", _s21_65, "Zobrazi\u0165 mno\u017estvo produktu", _s26_23, "Zobrazte pole mno\u017estva produktu, inak je predvolen\xe9 jedno", _s21_67, "Zobrazi\u0165 mno\u017estvo na fakt\xfare", _s26_24, "Zobrazte pole mno\u017estva riadkovej polo\u017eky, inak je predvolene nastaven\xe9 jedno", _s21_69, "Zobrazi\u0165 z\u013eavu na produkt", _s26_25, "Zobrazte pole z\u013eavy riadkovej polo\u017eky", _s16_138, "Predvolen\xe9 mno\u017estvo", _s21_71, "Automaticky nastavi\u0165 mno\u017estvo riadkovej polo\u017eky na jednu", "one_tax_rate", "Jedna da\u0148ov\xe1 sadzba", "two_tax_rates", "Dve da\u0148ov\xe9 sadzby", "three_tax_rates", "Tri da\u0148ov\xe9 sadzby", _s16_140, "Predvolen\xe1 sadzba dane", "user", "Pou\u017e\xedvate\u013e", "invoice_tax", "Da\u0148 na fakt\xfare", "line_item_tax", "Da\u0148 riadkovej polo\u017eky", "inclusive_taxes", "Vr\xe1tane dan\xed", _s17_90, "Faktura\u010dn\xe9 sadzby dane", "item_tax_rates", "Sadzby dane z polo\u017eiek", _s18_74, "Vyberte kontakt", "configure_rates", "Konfigurova\u0165 sadzby", _s18_75, "Nakonfigurujte br\xe1ny", "tax_settings", "Nastavenia dan\xed", _s18_77, "Sadzby dane", "accent_color", "Farba zv\xfdraznenia", "switch", "Prepn\xfa\u0165", _s19_44, "Zoznam oddelen\xfd \u010diarkami", "options", "Mo\u017enosti", _s16_142, "Jednoriadkov\xfd text", "multi_line_text", "Viacriadkov\xfd text", "dropdown", "Rozba\u013eovacia ponuka", "field_type", "Typ po\u013ea", _s27_37, "E-mail na obnovenie hesla bol odoslan\xfd", "submit", "Potvrdi\u0165", _s16_144, "Obnovi\u0165 heslo", "late_fees", "Poplatky za oneskorenie", "credit_number", "\u010c\xedslo dobropisu", "payment_number", "\u010c\xedslo platby", "late_fee_amount", "V\xfd\u0161ka poplatku z ome\u0161kania", _s16_145, "Poplatok za oneskorenie v percent\xe1ch", "schedule", "Pl\xe1n", "before_due_date", "Pred d\xe1tumom splatnosti", "after_due_date", _s18_78, _s18_79, "Po d\xe1tume fakt\xfary", "days", "Dni", "invoice_email", _s16_351, "payment_email", _s16_351, "partial_payment", _s16_352, "payment_partial", _s16_352, _s21_72, "E-mail s \u010diasto\u010dnou platbou", "quote_email", "Email pre ponuky", _s16_147, "Nekone\u010dn\xe1 pripomienka", _s16_149, "Filtrovan\xe9 pod\u013ea pou\u017e\xedvate\u013ea", "administrator", "Spr\xe1vca", _s18_80, "Umo\u017enite pou\u017e\xedvate\u013eovi spravova\u0165 pou\u017e\xedvate\u013eov, meni\u0165 nastavenia a upravova\u0165 v\u0161etky z\xe1znamy", "user_management", "Spr\xe1va pou\u017e\xedvate\u013eov", "users", "U\u017e\xedvatelia", "new_user", "Nov\xfd u\u017e\xedva\u0165e\u013e", "edit_user", "Upravi\u0165 pou\u017e\xedvate\u013ea", "created_user", "U\u017e\xedvate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne upraven\xfd", "archived_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne vymazan\xfd", "removed_user", "Pou\u017e\xedvate\u013e bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne obnoven\xfd", "archived_users", "\xdaspe\u0161ne archivovan\xe9 :value pou\u017e\xedvatelia", "deleted_users", _s43_8, "removed_users", _s43_8, "restored_users", "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne obnoven\xed", _s16_151, "V\u0161eobecn\xe9 nastavenia", "invoice_options", "Mo\u017enosti fakt\xfary", _s17_92, "Skry\u0165 Uhraden\xe9 k d\xe1tumu", _s22_55, 'Po prijat\xed \xfahrady zobrazi\u0165 len oblas\u0165 "Uhraden\xe9 k d\xe1tumu" na fakt\xfarach.', _s23_31, "Zapracova\u0165 dokumenty", _s28_21, "Zahrn\xfa\u0165 prilo\u017een\xe9 obr\xe1zky do fakt\xfary.", _s16_153, "Zobrazi\u0165 hlavi\u010dku na", _s16_154, "Zobrazi\u0165 p\xe4tu na", "first_page", "Prv\xe1 strana", "all_pages", "V\u0161etky strany", "last_page", "Posledn\xe1 strana", "primary_font", "Prim\xe1rne p\xedsmo", "secondary_font", "Sekund\xe1rne p\xedsmo", "primary_color", "Prim\xe1rna farba", "secondary_color", "Sekund\xe1rna farba", "page_size", "Ve\u013ekos\u0165 str\xe1nky", "font_size", "Ve\u013ekos\u0165 p\xedsma", "quote_design", "Vzh\u013ead ponuky", "invoice_fields", "Polia fakt\xfary", "product_fields", "Polia produktu", "invoice_terms", "Faktura\u010dn\xe9 podmienky", "invoice_footer", "P\xe4ta fakt\xfary", "quote_terms", "Podmienky ponuky", "quote_footer", "P\xe4ta ponuky", _s18_81, "Automatick\xfd e-mail", _s23_32, "Automaticky odosiela\u0165 e-mailom opakuj\xface sa fakt\xfary, ke\u010f s\xfa vytvoren\xe9.", _s18_82, "Automatick\xe1 archiv\xe1cia", _s23_33, "Automaticky archivova\u0165 ponuky po konverzii.", _s18_83, "Automaticky konvertova\u0165", _s23_34, "Automaticky previes\u0165 ponuku na fakt\xfaru po schv\xe1len\xed z\xe1kazn\xedkom.", _s17_94, "Nastavenia pracovn\xe9ho postupu", "freq_daily", "Denne", "freq_weekly", "T\xfd\u017edenne", "freq_two_weeks", "Dva t\xfd\u017edne", "freq_four_weeks", "\u0160tyri t\xfd\u017edne", "freq_monthly", "Mesa\u010dne", "freq_two_months", "Dva mesiace", _s17_96, "Tri mesiace", _s16_155, "\u0160tyri mesiace", "freq_six_months", "\u0160es\u0165 mesiacov", "freq_annually", "Ro\u010dne", "freq_two_years", "Dva roky", _s16_156, "Tri roky", "never", "Nikdy", "company", "Spolo\u010dnos\u0165", _s17_97, "Generovan\xe9 \u010c\xedsla", "charge_taxes", "\xda\u010dtova\u0165 dane", "next_reset", "\u010eal\u0161\xed Reset", "reset_counter", "Vynulova\u0165 po\u010d\xedtadlo", _s16_157, "Opakuj\xfaca sa predpona", "number_padding", "Odsadenie \u010d\xedsla", "general", "V\u0161eobecn\xfd", "surcharge_field", "Pr\xedplatkov\xe9 pole", "company_field", "Pole spolo\u010dnosti", "company_value", "Hodnota spolo\u010dnosti", "credit_field", "\xdaverov\xe9 pole", "invoice_field", "Pole fakt\xfary", _s17_99, "Pr\xedplatok za fakt\xfaru", "client_field", "Pole z\xe1kazn\xedka", "product_field", "Pole produktu", "payment_field", "Platobn\xe9 pole", "contact_field", "Pole kontaktu", "vendor_field", "Pole dod\xe1vate\u013ea", "expense_field", "Pole v\xfddajov", "project_field", "Pole produktu", "task_field", "Pole \xfalohy", "group_field", "Skupinov\xe9 pole", "number_counter", "Po\u010d\xedtadlo \u010d\xedsel", "prefix", "Predpona", "number_pattern", "Vzor \u010d\xedsla", "messages", "Spr\xe1vy", "custom_css", "Volite\u013en\xe9 CSS", _s17_101, "Vlastn\xfd JavaScript", _s16_159, "Zobrazi\u0165 v PDF", _s21_74, "Uk\xe1za\u0165 podpis klienta na fakt\xfare/cenovej ponuke PDF.", _s25_41, "Za\u010diarkavacie pol\xed\u010dko Faktura\u010dn\xe9 podmienky", _s30_9, "Vy\u017eadova\u0165 od klienta potvrdenie, \u017ee s\xfahlas\xed s faktura\u010dn\xfdmi podmienkami.", _s23_35, "Za\u010diarkavacie pol\xed\u010dko Podmienky objedn\xe1vky", _s28_22, "Vy\u017eadova\u0165 od z\xe1kazn\xedkov s\xfahlas s podmienkami pon\xfak.", _s25_42, "Podpis na fakt\xfare", _s30_10, "Vy\u017eadova\u0165 od z\xe1kazn\xedka podpis.", _s23_36, "Podpis na objedn\xe1vke", _s22_57, "Zabezpe\u010di\u0165 fakt\xfary heslom", _s27_38, "Umo\u017e\u0148uje nastavi\u0165 heslo pre ka\u017ed\xfd kontakt. Ak je nastaven\xe9 heslo, pred zobrazen\xedm fakt\xfar bude vy\u017eadovan\xe9.", "authorization", "Opr\xe1vnenie", "subdomain", "Poddom\xe9na", "domain", "Dom\xe9na", "portal_mode", "Re\u017eim port\xe1lu", "email_signature", "S pozdravom,", _s24_39, "U\u013eah\u010dite svojim klientom platenie pridan\xedm ozna\u010den\xedm schema.org do va\u0161ich e-mailov.", "plain", "Oby\u010dajn\xfd", "light", "Svetl\xe1", "dark", "Tmav\xe1", "email_design", "Vzh\u013ead emailu", "attach_pdf", "Prilo\u017ei\u0165 PDF", _s16_160, "Prilo\u017ei\u0165 dokumenty", "attach_ubl", "Pripojte URL", "email_style", "\u0160t\xfdl e-mailu", _s19_46, "Mo\u017enos\u0165 ozna\u010di\u0165", "reply_to_email", "Email pre odpove\u010f", "reply_to_name", "Odpoveda\u0165 - pod\u013ea n\xe1zvu", "bcc_email", "BCC E-mail", "processed", "Spracovan\xe9", "credit_card", "Kreditn\xe1 karta", "bank_transfer", "Bankov\xfd prevod", "priority", "Priorita", "fee_amount", "V\xfd\u0161ka poplatku", "fee_percent", "Percento poplatku", "fee_cap", "Obmedzenie poplatku", "limits_and_fees", "Limity/Poplatky", "enable_min", "Povoli\u0165 min", "enable_max", "Povoli\u0165 max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "ax", _s19_47, "Log\xe1 akceptovan\xfdch kariet", "credentials", "Poverenia", "update_address", "Upravi\u0165 adresu", _s19_49, "Aktualizova\u0165 adresu z\xe1kazn\xedka poskytnut\xfdmi \xfadajmi", "rate", "Sadzba", "tax_rate", "Sadzba dane", "new_tax_rate", "Nov\xe1 sadzba dane", "edit_tax_rate", "Upravi\u0165 sadzbu dane", _s16_162, "Sadzba dane \xfaspe\u0161ne vytvoren\xe1", _s16_163, "Sadzba dane \xfaspe\u0161ne upraven\xe1", _s17_104, "Sadzba dane \xfaspe\u0161ne archivovan\xe1", _s16_164, "Sadzba dane \xfaspe\u0161ne odstr\xe1nen\xe1", _s17_105, "Sadzba dane \xfaspe\u0161ne obnoven\xe1", _s18_84, "Sadzby dane :value boli \xfaspe\u0161ne archivovan\xe9", _s17_106, "Stavy \xfaloh :value boli \xfaspe\u0161ne vymazan\xe9", _s18_85, "Sadzby dane :value boli \xfaspe\u0161ne obnoven\xe9", "fill_products", "Automaticky vyplni\u0165 produkty", _s18_86, "V\xfdber produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizova\u0165 produkty", _s20_71, "\xdaprava fakt\xfary automaticky uprav\xed kni\u017enicu produktov", _s16_165, "Konvertova\u0165 produkty", _s21_75, "Automaticky prepo\u010d\xedtajte ceny produktov na menu klienta", "fees", "Poplatky", "limits", "Limity", "provider", "Poskytovate\u013e", "company_gateway", "Platobn\xe1 br\xe1na", _s16_167, "Platobn\xe9 br\xe1ny", _s19_50, "Nov\xe1 br\xe1na", _s20_72, "Upravi\u0165 br\xe1nu", _s23_37, "Br\xe1na \xfaspe\u0161ne vytvoren\xe1", _s23_38, "Br\xe1na \xfaspe\u0161ne upraven\xe1", _s24_40, "Br\xe1na \xfaspe\u0161ne archivovan\xe1", _s23_39, "Br\xe1na \xfaspe\u0161ne odstr\xe1nen\xe1", _s24_41, "Br\xe1na \xfaspe\u0161ne obnoven\xe1", _s25_44, "Br\xe1ny :value boli \xfaspe\u0161ne archivovan\xe9", _s24_42, "Br\xe1ny :value boli \xfaspe\u0161ne vymazan\xe9", _s25_45, "Br\xe1ny :value boli \xfaspe\u0161ne obnoven\xe9", _s16_169, "Pokra\u010dova\u0165 v \xfaprave", "discard_changes", "Zahodi\u0165 zmeny", "default_value", "Predvolen\xe1 hodnota", "disabled", "Vypnut\xe9", "currency_format", "Form\xe1t meny", _s21_76, "Prv\xfd de\u0148 v t\xfd\u017edni", _s23_40, "Prv\xfd mesiac v roku", "sunday", "Nede\u013ea", "monday", "Pondelok", "tuesday", "Utorok", "wednesday", "Streda", "thursday", "\u0160tvrtok", "friday", "Piatok", "saturday", "Sobota", "january", "Janu\xe1r", "february", "Febru\xe1r", "march", "Marec", "april", "Apr\xedl", "may", "M\xe1j", "june", "J\xfan", "july", "J\xfal", "august", "August", "september", "September", "october", "Okt\xf3ber", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "K\xf3d", "date_format", "Form\xe1t d\xe1tumu", "datetime_format", "Form\xe1t d\xe1tumu a \u010dasu", "military_time", "24-hodinov\xfd form\xe1t \u010dasu", _s18_87, "24-hodinov\xe9 zobrazenie", "send_reminders", "Odosla\u0165 pripomienky", "timezone", "\u010casov\xe9 p\xe1smo", _s19_51, "Filtrovan\xe9 pod\u013ea projektu", _s17_107, "Filtrovan\xe9 podla skupiny", _s19_53, "Filtrovan\xe9 podla fakt\xfary", _s18_88, "Filtrovan\xe9 podla z\xe1kazn\xedka", _s18_90, "Filtrovan\xe9 podla dod\xe1vate\u013ea", "group_settings", "Nastavenia skupiny", "group", "Skupina", "groups", "Skupiny", "new_group", "Nov\xe1 skupina", "edit_group", "Upravi\u0165 skupinu", "created_group", "Skupina \xfaspe\u0161ne vytvoren\xe1", "updated_group", "Skupina \xfaspe\u0161ne upraven\xe1", "archived_groups", "\xdaspe\u0161ne archivovan\xe9 :value skupiny", "deleted_groups", "Skupiny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_groups", "\xdaspe\u0161ne obnoven\xe9 :value skupiny", "archived_group", "Skupina \xfaspe\u0161ne archivovan\xe1", "deleted_group", "Skupina \xfaspe\u0161ne zmazan\xe1", "restored_group", "Skupina \xfaspe\u0161ne obnoven\xe1", "upload_logo", "Nahra\u0165 logo", "uploaded_logo", "Logo \xfaspe\u0161ne nahrat\xe9", "logo", "Logo", "saved_settings", "Nastavenia boli \xfaspe\u0161ne ulo\u017en\xe9", _s16_171, "Nastavenia produktu", "device_settings", "Nastavenie zariadenia", "defaults", "Predvolen\xe9", "basic_settings", "Z\xe1kladn\xe9 nastavenia", _s17_109, "Roz\u0161\xedren\xe9 nastavenia", "company_details", "Firemn\xe9 \xfadaje", "user_details", "Podrobnosti o pou\u017e\xedvate\u013eovi", "localization", "Lokaliz\xe1cia", "online_payments", "Online platby", "tax_rates", "Sadzby dane", "notifications", "Notifik\xe1cie", "import_export", "Import | Export", "custom_fields", "Volite\u013en\xe9 polia", "invoice_design", "Vzh\u013ead fakt\xfary", "buy_now_buttons", "Tla\u010didl\xe1 K\xfapi\u0165 teraz", "email_settings", "Nastavenia Emailov", _s23_42, "\u0160abl\xf3ny a pripomienky", _s22_58, _s22_133, _s19_55, "Vizualiz\xe1cie \xfadajov", "price", "Cena", "email_sign_up", "E-mailov\xe1 registr\xe1cia", "google_sign_up", "Registr\xe1cia Google", _s27_42, "\u010eakujeme za V\xe1\u0161 n\xe1kup!", "redeem", "Uplatni\u0165", "back", "Sp\xe4\u0165", "past_purchases", "Predch\xe1dzaj\xface n\xe1kupy", _s19_57, "Ro\u010dn\xe9 predplatn\xe9", "pro_plan", "Verzia Pro", "enterprise_plan", "Verzia Enterprise", "count_users", ":count u\u017e\xedvate\u013eov", "upgrade", "Inovova\u0165", _s25_46, "Pros\xedm vlo\u017ete krstn\xe9 meno", _s24_43, "Pros\xedm vlo\u017ete priezvisko", _s33_21, "Pros\xedm, potvr\u010fte, \u017ee s\xfahlas\xedte s obchodn\xfdmi podmienkami a ochranou s\xfakromia, ak chcete vytvori\u0165 \xfa\u010det.", "i_agree_to_the", "S\xfahlas\xedm s", _s16_173, "Obchodn\xe9 podmienky", "privacy_policy", "Ochrana s\xfakromia", "sign_up", "Regist\xe1cia", "account_login", "Prihl\xe1senie do \xfa\u010dtu", "view_website", "Pozrie\u0165 webstr\xe1nku", "create_account", "Vytvori\u0165 \xfa\u010det", "email_login", "Prihl\xe1senie e-mailom", "create_new", "Vytvori\u0165 nov\xfd", _s18_92, "Nie je vybran\xfd \u017eiadny z\xe1znam", _s21_79, "Pros\xedm ulo\u017ete alebo zru\u0161te Va\u0161e zmeny", "download", "Stiahnu\u0165", _s27_43, "Po\u017eaduje sa verzia Enterprise", "take_picture", "Vyfoti\u0165", "upload_file", "Nahra\u0165 s\xfabor", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nov\xfd dokument", "edit_document", "Editova\u0165 dokument", _s17_111, "Dokument \xfaspe\u0161ne nahran\xfd", _s16_175, "Dokument \xfaspe\u0161ne aktualizovan\xfd", _s17_112, "Dokument \xfaspe\u0161ne archivovan\xfd", _s16_176, "Dokument \xfaspe\u0161ne vymazan\xfd", _s17_113, "Dokument \xfaspe\u0161ne obnoven\xfd", _s18_94, "\xdaspe\u0161ne archivovan\xe9 :value dokumenty", _s17_114, "Dokumenty :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s18_95, "\xdaspe\u0161ne obnoven\xe9 :value dokumenty", "no_history", "\u017diadna Hist\xf3ria", "expense_date", "D\xe1tum v\xfddajov", "pending", "\u010cak\xe1 sa", _s16_177, "Prihl\xe1sen\xe9", _s16_178, "\u010cak\xe1", _s16_179, "Fakt\xfarovan\xe9", "converted", "Konvertovan\xe9", _s24_45, "Pridat dokumenty do fakt\xfary", "exchange_rate", "V\xfdmenn\xfd kurz", _s16_180, "Previes\u0165 menu", "mark_paid", "Ozna\u010di\u0165 uhraden\xe9", "category", "Kateg\xf3ria", "address", "Adresa", "new_vendor", "Nov\xfd dod\xe1vate\u013e", "created_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne aktualizovan\xfd", "archived_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne obnoven\xfd", _s16_181, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dod\xe1vate\u013eov: :count", "deleted_vendors", "Po\u010det \xfaspe\u0161ne odstranen\xfdch dod\xe1vate\u013eov: :count", _s16_182, "Dod\xe1vatelia :value boli \xfaspe\u0161ne obnoven\xed", "new_expense", "Zadajte v\xfddaje", "created_expense", "V\xfddaje \xfaspe\u0161ne vytvoren\xe9", "updated_expense", "V\xfddaje \xfaspe\u0161ne aktualizovan\xe9", _s16_183, _s26_87, "deleted_expense", _s22_134, _s16_184, "N\xe1klad \xfaspe\u0161ne obnoven\xfd", _s17_115, _s26_87, _s16_185, _s22_134, _s17_116, "\xdaspe\u0161ne obnoven\xe9 :value v\xfddavky", "copy_shipping", "Kop\xedrova\u0165 dodanie", "copy_billing", "Kop\xedrova\u0165 faktur\xe1ciu", "design", "Vzh\u013ead", _s21_80, "Nepodarilo sa n\xe1js\u0165 z\xe1znam", "invoiced", "Fakturovan\xe9", "logged", "Prihl\xe1sen\xfd", "running", "Spusten\xe9", "resume", "Obnovi\u0165", "task_errors", "Pros\xedm opravte prekr\xfdvaj\xfaci sa \u010das", "start", "Spusti\u0165", "stop", "Zastavi\u0165", "started_task", "\xdaloha \xfaspe\u0161ne spusten\xe1", "stopped_task", "\xdaloha \xfaspe\u0161ne zastaven\xe1", "resumed_task", _s22_135, "now", "Teraz", _s16_186, "Automatick\xe9 spustenie \xfaloh", "timer", "\u010casova\u010d", "manual", "Manu\xe1l", "budgeted", "Rozpo\u010dtovan\xe9", "start_time", "Po\u010diato\u010dn\xfd \u010das", "end_time", "\u010cas ukon\u010denia", "date", "D\xe1tum", "times", "\u010casy", "duration", "Trvanie", "new_task", "Nov\xe1 \xfaloha", "created_task", "\xdaloha \xfaspe\u0161ne vytvoren\xe1", "updated_task", "\xdaloha \xfaspe\u0161ne upraven\xe1", "archived_task", "\xdaloha \xfaspe\u0161ne archivovan\xe1", "deleted_task", "\xdaloha \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_task", _s22_135, "archived_tasks", "Po\u010det \xfaspe\u0161ne archivovan\xfdch \xfaloh: :count", "deleted_tasks", "Po\u010det \xfaspe\u0161ne zmazan\xfdch \xfaloh: :count", "restored_tasks", "\xdaspe\u0161ne obnoven\xe9 :value \xfalohy", _s19_59, "Zadaj meno", "budgeted_hours", "Rozpo\u010dtovan\xe9 hodiny", "created_project", "Projekt bol \xfaspe\u0161ne vytvoren\xfd", "updated_project", "Projekt bol \xfaspe\u0161ne upraven\xfd", _s16_188, "Projekt bol \xfaspe\u0161ne archivovan\xfd", "deleted_project", "Projekt bol \xfaspe\u0161ne zmazan\xfd", _s16_189, "Projekt bol \xfaspe\u0161ne obnoven\xfd", _s17_117, _s45_10, _s16_190, _s45_10, _s17_118, "\xdaspe\u0161ne obnoven\xe9 :value projekty", "new_project", "Nov\xfd projekt", _s27_47, "\u010eakujeme, \u017ee pou\u017e\xedvate na\u0161u aplik\xe1ciu!", "if_you_like_it", "Ak sa V\xe1m p\xe1\u010di pros\xedm", "click_here", "kliknite sem", _s18_96, "Kliknite tu", "to_rate_it", "aby ste to ohodnotil.", "average", "Priemer", "unapproved", "Neschv\xe1len\xe9", _s30_15, "Ak chcete zmeni\u0165 toto nastavenie, overte toto\u017enos\u0165", "locked", "Uzamknut\xe9", "authenticate", "Overi\u0165", _s19_61, "Pros\xedm overte", _s24_47, "Biometrick\xe1 autentifik\xe1cia", "footer", "P\xe4ta", "compare", "Porovna\u0165", "hosted_login", "Hostite\u013esk\xe9 prihl\xe1senie", "selfhost_login", "Vlastn\xe9 prihl\xe1senie", "google_sign_in", "Prihl\xe1ste sa pomocou Google", "today", "Dnes", "custom_range", "Vlastn\xfd rozsah", "date_range", "\u010casov\xfd rozsah", "current", "Aktu\xe1lny", "previous", "Predch\xe1dzaj\xfaci", "current_period", "Aktu\xe1ln\xe9 obdobie", _s17_119, "Porovn\xe1van\xe9 obdobie", "previous_period", "Predch\xe1dzaj\xface obdobie", "previous_year", "Minul\xfd rok", "compare_to", "Porovna\u0165 s", "last7_days", "Posledn\xfdch 7 dn\xed", "last_week", "Posledn\xfd t\xfd\u017ede\u0148", "last30_days", "Posledn\xfdch 30 dn\xed", "this_month", "Tento Mesiac", "last_month", "Posledn\xfd mesiac", "this_year", "Tento Rok", "last_year", "Posledn\xfd Rok", "custom", "Vlastn\xe9", _s16_191, "Duplikova\u0165 do fakt\xfary", "clone_to_quote", "Duplikova\u0165 do ponuky", "clone_to_credit", "Klon na \xfaver", "view_invoice", "Zobrazi\u0165 fakt\xfaru", "convert", "Konvertova\u0165", "more", "VIac", "edit_client", "Upravi\u0165 z\xe1kazn\xedka", "edit_product", "Upravi\u0165 produkt", "edit_invoice", "\xdaprava fakt\xfary", "edit_quote", "Upravi\u0165 ponuku", "edit_payment", "Upravi\u0165 platbu", "edit_task", "Upravi\u0165 \xfalohu", "edit_expense", "Upravi\u0165 v\xfddaje", "edit_vendor", "Upravi\u0165 dod\xe1vate\u013ea", "edit_project", "Upravi\u0165 projekt", _s20_74, "Upravi\u0165 pravideln\xfa ponuku", "billing_address", "Faktura\u010dn\xe1 adresa", _s16_193, "Dodacia adresa", "total_revenue", "Celkov\xfd pr\xedjem", "average_invoice", "Priemern\xe1 fakt\xfara", "outstanding", "Nezaplaten\xe9", "invoices_sent", ":count fakt\xfar odoslan\xfdch", "active_clients", "akt\xedvni z\xe1kazn\xedci", "close", "Zavrie\u0165", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Tajnost", "name", "Meno", "logout", "Odhl\xe1si\u0165", "login", "Prihl\xe1si\u0165", "filter", "Filter", "sort", "Zoradi\u0165", "search", "H\u013eada\u0165", "active", "Akt\xedvny", "archived", "Archivovan\xe9", "deleted", "Odstr\xe1nen\xe9", "dashboard", "Prehlad", "archive", "Arch\xedv", "delete", "Odstr\xe1ni\u0165", "restore", "Obnovi\u0165", _s16_195, "Obnovenie dokon\u010den\xe9", _s23_43, "Pros\xedm zadajte v\xe1\u0161 email", _s26_34, "Prosim zadajte va\u0161e heslo", _s21_83, "Pros\xedm zadajte va\u0161u URL", _s26_36, "Pros\xedm zadajte v\xe1\u0161 produktov\xfd k\u013e\xfa\u010d", "ascending", "Vzostupne", "descending", "Zostupne", "save", "Ulo\u017ei\u0165", _s17_121, "Nastala chyba", "paid_to_date", "Zaplaten\xe9 ku d\u0148u", "balance_due", "Zost\xe1va uhradi\u0165", "balance", "Zostatok", "overview", "Zhrnutie", "details", "Detaily", "phone", "Telef\xf3n", "website", "Web", "vat_number", "I\u010c DPH", "id_number", "ID \u010d\xedslo", "create", "Vytvori\u0165", _s19_63, "Hodnota :value bola skop\xedrovan\xe1 do schr\xe1nky", "error", "Chyba", _s16_197, "Nepodarilo sa spusti\u0165", "contacts", "Kontakty", "additional", "Dodato\u010dn\xe9", "first_name", "Meno", "last_name", "Priezvisko", "add_contact", "Prida\u0165 kontakt", "are_you_sure", "Ste si ist\xfd?", "cancel", "Storno", "ok", "Ok", "remove", "Odstr\xe1ni\u0165", _s16_199, "E-mail je neplatn\xfd", "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfaspe\u0161ne vytvoren\xfd", "updated_product", "Produkt \xfaspe\u0161ne zmenen\xfd", _s16_201, "Produkt \xfaspe\u0161ne archivovan\xfd", "deleted_product", "Produkt bol \xfaspe\u0161ne zmazan\xfd", _s16_202, "Produkt bol \xfaspe\u0161ne obnoven\xfd", _s17_123, "Po\u010det \xfaspe\u0161ne archivovan\xfdch produktov: :count", _s16_203, "Po\u010det \xfaspe\u0161ne zmazan\xfdch produktov: :count", _s17_124, "\xdaspe\u0161ne obnoven\xe9 :value produkty", "product_key", "Produkt", "notes", "Pozn\xe1mky", "cost", "N\xe1klady", "client", "Z\xe1kazn\xedk", "clients", "z\xe1kazn\xedci", "new_client", "Nov\xfd z\xe1kazn\xedk", "created_client", "Z\xe1kazn\xedk \xfaspe\u0161ne vytvoren\xfd", "updated_client", "Z\xe1kazn\xedk \xfaspe\u0161ne aktualizovan\xfd", "archived_client", "Z\xe1kazn\xedk \xfaspe\u0161ne archivovan\xfd", _s16_204, "Po\u010det \xfaspe\u0161ne archivovan\xfdch z\xe1kazn\xedkov: :count", "deleted_client", "Z\xe1kazn\xedk \xfaspe\u0161ne odstr\xe1nen\xfd", "deleted_clients", "Po\u010det \xfaspe\u0161ne odstranen\xfdch z\xe1kazn\xedkov: :count", "restored_client", "Z\xe1kazn\xedk \xfaspe\u0161ne obnoven\xfd", _s16_205, "\xdaspe\u0161ne obnoven\xed :value klienti", "address1", "Ulica", "address2", "Byt/Apartm\xe1n", "city", "Mesto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Krajina", "invoice", "Fakt\xfara", "invoices", "Fakt\xfary", "new_invoice", "Nov\xe1 fakt\xfara", "created_invoice", "Fakt\xfara \xfaspe\u0161ne vytvoren\xe1", "updated_invoice", "Fakt\xfara \xfaspe\u0161ne aktualizovan\xe1", _s16_206, "Fakt\xfara \xfaspe\u0161ne archivovan\xe1", "deleted_invoice", _s26_86, _s16_207, "Fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s17_125, "Po\u010det \xfaspe\u0161ne archivovan\xfdch fakt\xfar: :count", _s16_208, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch fakt\xfar: :count", _s17_126, "\xdaspe\u0161ne obnoven\xe9 :value fakt\xfary", "emailed_invoice", _s24_113, "emailed_payment", "Platba bola \xfaspe\u0161ne odoslan\xe1 e-mailom", "amount", "\u010ciastka", "invoice_number", "\u010c\xedslo fakt\xfary", "invoice_date", "D\xe1tum fakt\xfary", "discount", "Z\u013eava", "po_number", _s16_260, "terms", "Podmienky", "public_notes", "Verejn\xe9 pozn\xe1mky", "private_notes", "S\xfakromn\xe9 pozn\xe1mky", "frequency", "Frekvencia", "start_date", "Za\u010diatok", "end_date", "Koniec", "quote_number", "\u010c\xedslo ponuky", "quote_date", "D\xe1tum ponuky", "valid_until", "Platn\xe9 do", "items", "Polo\u017eky", "partial_deposit", "\u010ciasto\u010dn\xe9/Vklad", "description", "Popis", "unit_cost", "Jednotkov\xe1 cena", "quantity", "Mno\u017estvo", "add_item", "Prida\u0165 polo\u017eku", "contact", "Kontakt", "work_phone", "Telef\xf3n", "total_amount", "Celkov\xe1 suma", "pdf", "PDF", "due_date", _s16_350, _s16_209, "\u010ciasto\u010dn\xfd d\xe1tum splatnosti", "status", "Stav", _s17_127, "Stav fakt\xfary", "quote_status", "Stav ponuky", _s22_59, "Kliknut\xedm na + prid\xe1te polo\u017eku", _s22_61, "Kliknut\xedm na + prida\u0165 \u010das", "count_selected", ":count vybrat\xfdch", "total", "Celkom", "percent", "Percent", "edit", "Upravi\u0165", "dismiss", "Odmietnu\u0165", _s20_76, "Vyberte d\xe1tum", _s22_62, "Vyberte klienta", _s24_49, "Pros\xedm zvo\u013ete fakt\xfaru", "task_rate", "\xdaloha sadzba", "settings", "Nastavenia", "language", "Jazyk", "currency", "Mena", "created_at", "D\xe1tum vytvorenia", "created_on", "Vytvoren\xe9", "updated_at", "Aktualizovan\xe9", "tax", "Da\u0148", _s30_17, "Pros\xedm vlo\u017ete \u010d\xedslo fakt\xfary", _s27_51, "Pros\xedm vlo\u017ete \u010d\xedslo ponuky", "past_due", "Po splatnosti", "draft", "N\xe1vrh", "sent", "Odoslan\xe9", "viewed", "Zobrazen\xe9", "approved", "Schv\xe1len\xe9", "partial", "Z\xe1loha", "paid", "Zaplaten\xe9", "mark_sent", "Ozna\u010di\u0165 ako odoslan\xe9", _s22_64, _s42_25, _s22_65, _s42_25, _s23_45, _s42_26, _s23_46, _s42_26, "done", "Hotovo", _s37_18, "Zadajte meno klienta alebo kontaktnej osoby", "dark_mode", "Tmav\xfd re\u017eim", _s27_53, "Ak chcete pou\u017ei\u0165 zmenu, re\u0161tartujte aplik\xe1ciu", "refresh_data", "Obnovi\u0165 \xfadaje", "blank_contact", "Pr\xe1zdny kontakt", "activity", "Aktivita", _s16_211, "Nena\u0161li sa \u017eiadne z\xe1znamy", "clone", "Duplikova\u0165", "loading", "Na\u010d\xedtavam", "industry", "Odvetvie", "size", "Ve\u013ekos\u0165", "payment_terms", "Platobn\xe9 podmienky", "payment_date", "D\xe1tum platby", "payment_status", "Stav \xfahrady", _s16_213, "\u010cak\xe1", _s16_214, "Neplatn\xe9", _s16_215, "Zlyhanie", _s16_216, "Dokon\u010den\xe9", _s16_217, _s17_231, _s16_218, "Vr\xe1ten\xe9", _s17_128, "Neaplikovan\xe9", _s17_129, _s19_141, "net", "\u010cist\xfd", "client_portal", "Z\xe1kazn\xedcky port\xe1l", "show_tasks", "Zobrazi\u0165 \xfalohy", "email_reminders", "Pripomienky emailom", "enabled", "Povolen\xe9", "recipients", "Pr\xedjemci", "initial_email", "\xdavodn\xfd Email", "first_reminder", "Prv\xe1 Upomienka", "second_reminder", "Druh\xe1 Upomienka", "third_reminder", _s16_353, "reminder1", "Prv\xe1 Upomienka", "reminder2", "Druh\xe1 Upomienka", "reminder3", _s16_353, "template", "\u0160abl\xf3na", "send", "Odoslan\xe9", "subject", "Predmet", "body", "Telo", "send_email", "Posla\u0165 e-mail", "email_receipt", "Odosla\u0165 z\xe1kazn\xedkovi potvrdenie o \xfahrade", "auto_billing", _s21_171, "button", "Tla\u010didlo", "preview", "Uk\xe1\u017eka", "customize", "Prisp\xf4sobi\u0165", "history", "Hist\xf3ria", "payment", "Platba", "payments", "Platby", "refunded", "Vr\xe1ten\xe9", "payment_type", "Druh platby", _s21_85, "Referencia transakcie", "enter_payment", "Zada\u0165 platbu", "new_payment", "Nov\xe1 platba", "created_payment", "Platba \xfaspe\u0161ne vytvoren\xe1", "updated_payment", "Platba \xfaspe\u0161ne upraven\xe1", _s16_219, "Platba \xfaspe\u0161ne archivovan\xe1", "deleted_payment", "Platba \xfaspe\u0161ne odstr\xe1nen\xe1", _s16_220, "Platba \xfaspe\u0161ne obnoven\xe1", _s17_130, "Platby \xfaspe\u0161ne archivovan\xe9", _s16_221, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch platieb: :count", _s17_131, "\xdaspe\u0161ne obnoven\xe9 :value platby", "quote", "Ponuka", "quotes", "Ponuky", "new_quote", "Nov\xe1 ponuka", "created_quote", "Ponuka \xfaspe\u0161ne vytvoren\xe1", "updated_quote", "Ponuka \xfaspe\u0161ne zmenen\xe1", "archived_quote", "Ponuka \xfaspe\u0161ne z\xe1lohovan\xe1", "deleted_quote", "Ponuka \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_quote", "Ponuka \xfaspe\u0161ne obnoven\xe1", "archived_quotes", "Po\u010det \xfaspe\u0161ne archivovan\xfdch pon\xfak: :count", "deleted_quotes", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch pon\xfak: :count", "restored_quotes", "\xdaspe\u0161ne obnoven\xe9 :value ponuky", "expense", "V\xfddaje", "expenses", "V\xfddaje", "vendor", "Dod\xe1vate\u013e", "vendors", "Dod\xe1vatelia", "task", "\xdaloha", "tasks", "\xdalohy", "project", "Projekt", "projects", "Projekty", "activity_1", ":user vytvoril z\xe1kazn\xedka :client", "activity_2", ":user archivoval z\xe1kazn\xedka :client", "activity_3", ":user odstr\xe1nil z\xe1kazn\xedka :client", "activity_4", ":user vytvoril fakt\xfaru :invoice", "activity_5", ":user upravil fakt\xfaru :invoice", "activity_6", ":user odoslal fakt\xfaru :invoice pre :client :contact", "activity_7", ":contact zobrazil fakt\xfaru :invoice pre z\xe1kazn\xedka :client", "activity_8", ":user archivoval fakt\xfaru :invoice", "activity_9", ":user odstr\xe1nil fakt\xfaru :invoice", "activity_10", ":contact vlo\u017eil platbu :payment za :payment_amount na fakt\xfare :invoice pre :client", "activity_11", ":user upravil platbu :payment", "activity_12", _s32_14, "activity_13", ":user odstr\xe1nil platbu :payment", "activity_14", ":u\u017e\xedvate\u013e zadan\xfd :kredit kredit", "activity_15", ":user aktualizoval :credit kredit", "activity_16", _s31_26, "activity_17", ":user vymazal :credit kredit", "activity_18", ":user vytvoril ponuku :quote", "activity_19", ":user aktualizoval ponuku :quote", "activity_20", ":user odoslal emailom ponuku :quote pre :client :contact", "activity_21", ":contact zobrazil ponuku :quote", "activity_22", ":user archivoval ponuku :quote", "activity_23", ":user odstr\xe1nil ponuku :quote", "activity_24", ":user obnovil ponuku :quote", "activity_25", ":user obnovil fakt\xfaru :invoice", "activity_26", ":user obnovil z\xe1kazn\xedka :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", ":contact schv\xe1lil ponuku :quote pre :client", "activity_30", ":user vytvoril dod\xe1vate\u013ea :vendor", "activity_31", ":user archivoval dod\xe1vate\u013ea :vendor", "activity_32", ":user odstr\xe1nil dod\xe1vate\u013ea :vendor", "activity_33", ":user obnovil dod\xe1vate\u013ea :vendor", "activity_34", ":user vytvoril v\xfddaje :expense", "activity_35", ":user zaarchivoval v\xfddaje :expense", "activity_36", ":user zmazal v\xfddate :expense", "activity_37", ":user obnovil v\xfddaje :expense", "activity_39", ":user zru\u0161il :payment_amount platbu :payment", "activity_40", ":user vr\xe1til :adjustment z :payment_amount platby :payment", "activity_41", ":payment_amount platba (:payment) zlyhala", "activity_42", ":user vytvoril \xfalohu :task", "activity_43", ":user upravil \xfalohu :task", "activity_44", ":user archivoval \xfalohu :task", "activity_45", ":user odstr\xe1nil \xfalohu :task", "activity_46", ":user obnovil \xfalohu :task", "activity_47", ":user aktualizoval v\xfddaje :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otvoril tiket :ticket", "activity_55", ":contact odpovedal na tiket :ticket", "activity_56", "tiket :ticket bol zobrazen\xfd u\u017e\xedvate\u013eom :user", "activity_57", "Syst\xe9mu sa nepodarilo odosla\u0165 e-mailom fakt\xfaru :invoice", "activity_58", ":user stornoval fakt\xfaru :invoice", "activity_59", ":user zru\u0161il fakt\xfaru :invoice", "activity_60", ":contact prezrel ponuku :quote", "activity_61", ":user aktualizval klienta :client", "activity_62", ":user aktualizoval dod\xe1vate\u013ea :vendor", "activity_63", ":user poslal e-mailom prv\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_64", ":user poslal e-mailom druh\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_65", ":user poslal e-mailom tretiu upomienku na fakt\xfaru :invoice na :contact", "activity_66", ":user poslal e-mailom nekone\u010dn\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_80", ":user vytvoril predplatn\xe9 :subscription", "activity_81", ":user aktualizoval predplatn\xe9 :subscription", "activity_82", ":user archivoval predplatn\xe9 :subscription", "activity_83", ":user vymazal predplatn\xe9 :subscription", "activity_84", ":user obnovil predplatn\xe9 :subscription", _s17_132, "Jednorazov\xe9 heslo", "emailed_quote", _s23_101, "emailed_credit", "Kredit bol \xfaspe\u0161ne odoslan\xfd e-mailom", _s20_78, "Ponuka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s21_87, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako odoslan\xfd", "expired", "Vypr\u0161an\xe9", "all", "V\u0161etko", "select", "Vo\u013eba", _s22_66, "Dlho stla\u010dte Multiselect", "custom_value1", "Vlastn\xe1 hodnota", "custom_value2", "Vlastn\xe1 hodnota", "custom_value3", "Vlastn\xe1 hodnota 3", "custom_value4", "Vlastn\xe1 hodnota 4", _s18_97, "Vlastn\xfd \u0161t\xfdl e-mailu", _s24_54, "Spr\xe1va vlastn\xe9ho informa\u010dn\xe9ho panelu", _s29_37, "Vlastn\xe1 spr\xe1va o nezaplatenej fakt\xfare", _s27_58, "Vlastn\xe1 spr\xe1va o zaplatenej fakt\xfare", _s31_18, "Vlastn\xe1 spr\xe1va o neschv\xe1lenej cenovej ponuke", "lock_invoices", "Uzamknutie fakt\xfar", "translations", "Preklady", _s19_64, "Vzor \u010d\xedsla \xfalohy", _s19_66, "Po\u010d\xedtadlo \u010d\xedsel \xfaloh", _s22_68, "Vzor \u010d\xedsla v\xfddavkov", _s22_70, "Po\u010d\xedtadlo \u010d\xedsel v\xfddavkov", _s21_88, "Vzor \u010d\xedsla predajcu", _s21_90, "Po\u010d\xedtadlo \u010d\xedsel predajcu", _s21_92, "Vzor \u010d\xedsla tiketu", _s21_94, "Po\u010d\xedtadlo \u010d\xedsel tiketu", _s22_72, "Vzor \u010d\xedsla platby", _s22_74, "Po\u010d\xedtadlo \u010d\xedsla platby", _s22_76, "Vzor \u010d\xedsla fakt\xfary", _s22_78, "Po\u010d\xedtadlo \u010d\xedsla fakt\xfary", _s20_79, "Vzor \u010d\xedsla cenovej ponuky", _s20_81, "Po\u010d\xedtadlo \u010d\xedsla ponuky", _s21_96, _s18_203, _s21_98, _s26_88, _s21_100, _s18_203, _s21_101, _s26_88, _s18_99, "Vynulova\u0165 d\xe1tum po\u010d\xedtadla", "counter_padding", "Counter Padding", _s28_57, "Po\u010d\xedtadlo zdie\u013eanej fakt\xfary", _s18_101, "Predvolen\xfd n\xe1zov dane 1", _s18_103, "Predvolen\xe1 sadzba dane 1", _s18_105, "Predvolen\xfd n\xe1zov dane 2", _s18_107, "Predvolen\xe1 sadzba dane 2", _s18_109, "Predvolen\xfd n\xe1zov dane 3", _s18_111, "Predvolen\xe1 sadzba dane 3", _s21_102, "Predmet e-mailovej fakt\xfary", _s19_68, "Predmet ponuky e-mailu", _s21_104, "Predmet platby e-mailom", _s29_39, "Predmet \u010diasto\u010dnej platby e-mailu", "show_table", "Zobrazi\u0165 tabu\u013eku", "show_list", "Zobrazi\u0165 zoznam", "client_city", "Mesto klienta", "client_state", "Stav klienta", "client_country", "Krajina klienta", _s16_222, "Klient je akt\xedvny", "client_balance", "Zostatok klienta", "client_address1", "Ulica klienta", "client_address2", "Klientsky apartm\xe1n/byt", "vendor_address1", "Ulica predajcu", "vendor_address2", "Apartm\xe1n/byt dod\xe1vate\u013ea", _s24_56, "Ulica doru\u010denia klienta", _s24_57, "Byt/Apartman dodania klienta", "type", "Typ", "invoice_amount", "Suma fakt\xfary", _s16_226, _s16_350, "tax_rate1", "Sadzba dane 1", "tax_rate2", "Sadzba dane 2", "tax_rate3", "Sadzba dane 3", "auto_bill", _s21_171, "archived_at", "Archivovan\xe9", "has_expenses", "M\xe1 v\xfddavky", "custom_taxes1", "Vlastn\xe9 dane 1", "custom_taxes2", "Vlastn\xe9 dane 2", "custom_taxes3", "Vlastn\xe9 dane 3", "custom_taxes4", "Vlastn\xe9 dane 4", _s17_134, _s19_142, _s17_135, _s19_143, _s17_136, _s19_144, _s17_137, _s19_145, "is_deleted", "Je vymazan\xe9", "vendor_city", "Mesto dod\xe1vate\u013ea", "vendor_state", "\u0160t\xe1t predajcu", "vendor_country", "Krajina predajcu", "is_approved", "Je schv\xe1len\xe9", "tax_name", "N\xe1zov dane", "tax_amount", "Sadzba dane", "tax_paid", "Zaplaten\xe1 da\u0148", "payment_amount", "\u010ciastka k \xfahrade", "age", "Vek", "is_running", "Be\u017e\xed", "time_log", "\u010casov\xfd denn\xedk", "bank_id", "Banka", _s19_70, "ID kateg\xf3rie v\xfddavkov", _s16_227, "Kateg\xf3ria v\xfddajov", _s19_72, "ID meny fakt\xfary", "tax_name1", "Da\u0148ov\xe9 meno 1", "tax_name2", "Da\u0148ov\xe9 meno 2", "tax_name3", "Da\u0148ov\xe9 meno 3", "transaction_id", "ID transakcie", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kreditne kartice in banke", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Sprejmi", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastavitev pla\u010dil", "default", "Privzeto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj prehod", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj k ra\u010dunu :invoice", _s17_11, _s17_12, "week", "Teden", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Razpon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Ustvari projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Provizija od zneska :amount ra\u010duna bo :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Potrdi", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no po\u010di\u0161\u010dena stranka", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nastavi geslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od (ime)", _s16_23, _s16_232, _s17_19, _s21_172, _s18_19, _s21_172, _s21_22, "Nov ponavaljajo\u010d stro\u0161ek", _s22_27, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_3, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_5, "Project uspe\u0161no odstranjen", _s25_6, _s38_2, _s26_5, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Navodila", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Nazadnje posodobljeno", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Priimek konakta", "order", "Order", "unassigned", "Ne-dodeljen", "partial_value", "Mora biti ve\u010dje od ni\u010d in manj\u0161e od celotnega zneska", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogo\u010di", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavite pod domeno ali prika\u017eite ra\u010dun na va\u0161i spletni strani.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_41, _s16_42, _s17_29, "Uredi naro\u010dnino", _s20_29, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_30, "Naro\u010dnina uspe\u0161no posodobljena", _s21_34, "Naro\u010dnina uspe\u0161no arhivirana", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Znova po\u0161lji vabilo", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Neprejeta sporo\u010dila", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS koda", _s21_38, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_36, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Priklopi Google", _s17_31, "Izklopi Google", _s17_33, "Dvostopenjska avtentikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_10, _s33_12, _s16_53, "Vrnjeno pla\u010dilo", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_39, "Pretvori v ra\u010dun", _s16_54, _s16_55, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Pretvorjeni znesek", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_16, _s29_7, "select_file", "Prosim izberi datoteko", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Storitev", "clone_to", "Kopiraj v ...", "clone_to_other", "Kopiraj v ...", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u010dano", "white_label", "White Label", "delivery_note", "Dobavnica", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Skupni znesek", "quote_total", "Znesek ponudbe", "credit_total", "Dobropis skupaj", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Opozorilo", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime stranke", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Uspe\u0161no posodobljen status opravil", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorije stro\u0161kov", _s20_48, "Nova katergorija stro\u0161kov", _s21_46, _s21_47, _s24_29, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_30, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_20, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_31, "Kategorija uspe\u0161no odstranjena", _s24_32, _s37_7, _s25_21, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_23, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Bo fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Ponavljajo\u010di ra\u010dun", _s18_51, "Ponavljajo\u010di ra\u010duni", _s21_53, "Nov ponavljajo\u010di ra\u010dun", _s22_40, "Uredi ponvljajo\u010de ra\u010dune", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_29, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_30, _s38_11, _s26_14, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Odpriti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_35, _s24_36, "always", "Vedno", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "\u0160t. stranke", "auto_convert", "Auto Convert", "company_name", "Naziv podjetja", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s20_154, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_58, "gateway", "Prehod", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ur", "statement", "Izpisek", "taxes", "Davki", "surcharge", "Dopla\u010dilo", "apply_payment", "Apply Payment", "apply_credit", "Potrdi dobropis", "apply", "Potrdi", "unapplied", "Unapplied", "select_label", "Izberi oznako", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Na\u010din pla\u010dila", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Prihajajo\u010di ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavna pla\u010dila", "upcoming_quotes", "Prihajajo\u010di predra\u010duni", "expired_quotes", "Potekli predra\u010duni", "create_client", "Ustvari stranko", "create_invoice", "Ustvari ra\u010dun", "create_quote", "Ustvari ponudbo", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Zbri\u0161i ponudbo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Zbri\u0161i stranko", "delete_payment", "Zbri\u0161i pla\u010dilo", "update_vendor", "Update Vendor", "delete_vendor", "Odstrani prodajalca", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Odstrani stro\u0161ek", "create_task", "Vnesi opravilo", "update_task", "Update Task", "delete_task", "Odstrani opravilo", "approve_quote", "Approve Quote", "off", "Izklopljeno", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Brezpla\u010dno", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cilj", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u017deton", "tokens", "\u017detoni", "new_token", "New Token", "edit_token", "Uredi \u017eeton", "created_token", "\u017deton uspe\u0161no ustvarjen", "updated_token", "\u017deton uspe\u0161no posodobljen", "archived_token", "\u017deton uspe\u0161no arhiviran", "deleted_token", "\u017deton uspe\u0161no odstranjen", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Po\u0161lji ra\u010dun po e-po\u0161ti", "email_quote", "Po\u0161lji e-ponudbo", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Uredi pla\u010dilni pogoj", _s20_57, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_58, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_56, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Po\u0161lji iz Gmaila", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Znesek dobropisa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekskluzivno", "inclusive", "Vklju\u010deno", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Polno ime", _s17_77, "Mesto/Dr\u017eava/Po\u0161ta", _s17_79, "Po\u0161ta/Mesto/Dr\u017eava", "custom1", "Prvi po meri", "custom2", "Drugi po meri", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Izprazni podatke", _s16_93, "Podatki podjetja uspe\u0161no odstranjeni", _s18_60, "Opozorilo: Va\u0161i podatki bodo trajno zbrisani. Razveljavitev kasneje ni mogo\u010da.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dni", "age_group_30", "30 - 60 Dni", "age_group_60", "60 - 90 Dni", "age_group_90", "90 - 120 Dni", "age_group_120", "120+ dni", "refresh", "Osve\u017ei", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Detalji ra\u010duna", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pravice", "none", "Brez", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count ra\u010dun poslan", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_47, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_48, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Glava", "load_design", "Nolo\u017ei obliko", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ponudbe", "tickets", "Podporni zahtevki", _s16_98, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_61, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no narejen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no zbrisan", "removed_credit", _s27_36, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_100, "Uspe\u0161no je arhiviranih :count dobropisov", "deleted_credits", "Uspe\u0161no je zbrisano :count dobropisov", _s16_101, _s36_9, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Ponastavi", "number", "Number", "export", "Izvoz", "chart", "Grafikon", "count", "Count", "totals", "Vsote", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Leto", "subgroup", "Podskupina", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontaktni telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica (za dostavo)", _s17_86, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_61, "Po\u0161tna \u0161t. (za dostavo)", _s16_132, "Dr\u017eava (za dostavo)", _s16_134, "Ulica (za ra\u010dun)", _s16_135, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_40, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Dodeljeno", "created_by", "Ustvaril :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Stolpci", "aging", "Staranje", "profit_and_loss", "Profit in izguba", "reports", "Poro\u010dila", "report", "Poro\u010dilo", "add_company", "Dodaj podjetje", "unpaid_invoice", "Nepla\u010dani ra\u010duni", "paid_invoice", "Pla\u010dani ra\u010duni", _s16_136, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtrirano po", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Sporo\u010dilo", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum za podporo", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontakt", "subtotal", "Neto", "line_total", "Skupaj", "item", "Postavka", "credit_email", "Credit Email", "iframe_url", "Spletna stran", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Namizni", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Dav\u010dne nastavitve", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_44, _s20_69, "options", "Mo\u017enosti", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Oddaj", _s16_144, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_145, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Predra\u010dun", _s16_147, "Periodi\u010den opomin", _s16_149, _s16_150, "administrator", "Upravljalec", _s18_80, "Dovoli uporabniku da upravlja z uporabniki, nastavitvami in vsemi zapisi", "user_management", "Uporabniki", "users", "Uporabniki", "new_user", "Nov uporabnik", "edit_user", "Uredi uporabnika", "created_user", _s25_37, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_40, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_92, "Skrij datum pla\u010dila", _s22_55, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_31, "Omogo\u010deni dokumenti", _s28_21, "V ra\u010dunu vklju\u010di pripete slike.", _s16_153, "Prika\u017ei glavo na", _s16_154, "Prika\u017ei nogo na", "first_page", "Prva stran", "all_pages", "Vse strani", "last_page", "Zadnja stran", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Osnovna barva", "secondary_color", "Sekundarna barva", "page_size", "Velikost strani", "font_size", "Velikost pisave", "quote_design", "Predloga predra\u010duna", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja izdelka", "invoice_terms", "Pogoji ra\u010duna", "invoice_footer", "Noga ra\u010duna", "quote_terms", "Pogoji predra\u010duna", "quote_footer", "Noga predra\u010duna", _s18_81, "Samodejni Email", _s23_32, "Samodejno po\u0161lji email ponavljajo\u010dih ra\u010dunov kadar so narejeni.", _s18_82, "Samodejno Arhiviranje", _s23_33, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_83, "Samodejna Pretvorba", _s23_34, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_94, "Nastavitve Delovnega toka /Workflow/", "freq_daily", "Dnevno", "freq_weekly", "Tedensko", "freq_two_weeks", "Dva tedna", "freq_four_weeks", "\u0160tiri tedni", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Trije meseci", _s16_155, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_156, "Three Years", "never", "Nikoli", "company", "Podjetje", _s17_97, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_157, "Predpona ponavljajo\u010dih", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Podjetje", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Ra\u010dun", _s17_99, "Dopla\u010dilo za ra\u010dun", "client_field", "Stranka", "product_field", "Polje izdelka", "payment_field", "Payment Field", "contact_field", "Kontakt", "vendor_field", "Dobavitelj", "expense_field", "Stro\u0161ek", "project_field", "Projekt", "task_field", "Opravilo", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Predpona", "number_pattern", "Number Pattern", "messages", "Sporo\u010dila", "custom_css", "CSS po meri", _s17_101, _s17_102, _s16_159, "Prika\u017ei na PDF", _s21_74, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_41, "Potrditev pogojev ra\u010duna", _s30_9, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_35, "Potrditev pogojev predra\u010duna", _s28_22, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_42, "Podpis ra\u010duna", _s30_10, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_36, "Podpis predra\u010duna", _s22_57, "Za\u0161\u010diti ra\u010dune z geslom", _s27_38, "Omogo\u010da da nastavite geslo za vsako osebo. \u010ce je geslo nastavljeno, ga bo uporabnik moral vnesti pred ogledom ra\u010duna.", "authorization", "Overovitev", "subdomain", "Poddomena", "domain", "Domena", "portal_mode", "Portal Mode", "email_signature", "Lep pozdrav,", _s24_39, "Olaj\u0161ajte strankam pla\u010devanje z dodajanjem schema.org ozna\u010db v va\u0161o e-po\u0161to.", "plain", "Navadno", "light", "Svetlo", "dark", "Temno", "email_design", "Stil e-po\u0161te", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_250, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Prednost", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Omogo\u010di minimalno", "enable_max", "Omogo\u010di maximalno", "min_limit", "Minimalno: :min", "max_limit", "Maksimalno: :max", "min", "Minimalno", "max", "Maksimalno", _s19_47, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_49, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Stopnja", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_162, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_163, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_104, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Samodejno vnesi izdelke", _s18_86, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_71, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_165, "Pretvori izdelke", _s21_75, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Nedelja", "monday", "Ponedeljek", "tuesday", "Torek", "wednesday", "Sreda", "thursday", "\u010cetrtek", "friday", "Petek", "saturday", "Sobota", "january", "Januar", "february", "Februar", "march", "Marec", "april", "April", "may", "Maj", "june", "Junij", "july", "Julij", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 urni \u010das", _s18_87, "24 Hour Display", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Skupina", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotip", "saved_settings", _s27_41, _s16_171, "Nastavitve izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_109, "Napredne nastavitve", "company_details", "Podatki podjetja", "user_details", "Podrobnosti uporabnika", "localization", "Lokalizacija", "online_payments", "Spletna pla\u010dila", "tax_rates", "Dav\u010dne stopnje", "notifications", "Obvestila", "import_export", "Uvoz | Izvoz", "custom_fields", "Polja po meri", "invoice_design", "Izgled ra\u010duna", "buy_now_buttons", "Gumbi za takoj\u0161nji nakup", "email_settings", "Nastavitve e-po\u0161te", _s23_42, "Predloge in opomini", _s22_58, _s20_73, _s19_55, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Pogoji uporabe", "privacy_policy", "Pravilnik o zasebnosti", "sign_up", "Prijavi se", "account_login", "Prijava v ra\u010dun", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Ustvari", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Prenesi", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Pretvorjeno", _s24_45, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_180, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Dobavitelj uspe\u0161no ustvarjen", "updated_vendor", "Dobavitelj uspe\u0161no posodobljen", "archived_vendor", "Dobavitelj uspe\u0161no arhiviran", "deleted_vendor", "Dobavitelj uspe\u0161no zbrisan", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_181, "Uspe\u0161no je arhiviranih :count dobaviteljev", "deleted_vendors", "Uspe\u0161no je zbrisanih :count dobaviteljev", _s16_182, _s36_11, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_183, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_184, "Stro\u0161ek uspe\u0161no obnovljen", _s17_115, "Stro\u0161ki uspe\u0161no arhivirani", _s16_185, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_116, _s37_14, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturirano", "logged", "Prijavljeno", "running", "V teku", "resume", "Nadaljuj", "task_errors", "Prosim popravite prekrivajo\u010de \u010dasove", "start", "Za\u010detek", "stop", "Kon\u010daj", "started_task", "Opravilo uspe\u0161no pri\u010deto", "stopped_task", "Opravilo uspe\u0161no ustavljeno", "resumed_task", "Opravilo uspe\u0161no ponovno zagnano", "now", "Zdaj", _s16_186, _s16_187, "timer", "Merilec \u010dasa", "manual", "Ro\u010dno", "budgeted", "Budgeted", "start_time", "Za\u010detek", "end_time", "\u010cas zaklju\u010dka", "date", "Datum", "times", "\u010cas", "duration", "Trajanje", "new_task", "Novo opravilo", "created_task", "Opravilo uspe\u0161no ustvarjeno", "updated_task", "Opravilo uspe\u0161no posodobljeno", "archived_task", "Opravilo uspe\u0161no arhivirano", "deleted_task", "Opravilo uspe\u0161no odstranjeno", "restored_task", "Opravilo uspe\u0161no obnovljeno", "archived_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count", "deleted_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_188, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_189, "Projekt uspe\u0161no obnovljen", _s17_117, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_190, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_118, _s37_15, "new_project", "Now projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikni tukaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Ta mesec", "last_month", "Zadnji mesec", "this_year", "To leto", "last_year", "Zadnje leto", "custom", "Po meri", _s16_191, "Kopiraj v ra\u010dun", "clone_to_quote", "Kopiraj v predra\u010dun", "clone_to_credit", "Clone to Credit", "view_invoice", "Ogled ra\u010duna", "convert", "Convert", "more", "Ve\u010d", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudbo", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s20_74, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_193, "Naslov za dostavo", "total_revenue", "Skupni prihodki", "average_invoice", "Povpre\u010den ra\u010dun", "outstanding", "Odprte postavke", "invoices_sent", ":count ra\u010duni poslani", "active_clients", "aktivne stranke", "close", "Zapri", "email", "E-po\u0161ta", "password", "Geslo", "url", "URL", "secret", "Skrivnost", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Razvrsti", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Zbri\u0161i", "restore", "Obnovitev", _s16_195, "Osve\u017eitev kon\u010dana", _s23_43, "Vnesi prosim svoj email", _s26_34, "Vnesi prosim svoje geslo", _s21_83, "Vnesi prosim svoj URL", _s26_36, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_121, "Pri\u0161lo je do napake", "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Pregled", "details", "Podrobnosti", "phone", "Telefon", "website", "Internetne strani", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_63, "Kopirano :value na odlo\u017ei\u0161\u010de", "error", "Napaka", _s16_197, "Ni bilo mo\u017eno zagnati", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Priimek", "add_contact", "Dodaj kontakt", "are_you_sure", "Ali ste prepri\u010dani?", "cancel", "Prekli\u010di", "ok", "Ok", "remove", "Odstrani", _s16_199, "Email ni pravilen", "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_201, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_202, "Izdelek uspe\u0161no obnovljen", _s17_123, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_203, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_124, _s37_16, "product_key", "Izdelki", "notes", "Opis", "cost", "Cena", "client", "Stranka", "clients", "Stranke", "new_client", "Nova stranka", "created_client", "Stranka uspe\u0161no ustvarjena", "updated_client", "Uspe\u0161no posodobljena stranka", "archived_client", "Stranka uspe\u0161no arhivirana", _s16_204, "Uspe\u0161no je arhiviranih :count strank", "deleted_client", "Stranka uspe\u0161no zbrisana", "deleted_clients", "Uspe\u0161no je zbrisanih :count strank", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_205, _s36_13, "address1", "Ulica", "address2", "Poslovni prostor/Stanovanja", "city", "Mesto", "state", "Regija/pokrajina", "postal_code", "Po\u0161tna \u0161t.", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Nov ra\u010dun", "created_invoice", "Ra\u010dun uspe\u0161no ustvarjen", "updated_invoice", "Ra\u010dun uspe\u0161no posodobljen", _s16_206, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no zbrisan", _s16_207, "Ra\u010dun uspe\u0161no obnovljen", _s17_125, "Uspe\u0161no arhiviranih :count ra\u010dunov", _s16_208, "Uspe\u0161no je zbrisanih :count ra\u010dunov", _s17_126, _s37_17, "emailed_invoice", _s20_154, "emailed_payment", "Pla\u010dilo poslano po elektronski po\u0161ti", "amount", "Znesek", "invoice_number", "\u0160t. ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "\u0160t. naro\u010dilnice", "terms", "Pogoji", "public_notes", "Javni zaznamki", "private_notes", "Zasebni zaznamki", "frequency", "Pogostost", "start_date", "Datum za\u010detka", "end_date", "Datum zapadlosti", "quote_number", "\u0160t. ponudbe", "quote_date", "Datum ponudbe", "valid_until", "Veljavnost", "items", "Predmeti", "partial_deposit", "Delno/Depozit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "\xb8Dodaj predmet", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Skupni znesek", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_209, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_127, "Status ra\u010duna", "quote_status", "Stanje predra\u010duna", _s22_59, "Klikni + za dodajanje predmeta", _s22_61, _s19_76, "count_selected", ":count izbranih", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Opusti", _s20_76, "Izberi datum", _s22_62, "Izberi stranko", _s24_49, "Izberi ra\u010dun", "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Jezik", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Posodobljeno", "tax", "Davek", _s30_17, "Vnesi \u0161tevilko ra\u010duna", _s27_51, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Ogledano", "approved", "Odobreno", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_64, "Ra\u010dun je uspe\u0161no ozna\u010den kot poslan", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Narejeno", _s37_18, "Vnesi stranko ali kontaktno osebo", "dark_mode", "Temen na\u010din", _s27_53, "Ponovno za\u017eeni program, da se spremembe aktivirajo", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazen kontakt", "activity", "Dejavnost", _s16_211, "Ustrezen niz ni najden", "clone", "Kopiraj", "loading", "Nalagam", "industry", "Industrija", "size", "Velikost", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Status pla\u010dila", _s16_213, "V obdelavi", _s16_214, "Razveljavljeno", _s16_215, "Neuspe\u0161no", _s16_216, "Narejeno", _s16_217, "Delno povrnjeno", _s16_218, "Povrjeno", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Promet", "client_portal", "Portal za stranke", "show_tasks", "Prika\u017ei opravila", "email_reminders", "Email opomini", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "Prvi opomin", "reminder2", "Drugi opomin", "reminder3", "Tretji opomin", "template", "Predloga", "send", "Po\u0161lji", "subject", "Naslov", "body", "Vsebina", "send_email", "Po\u0161lji e-po\u0161to", "email_receipt", "Po\u0161lji ra\u010dun stranki", "auto_billing", "Samodejno obra\u010dunavanje", "button", "Gumb", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Povrjeno", "payment_type", "Na\u010din pla\u010dila", _s21_85, _s21_114, "enter_payment", "Vnesi pla\u010dilo", "new_payment", "Vnesi pla\u010dilo", "created_payment", "Pla\u010dilo uspe\u0161no ustvarjeno", "updated_payment", "Pla\u010dilo uspe\u0161no posodobljeno", _s16_219, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no zbrisano", _s16_220, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_130, "\u0160Uspe\u0161no je arhiviranih :count pla\u010dil", _s16_221, "Uspe\u0161no je zbrisanih :count pla\u010dil", _s17_131, _s37_20, "quote", "Ponudba", "quotes", "Ponudbe", "new_quote", "Nova ponudba", "created_quote", "Ponudba uspe\u0161no ustvarjena", "updated_quote", "Ponudba uspe\u0161no posodobljena", "archived_quote", "Ponudba uspe\u0161no arhivirana", "deleted_quote", "Ponudba uspe\u0161no zbrisana", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "Uspe\u0161no je arhiviranih :count ponudb", "deleted_quotes", "Uspe\u0161no je zbrisanih :count ponudb", "restored_quotes", _s35_22, "expense", "Stro\u0161ek", "expenses", "Stro\u0161ki", "vendor", "Prodajalec", "vendors", "Prodajalci", "task", "Opravilo", "tasks", "Opravila", "project", "Projekt", "projects", "Projekti", "activity_1", ":user je ustvaril stranko :client", "activity_2", ":user je arhiviraj stranko :client", "activity_3", ":user je odstranil stranko :client", "activity_4", ":user je ustvaril ra\u010dun :invoice", "activity_5", ":user je posodobil ra\u010dun :invoice", "activity_6", ":user je ra\u010dun :invoice za :client poslal osebi :contact", "activity_7", ":contact si je ogledal ra\u010dun :invoice za :client", "activity_8", ":user je arhiviral ra\u010dun :invoice", "activity_9", ":user je odstranil ra\u010dun :invoice", "activity_10", ":contact je vnesel pla\u010dilo :payment v znesku :payment_amount na ra\u010dunu :invoice za :client", "activity_11", ":user je posodobil pla\u010dilo :payment", "activity_12", ":user je arhiviral pla\u010dilo :payment", "activity_13", ":user je odstranil :payment", "activity_14", ":user je vnesel :credit dobropis", "activity_15", ":user je posodobil :credit dobropis", "activity_16", ":user je arhiviral :credit dobropis", "activity_17", ":user je odstranil :credit dobropis", "activity_18", ":user je ustvaril predra\u010dun :quote", "activity_19", ":user je posodobil predra\u010dun :quote", "activity_20", ":user je predra\u010dun :quote za :client poslal osebi :contact", "activity_21", ":contact je pogledal predra\u010dun :quote", "activity_22", ":user je arhiviral predra\u010dun :quote", "activity_23", ":user je odstranil predra\u010dun :quote", "activity_24", ":user je obnovil predra\u010dun :quote", "activity_25", ":user je obnovil ra\u010dun :invoice", "activity_26", ":user je obnovil stranko :client", "activity_27", ":user je obnovil pla\u010dilo :payment", "activity_28", ":user je obnovil dobropis :credit", "activity_29", ":contact je potrdil predra\u010dun :quote za :client", "activity_30", ":user je ustvaril prodajalca :vendor", "activity_31", ":user je arhiviral prodajalca :vendor", "activity_32", ":user je odstranil prodajalca :vendor", "activity_33", ":user je obnovil prodajalca :vendor", "activity_34", ":user je vnesel stro\u0161ek :expense", "activity_35", ":user je arhiviral stro\u0161ek :expense", "activity_36", ":user je izbrisal stro\u0161ek :expense", "activity_37", ":user je obnovil stro\u0161ek :expense", "activity_39", ":user je preklical pla\u010dilo :payment v znesku :payment_amount", "activity_40", ":user je vrnil :adjustment od pla\u010dila :payment v znesku :payment_amount", "activity_41", ":payment_amount pla\u010dilo (:payment) ni uspelo", "activity_42", ":user je vnesel opravilo :task", "activity_43", ":user je posodobil opravilo :task", "activity_44", ":user je arhiviral opravilo :task", "activity_45", ":user je izbrisal opravilo :task", "activity_46", ":user je obnovil opravilo :task", "activity_47", ":user je posodobil opravilo :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user je ponovno odprl podporni zahtevek :ticket", "activity_55", ":contact je odgovoril na podporni zahtevek :ticket", "activity_56", ":user si je ogledal podporni zahtevek :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Geslo za enkratno uporabo", "emailed_quote", "Ponudba uspe\u0161no poslan", "emailed_credit", _s27_65, _s20_78, "Predra\u010dun ozna\u010den kot poslan", _s21_87, _s34_21, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_66, _s22_67, "custom_value1", _s16_354, "custom_value2", _s16_354, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0160tevec za ra\u010dun", _s20_79, _s20_80, _s20_81, "\u0160tevec \u0161tevilke predra\u010duna", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_226, "Rok pla\u010dila", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Samodejno pla\u010dilo", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Ime dav\u010dne stopnje", "tax_amount", "Znesek davka", "tax_paid", "Davek pla\u010dan", "payment_amount", "Znesek pla\u010dila", "age", "Starost", "is_running", "Is Running", "time_log", "\u010casovni Dnevnik", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, "Kategorija stro\u0161kov", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Por Defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Agregar a cuenta :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Divisa de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa para una factura con valor de :amount ser\xeda de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Asignar Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre Remitente", _s16_23, _s16_232, _s17_19, "Gasto Recurrente", _s18_19, "Gastos Recurrentes", _s21_22, "Nuevo Gasto Recurrente", _s22_27, "Editar Gasto Recurrente", _s25_3, "Gasto recurrente creado con \xe9xito", _s25_4, "Gasto recurrente actualizado con \xe9xito", _s26_4, "Gasto recurrente archivado con \xe9xito", _s25_5, _s28_96, _s25_6, _s38_2, _s26_5, "Gasto recurrente restaurado con \xe9xito", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda de Usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primer Nombre de Contacto", _s17_23, "Apellido de Contacto", "order", "Order", "unassigned", "Unassigned", "partial_value", "Debe ser mayor que cero y menor que el total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el suubdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_41, _s16_42, _s17_29, "Editar suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n correctamente archivada", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s19_146, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_36, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticaci\xf3n de Dos Factores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_39, _s19_147, _s16_54, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s18_204, _s16_60, "Cantidad Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos por defecto", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Por favor selecciona un archivo", _s16_62, _s16_63, "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servicio", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Sin Pagar", "white_label", "White Label", "delivery_note", "Nota de Entrega", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total Facturado", "quote_total", "Total cotizado", "credit_total", "Cr\xe9dito Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, "Categor\xeda actualizada con \xe9xito", _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_206, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_207, "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factura peri\xf3dica archivada", _s25_29, "Factura peri\xf3dica borrada", _s25_30, _s38_11, _s26_14, "Factura peri\xf3dica restaurada", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Ganancia", "line_item", "Item de Linea", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Abierto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etiqueta", "client_number", "Cliente N\xfamero", "auto_convert", "Auto Convert", "company_name", "Nombre de Empresa", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_58, "gateway", "Pasarela de Pagos", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Horas", "statement", "Estado De Cuenta", "taxes", "Impuestos", "surcharge", "Sobrecargo", "apply_payment", "Apply Payment", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Unapplied", "select_label", "Seleccionar Etiqueta", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Para", "health_check", "Health Check", "payment_type_id", "Tipo de pago", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_233, _s17_65, _s17_66, "recent_payments", "Pagos Recientes", "upcoming_quotes", "Pr\xf3ximas Cotizaciones", "expired_quotes", "Cotizaciones Vencidas", "create_client", "Crear Cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Cotizaci\xf3n", "create_payment", "Create Payment", "create_vendor", "Crear Proveedor", "update_quote", "Update Quote", "delete_quote", "Eliminar Cotizaci\xf3n", "update_invoice", "Update Invoice", "delete_invoice", _s16_355, "update_client", "Update Client", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Update Task", "delete_task", "Eliminar Tarea", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Objetivo", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Editar Token", "created_token", "Token creado con \xe9xito", "updated_token", "Token actualizado con \xe9xito", "archived_token", "Token archivado", "deleted_token", "Token eliminado con \xe9xito", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_148, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s26_89, _s20_57, "T\xe9rmino de pago creado con \xe9xito", _s20_58, "T\xe9rmino de pago actualizado con \xe9xito", _s21_56, "T\xe9rmino de pago archivado con \xe9xito", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_149, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Buscar Proveedor", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_209, "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_77, _s17_78, _s17_79, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_150, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados con \xe9xito", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente tus datos, no hay de deshacerlo.", "invoice_balance", "Balance de la Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado con \xe9xito", "client_details", "Detalles del Cliente", "company_address", "Direcci\xf3n de la Empresa", "invoice_details", "Detalles de la Factura", "quote_details", "Detalles de la Cotizaci\xf3n", "credit_details", "Detalles del Cr\xe9dito", "product_columns", "Columna de Productos", "task_columns", "Columna de Tareas", "add_field", "Agregar Campos", "all_events", _s17_234, "permissions", "Permissions", "none", "Ninguno", "owned", "Propiedad", "payment_success", "Pago Exit\xf3so", "payment_failure", "Fallos con el Pago", "invoice_sent", ":count factura enviada", "quote_sent", "Cotizaci\xf3n Enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Cr\xe9dito Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Cotizaci\xf3n Aprobada", _s25_33, "Recibir Todas Las Notificaciones", _s16_94, _s16_358, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_48, "Advertencia: Esto eliminar\xe1 su empresa, no hay manera de deshacerlo.", "enabled_modules", "Enabled Modules", "converted_quote", "Cotizaci\xf3n convertida con \xe9xito", "credit_design", "Dise\xf1o de Cr\xe9ditos", "includes", "Incluir", "header", "Encabezado", "load_design", "Cargar Dise\xf1o", "css_framework", "Framework de CSS", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado con \xe9xito", "updated_design", "Dise\xf1o actualizado con \xe9xito", "archived_design", "Dise\xf1o archivado con \xe9xito", "deleted_design", "Dise\xf1o eliminado con \xe9xito", "removed_design", "Dise\xf1o removido con \xe9xito", "restored_design", "Dise\xf1o restaurado con \xe9xito", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Cotizaciones Recurrentes", "recurring_tasks", _s18_210, _s18_61, _s18_62, "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Ingresa el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado con \xe9xito", "updated_credit", "Cr\xe9dito actualizado con \xe9xito", "archived_credit", "Cr\xe9dito archivado con \xe9xito", "deleted_credit", "Cr\xe9ditos eliminados con \xe9xito", "removed_credit", "Cr\xe9dito removido con \xe9xito", "restored_credit", "Cr\xe9dito restaurado con \xe9xito", _s16_100, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_101, _s36_9, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_81, "URL del Webhook de Slack", "credit_footer", "Pie de P\xe1gina del Cr\xe9dito", "credit_terms", "T\xe9rminos del Cr\xe9dito", "new_company", "Nueva Empresa", "added_company", "Empresa agregada con \xe9xito", "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reiniciar", "number", "Number", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Count", "totals", "Totales", "blank", "Blank", "day", "Day", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Tel\xe9fono de Contacto", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Calle de Env\xedo", _s17_86, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_61, "C\xf3digo Postal de Env\xedo", _s16_132, "Pa\xeds de Env\xedo", _s16_134, "Calle de Facturaci\xf3n", _s16_135, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_40, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_361, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ayuda", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Correo de Contacto", "multiselect", "Multiselect", "entity_state", "Estado", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mensaje", "from", "De", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "foro de soporte", "about", "About", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1ctenos", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Credit Email", "iframe_url", "Sitio Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Si", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Seleccionar Empresa", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ver", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", _s26_90, _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opciones", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Enviar", _s16_144, "Recuperar contrase\xf1a", "late_fees", "Late Fees", "credit_number", "N\xfamero de Cr\xe9dito", "payment_number", "Payment Number", "late_fee_amount", "Valor Tarifa por Tardanza", _s16_145, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_72, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_147, "Recordatorio sin fin", _s16_149, _s16_150, "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraciones y modifique cualquier registro", "user_management", "Gesti\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", _s25_37, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_40, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar Valor Pagado a la Fecha", _s22_55, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Mostrar encabezado", _s16_154, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convertir", _s23_34, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_94, _s17_95, "freq_daily", "Diario", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_156, "Three Years", "never", "Never", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_364, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Campo Proveedor", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefijo", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", _s17_211, _s17_101, _s17_102, _s16_159, "Ver en PDF", _s21_74, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_41, "Casilla de los T\xe9rminos de la Factura", _s30_9, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_35, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_22, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_42, "Firma de la Facturra", _s30_10, "Requerir que el cliente provea su firma.", _s23_36, "Firma de la Cotizaci\xf3n", _s22_57, _s32_38, _s27_38, "Permite establecer una contrase\xf1a para cada contacto. Si una contrase\xf1a es establecida, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Portal Mode", "email_signature", _s18_213, _s24_39, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, _s16_366, "reply_to_email", "Correo de Respuesta", "reply_to_name", "Reply-To Name", "bcc_email", "Correo para Copia Oculta BCC", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_159, _s19_49, "Actualiza la direcci\xf3n del cliente con los detalles proporcionados", "rate", "Tasas", "tax_rate", "Tasa de Impuesto", "new_tax_rate", "Nueva Tasa de Impuesto", "edit_tax_rate", "Editar tasa de impuesto", _s16_162, "Tasa de impuesto creada con \xe9xito", _s16_163, "Tasa de impuesto actualizada con \xe9xito", _s17_104, "Tasa de impuesto archivada con \xe9xito", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-rellenar productos", _s18_86, _s74_0, "update_products", "Auto-actualizar productos", _s20_71, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_165, "Convertir productos", _s21_75, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Tiempo 24 Horas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, _s20_73, _s19_55, _s22_139, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "T\xe9rminos de Servicio", "privacy_policy", "Privacy Policy", "sign_up", "Registrarse", "account_login", "Iniciar Sesi\xf3n", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descargar", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Convertido", _s24_45, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como Pagado", "category", "Category", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado con \xe9xito", "updated_vendor", "Proveedor actualizado con \xe9xito", "archived_vendor", "Proveedor archivado con \xe9xito", "deleted_vendor", "Proveedor eliminado con \xe9xito", "restored_vendor", "Proveedor recuperado con \xe9xito", _s16_181, _s41_17, "deleted_vendors", _s41_17, _s16_182, _s36_11, "new_expense", "Ingrese el Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, _s29_22, _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, _s37_14, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Continuar", "task_errors", "Por favor corrija cualquier tiempo que se sobreponga con otro", "start", "Iniciar", "stop", "Detener", "started_task", "Tarea iniciada con \xe9xito", "stopped_task", "Tarea detenida con \xe9xito", "resumed_task", "Tarea reanudada con \xe9xito", "now", "Ahora", _s16_186, _s16_187, "timer", "Temporizador", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Tiempo de Inicio", "end_time", "Tiempo Final", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva Tarea", "created_task", "Tarea creada con \xe9xito", "updated_task", "Tarea actualizada con \xe9xito", "archived_task", "Tarea archivada con \xe9xito", "deleted_task", "Tarea eliminada con \xe9xito", "restored_task", "Tarea restaurada con \xe9xito", "archived_tasks", ":count tareas archivadas con \xe9xito", "deleted_tasks", ":count tareas eliminadas con \xe9xito", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", _s20_161, "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_188, "Proyecto archivado con \xe9xito", "deleted_project", _s28_96, _s16_189, "Proyecto restaurado con \xe9xito", _s17_117, "Archivados con \xe9xito :count proyectos", _s16_190, "Eliminados con \xe9xito :count proyectos", _s17_118, _s37_15, "new_project", "Nuevo Proyecto", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "haz clic aqu\xed", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s22_140, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Comparar con", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Este Mes", "last_month", "Mes Anterior", "this_year", "Este A\xf1o", "last_year", "A\xf1o Anterior", "custom", "Personalizado", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clonar como Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convert", "more", "More", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Cotizaci\xf3n", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, _s20_75, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_193, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Correo Electr\xf3nico", "password", "Contrase\xf1a", "url", "URL", "secret", "Secret", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Sort", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, _s17_122, "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Overview", "details", "Detalles", "phone", "Tel\xe9fono", "website", "Sitio Web", "vat_number", "CIF/NIF", "id_number", "ID Number", "create", "Crear", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contactos", "additional", "Additional", "first_name", "Nombres", "last_name", "Apellidos", "add_contact", "A\xf1adir contacto", "are_you_sure", "\xbfEst\xe1s Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_71, _s16_201, "Producto archivado con \xe9xito", "deleted_product", _s30_71, _s16_202, "Producto restaurado con \xe9xito", _s17_123, ":count productos archivados con \xe9xito", _s16_203, "Eliminados con \xe9xito :count productos", _s17_124, _s37_16, "product_key", "Producto", "notes", "Notas", "cost", "Costo", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "cliente creado con \xe9xito", "updated_client", "Cliente actualizado con \xe9xito", "archived_client", "Cliente archivado con \xe9xito", _s16_204, ":count clientes archivados con \xe9xito", "deleted_client", "Cliente eliminado con \xe9xito", "deleted_clients", ":count clientes eliminados con \xe9xito", "restored_client", "Cliente restaurado con \xe9xito", _s16_205, _s36_13, "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "Regi\xf3n/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada con \xe9xito", "updated_invoice", "Factura actualizada con \xe9xito", _s16_206, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_207, "Factura restaurada con \xe9xito", _s17_125, ":count facturas archivados con \xe9xito", _s16_208, ":count facturas eliminadas con \xe9xito", _s17_126, _s37_17, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Orden", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frequencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Finalizaci\xf3n", "quote_number", "Numero de cotizaci\xf3n", "quote_date", "Fecha cotizaci\xf3n", "valid_until", "V\xe1lida Hasta", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descripci\xf3n", "unit_cost", "Coste unitario", "quantity", "Cantidad", "add_item", "Add Item", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Fecha de Pago", _s16_209, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_239, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Hecho", _s37_18, _s37_19, "dark_mode", "Modo Oscuro", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_211, _s16_212, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal de Cliente", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Remitentes", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Plantilla", "send", "Send", "subject", "Asunto", "body", "Mensaje", "send_email", "Enviar email", "email_receipt", "Enviar por correo electr\xf3nico el recibo de pago al cliente", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Personalizar", "history", "Historial", "payment", "pago", "payments", "Pagos", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_219, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_220, "Pago restaurado con \xe9xito", _s17_130, ":count pagos archivados con \xe9xito", _s16_221, ":count pagos eliminados con \xe9xito", _s17_131, _s37_20, "quote", "Cotizaci\xf3n", "quotes", "Cotizaciones", "new_quote", "Nueva cotizaci\xf3n", "created_quote", "Cotizaci\xf3n creada con \xe9xito", "updated_quote", "Cotizaci\xf3n actualizada con \xe9xito", "archived_quote", "Cotizaci\xf3n archivada con \xe9xito", "deleted_quote", "Cotizaci\xf3nes eliminadas con \xe9xito", "restored_quote", "Cotizaci\xf3n restaurada con \xe9xito", "archived_quotes", ":count cotizaciones archivadas con exito", "deleted_quotes", ":count cotizaciones eliminadas con exito", "restored_quotes", _s35_22, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_47, "activity_6", ":user envi\xf3 por correo electr\xf3nico la factura :invoice para el cliente :client a :contact", "activity_7", ":contact vi\xf3 la factura :invoice del cliente :client", "activity_8", _s33_41, "activity_9", ":user elimin\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por el valor :payment_amount en la factura :invoice del cliente :client", "activity_11", ":user actualiz\xf3 el pago :payment", "activity_12", _s30_72, "activity_13", ":user elimin\xf3 el pago :payment", "activity_14", ":user ingres\xf3 :credit cr\xe9ditos", "activity_15", ":user actualiz\xf3 :credit cr\xe9ditos", "activity_16", ":user archiv\xf3 :credit cr\xe9ditos", "activity_17", ":user elimin\xf3 :credit cr\xe9ditos", "activity_18", ":user cre\xf3 la cotizaci\xf3n :quote", "activity_19", ":user actualiz\xf3 la cotizaci\xf3n :quote", "activity_20", ":user envi\xf3 por correo electr\xf3nico la cotizaci\xf3n :quote a :contact", "activity_21", ":contact vi\xf3 la cotizaci\xf3n :quote", "activity_22", ":user archiv\xf3 la cotizaci\xf3n :quote", "activity_23", ":user elimin\xf3 la cotizaci\xf3n :quote", "activity_24", ":user restaur\xf3 la cotizaci\xf3n :quote", "activity_25", ":user restaur\xf3 factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":usaer cancel\xf3 :payment_amount pago :payment", "activity_40", ":user reembols\xf3 :adjustment de un pago de :payment_amount :payment", "activity_41", _s41_9, "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Contrase\xf1a de una sola vez", "emailed_quote", "Cotizaci\xf3n enviada con \xe9xito", "emailed_credit", "Cr\xe9dito enviado por correo electr\xf3nico con \xe9xito", _s20_78, _s33_22, _s21_87, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_66, _s22_67, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numeraci\xf3n de facturaci\xf3n", _s20_79, _s20_80, _s20_81, "Numeraci\xf3n de Cotizaciones", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Asunto del correo electr\xf3nico de pago parcial", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tipo", "invoice_amount", _s18_215, _s16_226, _s20_163, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Cobro Autom\xe1tico", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_164, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_216, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_217, "tax_amount", "Suma de Impuestos", "tax_paid", "Impuestos pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Is Running", "time_log", "Registro de Tiempo", "bank_id", "banco", _s19_70, _s19_71, _s16_227, "Categor\xeda de Gastos", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceptar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Configuraci\xf3n de Pago", "default", "Por defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Pasarela", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea tu cuenta en unos segundos", "login_label", _s28_0, "add_to_invoice", "A\xf1adir a la factura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear Proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa por una factura de cantidad :amount ser\xeda :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente purgado correctamente", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Grande", "extra_large", "Extra Grande", _s16_17, "Mostrar Vista Preliminar de PDF", _s21_20, _s42_1, "print_pdf", "Imprimir PDF", "remind_me", "Recordarme", _s16_19, _s16_20, "click_selected", "Pinchar seleccionados", "hide_preview", "Hide Preview", "edit_record", "Editar R\xe9cord", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_21, _s30_2, "set_password", "Establecer Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Pagos de d\xe9bito preautorizados", "becs", "D\xe9bito directo BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado de cuenta", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre De", _s16_23, "Clonar a gasto", _s17_19, "Gasto Peri\xf3dico", _s18_19, "Gastos Peri\xf3dicos", _s21_22, "Nuevo Gasto Peri\xf3dico", _s22_27, "Editar Gasto Peri\xf3dico", _s25_3, "Gasto Peri\xf3dico creado correctamente", _s25_4, "Gasto Peri\xf3dico actualizado correctamente", _s26_4, "Gasto Peri\xf3dico archivado correctamente", _s25_5, "Gasto Peri\xf3dico borrado correctamente", _s25_6, _s38_2, _s26_5, "Gasto Peri\xf3dico restaurado correctamente", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda del usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user cre\xf3 la factura recurrente n\xba :recurring_invoice", "activity_101", ":user actualiz\xf3 la factura recurrente n\xba :recurring_invoice", "activity_102", ":user archiv\xf3 la factura recurrente n\xba :recurring_invoice", "activity_103", ":user elimin\xf3 la factura recurrente n\xba :recurring_invoice", "activity_104", ":user restaur\xf3 la factura recurrente n\xba :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\xdaltima Actualizaci\xf3n", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s19_154, _s17_23, "Apellido del contacto", "order", "Order", "unassigned", "Sin asignar", "partial_value", "Debe ser mayor que 0 y menos que el Total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el subdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_41, "Nueva Subscripci\xf3n", _s17_29, "Editar Suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n archivada correctamente", _s20_31, "Subscripci\xf3n borrada correctamente", _s20_32, "Subscripci\xf3n eliminada correctamente", _s21_35, "Subscripci\xf3n restaurada correctamente", _s19_21, "Buscar 1 Subscripci\xf3n", _s20_33, "Buscar :count Subscripciones", _s26_8, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_43, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_35, "Gmail desconectado correctamente", _s16_45, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_46, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_48, "Caducidad de Contrase\xf1a", _s29_5, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_50, "Activar Compa\xf1\xeda", _s21_37, "Activar emails, facturas recurrentes y notificaciones", _s27_16, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_17, "Por favor, primero establezca una contrase\xf1a", _s34_7, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_16, "Por favor, indica un pa\xeds", "resend_invite", _s19_146, _s19_22, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_52, "Cuenta conectada correctamente", _s19_23, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor, facilita un n\xfamero de tel\xe9fono para activar la autenticaci\xf3n en dos pasos", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_36, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_31, "Desconectar Google", _s17_33, "Autenticacion en dos pasos", _s18_37, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_8, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_18, "Atenci\xf3n: Tu sesi\xf3n est\xe1 a punto de expirar", "count_hours", ":count Horas", "count_day", "1 D\xeda", "count_days", ":count D\xedas", _s19_24, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_34, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_10, "Por favor, confirma tu direcci\xf3n de email", _s16_53, "Pago Reembolsado", _s19_26, "Parcialmente sin aplicar", _s19_28, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_36, "Iniciar Multiselecci\xf3n", _s27_19, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_39, "Para usar :client_counter por favor, a\xf1ade o bien :client_number o :client_id_number para evitar conflictos", "this_quarter", "Trimestre Actual", "last_quarter", "Trimestre Anterior", "to_update_run", "Para actualizar ejecute", _s18_39, _s19_147, _s16_54, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_29, "Buscar 1 T\xe9rmino de Pago", _s20_34, "Buscar :count T\xe9rminos de Pago", _s16_56, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_58, _s18_204, _s16_60, "Cuenta convertida", _s17_38, "Balance Convertido", _s22_31, "Pagado a la fecha convertido", _s24_19, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_40, "Documents por defecto", "document_upload", "Subir Documento", _s20_35, "Activar la subida de documentos de los clientes", "expense_total", "Gasto Total", "enter_taxes", "Introducir Impuestos", "by_rate", "Por Tarifa", "by_amount", "Por Cantidad", "enter_amount", "Introduce Cantidad", "before_taxes", "Antes de Impuestos", "after_taxes", "Despu\xe9s de Impuestos", "color", "Color", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Vaciar Columnas", _s21_41, "Modo de depuraci\xf3n activo", _s26_11, "Atenci\xf3n: s\xf3lo est\xe1 destinado para usarse en maquinas locales, puede filtrar credenciales. Pulsa para saber m\xe1s.", "running_tasks", "Tareas en Proceso", "recent_tasks", "Tareas Recientes", "recent_expenses", "Gastos Recientes", _s17_42, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_21, "Mapeo de columnas duplicado", _s20_36, "Usar Impuestos Inclusivos", _s18_41, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_16, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_62, "No hay archivos seleccionados", "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_33, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_44, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_34, 'Por favor, escribe ":value" para confirmar', "purge", "Purgar", "service", "Servicio", "clone_to", "Clonar a", "clone_to_other", "Clonar a otra", "labels", "Etiquetas", "add_custom", "A\xf1adir Personalizado", "payment_tax", "Impuesto de Pago", "unpaid", "Impagado", "white_label", "Marca Blanca", "delivery_note", "Nota para el envio", _s24_24, "Las facturas enviadas est\xe1n bloqueadas", _s24_26, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_165, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_19, "Total Factura", "actions", "Acciones", "expense_number", "N\xfamero de Gasto", "task_number", "N\xfamero de Tarea", "project_number", "N\xfamero de Proyecto", "project_name", "Nombre de Proyecto", "warning", "Advertencia", "view_settings", "Ver Configuraci\xf3n", _s24_28, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_165, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_46, "Tarifa de Tarea por Defecto", "clear_cache", "Borrar Cach\xe9", "sort_order", "Orden Clasificaci\xf3n", "task_status", "Estado", "task_statuses", "Estados de Tarea", "new_task_status", "Nuevo Estado de Tarea", _s16_64, "Editar Estado de Tarea", _s19_30, "Estado de tarea creado correctamente", _s19_31, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_38, "Estado de tarea archivado correctamente", _s19_32, "Estado de tarea borrado correctamente", _s19_33, "Estado de tarea eliminado correctamente", _s20_39, "Estado de tarea restaurado correctamente", _s22_35, ":value estados de tarea archivados correctamente", _s21_43, ":value estados de tarea borrados correctamente", _s22_36, ":value estados de tarea restaurados correctamente", _s18_43, "Buscar 1 Estado de Tarea", _s20_41, "Buscar :count Estados de Tarea", _s16_66, "Mostrar Tabla de Tareas", _s21_44, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_42, "Registro de Tiempo de Tarea Facturada", _s25_17, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_44, "Fecha de Tarea en Factura", _s25_18, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_45, "Empezar tareas antes de guardar", _s18_44, _s18_201, "task_settings", "Configuraci\xf3n de Tareas", _s20_46, "Configurar Categor\xedas", _s18_46, "Categor\xedas de Gasto", _s20_48, "Nueva Categor\xeda de Gasto", _s21_46, "Editar Categor\xeda de Gasto", _s24_29, "Categor\xeda de gasto creada correctamente", _s24_30, "Categor\xeda de gasto actualizada correctamente", _s25_20, "Categor\xeda de gasto archivada correctamente", _s24_31, "Categor\xeda eliminada correctamente", _s24_32, "Categor\xeda de gasto eliminada correctamente", _s25_21, "Categor\xeda de Gasto restaurada correctamente", _s27_23, ":count categor\xedas de gasto actualizados correctamente", _s26_12, ":value categor\xedas de gasto borradas correctamente", _s27_24, ":value categor\xedas de gasto restauradas correctamente", _s23_20, "Buscar 1 Categor\xeda de Gasto", _s25_23, "Buscar :count Categor\xedas de Gasto", _s21_48, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_37, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_48, "Est\xe1s usando la \xfaltima versi\xf3n, pero puede haber correcci\xf3n de errores pendientes.", "mark_paid_help", "Seguir que la factura haya sido pagada", _s18_48, _s18_206, _s23_21, "Activar que los gastos sean facturables", _s29_8, "Hacer los documentos visibles", _s21_50, "Establecer un tipo de cambio", _s16_68, "Configuraci\xf3n de Gastos", _s18_49, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo de Usuario", "variables", "Variables", "show_password", "Mostrar Contrase\xf1a", "hide_password", "Ocultar Contrase\xf1a", "copy_error", "Copiar Error", "capture_card", "Capturar Tarjeta", _s17_49, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_24, "Se ha parado la factura recurrente correctamente", _s25_25, "Se ha iniciado la factura recurrente correctamente", _s25_26, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_34, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_163, "paused", "Pausado", "mark_active", _s18_207, "day_count", "D\xeda :count", _s22_38, "Primer D\xeda del Mes", _s21_51, "\xdaltimo D\xeda del Mes", _s17_51, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_70, "Ciclos Pendientes", _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, "Editar Factura Recurrente", _s25_27, "Factura recurrente creada correctamente", _s25_28, "Factura recurrente actualizada correctamente", _s26_13, "Factura recurrente archivada correctamente", _s25_29, "Factura recurrente borrada correctamente", _s25_30, "Factura recurrente eliminada correctamente", _s26_14, "Factura recurrente restaurada correctamente", _s27_25, ":value facturas recurrentes archivadas correctamente", _s26_15, ":value facturas recurrentes borradas correctamente", _s27_26, ":value facturas recurrentes restauradas correctamente", _s24_33, "Buscar 1 Factura Recurrente", _s25_31, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_8, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_53, "Permitir Sobrepago", _s23_22, "Permitir pagos extra para aceptar propinas", _s19_35, "Permitir Pago de Menos", _s24_34, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_4, "Fallo de Conciliaci\xf3n", _s30_5, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_55, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_72, _s16_73, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_35, "Bienvenid@ a Invoice Ninja", "always", "Siempre", "optin", "Optar en", "optout", "Optar por no", "label", "Etiqueta", "client_number", "C\xf3digo de Cliente", "auto_convert", "Auto Convertir", "company_name", "Nombre de la Empresa", "reminder1_sent", "Recordatorio 1, enviado", "reminder2_sent", "Recordatorio 2, enviado", "reminder3_sent", "Recordatorio 3, enviado", _s18_55, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_74, "Facturas enviadas correctamente", "emailed_quotes", "Presupuestos enviados correctamente", "emailed_credits", "Cr\xe9ditos enviados correctamente", "gateway", "Pasarela", "view_in_stripe", "Ver en Stripe", "rows_per_page", "Filas por P\xe1gina", "hours", "horas", "statement", "Estado de cuenta", "taxes", "Impuestos", "surcharge", "Recargo", "apply_payment", "Aplicar Pago", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Sin Aplicar", "select_label", "Seleccionar etiqueta", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nombre de Registro", "file_type", "Tipo de Archivo", "height", "Altura", "width", "Anchura", "to", "Para", "health_check", "Consultar Estado de Sistema", "payment_type_id", "Tipo de Pago", "last_login_at", "\xdaltimo Acceso el", "company_key", "Clave de empresa", "storefront", "Escaparate", "storefront_help", "Activar apps de terceros para crear facturas", "client_created", "Cliente Creado", _s20_51, "Email de Pago Online", _s20_53, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_57, "Facturas Seleccionadas", _s17_59, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_61, "Gastos Seleccionados", _s17_63, _s17_233, _s17_65, "Facturas Fuera de Plazo", "recent_payments", "Pagos recientes", "upcoming_quotes", "Pr\xf3ximos Presupuestos", "expired_quotes", "Presupuestos Expirados", "create_client", "Crear cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Presupuesto", "create_payment", "Crear Pago", "create_vendor", "Crear Proveedor", "update_quote", "Actualizar Presupuesto", "delete_quote", "Eliminar Presupuesto", "update_invoice", "Actualizar Factura", "delete_invoice", _s16_355, "update_client", "Actualizar Cliente", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Crear Gasto", "update_expense", "Actualizar Gasto", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Actualizar Tarea", "delete_task", "Borrar Tarea", "approve_quote", "Aprobar Presupuesto", "off", "Apagado", "when_paid", "Al Pagar", "expires_on", "Expira el", "free", "Gratuito", "plan", "Plan", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_67, "La tarea cron debe ser activada", "api_webhooks", "API Webhooks", "search_webhooks", "Buscar :count Webhooks", "search_webhook", "Buscar 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nuevo Webhook", "edit_webhook", "Editar Webhook", "created_webhook", "Webhook creado correctamente", "updated_webhook", "Webhook actualizado correctamente", _s16_76, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_77, "Webhook restaurado correctamente", _s17_68, ":value webhooks archivados correctamente", _s16_78, ":value webhooks borrados correctamente", _s16_79, ":value webhooks eliminados correctamente", _s17_69, ":value webhooks restaurados correctamente", "api_tokens", "API Tokens", "api_docs", "Documentaci\xf3n de API", "search_tokens", "Buscar :count Tokens", "search_token", "Buscar 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "Nuevo Token", "edit_token", "Editar Token", "created_token", "Token creado correctamente", "updated_token", "Token actualizado correctamente", "archived_token", "Token archivado correctamente", "deleted_token", _s29_87, "removed_token", _s29_87, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_37, _s19_148, _s24_37, "Permitir a los clientes auto-registrarse en el portal", _s21_55, "Personalizar y Previsualizar", "email_invoice", "Enviar Factura por EMail", "email_quote", "Enviar Presupuesto", "email_credit", "Enviar Cr\xe9dito", "email_payment", "Pago por correo electr\xf3nico", _s20_56, "El cliente no tiene establecida una direcci\xf3n de email", "ledger", "Libro Mayor", "view_pdf", "Ver PDF", "all_records", "Todos los registros", "owned_by_user", "Propiedad del usuario", _s16_80, _s16_316, "contact_name", _s19_154, "use_default", "Usar por defecto", _s16_82, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_24, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_83, "Nuevo T\xe9rmino de Pago", _s17_71, _s26_89, _s20_57, "T\xe9rminos de pago creados correctamente", _s20_58, "T\xe9rminos de pago actualizados correctamente", _s21_56, "T\xe9rminos de pago archivados correctamente", _s20_59, "T\xe9rmino de pago borrado correctamente", _s20_60, "T\xe9rmino de pago eliminado correctamente", _s21_57, "T\xe9rmino de pago restaurado correctamente", _s22_45, ":value t\xe9rminos de pago archivados correctamente", _s21_58, ":value t\xe9minos de pago borrados correctamente", _s22_46, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_26, "\xbfCambiar al formato de m\xf3vil?", _s24_38, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_149, "quote_amount", "Total de Presupuesto", "hosted", "Hospedado", "selfhosted", "Hospedaje Propio", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Men\xfa", "show_menu", "Mostrar Men\xfa", _s18_57, "Parcialmente Reintegrada", _s16_85, "Buscar Documentos", "search_designs", "Buscar Dise\xf1os", "search_invoices", "Buscar Facturas", "search_clients", "Buscar Clientes", "search_products", "Buscar Productos", "search_quotes", "Buscar Presupuestos", "search_credits", "Buscar Cr\xe9ditos", "search_vendors", "Buscar Proveedores", "search_users", "Buscar Usuarios", _s16_86, "Buscar Tipos de Impuesto", "search_tasks", "Buscar Tareas", "search_settings", "Buscar Opciones", "search_projects", "Buscar Proyectos", "search_expenses", "Buscar Gastos", "search_payments", "Buscar Pagos", "search_groups", "Buscar Grupos", "search_company", "Buscar Compa\xf1\xeda", "search_document", "Buscar 1 Documento", "search_design", "Buscar 1 Dise\xf1o", "search_invoice", "Buscar 1 Factura", "search_client", "Buscar 1 Cliente", "search_product", "Buscar 1 Producto", "search_quote", "Buscar 1 Presupuesto", "search_credit", "Buscar 1 Cr\xe9dito", "search_vendor", _s18_209, "search_user", "Buscar 1 Usuario", "search_tax_rate", "Buscar 1 Tipo de Impuesto", "search_task", "Buscar 1 Tarea", "search_project", "Buscar 1 Proyecto", "search_expense", "Buscar 1 Gasto", "search_payment", "Buscar 1 Pago", "search_group", "Buscar 1 Grupo", "refund_payment", "Reembolsar Pago", _s17_75, "Factura cancelada correctamente", _s18_59, "Facturas canceladas correctamente", _s16_92, "Factura revertida correctamente", _s17_76, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_77, "Ciudad / Provincia / C.Postal", _s17_79, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_105, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados correctamente", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente sus datos, no hay deshacer.", "invoice_balance", "Balance de Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado correctamente", "client_details", "Detalles de Cliente", "company_address", "Direcci\xf3n de Compa\xf1\xeda", "invoice_details", "Detalles de Factura", "quote_details", "Detalles del Presupuesto", "credit_details", "Detalles de Cr\xe9dito", "product_columns", "Columnas de Producto", "task_columns", "Columnas de Tarea", "add_field", "A\xf1adir Campo", "all_events", _s17_234, "permissions", "Permisos", "none", "Ninguno", "owned", "Propietario", "payment_success", "Pago realizado con \xe9xito", "payment_failure", "Fallo de Pago", "invoice_sent", "Factura :count enviada", "quote_sent", "Prespuesto Enviado", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Presupuesto Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Presupuesto Aprobado", _s25_33, "Recibir Todas las Notificaciones", _s16_94, _s16_358, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_48, "Advertencia: esto eliminar\xe1 definitivamente su empresa, no hay deshacer.", "enabled_modules", "Modulos Activados", "converted_quote", "Presupuesto convertido correctamente", "credit_design", "Dise\xf1o de Cr\xe9dito", "includes", "Incluye", "header", "Cabecera", "load_design", "Cargar dise\xf1o", "css_framework", "CSS Framework", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado correctamente", "updated_design", "Dise\xf1o actualizado correctamente", "archived_design", "Dise\xf1o archivado correctamente", "deleted_design", "Dise\xf1o borrado correctamente", "removed_design", "Dise\xf1o eliminado correctamente", "restored_design", "Dise\xf1o restaurado correctamente", _s16_96, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_97, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Presupuestos Recurrentes", "recurring_tasks", _s18_210, _s18_61, "Administraci\xf3n de la Cuenta", "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Introducir el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado correctamente", "updated_credit", "Cr\xe9dito actualizado correctamente", "archived_credit", "Cr\xe9dito archivado correctamente", "deleted_credit", "Cr\xe9ditos eliminados correctamente", "removed_credit", "Cr\xe9dito eliminado correctamente", "restored_credit", "Cr\xe9dito restaurado correctamente", _s16_100, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_101, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_81, _s17_82, "credit_footer", "Pie de P\xe1gina de Cr\xe9dito", "credit_terms", "T\xe9rminos de Cr\xe9dito", "new_company", "Nueva Compa\xf1\xeda", "added_company", "Compa\xf1\xeda a\xf1adida correctamente", "company1", "Compa\xf1\xeda Personalizada 1", "company2", "Compa\xf1\xeda Personalizada 2", "company3", "Compa\xf1\xeda Personalizada 3", "company4", "Compa\xf1\xeda Personalizada 4", "product1", "Producto Personalizado 1", "product2", "Producto Personalizado 2", "product3", "Producto Personalizado 3", "product4", "Producto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarea Personalizada 1", "task2", "Tarea Personalizada 2", "task3", "Tarea Personalizada 3", "task4", "Tarea Personalizada 4", "project1", "Proyecto Personalizado 1", "project2", "Proyecto Personalizado 2", "project3", "Proyecto Personalizado 3", "project4", "Proyecto Personalizado 4", "expense1", "Gasto Personalizado 1", "expense2", "Gasto Personalizado 2", "expense3", "Gasto Personalizado 3", "expense4", "Gasto Personalizado 4", "vendor1", "Proveedor Personalizado 1", "vendor2", "Proveedor Personalizado 2", "vendor3", "Proveedor Personalizado 3", "vendor4", "Proveedor Personalizado 4", "invoice1", "Factura Personalizada 1", "invoice2", "Factura Personalizada 2", "invoice3", "Factura Personalizada 3", "invoice4", "Factura Personalizada 4", "payment1", "Pago Personalizado 1", "payment2", "Pago Personalizado 2", "payment3", "Pago Personalizado 3", "payment4", "Pago Personalizado 4", "surcharge1", _s23_106, "surcharge2", _s23_107, "surcharge3", _s23_108, "surcharge4", _s23_109, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Restaurar", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Recuento", "totals", "Totales", "blank", "Vacio", "day", "D\xeda", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgrupo", "is_active", "Activo", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, "\xdaltimo Acceso de Contacto", _s17_83, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_59, _s24_108, _s21_60, _s24_109, _s21_61, _s24_110, _s21_62, _s24_111, _s17_85, "Calle de Envio", _s17_86, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_61, "Cod. Postal de Envio", _s16_132, "Pais de Envio", _s16_134, "Calle de Facturacion", _s16_135, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_40, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_361, "assigned_to_id", "Asignado a Id", "created_by_id", "Creado por Id", "add_column", "A\xf1adir Columna", "edit_columns", "Editar Columnas", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_136, "Presupuesto No Aprobado", "help", "Ayuda", "refund", "Reembolo", "refund_date", "Fecha de Reembolso", "filtered_by", "Filtrado por", "contact_email", "Email del Contacto", "multiselect", "Multiselecci\xf3n", "entity_state", "Estado", "verify_password", "Verificar Contrase\xf1a", "applied", "Aplicado", _s21_63, "Incluir errores recientes de los registros", _s30_8, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_63, "Mostrar Detalles de Producto", _s25_35, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_65, "El renderizador de PDF requiere :version", _s18_70, "Ajustar Porcentaje de Tarifa", _s23_28, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_72, "Configurar Opciones", "support_forum", "Foro de soporte", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1cte con Nosotros", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Correo electr\xf3nico de cr\xe9dito", "iframe_url", "Website", "domain_url", "URL del Dominio", _s21_64, "La contrase\xf1a es demasiado corta", _s20_66, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_42, "Tareas del Portal Cliente", _s23_29, "Escritorio del Portal Cliente", _s20_67, "Por favor, introduzca un valor", "deleted_logo", "Logo borrado correctamente", "yes", "S\xed", "no", "No", "generate_number", "Generar N\xfamero", "when_saved", "Al Guardar", "when_sent", "Al Enviar", "select_company", "Seleccionar Compa\xf1\xeda", "float", "Flotante", "collapse", "Ocultar", "show_or_hide", "Mostrar/Ocultar", "menu_sidebar", "Men\xfa en Barra Lateral", "history_sidebar", "Hist\xf3rico en Barra Lateral", "tablet", "Tableta", "mobile", "M\xf3vil", "desktop", "Escritorio", "layout", "Dise\xf1o", "view", "Ver", "module", "Modulo", "first_custom", "Primera Personalizaci\xf3n", "second_custom", "Segunda Personalizaci\xf3n", "third_custom", _s23_105, "show_cost", "Mostrar Coste", _s17_88, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_65, "Mostrar Cantidad de Productos", _s26_23, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_67, "Mostrar Cantidad de Factura", _s26_24, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_69, "Mostrar Descuento de Producto", _s26_25, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_138, "Cantidad por Defecto", _s21_71, "Poner la cantidad de art\xedculos autom\xe1ticamente a uno", "one_tax_rate", "Un Tipo de Impuesto", "two_tax_rates", "Dos Tipos de Impuesto", "three_tax_rates", "Tres Tipos de Impuesto", _s16_140, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_90, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_74, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_75, "Configurar Pasarelas", "tax_settings", _s26_90, _s18_77, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_44, "Lista separada por comas", "options", "Opciones", _s16_142, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_37, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_144, "Recuperar Contrase\xf1a", "late_fees", "Cargos por pagos atrasados", "credit_number", "C\xf3digo de Cr\xe9dito", "payment_number", "N\xba de Pago", "late_fee_amount", "Cargo por pago atrasado", _s16_145, "Porcentaje por pago atrasado", "schedule", "Programar", "before_due_date", "Antes de la fecha de vencimiento", "after_due_date", "Despu\xe9s de la fecha de vencimiento", _s18_79, "Despu\xe9s de la fecha de la factura", "days", "D\xedas", "invoice_email", "Email de Facturas", "payment_email", "Email de Pagos", "partial_payment", "Pago Parcial", "payment_partial", "Pago Parcial", _s21_72, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_147, "Recordatorio Sin F\xedn", _s16_149, "Filtrado por usuario", "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraci\xf3n y modifique cualquier registro", "user_management", "Administraci\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", "Usuario creado con \xe9xito", "updated_user", "Usario actualizado correctamente", "archived_user", "Usuario archivado correctamente", "deleted_user", "Usario eliminado correctamente", "removed_user", "Usuario eliminado correctamente", "restored_user", "Usuario restaurado correctamente", "archived_users", ":value usuarios archivados correctamente", "deleted_users", ":value usuarios borrados correctamente", "removed_users", ":value usuarios eliminados correctamente", "restored_users", ":value usuarios restaurados correctamente", _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar el valor Pagado a la Fecha", _s22_55, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_31, "Documentos anexados", _s28_21, "Incluye imagenes adjuntas en la factura", _s16_153, "Mostrar Cabecera en", _s16_154, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_81, "Auto Email", _s23_32, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s18_82, "Auto Archivar", _s23_33, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_83, "Auto Convertir", _s23_34, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_94, "Configuraci\xf3n de Flujos", "freq_daily", "Diariamente", "freq_weekly", "Semanal", "freq_two_weeks", "Dos semanas", "freq_four_weeks", "Cuatro semanas", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_156, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Proximo Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_364, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_99, "Recargo de Factura", "client_field", "Campo de Cliente", "product_field", "Campo de Producto", "payment_field", "Campo de pago", "contact_field", "Campo de Contacto", "vendor_field", "Campo de Proveedor", "expense_field", "Campo de Gasto", "project_field", "Campo de Proyecto", "task_field", "Campo de Tarea", "group_field", "Campo de grupo", "number_counter", "Contador de n\xfameros", "prefix", "Prefijo", "number_pattern", "Patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", "CSS personalizado", _s17_101, _s24_102, _s16_159, "Mostrar en PDF", _s21_74, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_41, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_9, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_35, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_22, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_42, "Firma de la factura", _s30_10, "Requerir que el cliente proporcione su firma.", _s23_36, "Firma del presupuesto.", _s22_57, _s32_38, _s27_38, "Habilite para seleccionar una contrase\xf1a para cada contacto. Si una contrase\xf1a esta especificada, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Modo portal", "email_signature", _s18_213, _s24_39, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Adjuntar PDF", _s16_160, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_46, _s16_366, "reply_to_email", "Direccion Email de Respuesta", "reply_to_name", "Nombre de Responder a", "bcc_email", "BCC Email", "processed", "Procesado", "credit_card", "Tarjeta de Cr\xe9dito", "bank_transfer", "Transferencia bancaria", "priority", "Prioridad", "fee_amount", "Importe de la cuota", "fee_percent", "Porcentaje de tarifa", "fee_cap", "L\xedmite de tarifa", "limits_and_fees", "L\xedmites/Tarifas", "enable_min", "Activar M\xednimo", "enable_max", "Activar M\xe1ximo", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "M\xednimo", "max", "M\xe1ximo", _s19_47, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_159, _s19_49, "Actualizar la direccion del cliente con los datos provistos", "rate", "Precio", "tax_rate", "Impuesto", "new_tax_rate", "Nuevo Impuesto", "edit_tax_rate", "Editar impuesto", _s16_162, "Impuesto creado correctamente", _s16_163, "Impuesto actualizado correctamente", _s17_104, "Impuesto archivado correctamente", _s16_164, "Impuesto borrado correctamente", _s17_105, "Impuesto restaurado correctamente", _s18_84, ":value tipos impositivos archivados correctamente", _s17_106, ":value tipos impositivos borrados correctamente", _s18_85, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_86, _s74_0, "update_products", "Auto-actualizar Productos", _s20_71, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_165, "Convertir Productos", _s21_75, "Convertir autom\xe1ticamente los precios de los productos a la divisa del cliente", "fees", "Cargos", "limits", "Limites", "provider", "Proveedor", "company_gateway", "Pasarela de pago", _s16_167, "Pasarelas de pago", _s19_50, "Nueva pasarela", _s20_72, "Editar pasarela", _s23_37, "Pasarela creada correctamente", _s23_38, "Pasarela actualizada correctamente", _s24_40, "Pasarela archivada correctamente", _s23_39, "Pasarela borrada correctamente", _s24_41, "Pasarela restaurada correctamente", _s25_44, ":value pasarelas archivadas correctamente", _s24_42, ":value pasarelas borradas correctamente", _s25_45, ":value pasarelas restauradas correctamente", _s16_169, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_76, "Primer d\xeda de la semana", _s23_40, "Primer mes del a\xf1o", "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de fecha", "datetime_format", "Formato de fecha y hora", "military_time", "24 Horas", _s18_87, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_51, "Fitlrado por Proyecto", _s17_107, _s18_197, _s19_53, "Filtrado por Factura", _s18_88, _s20_146, _s18_90, "Filtrado por proveedor", "group_settings", "Opciones de Grupo", "group", "Grupo", "groups", "Grupos", "new_group", "Nuevo grupo", "edit_group", "Editar grupo", "created_group", "Grupo creado correctamente", "updated_group", "Grupo actualizado correctamente", "archived_groups", ":value grupos archivados correctamente", "deleted_groups", ":value grupos borrados correctamente", "restored_groups", ":value grupos restaurados correctamente", "archived_group", "Grupo archivado correctamente", "deleted_group", "Grupo borrado correctamente", "restored_group", "Grupo restaurado correctamente", "upload_logo", "Subir Logo", "uploaded_logo", "Logo subido", "logo", "Logo", "saved_settings", "Ajustes guardados", _s16_171, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, "Tarjetas de Cr\xe9dito y Bancos", _s19_55, _s22_139, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_42, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_57, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_46, "Introduce tu nombre", _s24_43, "Introduce tu apellido", _s33_21, "Por favor, acepta los t\xe9rminos de servicio y la pol\xedtica de privacidad para crear una cuenta", "i_agree_to_the", "Estoy de acuerdo con", _s16_173, "T\xe9rminos de servicio", "privacy_policy", "Pol\xedtica de Privacidad", "sign_up", "Registrarse", "account_login", "Inicio de Sesi\xf3n con su Cuenta", "view_website", "Ver Sitio Web", "create_account", "Crear Cuenta", "email_login", "Iniciar sesi\xf3n con correo electr\xf3nico", "create_new", "Crear Nuevo", _s18_92, "No se han seleccionado registros", _s21_79, "Guarda o cancela tus cambios", "download", "Descargar", _s27_43, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_111, "Documento subido satisfactoriamente", _s16_175, "Documento actualizado satisfactoriamente", _s17_112, "Documento archivado satisfactoriamente", _s16_176, "Documento borrado satisfactoriamente", _s17_113, "Documento restaurado satisfactoriamente", _s18_94, ":value documentos archivados correctamente", _s17_114, ":value documentos borrados correctamente", _s18_95, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_177, "Registrado", _s16_178, "Pendiente", _s16_179, "Facturado", "converted", "Modificada", _s24_45, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como pagado", "category", "Categor\xeda", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado correctamente", "updated_vendor", "Proveedor actualizado correctamente", "archived_vendor", "Proveedor archivado correctamente", "deleted_vendor", "Proveedor eliminado correctamente", "restored_vendor", "Proveedor restaurado correctamente", _s16_181, _s45_11, "deleted_vendors", _s45_11, _s16_182, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, "Gasto restaurado correctamente", _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_80, "Fallo al buscar registro", "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Reanudar", "task_errors", "Por favor corrija cualquier tiempo que se solape con otro", "start", "Iniciar", "stop", "Parar", "started_task", "Tarea empezada correctamente", "stopped_task", "Tarea parada correctamente", "resumed_task", "La tarea se reanud\xf3 correctamente", "now", "Ahora", _s16_186, "Tareas programadas", "timer", "Temporizador", "manual", "Manual", "budgeted", "Presupuestado", "start_time", "Hora de Inicio", "end_time", "Hora de Fin", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva tarea", "created_task", "Tarea creada correctamente", "updated_task", "Tarea actualizada correctamente", "archived_task", "Tarea archivada correctamente", "deleted_task", "Tarea borrada correctamente", "restored_task", "Tarea restaurada correctamente", "archived_tasks", ":count tareas archivadas correctamente", "deleted_tasks", ":count tareas borradas correctamente", "restored_tasks", ":value tareas restauradas correctamente", _s19_59, "Por favor introduce un nombre", "budgeted_hours", _s20_161, "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_188, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_189, "Proyecto restaurado correctamente", _s17_117, ":count proyectos archivados correctamente", _s16_190, ":count proyecto eliminados correctamente", _s17_118, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_47, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_96, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_15, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_61, "Por favor, autenticarse", _s24_47, "Autenticaci\xf3n biom\xe9trica", "footer", "Pie", "compare", "Comparar", "hosted_login", "Acceso alojado", "selfhost_login", "Acceso auto alojado", "google_sign_in", "Ingresar con Google", "today", "Hoy", "custom_range", "Rango personalizado", "date_range", "Rango de fechas", "current", "Actual", "previous", "Previo", "current_period", "Periodo Actual", _s17_119, _s22_140, "previous_period", "Periodo Anterior", "previous_year", "A\xf1o Anterior", "compare_to", "Comparar con", "last7_days", "\xdaltimos 7 d\xedas", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 d\xedas", "this_month", "Este Mes", "last_month", "\xdaltimo Mes", "this_year", "Este A\xf1o", "last_year", "\xdaltimo A\xf1o", "custom", "Personalizado", _s16_191, "Clonar a Factura", "clone_to_quote", "Clonar a Presupuesto", "clone_to_credit", "Clonar a Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convertir", "more", "M\xe1s", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Presupuesto", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_193, "Direccion de Envio", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Email", "password", "Contrase\xf1a", "url", "URL", "secret", "Secreto", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Orden", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, "Actualizaci\xf3n Completa", _s23_43, "Por favor introduce tu email", _s26_34, "Por favor introduce tu contrase\xf1a", _s21_83, "Por favor introduce tu URL", _s26_36, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ha ocurrido un error", "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Resumen", "details", "Detalles", "phone", "Tel\xe9fono", "website", "P\xe1gina Web", "vat_number", "NIF/CIF", "id_number", "N\xba de identificaci\xf3n", "create", "Crear", _s19_63, ":value copiado al portapapeles", "error", "Error", _s16_197, "No se puede abrir", "contacts", "Contactos", "additional", "Adicional", "first_name", "Nombre", "last_name", "Apellidos", "add_contact", "A\xf1adir Contacto", "are_you_sure", "\xbfEst\xe1 Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Borrar", _s16_199, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_201, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_202, "Producto restaurado correctamente", _s17_123, ":count productos archivados correctamente", _s16_203, ":count productos eliminados correctamente", _s17_124, ":value productos restaurados correctamente", "product_key", "Producto", "notes", "Notas", "cost", "Coste", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "Cliente creado correctamente", "updated_client", "Cliente actualizado correctamente", "archived_client", "Cliente archivado correctamente", _s16_204, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_205, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Apto./Ofc.", "city", "Ciudad", "state", "Estado/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pais", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada correctamente", "updated_invoice", "Factura actualizada correctamente", _s16_206, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_207, "Factura restaurada correctamente", _s17_125, ":count facturas archivadas correctamente", _s16_208, ":count facturas eliminadas correctamente", _s17_126, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Pedido", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frecuencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Fin", "quote_number", "N\xfamero de Presupuesto", "quote_date", "Fecha Presupuesto", "valid_until", "V\xe1lido hasta", "items", "Art\xedculos", "partial_deposit", _s16_344, "description", "Descripci\xf3n", "unit_cost", "Precio Unitario", "quantity", "Cantidad", "add_item", "A\xf1adir Art\xedculo", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Cantidad Total", "pdf", "PDF", "due_date", "Vencimiento", _s16_209, "Fecha de vencimiento parcial", "status", "Estado", _s17_127, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_59, "Pulsa + para a\xf1adir un art\xedculo", _s22_61, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_76, "Por favor selecciona una fecha", _s22_62, "Por favor selecciona un cliente", _s24_49, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_239, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_17, "Por favor introduce un n\xfamero de factura", _s27_51, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_64, _s42_27, _s22_65, _s42_27, _s23_45, _s45_12, _s23_46, _s45_12, "done", "Hecho", _s37_18, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_53, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_211, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_213, "Pendiente", _s16_214, "Anulado", _s16_215, "Fallido", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "Sin Aplicar", _s17_129, "Sin aplicar parcialmente", "net", "Neto", "client_portal", "Portal Cliente", "show_tasks", "Mostrar tareas", "email_reminders", "Emails Recordatorios", "enabled", "Habilitado", "recipients", "Destinatarios", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", _s19_152, "reminder2", _s20_162, "reminder3", _s19_153, "template", "Plantilla", "send", "Enviar", "subject", "Asunto", "body", "Cuerpo", "send_email", "Enviar Email", "email_receipt", "Enviar Recibo de Pago al cliente", "auto_billing", "Auto facturaci\xf3n", "button", "Bot\xf3n", "preview", "Vista Previa", "customize", "Personalizar", "history", "Historial", "payment", "Pago", "payments", "Pagos", "refunded", "Reembolsado", "payment_type", "Tipo de Pago", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_219, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_220, "Pago restaurado correctamente", _s17_130, ":count pagos archivados correctamente", _s16_221, ":count pagos eliminados correctamente", _s17_131, ":value pagos restaurados correctamente", "quote", "Presupuesto", "quotes", "Presupuestos", "new_quote", "Nuevo Presupuesto", "created_quote", "Presupuesto creado correctamente", "updated_quote", "Presupuesto actualizado correctamente", "archived_quote", "Presupuesto archivado correctamente", "deleted_quote", "Presupuesto eliminado correctamente", "restored_quote", "Presupuesto restaurada correctamente", "archived_quotes", ":count Presupuestos archivados correctamente", "deleted_quotes", ":count Presupuestos eliminados correctamente", "restored_quotes", ":value presupuestos restaurados correctamente", "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Tarea", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_41, "activity_5", _s35_47, "activity_6", ":user ha enviado por mail la factura :invoice de :client a :contact", "activity_7", ":contact ha visto la factura :invoice: de :client", "activity_8", _s33_41, "activity_9", ":user borr\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por importe de :payment_amount en la factura N\xba :invoice de :client", "activity_11", ":user actualiz\xf3 el Pago :payment", "activity_12", _s30_72, "activity_13", ":user borr\xf3 el pago :payment", "activity_14", ":user introdujo :credit cr\xe9dito", "activity_15", ":user actualiz\xf3 :credit cr\xe9dito", "activity_16", ":user archiv\xf3 :credit cr\xe9dito", "activity_17", ":user deleted :credit cr\xe9dito", "activity_18", _s33_45, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_41, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_45, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":user cancelo :payment_amount del pago :payment", "activity_40", ":user reembols\xf3 :adjustment de :payment_amount del pago :payment", "activity_41", "Fallo el pago de :payment_amount para (:payment)", "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", ":user usuario creado :user", "activity_49", ":user usuario actualizado :user", "activity_50", ":user usuario archivado :user", "activity_51", ":user usuario borrado :user", "activity_52", ":user usuario restaurado :user", "activity_53", ":user marcado enviado :invoice", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vio el ticket :ticket", "activity_57", "El sistema fall\xf3 al enviar la factura :invoice", "activity_58", ":user revirti\xf3 la factura :invoice", "activity_59", ":user cancel\xf3 la factura :invoice", "activity_60", _s34_41, "activity_61", ":user actualiz\xf3 el cliente :cliente", "activity_62", ":user actualiz\xf3 el proveedor :vendor", "activity_63", ":user envi\xf3 por email el primer recordatorio de la factura :invoice a :contact", "activity_64", ":user envi\xf3 por email el segundo recordatorio de la factura :invoice a :contact", "activity_65", ":user envi\xf3 por email el tercer recordatorio de la factura :invoice a :contact", "activity_66", ":user envi\xf3 por email el recordatorio sin f\xedn de la factura :invoice a :contact", "activity_80", ":user cre\xf3 la suscripci\xf3n :subscription", "activity_81", ":user actualiz\xf3 la suscripci\xf3n :subscription", "activity_82", ":user archiv\xf3 la suscripci\xf3n :subscription", "activity_83", ":user elimin\xf3 la suscripci\xf3n :subscription", "activity_84", ":user restaur\xf3 la suscripci\xf3n :subscription", _s17_132, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_78, "Presupuesto marcado como enviado correctamente", _s21_87, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_66, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, "Estilo de Email Personalizado", _s24_54, "Mensaje de Escritorio Personalizado", _s29_37, "Mensaje de Factura Impagada Personalizada", _s27_58, "Mensaje de Factura Pagada Personalizada", _s31_18, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_64, "Patr\xf3n del N\xfamero de Tarea", _s19_66, "Contador del N\xfamero de Tarea", _s22_68, "Patr\xf3n del N\xfamero de Gasto", _s22_70, "Contador del N\xfamero de Gasto", _s21_88, "Patr\xf3n del N\xfamero de Proveedor", _s21_90, "Contador del N\xfamero de Proveedor", _s21_92, "Patr\xf3n del N\xfamero de Ticket", _s21_94, "Contador del N\xfamero de Ticket", _s22_72, "Patr\xf3n del N\xfamero de Pago", _s22_74, "Contador del N\xfamero de Pago", _s22_76, "Patr\xf3n del N\xfamero de Factura", _s22_78, "Contador del N\xfamero de Factura", _s20_79, "Patr\xf3n del N\xfamero de Presupuesto", _s20_81, "Contador del N\xfamero de Presupuesto", _s21_96, _s28_99, _s21_98, _s30_75, _s21_100, _s28_99, _s21_101, _s30_75, _s18_99, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_57, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_101, "Nombre de Impuesto por Defecto 1", _s18_103, "Tasa de Impuesto por Defecto 1", _s18_105, "Nombre de Impuesto por Defecto 2", _s18_107, "Tasa de Impuesto por Defecto 2", _s18_109, "Nombre de Impuesto por Defecto 3", _s18_111, "Tasa de Impuesto por Defecto 3", _s21_102, "Asunto de Email de Factura", _s19_68, "Asunto de Email de Presupuesto", _s21_104, "Asunto de Email de Pago", _s29_39, "Asunto de Email de Pago Parcial", "show_table", "Mostrar Tabla", "show_list", "Mostrar Lista", "client_city", "Ciudad del Cliente", "client_state", "Provincia del Cliente", "client_country", "Pa\xeds del Cliente", _s16_222, "El Cliente est\xe1 Activo", "client_balance", "Balance del Cliente", "client_address1", "Calle del Cliente", "client_address2", "Bloq/Pta del Cliente", "vendor_address1", "Calle de Proveedor", "vendor_address2", "Bloq/Pta del Proveedor", _s24_56, "Calle de Env\xedo del Cliente", _s24_57, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_215, _s16_226, "Fecha L\xedmite de Pago", "tax_rate1", "Impuesto 1", "tax_rate2", "Impuesto 2", "tax_rate3", "Impuesto 3", "auto_bill", "Facturaci\xf3n Autom\xe1tica", "archived_at", "Archivado el", "has_expenses", "Tiene Gastos", "custom_taxes1", "Impuestos Personalizados 1", "custom_taxes2", "Impuestos Personalizados 2", "custom_taxes3", "Impuestos Personalizados 3", "custom_taxes4", "Impuestos Personalizados 4", _s17_134, _s23_106, _s17_135, _s23_107, _s17_136, _s23_108, _s17_137, _s23_109, "is_deleted", "Borrado", "vendor_city", _s20_164, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_216, "is_approved", "Aprobada", "tax_name", _s18_217, "tax_amount", "Total Impuestos", "tax_paid", "Impuestos Pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Corriendo", "time_log", "Registro Temporal", "bank_id", "Banco", _s19_70, "ID de la Categor\xeda de Gasto", _s16_227, "Categor\xeda del Gasto", _s19_72, "ID de Moneda de Facturaci\xf3n", "tax_name1", "Nombre de Impuesto 1", "tax_name2", "Nombre de Impuesto 2", "tax_name3", "Nombre de Impuesto 3", "transaction_id", "ID de Transacci\xf3n", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Betalkort och Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Sl\xe5 samman", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalnings inst\xe4llningar", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Summering", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "L\xe4gg till gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Skapa ditt konto p\xe5 n\xe5gra sekunder", "login_label", _s28_0, "add_to_invoice", "L\xe4gg till p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Vecka", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura valuta", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Skapa projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Avgift f\xf6r en :amount Faktura hade blivit :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godk\xe4nn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Kunddatan har rensats", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ange l\xf6senord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fr\xe5n namn", _s16_23, _s16_232, _s17_19, "\xc5terkommande utgift", _s18_19, "\xc5terkommande utgifter", _s21_22, "Ny \xe5terkommande utgift", _s22_27, "\xc4ndra \xe5terkommande utgift", _s25_3, "Skapade \xe5terkommande utgift utan problem", _s25_4, "Uppdaterade \xe5terkommande utgift utan problem", _s26_4, "Arkiverade \xe5terkommande utgift utan problem", _s25_5, "Tog bort projektet utan problem", _s25_6, _s38_2, _s26_5, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user skapade en \xe5terkommande faktura :recurring_invoice", "activity_101", ":user uppdaterade en \xe5terkommande faktura :recurring_invoice", "activity_102", ":user arkiverade en \xe5terkommande faktur :recurring_invoice", "activity_103", ":user raderade en \xe5terkommande faktur :recurring_invoice", "activity_104", ":user \xe5terst\xe4llde en \xe5terkommande faktur :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senast uppdaterad", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakt F\xf6rnamn", _s17_23, "Kontakt Efternamn", "order", "Order", "unassigned", "Otilldelad", "partial_value", "M\xe5ste vara st\xf6rre \xe4n noll och mindre \xe4n totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Tillg\xe4nglig", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "St\xe4ll in subdom\xe4nen eller visa fakturorna p\xe5 din egen hemsida", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Prenumeration", "subscriptions", "Prenumerationer", _s16_41, "Ny prenumeration", _s17_29, "\xc4ndra prenumeration", _s20_29, "Skapat prenumerationer utan problem", _s20_30, "Uppdaterat prenumerationer utan problem", _s21_34, "Arkivera prenumeration utan problem", _s20_31, "Prenumerationen har raderats", _s20_32, "Prenumerationen har tagits bort", _s21_35, "Prenumerationen har \xe5terst\xe4llts", _s19_21, "S\xf6k 1 prenumeration", _s20_33, "S\xf6k :count prenumerationer", _s26_8, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_43, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_35, "Gmail har kopplats fr\xe5n", _s16_45, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_46, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_48, "Timeout f\xf6r l\xf6senord", _s29_5, "Delad faktura/kredit r\xe4knare", "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_50, "Aktivera f\xf6retag", _s21_37, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_16, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_17, "Ange f\xf6rst ett l\xf6senord", _s34_7, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_16, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_22, "2FA har inaktiverats", _s16_52, "Kontot har anslutits", _s19_23, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_4, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_38, "Skanna streckkoden med en :link kompatibel app.", _s18_36, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_31, "Koppla fr\xe5n Google", _s17_33, "Tv\xe5faktorsautentisering", _s18_37, "Inaktivera 2FA", _s34_8, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_18, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_24, "Tidsgr\xe4ns f\xf6r webbsession", _s17_34, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_10, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_53, "\xc5terbetalat betalning", _s19_26, "Delvis oanv\xe4nd", _s19_28, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_36, "Starta flerval", _s27_19, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_39, "F\xf6r att anv\xe4nda :client_counter l\xe4gg till antingen :client_number eller :client_id_number f\xf6r att f\xf6rhindra konflikter", "this_quarter", "Detta kvartal", "last_quarter", "F\xf6reg\xe5ende kvartal", "to_update_run", "F\xf6r att uppdatera k\xf6r", _s18_39, "Omvandla till faktura", _s16_54, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_29, "S\xf6k 1 betalningsvillkor", _s20_34, "S\xf6k :count betalningsvillkor", _s16_56, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_58, "H\xe4ndelser som st\xf6ds", _s16_60, "Konverterad summa", _s17_38, "Konverterad balans", _s22_31, "Konverterad betalad till datum", _s24_19, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_40, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_35, "Till\xe5t kunder att ladda upp dokument", "expense_total", "Total kostnad", "enter_taxes", "Ange skatter", "by_rate", "Efter pris", "by_amount", "Efter belopp", "enter_amount", "Ange belopp", "before_taxes", "F\xf6re skatt", "after_taxes", "Efter skatt", "color", "F\xe4rg", "show", "Visa", "hide", "D\xf6lj", "empty_columns", "Tomma kolumner", _s21_41, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_11, "Varning: den \xe4r avsedd f\xf6r anv\xe4ndning p\xe5 lokala maskiner, den kan l\xe4cka ut uppgifter. Klicka f\xf6r att l\xe4ra mer.", "running_tasks", "Uppgifter som k\xf6rs", "recent_tasks", "Senaste uppgifterna", "recent_expenses", "Senaste utgifterna", _s17_42, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_21, "Dubblettkolumnmappning", _s20_36, "Anv\xe4nder inkluderande skatter", _s18_41, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_16, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_62, "Ingen fil har valts", "csv_file", "V\xe4lj CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Bokf\xf6ring", _s22_33, "Ange alla CSV-filer.", "import_type", "Typ av import", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visa licenser", "webhook_url", "Webhook URL", _s17_44, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_34, 'Ange ":value" f\xf6r att bekr\xe4fta', "purge", "Rensa", "service", "Service", "clone_to", "Klona till", "clone_to_other", "Klona till annan", "labels", "Etiketter", "add_custom", "L\xe4gg till anpassad", "payment_tax", "Betalningsskatt", "unpaid", "Obetald", "white_label", "Vit etikett", "delivery_note", "F\xf6ljesedel", _s24_24, "Skickade fakturor \xe4r l\xe5sta", _s24_26, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_240, "quote_expired", _s16_373, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_19, "Faktura totalt", "actions", "\xc5tg\xe4rder", "expense_number", "Utgiftsnummer", "task_number", "Uppgiftsnummer", "project_number", "Projektnummer", "project_name", "Projektnamn", "warning", "Varning", "view_settings", "Visa inst\xe4llningar", _s24_28, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_240, "expired_quote", _s16_373, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_64, "Redigera uppgiftsstatus", _s19_30, "Uppgiftsstatus skapades", _s19_31, "Uppgiftsstatus uppdaterades", _s20_38, "Uppgiftsstatus arkiverades", _s19_32, "Uppgiftsstatus raderades", _s19_33, "Uppgiftsstatus togs bort", _s20_39, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_35, ":value uppgiftsstatusar har arkiverats", _s21_43, ":value uppgiftsstatusar har raderats", _s22_36, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_43, "S\xf6k 1 uppgiftsstatus", _s20_41, "S\xf6k :count uppgiftsstatusar", _s16_66, "Visa uppgiftstabell", _s21_44, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_42, "Fakturauppgift tidslogg", _s25_17, "L\xe4gg till tidsinformation till fakturaraderna", _s20_44, "Fakturauppgifter datumlogg", _s25_18, "L\xe4gg till datuminformation till fakturaraderna", _s21_45, "Starta uppgifter innan du sparar", _s18_44, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_46, "Konfigurera kategorier", _s18_46, "Utgifts kategorier", _s20_48, "Ny utgifts kategori", _s21_46, "Redigera utgiftskategori", _s24_29, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_30, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_20, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_31, "Kategori borttagen", _s24_32, "Utgiftskategorin har tagits bort", _s25_21, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_23, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_12, "Kostnaden f\xf6r :value kategorier har raderats", _s27_24, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_20, "S\xf6k 1 utgiftkategori", _s25_23, "S\xf6k :count utgiftkategorier", _s21_48, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_37, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_48, "Du k\xf6r den senaste versionen men det kan finnas v\xe4ntande korrigeringar tillg\xe4ngliga.", "mark_paid_help", "Sp\xe5ra utgiften f\xf6r att se om den har betalats", _s18_48, "Ska detta faktureras", _s23_21, "Aktivera utgiften som ska faktureras", _s29_8, "G\xf6r dokumenten synliga", _s21_50, "St\xe4ll in en v\xe4xelkurs", _s16_68, "Utgiftsinst\xe4llningar", _s18_49, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Anv\xe4ndarf\xe4lt", "variables", "Variabler", "show_password", "Visa l\xf6senord", "hide_password", "G\xf6m l\xf6senord", "copy_error", "Kopiera felmeddelande", "capture_card", "Capture Card", _s17_49, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_24, "\xc5terkommande faktura stoppad", _s25_25, "\xc5terkommande faktura startad", _s25_26, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_34, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_38, "F\xf6rsta dagen i m\xe5naden", _s21_51, "Sista dagen i m\xe5naden", _s17_51, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_70, "\xc5terst\xe5ende cykler", _s17_53, "\xc5terkommande faktura", _s18_51, "\xc5terkommande fakturor", _s21_53, "Ny \xe5terkommande faktura", _s22_40, "Redigera \xe5terkommande fakturor", _s25_27, "\xc5terkommande faktura har skapats", _s25_28, "\xc5terkommande faktura har uppdaterats", _s26_13, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_29, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_30, "\xc5terkommande faktura har tagits bort", _s26_14, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_25, "Arkiverade \xe5terkommande :value fakturor", _s26_15, "\xc5terkommande :value fakturor har raderats", _s27_26, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_33, "S\xf6k 1 \xe5terkommande faktura", _s25_31, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_8, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_53, "Till\xe5t \xf6verbetalning", _s23_22, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_35, "Till\xe5t underbetalning", _s24_34, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_4, "Avst\xe4mning misslyckades", _s30_5, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_55, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_72, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_35, "V\xe4lkommen till Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Rubrik", "client_number", "Kundnummer", "auto_convert", "Automatisk konvertering", "company_name", "F\xf6retagsnamn", "reminder1_sent", "P\xe5minnelse 1 skickad", "reminder2_sent", "P\xe5minnelse 2 skickad", "reminder3_sent", "P\xe5minnelse 3 skickad", _s18_55, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_74, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_41, "gateway", "Gateway", "view_in_stripe", "Visa i Stripe", "rows_per_page", "Rader per sida", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Moms", "surcharge", "Till\xe4ggsavgift", "apply_payment", "Till\xe4mpa betalning", "apply_credit", "Till\xe4mpa kredit", "apply", "Verkst\xe4ll", "unapplied", "Outnyttjad", "select_label", "V\xe4lj rubrik", "custom_labels", "Anpassade etiketter", "record_type", "Posttyp", "record_name", "Post namn", "file_type", "Filtyp", "height", "H\xf6jd", "width", "Bredd", "to", "Till", "health_check", "H\xe4lsokontroll", "payment_type_id", "Betalningss\xe4tt", "last_login_at", "Senast inloggad", "company_key", "F\xf6retagsnyckel", "storefront", "Butiksfront", "storefront_help", "Aktivera tredjepartsappar f\xf6r att skapa fakturor", "client_created", "Kunden har skapats", _s20_51, "E-postadress f\xf6r online betalning", _s20_53, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_57, "Markerade fakturor", _s17_59, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_61, "Markerade utgifter", _s17_63, "Kommande fakturor", _s17_65, "F\xf6rsenade fakturor", "recent_payments", "Nyligen utf\xf6rda betalningar", "upcoming_quotes", "Kommande Offerter", "expired_quotes", "Utg\xe5ngna Offerter", "create_client", "Skapa kund", "create_invoice", "Skapa faktura", "create_quote", "Skapa offert", "create_payment", "Skapa betalning", "create_vendor", "Skapa tillverkare", "update_quote", "Uppdatera offert", "delete_quote", "Ta bort offert", "update_invoice", "Uppdatera faktura", "delete_invoice", "Ta bort faktura", "update_client", "Uppdatera kund", "delete_client", "Radera kund", "delete_payment", "Ta bort betalning", "update_vendor", "Uppdatera leverant\xf6r", "delete_vendor", "Ta bort leverant\xf6r", "create_expense", "Skapa utgift", "update_expense", "Uppdatera utgift", "delete_expense", "Ta bort kostnad", "create_task", "Skapa uppgift", "update_task", "Uppdatera uppgift", "delete_task", "Radera uppgift", "approve_quote", "Godk\xe4nn offert", "off", "Av", "when_paid", "Betalad", "expires_on", "G\xe5r ut den", "free", "Gratis", "plan", "Niv\xe5", "show_sidebar", "Visa sidof\xe4lt", "hide_sidebar", "G\xf6m sidof\xe4lt", "event_type", "Typ av h\xe4ndelse", "target_url", "M\xe5l", "copy", "Kopiera", "must_be_online", "Starta om appen n\xe4r du \xe4r ansluten till internet", _s17_67, "Crons m\xe5ste aktiveras", "api_webhooks", "API Webhooks", "search_webhooks", "S\xf6k :count Webhooks", "search_webhook", "S\xf6k 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Ny Webhook", "edit_webhook", "Redigera Webhook", "created_webhook", "Webhooken skapades", "updated_webhook", "Webhooken uppdaterades", _s16_76, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_77, "Webhooken \xe5terst\xe4lldes", _s17_68, ":value webhooks har arkiverats", _s16_78, ":value webhooks har raderats", _s16_79, ":value webhooks har tagits bort", _s17_69, ":value webhooks har \xe5terst\xe4llts", "api_tokens", "API Tokens", "api_docs", "API dokumentation", "search_tokens", "S\xf6k :count tokens", "search_token", "S\xf6k 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Ny token", "edit_token", "\xc4ndra token", "created_token", "Token skapad", "updated_token", "Token uppdaterad", "archived_token", "Framg\xe5ngsrikt arkiverat Token", "deleted_token", "Token borttagen", "removed_token", "Token togs bort", "restored_token", "Token \xe5terst\xe4lldes", "archived_tokens", ":value tokens har arkiverats", "deleted_tokens", ":value tokens har raderats", "restored_tokens", ":value tokens har \xe5terst\xe4llts", _s19_37, "Kundregistrering", _s24_37, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", _s21_55, "Anpassa och f\xf6rhandsgranska", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_56, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_80, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_82, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_24, "Konfigurera betalningsvillkor", "payment_term", _s17_241, _s16_83, "Skapa betalningsvillkor", _s17_71, "Editera betalningsvillkor", _s20_57, "Skapade betalningsvillkor utan problem", _s20_58, "Uppdaterade betalningsvillkor utan problem", _s21_56, "Arkiverat betalningsvillkor utan problem", _s20_59, "Betalningsvillkoret har raderats", _s20_60, "Betalningsvillkoret har tagits bort", _s21_57, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_45, ":value betalningsvillkor har arkiverats", _s21_58, ":value betalningsvillkor har raderats", _s22_46, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_26, "\xc4ndra till mobillayouten?", _s24_38, "Vill du byta till skrivbordslayout?", "send_from_gmail", "Skicka fr\xe5n Gmail", "reversed", "Omv\xe4nd", "cancelled", "Avbruten", "credit_amount", "Kreditsumma", "quote_amount", "Offertbelopp", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "G\xf6m meny", "show_menu", "Visa meny", _s18_57, _s18_218, _s16_85, "S\xf6k dokument", "search_designs", "S\xf6k design", "search_invoices", "S\xf6k fakturor", "search_clients", "S\xf6k kunder", "search_products", "S\xf6k produkter", "search_quotes", "S\xf6k offerter", "search_credits", "S\xf6k krediter", "search_vendors", "S\xf6k leverant\xf6rer", "search_users", "S\xf6k anv\xe4ndare", _s16_86, "S\xf6k skattesatser", "search_tasks", "S\xf6k uppgifter", "search_settings", "S\xf6k inst\xe4llningar", "search_projects", "S\xf6k projekt", "search_expenses", "S\xf6k utgifter", "search_payments", "S\xf6k betalningar", "search_groups", "S\xf6k grupper", "search_company", "S\xf6k f\xf6retag", "search_document", "S\xf6k 1 dokument", "search_design", "S\xf6k 1 design", "search_invoice", "S\xf6k 1 faktura", "search_client", "S\xf6k 1 kund", "search_product", "S\xf6k 1 produk", "search_quote", "S\xf6k 1 offert", "search_credit", "S\xf6k 1 kredit", "search_vendor", "S\xf6k 1 leverant\xf6r", "search_user", "S\xf6k 1 offert", "search_tax_rate", "S\xf6k 1 skattesats", "search_task", "S\xf6k 1 uppgift", "search_project", "S\xf6k 1 projekt", "search_expense", "S\xf6k 1 utgift", "search_payment", "S\xf6k 1 betalning", "search_group", "S\xf6k 1 grupp", "refund_payment", "\xc5terbetala betalning", _s17_75, "Fakturan har avbrutits", _s18_59, "Fakturorna har avbrutits", _s16_92, "Fakturan har omv\xe4nts", _s17_76, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_77, "Stad/L\xe4n/Postnummer", _s17_79, "Postadress/Stad/Stat", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Tredje anpassningen", "custom4", "Fj\xe4rde anpassningen", "optional", "Frivillig", "license", "Licens", "purge_data", "Rensa uppgifter.", _s16_93, "Rensade utan problem f\xf6retags data", _s18_60, "Varning: Detta kommer permanent ta bort din information, det finns ingen \xe5terv\xe4nda.", "invoice_balance", "Fakturabalans", "age_group_0", "0 - 30 Dagar", "age_group_30", "30 - 60 Dagar", "age_group_60", "60 - 90 Dagar", "age_group_90", "90 - 120 Dagar", "age_group_120", "120+ Dagar", "refresh", "Uppdatera", "saved_design", "Designen har sparats", "client_details", "Kunduppgifter", "company_address", "F\xf6retagsadress", "invoice_details", "Faktura detaljer", "quote_details", "Offertuppgifter", "credit_details", "Kredituppgifter", "product_columns", "Produktkolumner", "task_columns", "Uppgiftskolumner", "add_field", "L\xe4gg till f\xe4lt", "all_events", "Alla h\xe4ndelser", "permissions", "Beh\xf6righeter", "none", "Ingen", "owned", "\xc4gd", "payment_success", "Betalning genomf\xf6rd", "payment_failure", "Betalning misslyckades", "invoice_sent", _s24_117, "quote_sent", "Offerten skickad", "credit_sent", "Krediten skickad", "invoice_viewed", "Fakturan visad", "quote_viewed", "Offerten visad", "credit_viewed", "Krediten visad", "quote_approved", "Offerten godk\xe4nd", _s25_33, "F\xe5 alla aviseringar", _s16_94, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_47, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_48, "Varning: Detta kommer permanent ta bort till bolag, det finns ingen \xe5terv\xe4ndo.", "enabled_modules", "Aktiverade moduler", "converted_quote", "Offerten har konverterats", "credit_design", "Kreditdesign", "includes", "Inkluderar", "header", "Rubrik", "load_design", "Ladda design", "css_framework", "CSS Ramverk", "custom_designs", "Anpassad design", "designs", "Design", "new_design", "Ny design", "edit_design", "Redigera design", "created_design", "Designen har skapats", "updated_design", "Designen har uppdaterats", "archived_design", "Designen har arkiverats", "deleted_design", "Designen har raderats", "removed_design", "Designen har tagits bort", "restored_design", "Designen har \xe5terskapats", _s16_96, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_97, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_98, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_61, "Kontohantering", "credit_date", "Kreditdatum", "credit", "Kredit", "credits", "Kreditfakturor", "new_credit", "Ange Kredit", "edit_credit", "Redigera Kreditfaktura", "created_credit", "Kreditfaktura skapad", "updated_credit", "Kreditfaktura uppdaterad", "archived_credit", "Kreditfaktura arkiverad", "deleted_credit", "Kreditfaktura borttagen", "removed_credit", "Krediten har tagits bort", "restored_credit", "Kreditfaktura \xe5terst\xe4lld", _s16_100, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_101, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_21, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_102, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "Hj\xe4lp", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kreditens sidfot", "credit_terms", "Kreditens villkor", "new_company", "Nytt f\xf6retag", "added_company", "F\xf6retaget har lagts till", "company1", "Anpassat f\xf6retag 1", "company2", "Anpassat f\xf6retag 2", "company3", "CAnpassat f\xf6retag 3", "company4", "Anpassat f\xf6retag 4", "product1", "Anpassad produkt 1", "product2", "Anpassad produkt 2", "product3", "Anpassad produkt 3", "product4", "Anpassad produkt 4", "client1", "Anpassad kund 1", "client2", "Anpassad kund 2", "client3", "Anpassad kund 3", "client4", "Anpassad kund 4", "contact1", "Anpassad kontakt 1", "contact2", "Anpassad kontakt 2", "contact3", "Anpassad kontakt 3", "contact4", "Anpassad kontakt 4", "task1", "Anpassad uppgift 1", "task2", "Anpassad uppgift 2", "task3", "Anpassad uppgift 3", "task4", "Anpassad uppgift 4", "project1", "Anpassat projekt 1", "project2", "Anpassat projekt 2", "project3", "Anpassat projekt 3", "project4", "Anpassat projekt 4", "expense1", "Anpassad utgift 1", "expense2", "Anpassad utgift 2", "expense3", "Anpassad utgift 3", "expense4", "Anpassad utgift 4", "vendor1", "Anpassad leverant\xf6r 1", "vendor2", "Anpassad leverant\xf6r 2", "vendor3", "Anpassad leverant\xf6r 3", "vendor4", "Anpassad leverant\xf6r 4", "invoice1", "Anpassad faktura 1", "invoice2", "Anpassad faktura 2", "invoice3", "Anpassad faktura 3", "invoice4", "Anpassad faktura 4", "payment1", "Anpassad betalning 1", "payment2", "Anpassad betalning 2", "payment3", "Anpassad betalning 3", "payment4", "Anpassad betalning 4", "surcharge1", _s25_96, "surcharge2", _s25_97, "surcharge3", _s25_98, "surcharge4", _s25_99, "group1", "Anpassad grupp 1", "group2", "Anpassad grupp 2", "group3", "Anpassad grupp 3", "group4", "Anpassad grupp 4", "reset", "\xc5terst\xe4lla", "number", "Nummer", "export", "Exportera", "chart", "Lista", "count", "R\xe4kna", "totals", "Total", "blank", "Blank", "day", "Dag", "month", "M\xe5nad", "year", "\xc5r", "subgroup", "Undergrupp", "is_active", "\xc4r aktiv", "group_by", "Gruppera genom", "credit_balance", "Kreditbalans", _s18_67, "Kontakt: senast inloggad", _s17_83, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_59, "Kontakt: anpassat v\xe4rde 1", _s21_60, "Kontakt: anpassat v\xe4rde 2", _s21_61, "Kontakt: anpassat v\xe4rde 3", _s21_62, "Kontakt: anpassat v\xe4rde 4", _s17_85, "Leveransadress 1", _s17_86, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_61, "Leverans postnummer", _s16_132, "Leverans land", _s16_134, "Faktureringsadress 1", _s16_135, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_40, "Fakturerings postnummer", "billing_country", "Fakturerings land", "client_id", "Kund-id", "assigned_to", "Tilldelat till", "created_by", "Skapad av :name", "assigned_to_id", "Tilldelad till id", "created_by_id", "Skapat av id", "add_column", "L\xe4gg till kolumn", "edit_columns", "Redigera kolumner", "columns", "Kolumner", "aging", "B\xf6rjar bli gammal", "profit_and_loss", "F\xf6rtj\xe4nst och F\xf6rlust", "reports", "Rapporter", "report", "Rapport", "add_company", "L\xe4gg till f\xf6retag", "unpaid_invoice", "Obetalad faktura", "paid_invoice", "Betalad faktura", _s16_136, "Ej godk\xe4nd offert", "help", "Hj\xe4lp", "refund", "\xc5terbetalning", "refund_date", "\xc5terbetalnings datum", "filtered_by", "Filtrerat efter", "contact_email", "Kontakt e-post", "multiselect", "Flera val", "entity_state", "Tillst\xe5nd", "verify_password", "Verifiera l\xf6senord", "applied", "Applicerad", _s21_63, "Inkludera senaste fel fr\xe5n loggarna", _s30_8, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_63, "Visa produktinformation", _s25_35, "Inkludera beskrivning och kostnad i produktmenyn", _s20_65, "PDF-renderaren kr\xe4ver :version", _s18_70, "Justera avgiftsprocenten", _s23_28, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_72, "Konfigurera inst\xe4llningar", "support_forum", "Supportforum", "about", "Om", "documentation", "Dokumentation", "contact_us", "Kontakta oss", "subtotal", "Delsumma", "line_total", "Summa", "item", "Artikel", "credit_email", "Credit Email", "iframe_url", "Webbsida", "domain_url", "Dom\xe4n URL", _s21_64, "L\xf6senordet \xe4r f\xf6r kort", _s20_66, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_42, "Kundportal uppgifter", _s23_29, "Kundportal \xf6versikt", _s20_67, "Ange ett v\xe4rde", "deleted_logo", "Logotypen har tagits bort", "yes", "Ja", "no", "Nej", "generate_number", "Generera nummer", "when_saved", "N\xe4r sparat", "when_sent", "N\xe4r skickat", "select_company", "V\xe4lj f\xf6retag", "float", "Float", "collapse", "D\xf6lj", "show_or_hide", "Visa/d\xf6lj", "menu_sidebar", "Meny Sidof\xe4lt", "history_sidebar", "Historia Sidof\xe4lt", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Visa", "module", "Modul", "first_custom", "F\xf6rsta anpassad", "second_custom", "Andra anpassad", "third_custom", "Tredje anpassad", "show_cost", "Visa kostnad", _s17_88, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_65, "Visa produktkvantitet", _s26_23, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_67, "Visa fakturakvantitet", _s26_24, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_69, "Visa produktrabatt", _s26_25, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_138, "Standardkvantitet", _s21_71, "St\xe4ll in radens kvantitet automatiskt till ett", "one_tax_rate", "En skattesats", "two_tax_rates", "Tv\xe5 skattesatser", "three_tax_rates", "Tre skattesatser", _s16_140, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_90, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_74, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_75, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_77, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_44, "Kommaseparerad lista", "options", "Val", _s16_142, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_37, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_144, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_145, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_79, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_72, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_147, "O\xe4ndlig p\xe5minnelse", _s16_149, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_80, "Till\xe5t anv\xe4ndare att hantera anv\xe4ndare, \xe4ndra inst\xe4llningar och \xe4ndra alla v\xe4rden", "user_management", "Anv\xe4ndarhantering", "users", "Anv\xe4ndare", "new_user", "Ny anv\xe4ndare", "edit_user", "\xc4ndra anv\xe4ndare", "created_user", "Anv\xe4ndaren skapades", "updated_user", "Anv\xe4ndare uppdaterad", "archived_user", "Framg\xe5ngsrikt arkiverat anv\xe4ndare", "deleted_user", "Anv\xe4ndare borttagen", "removed_user", "Anv\xe4ndaren har tagits bort", "restored_user", "Anv\xe4ndare \xe5terst\xe4lld", "archived_users", ":value anv\xe4ndare har arkiverats", "deleted_users", ":value anv\xe4ndare har raderats", "removed_users", ":value anv\xe4ndare har tagits bort", "restored_users", ":value anv\xe4ndare har \xe5terst\xe4llts", _s16_151, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_92, 'D\xf6lj "Betald till"', _s22_55, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_31, "B\xe4dda in dokument", _s28_21, _s39_4, _s16_153, "Visa Header p\xe5", _s16_154, "Visa Footer p\xe5", "first_page", "F\xf6rsta sidan", "all_pages", "Alla sidor", "last_page", "Sista sidan", "primary_font", "Prim\xe4rt typsnitt", "secondary_font", "Sekund\xe4rt typsnitt", "primary_color", "Prim\xe4r f\xe4rg", "secondary_color", "Sekund\xe4r f\xe4rg", "page_size", "Sidstorlek", "font_size", "Storlek p\xe5 framsida", "quote_design", "Offert design", "invoice_fields", "Fakturaf\xe4lt", "product_fields", "Produkt f\xe4lt", "invoice_terms", "Fakturavillkor", "invoice_footer", "Faktura sidfot", "quote_terms", "Offertvillkor", "quote_footer", "Offert footer", _s18_81, "Automatisk e-post", _s23_32, "Skicka \xe5terkommande fakturor automatiskt.", _s18_82, "Automatisk arkivering", _s23_33, "Arkivera automatiskt offerter n\xe4r de konverteras.", _s18_83, "Auto Konvertera", _s23_34, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en kund.", _s17_94, "Arbetsfl\xf6desinst\xe4llningar", "freq_daily", "Dagligen", "freq_weekly", "Veckovis", "freq_two_weeks", "Tv\xe5 veckor", "freq_four_weeks", "Fyra veckor", "freq_monthly", "M\xe5nadsvis", "freq_two_months", "Tv\xe5 m\xe5nader", _s17_96, "Tre m\xe5nader", _s16_155, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_156, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_97, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_157, "\xc5terkommande prefix", "number_padding", "Nummerfyllning", "general", "Allm\xe4n", "surcharge_field", "Till\xe4ggsf\xe4lt", "company_field", "F\xf6retagsf\xe4lt", "company_value", "F\xf6retagets v\xe4rde", "credit_field", "Kreditf\xe4lt", "invoice_field", "Fakturaf\xe4lt", _s17_99, "Till\xe4ggsavgift till faktura", "client_field", "Kundf\xe4lt", "product_field", "Produktf\xe4lt", "payment_field", "Betalningsf\xe4lt", "contact_field", "Kontaktf\xe4lt", "vendor_field", "Leverant\xf6rsf\xe4lt", "expense_field", "Utgiftsf\xe4lt", "project_field", "Projektf\xe4lt", "task_field", "Uppgiftsf\xe4lt", "group_field", "Gruppf\xe4lt", "number_counter", "Nummerr\xe4knare", "prefix", "Prefix", "number_pattern", "Nummerm\xf6nster", "messages", "Meddelanden", "custom_css", "Anpassad CSS", _s17_101, "Anpassad JavaScript", _s16_159, "Visa p\xe5 PDF", _s21_74, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_41, "Faktura villkor kryssruta", _s30_9, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_35, "Offert villkors kryssruta", _s28_22, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_42, "Faktura signatur", _s30_10, "Kr\xe4v signatur av kund.", _s23_36, "Offert signatur", _s22_57, "L\xf6senordsskydda fakturor", _s27_38, "Till\xe5ter dig att s\xe4tta ett l\xf6senord f\xf6r varje kontakt. Om ett l\xf6senord \xe4r valt kommer kontakten vara tvungen att skriva in l\xf6senordet innan den kan se fakturan.", "authorization", "Tillst\xe5nd", "subdomain", "Underdom\xe4n", "domain", "Dom\xe4n", "portal_mode", "Portal-l\xe4ge", "email_signature", "V\xe4nliga h\xe4lsningar,", _s24_39, "G\xf6r det enklare f\xf6r dina kunder att betala genom att l\xe4gga till schema.org m\xe4rkning till dina e-postmeddelanden.", "plain", "Vanlig", "light", "Ljus", "dark", "M\xf6rk", "email_design", "E-post design", "attach_pdf", "Bifoga PDF", _s16_160, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_46, "Aktivera m\xe4rkning", "reply_to_email", "Reply-To E-post", "reply_to_name", "Reply-To namn", "bcc_email", "Skicka som hemlig kopia", "processed", "Bearbetat", "credit_card", "Betalkort", "bank_transfer", "Bank\xf6verf\xf6ring", "priority", "Prioritet", "fee_amount", "Avgiftsbelopp", "fee_percent", "Avgiftsprocent", "fee_cap", "Avgiftstak", "limits_and_fees", "Begr\xe4nsningar/avgifter", "enable_min", "Aktivera min", "enable_max", "Aktivera max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_49, "Uppdatera kundens adress med tillhandah\xe5llna uppgifter", "rate", "\xe1-pris", "tax_rate", "Skatteniv\xe5", "new_tax_rate", "Ny skatte niv\xe5", "edit_tax_rate", "Redigera skatteniv\xe5", _s16_162, "Framg\xe5ngsrikt skapat skattesats", _s16_163, "Framg\xe5ngsrikt uppdaterad momssats", _s17_104, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_164, "Skattesatsen har raderats", _s17_105, "Skattesatsen har \xe5terst\xe4llts", _s18_84, ":value skattesatser har arkiverats", _s17_106, ":value skattesatser har raderats", _s18_85, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_86, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_71, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_165, "Konvertera produkter", _s21_75, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_167, "Betalningsgateways", _s19_50, "Ny gateway", _s20_72, "Redigera gateway", _s23_37, "Gateway skapades", _s23_38, "Gateway uppdaterades", _s24_40, "Gateway arkiverades", _s23_39, "Gateway raderades", _s24_41, "Gateway \xe5terst\xe4lldes", _s25_44, ":value gateways har arkiverats", _s24_42, ":value gateways har raderats", _s25_45, ":value gateways har \xe5terst\xe4llts", _s16_169, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_76, "F\xf6rsta dagen i veckan", _s23_40, "\xc5rets f\xf6rsta m\xe5nad", "sunday", "S\xf6ndag", "monday", "M\xe5ndag", "tuesday", "Tisdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf6rdag", "january", "Januari", "february", "Februari", "march", "Mars", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "Augusti", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Kod", "date_format", "Datumformat", "datetime_format", "Datum- och tidsformat", "military_time", "24 Timmars tid", _s18_87, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_51, "Filtrera efter projekt", _s17_107, "Filtrerat efter grupp", _s19_53, "Filtrerat efter faktura", _s18_88, "Filtrerat efter kund", _s18_90, "Filtrerat efter leverant\xf6r", "group_settings", "Gruppinst\xe4llningar", "group", "Grupp", "groups", "Grupper", "new_group", "Ny grupp", "edit_group", "Redigera grupp", "created_group", "Gruppen har skapats", "updated_group", "Gruppen har uppdaterats", "archived_groups", ":value grupper har arkiverats", "deleted_groups", ":value grupper har raderats", "restored_groups", ":value grupper har \xe5terst\xe4llts", "archived_group", "Gruppen har arkiverats", "deleted_group", "Gruppen har raderats", "restored_group", "Gruppen har \xe5terst\xe4llts", "upload_logo", "Ladda upp logotyp", "uploaded_logo", "Logotypen har laddats upp", "logo", "Logotyp", "saved_settings", "Inst\xe4llningarna har sparats", _s16_171, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_109, "Avancerade inst\xe4llningar", "company_details", "F\xf6retagsinformation", "user_details", "Anv\xe4ndaruppgifter", "localization", "Spr\xe5kanpassning", "online_payments", "Onlinebetalningar", "tax_rates", "Momsniv\xe5er", "notifications", "Meddelanden", "import_export", "Importera/Exportera", "custom_fields", "Anpassade f\xe4lt", "invoice_design", "Fakturadesign", "buy_now_buttons", "K\xf6p Nu knappar", "email_settings", "E-postinst\xe4llningar", _s23_42, "Mallar och p\xe5minnelser", _s22_58, "Kreditkort och banker", _s19_55, _s17_154, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_42, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_57, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_46, "Ange ett f\xf6rnamn", _s24_43, "Ange ett efternamn", _s33_21, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_173, "Villkor f\xf6r tj\xe4nsten", "privacy_policy", "Integritetspolicy", "sign_up", "Registrera dig", "account_login", "Inloggning", "view_website", "Visa webbplats", "create_account", "Skapa konto", "email_login", "E-postinloggning", "create_new", "Skapa Ny", _s18_92, "Ingen posts har valts", _s21_79, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_43, "Kr\xe4ver en enterprise prenumeration", "take_picture", "Ta en bild", "upload_file", "Ladda upp en fil", "document", "Dokument", "documents", "Dokument", "new_document", "Nytt dokument", "edit_document", "Redigera dokument", _s17_111, "Dokuementet har laddats upp", _s16_175, "Dokumentet har uppdaterats", _s17_112, "Dokumentet har arkiverats", _s16_176, "Dokumentet har raderats", _s17_113, "Dokumentet har \xe5terst\xe4llts", _s18_94, ":value dokument har arkiverats", _s17_114, ":value dokument har raderats", _s18_95, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_177, "Loggad", _s16_178, "I v\xe4ntan p\xe5", _s16_179, "Fakturerad", "converted", "Konvertera", _s24_45, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_180, "Konvertera valuta", "mark_paid", "Markera betald", "category", "Kategori", "address", "Adress", "new_vendor", "Ny leverant\xf6r", "created_vendor", "Framg\xe5ngsrikt skapat leverant\xf6r", "updated_vendor", "Framg\xe5ngsrikt uppdaterat leverant\xf6r", "archived_vendor", "Framg\xe5ngsrikt arkiverat leverant\xf6r", "deleted_vendor", "Framg\xe5ngsrikt raderat leverant\xf6r", "restored_vendor", "Lyckades \xe5terst\xe4lla leverant\xf6r", _s16_181, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_182, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_183, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_184, "Lyckades \xe5terst\xe4lla utgifter", _s17_115, "Framg\xe5ngsrikt arkiverat kostnader", _s16_185, "Framg\xe5ngsrikt tagit bort kostnader", _s17_116, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_80, "Det gick inte att hitta posten", "invoiced", "Fakturerad", "logged", "Loggat", "running", "K\xf6rs", "resume", "\xc5teruppta", "task_errors", "Korrigera \xf6verlappande tider", "start", "Start", "stop", "Stoppa", "started_task", "Startat uppgift utan problem", "stopped_task", "Framg\xe5ngsrikt stoppad uppgift", "resumed_task", "fortsatt uppgiften utan problem", "now", "Nu", _s16_186, "Starta automatiskt uppgifter", "timer", "Timer", "manual", "Manuell", "budgeted", "Budgeterat", "start_time", "Start-tid", "end_time", "Sluttid", "date", "Datum", "times", "Tider", "duration", "Varaktighet", "new_task", "Ny uppgift", "created_task", "Framg\xe5ngsrikt skapad uppgift", "updated_task", "Lyckad uppdatering av uppgift", "archived_task", "Framg\xe5ngsrikt arkiverad uppgift", "deleted_task", "Framg\xe5ngsrikt raderad uppgift", "restored_task", "Framg\xe5ngsrikt \xe5terst\xe4lld uppgift", "archived_tasks", "Framg\xe5ngsrikt arkiverade :count uppgifter", "deleted_tasks", "Framg\xe5ngsrikt raderade :count uppgifter", "restored_tasks", ":value uppgifter har \xe5terst\xe4llts", _s19_59, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_188, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_189, "Projekt \xe5terst\xe4llt", _s17_117, ":count projekt arkiverade", _s16_190, ":count projekt borttagna", _s17_118, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_47, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_96, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_15, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_61, "V\xe4nligen autentisera", _s24_47, "Biometrisk autentisering", "footer", "Sidfot", "compare", "J\xe4mf\xf6r", "hosted_login", "Hosted inloggning", "selfhost_login", "Sj\xe4lvhostad inloggning", "google_sign_in", "Logga in med Google", "today", "Idag", "custom_range", "Anpassat intervall", "date_range", "Datumintervall", "current", "Nuvarande", "previous", "F\xf6reg\xe5ende", "current_period", "Nuvarande period", _s17_119, "J\xe4mf\xf6relseperiod", "previous_period", _s17_242, "previous_year", _s17_242, "compare_to", "J\xe4mf\xf6r med", "last7_days", "Senaste 7 dagarna", "last_week", "F\xf6rra veckan", "last30_days", "Senaste 30 dagarna", "this_month", "Denna m\xe5naden", "last_month", "Senaste m\xe5naden", "this_year", "Detta \xe5ret", "last_year", "Senaste \xe5ret", "custom", "Utforma", _s16_191, "Klona till faktura", "clone_to_quote", "Klona till offert", "clone_to_credit", "Klona till kredit", "view_invoice", "Visa faktura", "convert", "Konvertera", "more", "Mer", "edit_client", "Redigera kund", "edit_product", "Redigera produkt", "edit_invoice", "Redigera faktura", "edit_quote", "\xc4ndra offert", "edit_payment", "\xc4ndra betalning", "edit_task", "Redigera uppgift", "edit_expense", "Redigera kostnad", "edit_vendor", "\xc4ndra leverant\xf6r", "edit_project", "\xc4ndra produkt", _s20_74, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_193, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_117, "active_clients", "aktiva kunder", "close", "St\xe4ng", "email", "E-post", "password", "L\xf6senord", "url", "URL", "secret", "Hemlig", "name", "Namn", "logout", "Logga ut", "login", "Logga in", "filter", "Filter", "sort", "Sortera", "search", "S\xf6k", "active", "Aktiv", "archived", "Arkiverad", "deleted", "Ta bort", "dashboard", "\xd6versikt", "archive", "Arkiv", "delete", "Ta bort", "restore", "\xc5terst\xe4ll", _s16_195, "Uppdatering klar", _s23_43, "Ange din e-postadress", _s26_34, "Ange ditt l\xf6senord", _s21_83, "Ange din URL", _s26_36, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_121, "Ett fel uppstod", "paid_to_date", "Betalt hittills", "balance_due", "Resterande belopp", "balance", "Balans", "overview", "\xd6versikt", "details", "Detaljer", "phone", "Telefon", "website", "Hemsida", "vat_number", "Momsregistreringsnummer", "id_number", "ID-nummer", "create", "Skapa", _s19_63, "Kopierade :value till urklipp", "error", "Error", _s16_197, "Kunde inte starta", "contacts", "Kontakter", "additional", "Ytterligare", "first_name", "F\xf6rnamn", "last_name", "Efternamn", "add_contact", "L\xe4gg till kontakt", "are_you_sure", "\xc4r du s\xe4ker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Ta bort", _s16_199, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_201, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_202, "Produkt \xe5terst\xe4lld", _s17_123, "Arkiverade :count produkter utan problem", _s16_203, ":count produkter borttagna", _s17_124, ":value produkter har \xe5terst\xe4llts", "product_key", "Produkt", "notes", "Notis", "cost", "Kostnad", "client", "Kund", "clients", "Kunder", "new_client", "Ny kund", "created_client", "Kund skapad", "updated_client", "Kund uppdaterad", "archived_client", "Kund arkiverad", _s16_204, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_205, ":value kunder har \xe5terst\xe4llts", "address1", "Adress 1", "address2", "Adress 2", "city", "Ort", "state", "Landskap", "postal_code", "Postnummer", "country", "Land", "invoice", "Faktura", "invoices", "Fakturor", "new_invoice", "Ny faktura", "created_invoice", "Faktura skapad", "updated_invoice", "Faktura uppdaterad", _s16_206, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_207, "Faktura \xe5terst\xe4lld", _s17_125, ":count fakturor arkiverade", _s16_208, ":count fakturor borttagna", _s17_126, ":value fakturor har \xe5terst\xe4llts", "emailed_invoice", "Faktura skickad som e-post", "emailed_payment", "Epostade betalningen utan problem", "amount", "Summa", "invoice_number", "Fakturanummer", "invoice_date", "Fakturadatum", "discount", "Rabatt", "po_number", "Referensnummer", "terms", "Villkor", "public_notes", "Publika noteringar", "private_notes", "Privata anteckningar", "frequency", "Frekvens", "start_date", "Startdatum", "end_date", "Slutdatum", "quote_number", "Offertnummer", "quote_date", "Offertdatum", "valid_until", "Giltig till", "items", "Artiklar", "partial_deposit", "Delvis/deposition", "description", "Beskrivning", "unit_cost", "Enhetspris", "quantity", "Antal", "add_item", "L\xe4gg till artikel", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Totala summan", "pdf", "PDF", "due_date", "Sista betalningsdatum", _s16_209, "Delvis f\xf6rfallen", "status", "Status", _s17_127, "Fakturastatus", "quote_status", "Offertstatus", _s22_59, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_61, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_76, "V\xe4lj ett datum", _s22_62, "V\xe4lj en kund", _s24_49, "V\xe4lj en faktura", "task_rate", "Uppgifts taxa", "settings", "Inst\xe4llningar", "language", "Spr\xe5k", "currency", "Valuta", "created_at", "Skapat datum", "created_on", "Skapad", "updated_at", "Uppdaterad", "tax", "Moms", _s30_17, "Ange ett fakturanummer", _s27_51, "Ange ett offertnummer", "past_due", "F\xf6rfallen", "draft", "Utkast", "sent", "Skickat", "viewed", "Visad", "approved", "Godk\xe4nd", "partial", "delins\xe4ttning", "paid", "Betald", "mark_sent", "Markera skickad", _s22_64, "Fakturan har markerats som skickad", _s22_65, "Fakturan har markerats som betalad", _s23_45, "Fakturorna har markerats som skickade", _s23_46, "Fakturorna har markerats som betalade", "done", "Klar", _s37_18, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_53, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_211, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_241, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_213, "V\xe4ntande", _s16_214, "Ogiltig", _s16_215, "Misslyckad", _s16_216, "Avslutad", _s16_217, _s18_218, _s16_218, "\xc5terbetalad", _s17_128, "Outnyttjad", _s17_129, "Delvis oanv\xe4nd", "net", "Netto", "client_portal", "Kundportal", "show_tasks", "Visa uppgifter", "email_reminders", "E-postp\xe5minnelser", "enabled", "Aktiverad", "recipients", "Mottagare", "initial_email", "P\xe5b\xf6rja epost", "first_reminder", "F\xf6rsta P\xe5minnelse", "second_reminder", "Andra P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "F\xf6rsta p\xe5minnelsen", "reminder2", "Andra p\xe5minnelsen", "reminder3", "Tredje p\xe5minnelsen", "template", "Mall", "send", "Skicka", "subject", "Subject", "body", "Organisation/Avdelning", "send_email", "Skicka epost", "email_receipt", "E-posta kvitto till kunden", "auto_billing", "Automatisk fakturering", "button", "Knapp", "preview", "F\xf6rhandsgranska", "customize", "Skr\xe4ddarsy", "history", "Historik", "payment", "Betalning", "payments", "Betalningar", "refunded", "\xc5terbetalad", "payment_type", "Betalningstyp", _s21_85, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_219, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_220, "betalning \xe5terst\xe4lld", _s17_130, ":count betalningar arkiverade", _s16_221, ":count betalningar borttagna", _s17_131, ":value betalningar har \xe5terst\xe4llts", "quote", "Offert", "quotes", "Offerter", "new_quote", "Ny offert", "created_quote", "Offert skapad", "updated_quote", "Offert uppdaterad", "archived_quote", "Offert arkiverad", "deleted_quote", "Offert borttagen", "restored_quote", "Offert \xe5terst\xe4lld", "archived_quotes", ":count offerter arkiverade", "deleted_quotes", ":count offerter borttagna", "restored_quotes", ":value offerter har \xe5terst\xe4llts", "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverant\xf6r", "vendors", "Leverant\xf6rer", "task", "Uppgift", "tasks", "Uppgifter", "project", "Projekt", "projects", "Projekt", "activity_1", ":user skapade kund :client", "activity_2", ":user arkiverade kund :client", "activity_3", ":user raderade kund :client", "activity_4", ":user skapade faktura :invoice", "activity_5", ":user uppdaterade faktura :invoice", "activity_6", ":user mailade faktura :invoice f\xf6r :client till :contact", "activity_7", ":contact visade faktura :invoice f\xf6r :client", "activity_8", ":user arkiverade faktura :invoice", "activity_9", ":user raderade faktura :invoice", "activity_10", _s85_0, "activity_11", ":user uppdaterade betalning :payment", "activity_12", ":user arkiverade betalning :payment", "activity_13", ":user tog bort betalning :payment", "activity_14", ":user skickade in :credit kredit", "activity_15", ":user updaterade :credit kredit", "activity_16", ":user arkiverade :credit kredit", "activity_17", ":user tog bort :credit kredit", "activity_18", ":user skapade offert :quote", "activity_19", ":user uppdaterade offert :quote", "activity_20", ":user mailade offert :quote f\xf6r :client f\xf6r :contact", "activity_21", ":contact visade offert :quote", "activity_22", ":user arkiverade offert :quote", "activity_23", ":user tog bort offert :quote", "activity_24", ":user \xe5terst\xe4llde offert :quote", "activity_25", ":user \xe5terst\xe4llde faktura :invoice", "activity_26", ":user \xe5terst\xe4llde kund :client", "activity_27", ":user \xe5terst\xe4llde betalning :payment", "activity_28", ":user \xe5terst\xe4llde :credit kredit", "activity_29", _s42_13, "activity_30", ":user skapade leverant\xf6r :vendor", "activity_31", ":user arkiverade leverant\xf6r :vendor", "activity_32", ":user tog bort leverant\xf6r :vendor", "activity_33", ":user \xe5terst\xe4llde leverant\xf6r :vendor", "activity_34", ":user skapade kostnad :expense", "activity_35", ":user arkiverade kostnad :expense", "activity_36", ":user tog bort kostnad :expense", "activity_37", ":user \xe5terst\xe4llde kostnad :expense", "activity_39", ":user avbr\xf6t en :payment_amount betalning :payment", "activity_40", ":user \xe5terbetalade :adjustment av en :payment_amount betalning :payment", "activity_41", ":payment_amount betalning (:payment) misslyckad", "activity_42", ":user skapade uppgift :task", "activity_43", ":user uppdaterade uppgift :task", "activity_44", ":user arkiverade uppgift :task", "activity_45", ":user tog bort uppgift :task", "activity_46", ":user \xe5terst\xe4llde uppgift :task", "activity_47", ":user uppdaterade kostnad :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \xe5ter\xf6ppnade \xe4rende :ticket", "activity_55", ":contact svarade p\xe5 \xe4rende :ticket", "activity_56", ":user visade \xe4rende :ticket", "activity_57", "Systemet kunde inte skicka fakturan via e-post :invoice", "activity_58", ":user omv\xe4nd faktura :invoice", "activity_59", ":user avbruten faktura :invoice", "activity_60", ":contact har kollat p\xe5 offerten :quote", "activity_61", ":user uppdaterade kunden :client", "activity_62", ":user uppdaterade leverant\xf6ren :vendor", "activity_63", ":user mejlade f\xf6rsta p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_64", ":user emaimejlade andra p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_65", ":user mejlade tredje p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_66", ":user mejlade en o\xe4ndlig p\xe5minnelse f\xf6r faktura :invoice till :contact", "activity_80", ":user skapade prenumerationen :subscription", "activity_81", ":user uppdaterade prenumerationen :subscription", "activity_82", ":user arkiverade prenumerationen :subscription", "activity_83", ":user raderade prenumerationen :subscription", "activity_84", ":user \xe5terst\xe4llde prenumerationen :subscription", _s17_132, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_41, _s20_78, "Offerten har markerats som skickad", _s21_87, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_66, "Tryck l\xe4nge p\xe5 meny", "custom_value1", "Anpassat v\xe4rde", "custom_value2", "Anpassat v\xe4rde", "custom_value3", "Anpassat v\xe4rde 3", "custom_value4", "Anpassat v\xe4rde 4", _s18_97, "Anpassad e-poststil", _s24_54, "Anpassat \xf6versiktsmeddelande", _s29_37, "Anpassat obetalt fakturameddelande", _s27_58, "Anpassat betalt fakturameddelande", _s31_18, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_64, "Uppgift nummerformat", _s19_66, "Uppgift nummerr\xe4knare", _s22_68, "Utgift nummerformat", _s22_70, "Utgift nummerr\xe4knare", _s21_88, "Leverant\xf6r nummerformat", _s21_90, "Leverant\xf6r nummerr\xe4knare", _s21_92, "\xc4rende nummerformat", _s21_94, "\xc4rende nummerr\xe4knare", _s22_72, "Betalning nummerformat", _s22_74, "Betalning nummerr\xe4knare", _s22_76, "Faktura nummerformat", _s22_78, "Fakturar\xe4knare", _s20_79, "Offert nummerformat", _s20_81, "Offertr\xe4knare", _s21_96, "Kund nummerformat", _s21_98, "Kund nummerr\xe4knare", _s21_100, "Kredit nummerformat", _s21_101, "Kredit nummerr\xe4knare", _s18_99, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_57, "Delad r\xe4knare f\xf6r fakturor och offerter", _s18_101, "Standardskattnamn 1", _s18_103, "Standard skattesats 1", _s18_105, "Standardskattnamn 2", _s18_107, "Standard skattesats 2", _s18_109, "Standardskattnamn 3", _s18_111, "Standard skattesats 3", _s21_102, "E-postfakturans \xe4mne", _s19_68, "E-postoffertens \xe4mne", _s21_104, "E-postbetalningens \xe4mne", _s29_39, "\xc4mne f\xf6r delbetalning via e-post", "show_table", "Visa tabell", "show_list", "Visa lista", "client_city", "Kundens stad", "client_state", "Kundens landskap", "client_country", "Kundens land", _s16_222, "Kunden \xe4r aktiv", "client_balance", "Kundens balans", "client_address1", "Kundens adress 1", "client_address2", "Kundens adress 2", "vendor_address1", "Leverant\xf6rsadress", "vendor_address2", "Leverant\xf6rsadress 2", _s24_56, "Kundens leveransadress 1", _s24_57, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_226, "F\xf6rfallodatum", "tax_rate1", "Skattesats 1", "tax_rate2", "Skattesats 2", "tax_rate3", "Skattesats 3", "auto_bill", "Auto debitera", "archived_at", "Arkiverad kl", "has_expenses", "Har utgifter", "custom_taxes1", "Anpassade skatter 1", "custom_taxes2", "Anpassade skatter 2", "custom_taxes3", "Anpassade skatter 3", "custom_taxes4", "Anpassade skatter 4", _s17_134, _s25_96, _s17_135, _s25_97, _s17_136, _s25_98, _s17_137, _s25_99, "is_deleted", "\xc4r raderad", "vendor_city", "Leverant\xf6rens stad", "vendor_state", "Leverant\xf6rens landskap", "vendor_country", "Leverant\xf6rens land", "is_approved", "\xc4r godk\xe4nd", "tax_name", "Skattenamn", "tax_amount", "Moms summa", "tax_paid", "Moms betalad", "payment_amount", "Betald summa", "age", "\xc5lder", "is_running", "K\xf6rs", "time_log", "Tidslogg", "bank_id", "Bank", _s19_70, "Utgiftskategori ID", _s16_227, "Kostnads kategori", _s19_72, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15 & \u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e04\u0e49\u0e32\u0e07", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", _s17_11, _s17_12, "week", "\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a :amount \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0e14\u0e39\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 # :expense", "view_statement", "\u0e14\u0e39\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s21_22, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_27, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_3, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_4, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s26_4, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_5, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_6, _s38_2, _s26_5, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e41\u0e25\u0e49\u0e27", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_23, "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "order", "Order", "unassigned", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22", "partial_value", "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e14\u0e40\u0e21\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0e07\u0e32\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0e0b\u0e48\u0e2d\u0e19", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", "sample", "\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "map_to", "Map To", "import", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", _s25_16, _s29_7, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_62, _s16_63, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e08\u0e48\u0e32\u0e22", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "invoice_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e15\u0e32\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "credit_total", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_48, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_46, _s21_47, _s24_29, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_30, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_20, "\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e47\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s24_31, "\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_32, _s37_7, _s25_21, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s27_23, "\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_51, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_53, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_29, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_30, _s38_11, _s26_14, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u0e14\u0e39\u0e1e\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e25", "copy_link", "Copy Link", "token_billing", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s24_35, _s24_36, "always", "\u0e15\u0e25\u0e2d\u0e14\u0e40\u0e27\u0e25\u0e32", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "client_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_convert", "Auto Convert", "company_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_quotes", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_credits", _s28_58, "gateway", "\u0e40\u0e01\u0e15\u0e40\u0e27\u0e22\u0e4c", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", "statement", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "taxes", "\u0e20\u0e32\u0e29\u0e35", "surcharge", "\u0e04\u0e34\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "apply_payment", "Apply Payment", "apply_credit", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0e44\u0e1b\u0e22\u0e31\u0e07", "health_check", "Health Check", "payment_type_id", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_65, _s17_66, "recent_payments", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "upcoming_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", "expired_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "create_client", "Create Client", "create_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "create_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "create_payment", "Create Payment", "create_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "update_quote", "Update Quote", "delete_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "update_invoice", "Update Invoice", "delete_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "update_client", "Update Client", "delete_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "delete_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "update_vendor", "Update Vendor", "delete_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "create_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19", "update_task", "Update Task", "delete_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19", "approve_quote", "Approve Quote", "off", "\u0e1b\u0e34\u0e14", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0e1f\u0e23\u0e35", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "\u0e41\u0e01\u0e49\u0e44\u0e02 Token", "created_token", "\u0e2a\u0e23\u0e49\u0e32\u0e07 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_token", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_token", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 Token \u0e41\u0e25\u0e49\u0e27", "deleted_token", "\u0e25\u0e1a Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_374, "email_credit", "Email Credit", "email_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s20_57, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_58, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s21_56, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0e22\u0e2d\u0e14\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0e1e\u0e34\u0e40\u0e28\u0e29", "inclusive", "\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_77, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_79, "\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c / \u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10", "custom1", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "custom2", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", _s16_93, _s32_10, _s18_60, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e04\u0e37\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u0e27\u0e31\u0e19", "age_group_30", "30 - 60 \u0e27\u0e31\u0e19", "age_group_60", "60 - 90 \u0e27\u0e31\u0e19", "age_group_90", "90 - 120 \u0e27\u0e31\u0e19", "age_group_120", "120+ \u0e27\u0e31\u0e19", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s20_166, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_47, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27", "load_design", "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e0d\u0e0a\u0e35", "credit_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credit", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credits", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "new_credit", "\u0e1b\u0e49\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "edit_credit", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "created_credit", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_credit", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e41\u0e25\u0e49\u0e27", "archived_credit", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_credit", "\u0e25\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_credit", _s27_36, "restored_credit", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_100, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "deleted_credits", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s16_101, _s36_9, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15", "number", "Number", "export", "\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "chart", "\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34", "count", "Count", "totals", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "blank", "\u0e27\u0e48\u0e32\u0e07", "day", "\u0e27\u0e31\u0e19", "month", "\u0e40\u0e14\u0e37\u0e2d\u0e19", "year", "\u0e1b\u0e35", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0e08\u0e31\u0e14\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e32\u0e21", "credit_balance", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "assigned_to", "Assigned to", "created_by", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e14\u0e22 :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0e04\u0e2d\u0e25\u0e31\u0e21", "aging", "\u0e2d\u0e32\u0e22\u0e38\u0e25\u0e39\u0e01\u0e2b\u0e19\u0e35\u0e49", "profit_and_loss", "\u0e01\u0e33\u0e44\u0e23\u0e41\u0e25\u0e30\u0e02\u0e32\u0e14\u0e17\u0e38\u0e19", "reports", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "report", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "add_company", "\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "refund", "\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "multiselect", "Multiselect", "entity_state", "\u0e2a\u0e16\u0e32\u0e19\u0e30", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", "contact_us", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32", "subtotal", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "line_total", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0e43\u0e0a\u0e48", "no", "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u0e14\u0e39", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_44, _s20_69, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_144, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "late_fees", "Late Fees", "credit_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "payment_number", "Payment Number", "late_fee_amount", "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19", _s16_145, "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "schedule", "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e40\u0e27\u0e25\u0e32", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0e27\u0e31\u0e19", "invoice_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "payment_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", _s16_374, _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_80, "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "user_management", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "users", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "new_user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48", "edit_user", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "created_user", _s25_37, "updated_user", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_user", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e49\u0e27", "deleted_user", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_user", _s25_40, "restored_user", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b", "invoice_options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s17_92, "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", _s22_55, '\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48 "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48" \u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27', _s23_31, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_21, "\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e41\u0e19\u0e1a\u0e21\u0e32\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_153, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_154, "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "first_page", "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01", "all_pages", "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "last_page", "\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u0e2a\u0e35\u0e2b\u0e25\u0e31\u0e01", "secondary_color", "\u0e2a\u0e35\u0e23\u0e2d\u0e07", "page_size", "\u0e02\u0e19\u0e32\u0e14\u0e2b\u0e19\u0e49\u0e32", "font_size", "\u0e02\u0e19\u0e32\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", "quote_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "invoice_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "product_fields", "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "invoice_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_footer", "\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_34, "\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0e23\u0e32\u0e22\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_two_weeks", "\u0e2a\u0e2d\u0e07\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_four_weeks", "\u0e2a\u0e35\u0e48\u0e2a\u0e31\u0e1a\u0e14\u0e32\u0e2b\u0e4c", "freq_monthly", "\u0e23\u0e32\u0e22\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_two_months", "2 \u0e40\u0e14\u0e37\u0e2d\u0e19", _s17_96, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_155, "Four months", "freq_six_months", "\u0e2b\u0e01\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_annually", "\u0e23\u0e32\u0e22\u0e1b\u0e35", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_97, "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19", "charge_taxes", "\u0e20\u0e32\u0e29\u0e35\u0e04\u0e48\u0e32\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "next_reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e04\u0e23\u0e31\u0e49\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b", "reset_counter", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e15\u0e31\u0e27\u0e19\u0e31\u0e1a", _s16_157, "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32 \u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_9, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_35, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_22, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s25_42, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_10, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e31\u0e14\u0e2b\u0e32\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19", _s23_36, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_57, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s27_38, "\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d \u0e2b\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "authorization", "\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15", "subdomain", "Subdomain", "domain", "\u0e42\u0e14\u0e40\u0e21\u0e19", "portal_mode", "Portal Mode", "email_signature", "\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e04\u0e32\u0e23\u0e1e", _s24_39, "\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e21\u0e32\u0e23\u0e4c\u0e01\u0e2d\u0e31\u0e1b schema.org \u0e25\u0e07\u0e43\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "plain", "\u0e18\u0e23\u0e23\u0e21\u0e14\u0e32", "light", "\u0e1a\u0e32\u0e07", "dark", "\u0e21\u0e37\u0e14", "email_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Markup", "reply_to_email", "\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "bank_transfer", "\u0e42\u0e2d\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14", "enable_max", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", "min_limit", "\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14 :min", "max_limit", "\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 :max", "min", "\u0e19\u0e49\u0e2d\u0e22", "max", "\u0e21\u0e32\u0e01", _s19_47, "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e42\u0e25\u0e42\u0e01\u0e49\u0e02\u0e2d\u0e07\u0e1a\u0e31\u0e15\u0e23", "credentials", "Credentials", "update_address", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", _s19_49, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e44\u0e27\u0e49", "rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32", "tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "new_tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e43\u0e2b\u0e21\u0e48", "edit_tax_rate", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", _s16_162, _s28_100, _s16_163, _s28_100, _s17_104, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_86, "\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e08\u0e30\u0e40\u0e15\u0e34\u0e21\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "update_products", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s20_71, "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 \u0e08\u0e30\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21", "limits", "\u0e08\u0e33\u0e01\u0e31\u0e14", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "monday", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "tuesday", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "wednesday", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "thursday", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "friday", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "saturday", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c", "january", "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "february", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "march", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "april", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "may", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "june", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "july", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "august", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "september", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "october", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "november", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "december", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "www", "saved_settings", _s27_41, _s16_171, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "device_settings", "Device Settings", "defaults", "\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "basic_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19", _s17_109, "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07", "company_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "user_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "localization", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19", "online_payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c", "tax_rates", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "notifications", "\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", "import_export", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32 | \u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "custom_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", "invoice_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "buy_now_buttons", "\u0e1b\u0e38\u0e48\u0e21\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49", "email_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", _s23_42, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_58, _s20_73, _s19_55, "\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e20\u0e32\u0e1e\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "privacy_policy", "\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", "sign_up", "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", "account_login", "\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23:", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e34\u0e01\u0e08\u0e48\u0e32\u0e22", "pending", "\u0e23\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_45, "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "exchange_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", _s16_180, "\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "mark_paid", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27", "category", "\u0e41\u0e04\u0e15\u0e15\u0e32\u0e25\u0e47\u0e2d\u0e01", "address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", "new_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", "created_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_vendor", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_vendor", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "restored_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_181, "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e04\u0e25\u0e31\u0e07\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "deleted_vendors", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", _s16_182, _s36_11, "new_expense", "\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "created_expense", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_expense", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_183, _s26_93, "deleted_expense", _s18_219, _s16_184, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_115, _s26_93, _s16_185, _s18_219, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_80, _s21_81, "invoiced", "\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "logged", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32", "running", "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", "resume", "\u0e17\u0e33\u0e15\u0e48\u0e2d\u0e44\u0e1b", "task_errors", "\u0e42\u0e1b\u0e23\u0e14\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e27\u0e25\u0e32\u0e0b\u0e49\u0e2d\u0e19\u0e17\u0e31\u0e1a\u0e01\u0e31\u0e19", "start", "\u0e40\u0e23\u0e34\u0e48\u0e21", "stop", "\u0e2b\u0e22\u0e38\u0e14", "started_task", _s25_48, "stopped_task", "\u0e2b\u0e22\u0e38\u0e14\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "resumed_task", "\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "now", "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49", _s16_186, _s16_187, "timer", "\u0e08\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32", "manual", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d", "budgeted", "Budgeted", "start_time", "\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "end_time", "\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "times", "\u0e40\u0e27\u0e25\u0e32", "duration", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32", "new_task", "\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e21\u0e48", "created_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_task", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_task", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_task", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_tasks", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e07\u0e32\u0e19", "deleted_tasks", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e07\u0e32\u0e19", "restored_tasks", _s34_20, _s19_59, "\u0e42\u0e1b\u0e23\u0e14\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", "budgeted_hours", "Budgeted Hours", "created_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_project", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_188, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_project", "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_189, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_117, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_190, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_118, _s37_15, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u0e04\u0e48\u0e32\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "unapproved", "\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e27\u0e07", "date_range", "\u0e0a\u0e48\u0e27\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49", "last_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "this_year", "\u0e1b\u0e35\u0e19\u0e35\u0e49", "last_year", "\u0e1b\u0e35\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "custom", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "convert", "Convert", "more", "More", "edit_client", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "edit_product", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "edit_invoice", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "edit_quote", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "edit_payment", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "edit_task", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e07\u0e32\u0e19", "edit_expense", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "edit_vendor", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "edit_project", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s20_74, _s20_75, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_193, _s16_194, "total_revenue", "\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e23\u0e27\u0e21", "average_invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "outstanding", "\u0e42\u0e14\u0e14\u0e40\u0e14\u0e48\u0e19", "invoices_sent", _s20_166, "active_clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "close", "\u0e1b\u0e34\u0e14", "email", "\u0e2d\u0e35\u0e40\u0e21\u0e25", "password", "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", "url", "URL", "secret", "Secret", "name", "\u0e0a\u0e37\u0e48\u0e2d", "logout", "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", "login", "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", "filter", "\u0e01\u0e23\u0e2d\u0e07", "sort", "Sort", "search", "\u0e04\u0e49\u0e19\u0e2b\u0e32", "active", "\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "archived", "\u0e40\u0e01\u0e47\u0e1a\u0e16\u0e32\u0e27\u0e23", "deleted", "\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", "dashboard", "\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", "archive", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e01\u0e48\u0e32", "delete", "\u0e25\u0e1a", "restore", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_121, _s17_122, "paid_to_date", "\u0e22\u0e2d\u0e14\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", "balance_due", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "balance", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "overview", "Overview", "details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "phone", "\u0e42\u0e17\u0e23.", "website", "\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c", "vat_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e20\u0e32\u0e29\u0e35", "id_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", "create", "\u0e2a\u0e23\u0e49\u0e32\u0e07", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "additional", "Additional", "first_name", "\u0e0a\u0e37\u0e48\u0e2d", "last_name", "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", "add_contact", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "are_you_sure", "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", "cancel", "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", "ok", "Ok", "remove", "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01", _s16_199, _s16_200, "product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "products", "\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c", "new_product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_product", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_product", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_201, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_product", "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s16_202, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_123, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_203, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_124, _s37_16, "product_key", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "notes", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", "cost", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "client", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "new_client", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "created_client", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_client", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_client", "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_204, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27: \u0e19\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "deleted_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_clients", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "restored_client", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_205, _s36_13, "address1", "\u0e16\u0e19\u0e19", "address2", "\u0e2d\u0e32\u0e04\u0e32\u0e23", "city", "\u0e2d\u0e33\u0e40\u0e20\u0e2d", "state", "\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14", "postal_code", "\u0e23\u0e2b\u0e31\u0e2a\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", "country", "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", "invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoices", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "new_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "created_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_invoice", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_206, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_207, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_125, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_208, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s17_126, _s37_17, "emailed_invoice", "\u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_payment", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "amount", "\u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19", "invoice_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "discount", "\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14", "po_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d", "terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02", "public_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e41\u0e1a\u0e1a\u0e40\u0e1b\u0e34\u0e14", "private_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19", "frequency", "\u0e04\u0e27\u0e32\u0e21\u0e16\u0e35\u0e48", "start_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", "end_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "quote_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "valid_until", "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "unit_cost", "\u0e23\u0e32\u0e04\u0e32\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22", "quantity", "\u0e08\u0e33\u0e19\u0e27\u0e19", "add_item", "Add Item", "contact", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "work_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0e27\u0e31\u0e19\u0e16\u0e36\u0e07\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e0a\u0e33\u0e23\u0e30", _s16_209, _s16_210, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "\u0e04\u0e25\u0e34\u0e4a\u0e01\u0e1b\u0e38\u0e48\u0e21 + \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "count_selected", ":count selected", "total", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "percent", "\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "edit", "\u0e41\u0e01\u0e49\u0e44\u0e02", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", "language", "Language", "currency", "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0e20\u0e32\u0e29\u0e35", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0e14\u0e23\u0e32\u0e1f", "sent", "\u0e2a\u0e48\u0e07", "viewed", "Viewed", "approved", "Approved", "partial", "\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19 / \u0e40\u0e07\u0e34\u0e19\u0e1d\u0e32\u0e01", "paid", "\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "mark_sent", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e44\u0e27\u0e49", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_18, _s37_19, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_211, _s16_212, "clone", "\u0e17\u0e33\u0e0b\u0e49\u0e33", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30", "payment_date", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e08\u0e48\u0e32\u0e22", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u0e40\u0e1b\u0e34\u0e14", "recipients", "\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a", "initial_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "first_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "second_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0e41\u0e1a\u0e1a", "send", "Send", "subject", "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "body", "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "send_email", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_receipt", "\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_billing", "Auto billing", "button", "Button", "preview", "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "customize", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07", "history", "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34", "payment", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "refunded", "Refunded", "payment_type", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s21_85, "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "enter_payment", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "new_payment", "\u0e1b\u0e49\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "created_payment", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_payment", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", _s16_219, "\u0e40\u0e01\u0e47\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_220, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_130, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s16_221, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s17_131, _s37_20, "quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "new_quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_quote", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_quote", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "deleted_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_quote", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_quotes", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "deleted_quotes", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "restored_quotes", _s35_22, "expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "expenses", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "vendors", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "task", "\u0e07\u0e32\u0e19", "tasks", "\u0e07\u0e32\u0e19", "project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "projects", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "activity_1", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_2", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :client", "activity_3", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_4", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_5", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_9", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 :payment", "activity_12", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_13", ":user \u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_14", ":user \u0e1b\u0e49\u0e2d\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_15", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_16", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_17", ":user \u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_18", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_19", ";user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0e14\u0e39\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_22", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_23", ":user \u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_24", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_25", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_26", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 :client", "activity_27", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_28", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_29", _s42_13, "activity_30", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_31", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_32", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_33", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_34", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_35", ":user \u0e44\u0e14\u0e49\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_36", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_37", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_39", ":user \u0e22\u0e01\u0e40\u0e25\u0e34\u0e01 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_40", ":usre \u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19 :adjustment\xa0\u0e02\u0e2d\u0e07 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_41", ":payment_amount \u0e08\u0e48\u0e32\u0e22\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 (:payment) \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", "activity_42", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19 :task", "activity_43", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19 :task", "activity_44", ":user \u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19 :task", "activity_45", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e07\u0e32\u0e19 :task", "activity_46", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19 :task", "activity_47", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_79, _s20_80, _s20_81, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_226, "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0e1a\u0e34\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e20\u0e32\u0e29\u0e35", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0e22\u0e2d\u0e14\u0e08\u0e48\u0e32\u0e22", "age", "\u0e2d\u0e32\u0e22\u0e38", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s19_70, _s19_71, _s16_227, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Beklemede", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\xd6deme Sistemi Ekle", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", ":invoice nolu faturaya ekle", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Aral\u0131k", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Onayla", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u015eifreyi belirle", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "S\u0131f\u0131rdan b\xfcy\xfck olmal\u0131 ve toplamdan daha az olmal\u0131", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Etkinle\u015ftir", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Gizle", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_16, _s29_7, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_62, _s16_63, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Fatura Toplam", "quote_total", "Teklif Toplam", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "M\xfc\u015fteri Ad\u0131", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Gider Kategorisi", _s20_48, "Yeni Gider Kategorisi", _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Faturalanmal\u0131 m\u0131", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Tekrarlayan Fatura", _s18_51, "Tekrarlayan Faturalar", _s21_53, "Yeni Tekrarlayan Fatura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_29, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_30, _s38_11, _s26_14, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u015eirket Ad\u0131", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Saat", "statement", "Statement", "taxes", "Vergiler", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Kredi Uygula", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Kime", "health_check", "Health Check", "payment_type_id", "\xd6deme T\xfcr\xfc", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Yakla\u015fan Faturalar", _s17_65, _s17_66, "recent_payments", "Son \xd6demeler", "upcoming_quotes", "Tarihi Yakla\u015fan Teklifler", "expired_quotes", "Tarihi Dolan Teklifler", "create_client", "Create Client", "create_invoice", "Fatura Olu\u015ftur", "create_quote", "Teklif Olu\u015ftur", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Teklif Sil", "update_invoice", "Update Invoice", "delete_invoice", "Faturay\u0131 Sil", "update_client", "Update Client", "delete_client", "M\xfc\u015fteri Sil", "delete_payment", "\xd6deme Sil", "update_vendor", "Update Vendor", "delete_vendor", "Tedarik\xe7iyi Sil", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Gider Sil", "create_task", "G\xf6rev Olu\u015ftur", "update_task", "Update Task", "delete_task", "G\xf6rev Sil", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\xdccretsiz", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenlar", "new_token", "New Token", "edit_token", "Token d\xfczenle", "created_token", "Token ba\u015far\u0131yla olu\u015fturuldu", "updated_token", "Token ba\u015far\u0131yla g\xfcncellendi", "archived_token", "Token ba\u015far\u0131yla ar\u015fivlendi", "deleted_token", "Token ba\u015far\u0131yla silindi", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Faturay\u0131 E-Posta ile g\xf6nder", "email_quote", "Teklifi E-Posta ile G\xf6nder", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredi Tutar\u0131", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s24_118, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\xdcstbilgi", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kredi Tarihi", "credit", "Kredi", "credits", "Krediler", "new_credit", "Kredi Gir", "edit_credit", "Edit Credit", "created_credit", "Kredi ba\u015far\u0131yla olu\u015fturuldu", "updated_credit", _s27_34, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_36, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_100, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_101, _s36_9, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "S\u0131f\u0131rla", "number", "Number", "export", "D\u0131\u015fa Aktar", "chart", "Grafik", "count", "Count", "totals", "Toplamlar", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupland\u0131r", "credit_balance", "Kredi Bakiyesi", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Rapor", "add_company", "Firma Ekle", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Yard\u0131m", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Durum", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "Kimden", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "destek forum", "about", "About", "documentation", "Belgeler", "contact_us", "Contact Us", "subtotal", "Aratoplam", "line_total", "Tutar", "item", "\xd6\u011fe", "credit_email", "Credit Email", "iframe_url", "Web adresi", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Evet", "no", "Hay\u0131r", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "G\xf6r\xfcnt\xfcle", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Vergi Ayarlar\u0131", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "program", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Teklif E-postas\u0131", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Kullan\u0131c\u0131 y\xf6netimi", "users", "Kullan\u0131c\u0131lar", "new_user", "Yeni Kullan\u0131c\u0131", "edit_user", "Kullan\u0131c\u0131 D\xfczenle", "created_user", _s25_37, "updated_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla silindi", "removed_user", _s25_40, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_92, "\xd6deme Tarihini Gizle", _s22_55, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u0130lk sayfa", "all_pages", "T\xfcm sayfalar", "last_page", "Son sayfa", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Birincil Renk", "secondary_color", "\u0130kincil Renk", "page_size", "Sayfa Boyutu", "font_size", "Font Boyutu", "quote_design", "Quote Design", "invoice_fields", "Fatura Alanlar\u0131", "product_fields", "Product Fields", "invoice_terms", "Fatura \u015eartlar\u0131", "invoice_footer", "Fatura Altbilgisi", "quote_terms", "Teklif \u015eartlar\u0131", "quote_footer", "Teklif Altbilgisi", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "G\xfcnl\xfck", "freq_weekly", "Haftal\u0131k", "freq_two_weeks", "2 hafta", "freq_four_weeks", "4 hafta", "freq_monthly", "Ayl\u0131k", "freq_two_months", "Two months", _s17_96, "3 Ay", _s16_155, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_156, "Three Years", "never", "Never", "company", "\u015eirket", _s17_97, _s17_98, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "M\xfc\u015fteri Alan\u0131", "product_field", "\xdcr\xfcn Alan\u0131", "payment_field", "Payment Field", "contact_field", "\u0130leti\u015fim Alan\u0131", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Seri", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\xd6zel CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_39, "M\xfc\u015fterilerinizin e-postalar\u0131n\u0131za schema.org i\u015faretleme ekleyerek \xf6deme yapmalar\u0131n\u0131 kolayla\u015ft\u0131r\u0131n.", "plain", "D\xfcz", "light", "Ayd\u0131nl\u0131k", "dark", "Koyu", "email_design", "E-Posta Dizayn\u0131", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0130\u015faretlemeyi Etkinle\u015ftir", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredi Kart\u0131", "bank_transfer", "Banka Transferi (EFT/Havale)", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_49, "M\xfc\u015fterinin adresini verilen ayr\u0131nt\u0131larla g\xfcncelleyin", "rate", "Tarife", "tax_rate", "Vergi Oran\u0131", "new_tax_rate", "Yeni Vergi Oran\u0131", "edit_tax_rate", "Vergi oran\u0131 d\xfczenle", _s16_162, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_163, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_104, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_86, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_71, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Pazar", "monday", "Pazartesi", "tuesday", "Sal\u0131", "wednesday", "\xc7ar\u015famba", "thursday", "Per\u015fembe", "friday", "Cuma", "saturday", "Cumartesi", "january", "Ocak", "february", "\u015eubat", "march", "Mart", "april", "Nisan", "may", "May\u0131s", "june", "Haziran", "july", "Temmuz", "august", "A\u011fustos", "september", "Eyl\xfcl", "october", "Ekim", "november", "Kas\u0131m", "december", "Aral\u0131k", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Saat Zaman Bi\xe7imi", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_109, "Geli\u015fmi\u015f Ayarlar", "company_details", "\u015eirket Detaylar\u0131", "user_details", "Kullan\u0131c\u0131 Detaylar\u0131", "localization", "Yerelle\u015ftirme", "online_payments", "\xc7evrimi\xe7i \xd6demeler", "tax_rates", "Vergi Oranlar\u0131", "notifications", "Bildirimler", "import_export", "\u0130\xe7e Aktar\u0131m | D\u0131\u015fa Aktar\u0131m", "custom_fields", "\xd6zel Alanlar", "invoice_design", "Fatura Dizayn\u0131", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-posta ayarlar\u0131", _s23_42, "\u015eablonlar & Hat\u0131rlatmalar", _s22_58, _s20_73, _s19_55, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Hizmet \u015eartlar\u0131", "privacy_policy", "Privacy Policy", "sign_up", "Kay\u0131t Ol", "account_login", "Hesap giri\u015fi", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0130ndir", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_45, _s24_60, "exchange_rate", "D\xf6viz Kuru", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Kategori", "address", "Adres", "new_vendor", "Yeni Tedarik\xe7i", "created_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla olu\u015fturuldu", "updated_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla silindi", "restored_vendor", _s28_28, _s16_181, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_182, _s36_11, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_183, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_184, _s29_22, _s17_115, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_185, "Giderler ba\u015far\u0131yla silindi", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturaland\u0131", "logged", "Logland\u0131", "running", "\xc7al\u0131\u015f\u0131yor", "resume", "Devam Et", "task_errors", "L\xfctfen \xf6rt\xfc\u015fen s\xfcreleri d\xfczeltin", "start", "Ba\u015flama", "stop", "Biti\u015f", "started_task", _s25_48, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_50, "now", "\u015eimdi", _s16_186, _s16_187, "timer", "Zamanlay\u0131c\u0131", "manual", "Manuel", "budgeted", "Budgeted", "start_time", "Ba\u015flang\u0131\xe7 Zaman\u0131", "end_time", "Biti\u015f Zaman\u0131", "date", "Tarih", "times", "Zamanlar", "duration", "S\xfcre", "new_task", "Yeni G\xf6rev", "created_task", "G\xf6rev ba\u015far\u0131yla olu\u015fturuldu", "updated_task", "G\xf6rev ba\u015far\u0131yla g\xfcncellendi", "archived_task", "G\xf6rev ba\u015far\u0131yla ar\u015fivlendi", "deleted_task", "G\xf6rev ba\u015far\u0131yla silindi", "restored_task", "G\xf6rev ba\u015far\u0131yla geri y\xfcklendi", "archived_tasks", "Ar\u015fivlenen g\xf6rev say\u0131s\u0131 :count", "deleted_tasks", "Silinen g\xf6rev say\u0131s\u0131 :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "buraya t\u0131klay\u0131n", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\xd6zel", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Fatura G\xf6r\xfcnt\xfcle", "convert", "Convert", "more", "More", "edit_client", "M\xfc\u015fteri D\xfczenle", "edit_product", "\xdcr\xfcn D\xfczenle", "edit_invoice", "Fatura D\xfczenle", "edit_quote", "Teklif D\xfczenle", "edit_payment", "\xd6deme d\xfczenle", "edit_task", "G\xf6rev D\xfczenle", "edit_expense", "Gideri D\xfczenle", "edit_vendor", "Tedarik\xe7iyi D\xfczenle", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Fatura Adresi", _s16_193, _s16_194, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_118, "active_clients", "aktif m\xfc\u015fteriler", "close", "Kapat", "email", "E-Posta", "password", "\u015eifre", "url", "URL", "secret", "Secret", "name", "\xdcnvan", "logout", "Oturumu kapat", "login", "Oturum a\xe7", "filter", "Filtrele", "sort", "Sort", "search", "Arama", "active", "Aktif", "archived", "Ar\u015fivlendi", "deleted", "Silindi", "dashboard", "G\xf6sterge Paneli", "archive", "Ar\u015fivle", "delete", "Sil", "restore", "Geri y\xfckle", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_121, _s17_122, "paid_to_date", "\xd6denen", "balance_due", "Genel Toplam", "balance", "Bakiye", "overview", "Overview", "details", "Detaylar", "phone", "Telefon", "website", "Web adresi", "vat_number", "Vergi Numaras\u0131", "id_number", "ID Numaras\u0131", "create", "Olu\u015ftur", _s19_63, _s30_16, "error", "Hata", _s16_197, _s16_198, "contacts", "Yetkili", "additional", "Additional", "first_name", "Ad\u0131", "last_name", "Soyad\u0131", "add_contact", "Yetkili Ekle", "are_you_sure", "Emin misiniz?", "cancel", "\u0130ptal", "ok", "Tamam", "remove", "Sil", _s16_199, "E-posta ge\xe7ersiz", "product", "\xdcr\xfcn", "products", "\xdcr\xfcnler", "new_product", "Yeni \xdcr\xfcn", "created_product", "\xdcr\xfcn ba\u015far\u0131yla olu\u015fturuldu", "updated_product", "\xdcr\xfcn ba\u015far\u0131yla g\xfcncellendi", _s16_201, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\xdcr\xfcn", "notes", "Notlar", "cost", "Cost", "client", "M\xfc\u015fteri", "clients", "M\xfc\u015fteriler", "new_client", "Yeni M\xfc\u015fteri", "created_client", "M\xfc\u015fteri ba\u015far\u0131yla olu\u015fturuldu", "updated_client", "M\xfc\u015fteri ba\u015far\u0131yla g\xfcncellendi", "archived_client", "M\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", _s16_204, ":count m\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", "deleted_client", "M\xfc\u015fteri ba\u015far\u0131yla silindi", "deleted_clients", ":count m\xfc\u015fteri ba\u015far\u0131yla silindi", "restored_client", "M\xfc\u015fteri Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_205, _s36_13, "address1", "Adres", "address2", "Adres", "city", "\u015eehir", "state", "\u0130l\xe7e", "postal_code", "Posta Kodu", "country", "\xdclke", "invoice", "Fatura", "invoices", "Faturalar", "new_invoice", "Yeni Fatura", "created_invoice", "Fatura ba\u015far\u0131yla olu\u015fturuldu", "updated_invoice", "Fatura ba\u015far\u0131yla g\xfcncellendi", _s16_206, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_207, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_125, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_208, ":count fatura ba\u015far\u0131yla silindi", _s17_126, _s37_17, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_59, "amount", "Tutar", "invoice_number", "Fatura Numaras\u0131", "invoice_date", "Fatura Tarihi", "discount", "\u0130skonto", "po_number", "Sipari\u015f No", "terms", "Ko\u015fullar", "public_notes", "A\xe7\u0131k Notlar", "private_notes", "\xd6zel Notlar", "frequency", "S\u0131kl\u0131k", "start_date", "Ba\u015flang\u0131\xe7 Tarihi", "end_date", "Biti\u015f Tarihi", "quote_number", "Teklif Numaras\u0131", "quote_date", "Teklif Tarihi", "valid_until", "Ge\xe7erlilik Tarihi", "items", "\xd6geler", "partial_deposit", "Partial/Deposit", "description", "A\xe7\u0131klama", "unit_cost", "Birim Fiyat\u0131", "quantity", "Miktar", "add_item", "\xd6ge Ekle", "contact", "Ki\u015fi", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\xd6deme Tarihi", _s16_209, _s16_210, "status", "Durum", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "G\xf6nder", "viewed", "Viewed", "approved", "Approved", "partial", "K\u0131smi / Mevduat", "paid", "\xd6denen", "mark_sent", "G\xf6nderilmi\u015f Olarak \u0130\u015faretle", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Tamam", _s37_18, _s37_19, "dark_mode", "Karanl\u0131k Mod", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_211, _s16_212, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "M\xfc\u015fteri Portal\u0131", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "\u0130lk Hat\u0131rlat\u0131c\u0131", "second_reminder", "\u0130kinci Hat\u0131rlat\u0131c\u0131", "third_reminder", "\xdc\xe7\xfcnc\xfc Hat\u0131rlat\u0131c\u0131", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Konu", "body", "G\xf6vde", "send_email", "E-Mail G\xf6nder", "email_receipt", "\xd6deme makbuzunu m\xfc\u015fteriye e-postayla g\xf6nder", "auto_billing", "Auto billing", "button", "Buton", "preview", "Preview", "customize", "\xd6zelle\u015ftir", "history", "Ge\xe7mi\u015f", "payment", "\xd6deme", "payments", "\xd6demeler", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0130\u015flem Referans\u0131", "enter_payment", "\xd6deme Gir", "new_payment", "\xd6deme Gir", "created_payment", "\xd6deme ba\u015far\u0131yla olu\u015fturuldu", "updated_payment", "\xd6deme ba\u015far\u0131yla g\xfcncellendi", _s16_219, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_220, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_130, ":count \xf6deme ar\u015fivlendi", _s16_221, ":count \xf6deme silindi", _s17_131, _s37_20, "quote", "Teklif", "quotes", "Teklifler", "new_quote", "Yeni Teklif", "created_quote", "Teklif ba\u015far\u0131yla olu\u015fturuldu", "updated_quote", "Teklif ba\u015far\u0131yla g\xfcncellendi", "archived_quote", "Teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quote", "Teklif ba\u015far\u0131yla silindi", "restored_quote", "Teklif Ba\u015far\u0131yla Geri Y\xfcklendi", "archived_quotes", ":count teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quotes", ":count teklif ba\u015far\u0131yla silindi", "restored_quotes", _s35_22, "expense", "Gider", "expenses", "Giderler", "vendor", "Tedarik\xe7i", "vendors", "Tedarik\xe7iler", "task", "Task", "tasks", "G\xf6revler", "project", "Project", "projects", "Projects", "activity_1", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 olu\u015fturdu", "activity_2", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 ar\u015fivledi", "activity_3", ":user :client m\xfc\u015ftei hesab\u0131n\u0131 sildi", "activity_4", ":user :invoice nolu faturay\u0131 olu\u015fturdu", "activity_5", ":user :invoice nolu faturay\u0131 g\xfcncelledi", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user :invoice nolu faturay\u0131 ar\u015fivledi", "activity_9", ":user :invoice nolu faturay\u0131 sildi", "activity_10", _s85_0, "activity_11", ":user :payment tutarl\u0131 \xf6demeyi g\xfcncelledi", "activity_12", ":user :payment tutarl\u0131 \xf6demeyi ar\u015fivledi", "activity_13", ":user :payment tutarl\u0131 \xf6demeyi sildi", "activity_14", ":user :credit kredi girdi", "activity_15", ":user :credit kredi g\xfcncelledi", "activity_16", ":user :credit kredi ar\u015fivledi", "activity_17", ":user :credit kredi sildi", "activity_18", ":user :quote nolu teklifi olu\u015fturdu", "activity_19", ":user :quote nolu teklifi g\xfcncelledi", "activity_20", _s50_9, "activity_21", ":contact adl\u0131 yetkili :quote nolu teklifi g\xf6r\xfcnt\xfcledi", "activity_22", ":user :quote nolu teklifi ar\u015fivledi", "activity_23", ":user :quote nolu teklifi sildi", "activity_24", ":user :quote nolu teklifi geri y\xfckledi", "activity_25", ":user :invoice nolu faturay\u0131 geri y\xfckledi", "activity_26", ":user :client m\xfc\u015fterisini geri y\xfckledi", "activity_27", ":user :payment tutar\u0131nda \xf6demeyi geri y\xfckledi", "activity_28", ":user :credit kredisini geri y\xfckledi", "activity_29", _s42_13, "activity_30", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 olu\u015fturdu", "activity_31", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 ar\u015fivledi", "activity_32", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 sildi", "activity_33", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 geri y\xfckledi", "activity_34", ":user masraf olu\u015fturdu :expense", "activity_35", ":user masraf ar\u015fivledi :expense", "activity_36", ":user masraf sildi :expense", "activity_37", ":user masraf geri y\xfckledi :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user :task g\xf6revini olu\u015fturdu", "activity_43", ":user :task g\xf6revini g\xfcncelledi", "activity_44", ":user :task g\xf6revini ar\u015fivledi", "activity_45", ":user :task g\xf6revini sildi", "activity_46", ":user :task g\xf6revini geri y\xfckledi", "activity_47", ":user masraf g\xfcncelledi :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fatura No Sayac\u0131", _s20_79, _s20_80, _s20_81, "Teklif No Sayac\u0131", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_226, "Vade", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Otomatik Fatura", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Vergi Ad\u0131", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\xd6deme Tutar\u0131", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); + return A.LinkedHashMap_LinkedHashMap$_literal(["en", A.LinkedHashMap_LinkedHashMap$_literal(["preview_location", "Preview Location", "bottom", "Bottom", "side", "Side", "pdf_preview", "PDF Preview", "long_press_to_select", "Long Press to Select", "purchase_order_number", "Purchase Order Number", "purchase_order_item", "Purchase Order Item", "would_you_rate_the_app", "Would you like to rate the app?", "include_deleted", "Include Deleted", "include_deleted_help", "Include deleted records in reports", "due_on", "Due On", "browser_pdf_viewer", "Use Browser PDF Viewer", "browser_pdf_viewer_help", "Warning: Prevents interacting with app over the PDF", "converted_transactions", "Successfully converted transactions", "created_bank_account", "Successfully created bank account", "updated_bank_account", "Successfully updated bank account", "edit_bank_account", "Edit Bank Account", "default_category", "Default Category", "account_type", "Account Type", "new_bank_account", "New Bank Account", "connect_accounts", "Connect Accounts", "manage_rules", "Manage Rules", "search_category", "Search 1 Category", "search_categories", "Search :count Categories", "min_amount", "Min Amount", "max_amount", "Max Amount", "selected", "Selected", "converted_transaction", "Successfully converted transaction", "convert_to_payment", "Convert to Payment", "deposit", "Deposit", "withdrawal", "Withdrawal", "deposits", "Deposits", "withdrawals", "Withdrawals", "matched", "Matched", "unmatched", "Unmatched", "create_credit", "Create Credit", "update_credit", "Update Credit", "delete_credit", "Delete Credit", "transaction", "Transaction", "transactions", "Transactions", "new_transaction", "New Transaction", "edit_transaction", "Edit Transaction", "created_transaction", "Successfully created transaction", "updated_transaction", "Successfully updated transaction", "archived_transaction", "Successfully archived transaction", "deleted_transaction", "Successfully deleted transaction", "removed_transaction", "Successfully removed transaction", "restored_transaction", "Successfully restored transaction", "search_transaction", "Search Transaction", "search_transactions", "Search :count Transactions", "bank_account", "Bank Account", "bank_accounts", "Bank Accounts", "archived_bank_account", "Successfully archived bank account", "deleted_bank_account", "Successfully deleted bank account", "removed_bank_account", "Successfully removed bank account", "restored_bank_account", "Successfully restored bank account", "search_bank_account", "Search Bank Account", "search_bank_accounts", "Search :count Bank Accounts", "connect", "Connect", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", "Yes, it's great!", "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, "Match non-contiguous characters, ie. 'ct' matches 'cat'", "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", "enable_applying_payments_later", "Enable Applying Payments Later", _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Add To Invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, "Improve scrolling over the PDF preview", _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create Project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel Invoice", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, "Use visual WYSIWYG markdown editor for emails", _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", "Successfully approved quote", "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "Giropay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "ACSS", "becs", "BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "View Expense", "view_statement", "View Statement", "sepa", "SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Gross Line Total", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, "Clone to Expense", _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, "Successfully deleted recurring expense", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, "Expense tax rates are disabled", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net Subtotal", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, "The Pro plan trial ends in :count days", _s21_24, "Today is the last day of the Pro plan trial", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Once the file is ready you'll receive an email with a download link", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Lowercase letters, numbers and hyphens are supported", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo Code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "Enable emails, recurring invoices, webhooks and notifications", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Resend Invite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Enable Two Factor", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Successfully refunded payment", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Select File", _s16_62, _s16_63, "csv_file", "CSV File", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, "Please type ':value' to confirm", "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, "Company is not activated", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Successfully updated task status", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, "Successfully deleted expense category", _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, "Successfully archived expense :value categories", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, "The payment amount can not be negative", "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "Track the expense has been paid to the vendor", _s18_48, "Should be Invoiced", _s23_21, "Enable the expense to be invoiced to your client", _s29_8, "Make the documents visible to clients", _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple Pay", "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, "Support paying a minimum amount", "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Token Billing", _s24_35, _s24_36, "always", "Enabled", "optin", "Disabled by default", "optout", "Enabled by default", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Successfully queued invoices to be sent", "emailed_quotes", "Successfully queued quotes to be sent", "emailed_credits", "Successfully queued credits to be sent", "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create Vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target URL", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use Default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Login with email", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Search :count Documents", "search_designs", "Search :count Designs", "search_invoices", "Search :count Invoices", "search_clients", "Search :count Clients", "search_products", "Search :count Products", "search_quotes", "Search :count Quotes", "search_credits", "Search :count Credits", "search_vendors", "Search :count Vendors", "search_users", "Search :count Users", _s16_86, "Search :count Tax Rates", "search_tasks", "Search :count Tasks", "search_settings", "Search Settings", "search_projects", "Search :count Projects", "search_expenses", "Search :count Expenses", "search_payments", "Search :count Payments", "search_groups", "Search :count Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Custom 1", "custom2", "Custom 2", "custom3", "Custom 3", "custom4", "Custom 4", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "Invoice Sent", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, "Warning: This will permanently delete your account [:company], there is no undo", "delete_company", "Delete Company", _s22_48, "Warning: This will permanently delete your company [:company], there is no undo", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "New Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "Successfully archived :value credits", "deleted_credits", "Successfully deleted :value credits", _s16_101, _s36_9, "current_version", "Current Version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn More", "integrations", "Integrations", "tracking_id", "Tracking ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group By", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client ID", "assigned_to", "Assigned To", "created_by", "Created By", "assigned_to_id", "Assigned To ID", "created_by_id", "Created By ID", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by :value", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Entity State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "Ensure client fee matches the gateway fee", _s18_72, _s18_73, "support_forum", "Support Forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "iFrame URL", "domain_url", "Domain URL", _s21_64, "Password must be at least 8 character long", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "No client selected", "configure_rates", "Configure Rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recover Password", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two Weeks", "freq_four_weeks", "Four Weeks", "freq_monthly", "Monthly", "freq_two_months", "Two Months", _s17_96, "Three Months", _s16_155, "Four Months", "freq_six_months", "Six Months", "freq_annually", "Annually", "freq_two_years", "Two Years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge Taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "If enabled the contact will be able to set a password when viewing their first invoice.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Email Signature", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable Min", "enable_max", "Enable Max", "min_limit", "Min Limit", "max_limit", "Max Limit", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit Tax Rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Successfully archived tax rate", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Fill Products", _s18_86, _s71_, "update_products", "Update Products", _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, "Automatically convert product prices using current exchange rate", "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Military Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Sign up with email", "google_sign_up", "Sign up with Google", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, "Requires an Enterprise plan", "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_46, "exchange_rate", "Exchange Rate", _s16_180, "Convert Currency", "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, "Successfully archived :value vendors", "deleted_vendors", "Successfully deleted :value vendors", _s16_182, _s36_11, "new_expense", "New Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Successfully archived :value expenses", _s16_185, "Successfully deleted :value expenses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", "Successfully archived :value tasks", "deleted_tasks", "Successfully deleted :value tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, "Successfully archived :value projects", _s16_190, "Successfully deleted :value projects", _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Login with Google", "today", "Today", "custom_range", "Custom", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", "Invoices Sent", "active_clients", "Active Clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add Contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, "Successfully archived :value products", _s16_203, "Successfully deleted :value products", _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Client", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, "Successfully archived :value clients", "deleted_client", _s27_50, "deleted_clients", "Successfully deleted :value clients", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Apt/Suite", "city", "City", "state", "State/Province", "postal_code", "Postal Code", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, "Successfully archived :value invoices", _s16_208, "Successfully deleted :value invoices", _s17_126, _s37_17, "emailed_invoice", "Successfully queued invoice to be sent", "emailed_payment", "Successfully queued payment to be sent", "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "Click \u25b6 to add time", "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Created At", "created_on", "Created On", "updated_at", "Updated At", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "Successfully marked invoice as paid", _s23_45, _s36_14, _s23_46, "Successfully marked invoices as paid", "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Cancelled", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "Reminder 1", "reminder2", "Reminder 2", "reminder3", "Reminder 3", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, "Successfully archived :value payments", _s16_221, "Successfully deleted :value payments", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Successfully archived :value quotes", "deleted_quotes", "Successfully deleted :value quotes", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user emailed invoice :invoice to :client", "activity_7", ":contact viewed invoice :invoice", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact entered payment :payment for invoice :invoice", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user emailed quote :quote to :client", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact approved quote :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", ":user cancelled payment :payment", "activity_40", ":user refunded payment :payment", "activity_41", "Payment :payment failed", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", ":user created user", "activity_49", ":user updated user", "activity_50", ":user archived user", "activity_51", ":user deleted user", "activity_52", ":user restored user", "activity_53", ":user marked invoice :invoice as sent", "activity_54", ":user applied payment :payment to invoice :invoice", "activity_55", "", "activity_56", "", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", ":user emailed first reminder for invoice :invoice to :client", "activity_64", ":user emailed second reminder for invoice :invoice to :client", "activity_65", ":user emailed third reminder for invoice :invoice to :client", "activity_66", ":user emailed endless reminder for invoice :invoice to :client", "activity_80", ":user created subscription", "activity_81", ":user updated subscription", "activity_82", ":user archived subscription", "activity_83", ":user deleted subscription", "activity_84", ":user restored subscription", _s17_132, _s17_133, "emailed_quote", "Successfully queued quote to be sent", "emailed_credit", "Successfully queued credit to be sent", _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value 1", "custom_value2", "Custom Value 2", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Shared Invoice/Quote Counter", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Invoice Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid Amount", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank Id", _s19_70, _s19_71, _s16_227, "Category", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sq", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kredit Kartat & Bankat", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Rregullimi i pages\xebs", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Gjendja", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Shto kanalin e pages\xebs", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Shto n\xeb fatur\xebn :invoice", _s17_11, _s17_12, "week", "Jave", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta e Fatur\xebs", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovo", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Vendos Fjal\xebkalim", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Shiko # :expense t\xeb shpenzimit", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importo t\xeb dh\xebna", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "E pacaktuar", "partial_value", "Duhet t\xeb jet\xeb m\xeb shum\xeb se zero dhe m\xeb pak se totali", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktivizo", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Siguria", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Pages\xeb e rimbursuar", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Ktheje Ofert\xebn n\xeb Fatur\xeb", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Faturo detyr\xebn", "invoice_expense", "Fatur\xeb shpenzimesh", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Fshih", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Shembull", "map_to", "Map To", "import", "Importo", _s25_16, _s29_7, "select_file", "Ju lutem zgjedhni nj\xeb fajll", _s16_62, _s16_63, "csv_file", "Skedar CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Paguar pjes\xebrisht", "invoice_total", "Totali i fatur\xebs", "quote_total", "Totali i Ofert\xebs", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Paralajmerim", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Emri i klientit", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorit\xeb e shpenzimeve", _s20_48, "Kategori e re e shpenzimeve", _s21_46, _s21_47, _s24_29, "Kategoria e shpenzimeve \xebsht\xeb krijuar me sukses", _s24_30, "\xcbsht\xeb perditesuar me sukses kategoria e shpenzimeve", _s25_20, "Kategoria e shpenzimeve \xebsht\xeb arkivuar me sukses", _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, "Kategoria e shpenzimeve \xebsht\xeb rikthyer me sukses", _s27_23, ":count kategori t\xeb shpenzimeve jan\xeb arkivuar me sukses", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Duhet t\xeb faturohet", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Fatur\xeb e p\xebrs\xebritshme", _s18_51, "Fatura t\xeb p\xebrs\xebritshme", _s21_53, "Fatur\xeb e re e p\xebrs\xebritshme", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Faturat e p\xebrs\xebritshme jan\xeb arkivuar me sukses", _s25_29, "Faturat e p\xebrs\xebritshme jan\xeb fshir\xeb me sukses", _s25_30, _s38_11, _s26_14, "Faturat e p\xebrs\xebritshme jan\xeb rikthyer me sukses", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Shiko portalin", "copy_link", "Copy Link", "token_billing", "Ruaj detajet e pages\xebs", _s24_35, _s24_36, "always", "Gjithmon\xeb", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Emri i kompanis\xeb", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Statement", "taxes", "Taksat", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apliko kreditin", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "P\xebr", "health_check", "Health Check", "payment_type_id", "Lloji i pages\xebs", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Faturat e ardhshme", _s17_65, _s17_66, "recent_payments", "Pagesat e fundit", "upcoming_quotes", "Ofertat e ardhshme", "expired_quotes", "Ofertat e skaduara", "create_client", "Create Client", "create_invoice", "Krijo fatur\xeb", "create_quote", "Krijo Ofert\xeb", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Fshi Ofert\xebn", "update_invoice", "Update Invoice", "delete_invoice", "Fshi fatur\xebn", "update_client", "Update Client", "delete_client", "Fshi Klientin", "delete_payment", "Fshi Pages\xebn", "update_vendor", "Update Vendor", "delete_vendor", "Fshi kompanin\xeb", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Fshi shpenzimin", "create_task", "Krijo Detyr\xeb", "update_task", "Update Task", "delete_task", "Fshi Detyr\xebn", "approve_quote", "Approve Quote", "off", "Ndalur", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Falas", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token\xebt", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token\xebt", "new_token", "New Token", "edit_token", "Edito Tokenin", "created_token", _s29_44, "updated_token", "Tokeni \xebsht\xeb perditesuar me sukses", "archived_token", "Tokeni \xebsht\xeb arkivuar me sukses", "deleted_token", _s29_44, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "D\xebrgo fatur\xebn me email", "email_quote", "D\xebrgo me email Ofert\xebn", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Emri i Kontaktit", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edito kushtet e pages\xebs", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Shuma e kredituar", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Rimburso pages\xebn", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "Qytet/Shtet/Poste", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Lejet", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Fshi llogarin\xeb", _s22_47, "V\xebrrejtje: Kjo do t\xeb fshij\xeb t\xeb gjitha t\xeb dh\xebnat tuaja, ky veprim nuk ka mund\xebsi t\xeb kthehet mbrapa.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Menaxhimi i llogarive", "credit_date", "Data e kreditit", "credit", "Kredi", "credits", "Kredi", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", "Krediti \xebsht\xeb krijuar me sukses", "updated_credit", _s27_34, "archived_credit", "Krediti \xebsht\xeb arkivuar me sukses", "deleted_credit", "Krediti \xebsht\xeb fshir\xeb me sukses", "removed_credit", _s27_36, "restored_credit", "Krediti \xebsht\xeb rikhyer me sukses", _s16_100, ":count kredite jan\xeb arkivuar me sukses", "deleted_credits", ":kredi jan\xeb fshir\xeb me sukses", _s16_101, _s36_9, "current_version", "Versioni aktual", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "M\xebso m\xeb shum\xeb", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Kompani e re", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseto", "number", "Number", "export", "Export", "chart", "Grafik", "count", "Count", "totals", "Totale", "blank", "Bosh", "day", "Dite", "month", "Muaj", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupo sipas", "credit_balance", "Bilanci i kreditit", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID e klientit", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Raporte", "report", "Raport", "add_company", "Shto Kompani", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ndihm\xeb", "refund", "Rimburso", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesazhi", "from", "Nga", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentim", "contact_us", "Contact Us", "subtotal", "N\xebntotali", "line_total", "Totali i linj\xebs", "item", "Nj\xebsi", "credit_email", "Credit Email", "iframe_url", "Webfaqja", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Po", "no", "Jo", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Shiko", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "P\xebrdorues", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Ju lutem zgjedhni nj\xeb klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Rregullimet e Taksave", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Kalo", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Riktheni fjal\xebkalimin tuaj", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Orari", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Emaili i Fatur\xebs", "payment_email", "Emaili i Pages\xebs", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Emaili i Ofert\xebs", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Lejon p\xebrdoruesit t\xeb menaxhoj p\xebrdoruesit, t\xeb ndryshoj\xeb rregullimet dhe t\xeb modifikoj\xeb t\xeb gjitha sh\xebnimet.", "user_management", "Menaxhimi i p\xebrdoruesve", "users", "P\xebrdorues", "new_user", "P\xebrdorues i ri", "edit_user", "Edito p\xebrdoruesin", "created_user", _s25_37, "updated_user", "P\xebrdoruesi \xebsht\xeb perditesuar me sukses", "archived_user", "P\xebrdoruesi \xebsht\xeb arkivuar me sukses", "deleted_user", "P\xebrdoruesi \xebsht\xeb fshir\xeb me sukses", "removed_user", _s25_40, "restored_user", "P\xebrdoruesi \xebsht\xeb rikthyer me sukses", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Rregullimet Gjenerale", "invoice_options", "Opsionet e fatur\xebs", _s17_92, "Fshihe Paguar deri m\xeb tash", _s22_55, 'Shfaqni "Paguar deri m\xeb tash" n\xeb faturat tuaja pasi t\xeb jet\xeb pranuar pagesa.', _s23_31, "Dokumentet e lidhura", _s28_21, "Vendos fotografin\xeb n\xeb fatur\xeb.", _s16_153, "Shfaqe Header", _s16_154, "Shfaqe Footer", "first_page", "Faqja e par\xeb", "all_pages", "T\xeb gjitha faqet", "last_page", "Faqja e fundit", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Ngjyra kryesore", "secondary_color", "Ngjyra dyt\xebsore", "page_size", "Madh\xebsia e faqes", "font_size", "Madh\xebsia e fontit", "quote_design", "Quote Design", "invoice_fields", "Fushat e fatur\xebs", "product_fields", "Product Fields", "invoice_terms", "Kushtet e fatur\xebs", "invoice_footer", "Footer i Fatur\xebs", "quote_terms", "Kushtet e Ofertave", "quote_footer", "Footer i Ofert\xebs", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatikisht konverto ofert\xebn n\xeb fatur\xeb kur pranohet nga klienti.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Javore", "freq_two_weeks", "Dy javore", "freq_four_weeks", "Kat\xebr javore", "freq_monthly", "Mujore", "freq_two_months", "Two months", _s17_96, "Tre mujore", _s16_155, "Four months", "freq_six_months", "Gjasht\xeb mujore", "freq_annually", "Vjetore", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Asnj\xebher\xeb", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Vendos taksat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS i ndryshush\xebm", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Ju mund\xebson t\xeb vendosni fjal\xebkalim p\xebr secilin kontakt. N\xebse vendoset fjal\xebkalimi, kontakti duhet t\xeb vendos fjal\xebkalimin para se t'i sheh faturat.", "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "P\xebrsh\xebndetje", _s24_39, "B\xebjeni m\xeb t\xeb leht\xeb p\xebr klient\xebt tuaj t\xeb realizojn\xeb pagesat duke vendosur schema.org markimin n\xeb emailat tuaj.", "plain", "E thjesht\xeb", "light", "E leht\xeb", "dark", "E mbyllt\xeb", "email_design", "Dizajno emailin", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Aktivizo Markimin", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredit kart\xeb", "bank_transfer", "Transfer bankar", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktivizo min", "enable_max", "Aktivizo max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Perditeso Adres\xebn", _s19_49, "Perditeso adres\xebn e klientit me detajet e ofruara", "rate", "Norma", "tax_rate", "Norma e taksave", "new_tax_rate", "Norm\xeb e re e taksave", "edit_tax_rate", "Edito norm\xebn e taks\xebs", _s16_162, "Norma e taks\xebs \xebsht\xeb krijuar me sukses", _s16_163, "Norma e taks\xebs \xebsht\xeb perditesuar me sukses", _s17_104, "Norma e taks\xebs \xebsht\xeb arkivuar me sukses", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Plot\xebso-automatikisht produktet", _s18_86, "Duke zgjedhur produktin, automatikisht do t\xeb plot\xebsohen fill in the description and cost", "update_products", "Perditeso-automatikisht produktet", _s20_71, "Perditesimi i fatur\xebs automatikisht do t\xeb perditesoje librarine e produktit", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "E \xe7'aktivizuar", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "E diel", "monday", "E h\xebn\xeb", "tuesday", "E marte", "wednesday", "E m\xebrkure", "thursday", "E enj\xebte", "friday", "E premte", "saturday", "E shtune", "january", "Janar", "february", "Shkurt", "march", "Mars", "april", "Prill", "may", "Maj", "june", "Qershor", "july", "Korrik", "august", "Gusht", "september", "Shtator", "october", "Tetor", "november", "N\xebntor", "december", "Dhjetor", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Koha 24 or\xebshe", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Rregullimi i Produktit", "device_settings", "Device Settings", "defaults", "T\xeb paracaktuara", "basic_settings", "Rregullimet bazike", _s17_109, "Rregullimi i Avansuar", "company_details", "Detajet e kompanis\xeb", "user_details", "Detajet e p\xebrdoruesit", "localization", "Vendore", "online_payments", "Pagesat Online", "tax_rates", "Normat e taksave", "notifications", "Njoftimet", "import_export", "Import | Export", "custom_fields", "Fushat e ndryshueshme", "invoice_design", "Dizajni i Fatur\xebs", "buy_now_buttons", "Butonat Blej Tash", "email_settings", "Rregullimi i Emailit", _s23_42, "Shabllonet & P\xebrkujtueset", _s22_58, _s20_73, _s19_55, "Vizualizimi i t\xeb dh\xebnave", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Kushtet e sh\xebrbimit", "privacy_policy", "Politika e Privat\xebsis\xeb", "sign_up", "Regjistrohu", "account_login", "Hyrja me llogari", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Krijo", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Shkarko", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumente", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data e shpenzimit", "pending", "N\xeb pritje", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertuar", _s24_45, _s24_60, "exchange_rate", "Kursi i k\xebmbimit", _s16_180, "Konverto valut\xebn", "mark_paid", "Mark Paid", "category", "Kategoria", "address", "Adresa", "new_vendor", "Kompani e re", "created_vendor", "Kompania \xebsht\xeb krijuar me sukses", "updated_vendor", "Kompania \xebsht\xeb perditesuar me sukses", "archived_vendor", "Kompania \xebsht\xeb arkivuar me sukses", "deleted_vendor", "Kompania \xebsht\xeb fshir\xeb me sukses", "restored_vendor", "Kompania u rikthye me sukses", _s16_181, ":counts kompani jan\xeb arkivuar me sukses", "deleted_vendors", ":count kompani jan\xeb fshir\xeb me sukses", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", "Shpenzimi \xebsht\xeb krijuar me sukses", "updated_expense", "Shpenzimi \xebsht\xeb perditesuar me sukses", _s16_183, "Shpenzimi \xebsht\xeb arkivuar me sukses", "deleted_expense", "Shpenzimi \xebsht\xeb fshir\xeb me sukses", _s16_184, "Shpenzimet jan\xeb rikthyer me sukses", _s17_115, "Shpenzimet jan\xeb arkivuar me sukses", _s16_185, "Shpenzimet jan\xeb fshir\xeb me sukses", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturuar", "logged", "Regjistruar", "running", "Duke ndodhur", "resume", "Vazhdo", "task_errors", "Ju lutem korrigjoni koh\xebt e vendosura mbi nj\xebra-tjetr\xebn", "start", "Fillo", "stop", "Ndalo", "started_task", _s25_48, "stopped_task", "Detyra \xebsht\xeb ndaluar me sukses", "resumed_task", _s25_50, "now", "Tash", _s16_186, _s16_187, "timer", "Koh\xebmat\xebsi", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Koha e fillimit", "end_time", "Koha e p\xebrfundimit", "date", "Data", "times", "Koh\xebt", "duration", "Koh\xebzgjatja", "new_task", "Detyr\xeb e re", "created_task", "Detyra u krijua me sukses", "updated_task", "Detyra \xebsht\xeb perditesuar me sukses", "archived_task", "Detyra \xebsht\xeb arkivuar me sukses", "deleted_task", "Detyra \xebsht\xeb fshir\xeb me sukses", "restored_task", "Detyra \xebsht\xeb rikthyer me sukses", "archived_tasks", ":count detyra jan\xeb arkivuar me sukses", "deleted_tasks", ":count detyra jan\xeb fshir\xeb me sukses", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliko k\xebtu", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Shtrirja e Dates", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "E ndryshueshme", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Shiko Fatur\xebn", "convert", "Convert", "more", "More", "edit_client", "Edito klientin", "edit_product", "Edito produkt", "edit_invoice", "Edito Fatur\xebn", "edit_quote", "Edito Ofert\xebn", "edit_payment", "Edito Pages\xebn", "edit_task", "Edito Detyr\xebn", "edit_expense", "Edito shpenzimi", "edit_vendor", "Edito kompanin\xeb", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Adresa e faturimit", _s16_193, _s16_194, "total_revenue", "Totali i Qarkullimit", "average_invoice", "Mesatarja e fatur\xebs", "outstanding", "Pa paguar1", "invoices_sent", _s20_83, "active_clients", "klient\xeb aktiv", "close", "Mbyll", "email", "Emaili", "password", "Fjal\xebkalimi", "url", "URL", "secret", "Sekret", "name", "Emri", "logout", "\xc7'identifikohu", "login", "Identifikohu", "filter", "Filtro", "sort", "Sort", "search", "K\xebrko", "active", "Aktiv", "archived", "Arkivuar", "deleted", "E fshir\xeb", "dashboard", "Paneli", "archive", "Arkivo", "delete", "Fshi", "restore", "Rikthe", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ruaj", _s17_121, _s17_122, "paid_to_date", "Paguar deri m\xeb sot", "balance_due", "Bilanci aktual", "balance", "Bilanci", "overview", "Overview", "details", "Detajet", "phone", "Telefoni", "website", "Website", "vat_number", "Numri i TVSH", "id_number", "ID numri", "create", "Krijo", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktet", "additional", "Additional", "first_name", "Emri", "last_name", "Mbiemri", "add_contact", "Shto kontaktin", "are_you_sure", "A jeni t\xeb sigurt\xeb", "cancel", "Anulo", "ok", "Ok", "remove", "Largo", _s16_199, _s16_200, "product", "Produkt", "products", "Produktet", "new_product", "Produkt i ri", "created_product", "Produkti \xebsht\xeb krijuar me sukses", "updated_product", "Produkti \xebsht\xeb perditesuar me sukses", _s16_201, "Produkti \xebsht\xeb arkivuar me sukses", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produkt", "notes", "Sh\xebnime", "cost", "Kosto", "client", "Klient", "clients", "Klient\xebt", "new_client", "Klient i ri", "created_client", "Klienti \xebsht\xeb krijuar me sukses", "updated_client", "Klienti \xebsht\xeb perditesuar me sukses", "archived_client", "Klienti \xebsht\xeb arkivuar me sukses", _s16_204, ":count klient\xeb jan\xeb arkivuar me sukses", "deleted_client", "Klienti \xebsht\xeb fshir\xeb me sukses", "deleted_clients", ":count klient\xeb jan\xeb fshir\xeb me sukses", "restored_client", "Klienti \xebsht\xeb rikthyer me sukses", _s16_205, _s36_13, "address1", "Rruga", "address2", "Apartamenti/banesa", "city", "Qyteti", "state", "Shteti/Provinca", "postal_code", "Kodi postar", "country", "Shteti", "invoice", "Fatura", "invoices", "Faturat", "new_invoice", "Fatur\xeb e re", "created_invoice", "Fatura \xebsht\xeb krijuar me sukses", "updated_invoice", "Fatura \xebsht\xeb perditesuar me sukses", _s16_206, "Fatura \xebsht\xeb arkivuar me sukses", "deleted_invoice", "Fatura \xebsht\xeb fshir\xeb me sukses", _s16_207, "Fatura \xebsht\xeb rikthyer me sukses", _s17_125, ":count fatura jan\xeb arkivuar me sukes", _s16_208, ":count fatura jan\xeb fshir\xeb me sukses", _s17_126, _s37_17, "emailed_invoice", "Fatura \xebsht\xeb d\xebrguar me sukses me email", "emailed_payment", _s28_59, "amount", "Shuma", "invoice_number", "Numri i fatur\xebs", "invoice_date", "Data e fatur\xebs", "discount", "Zbritje", "po_number", "Numri UB", "terms", "Kushtet", "public_notes", "Sh\xebnime publike", "private_notes", "Sh\xebnime private", "frequency", "Frekuenca", "start_date", "Data e fillimit", "end_date", "Data e p\xebrfundimit", "quote_number", "Numri i ofert\xebs", "quote_date", "Data e Ofert\xebs", "valid_until", "Valide deri", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "P\xebrshkrimi", "unit_cost", "Kosto p\xebr nj\xebsi", "quantity", "Sasia", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefoni", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Deri m\xeb dat\xeb", _s16_209, _s16_210, "status", "Statusi", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totali", "percent", "Percent", "edit", "Edito", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Rregullimet", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Taks\xeb", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "D\xebrguar", "viewed", "Viewed", "approved", "Approved", "partial", "E pjesshme/depozite", "paid", "Paguar", "mark_sent", "Shenja \xebsht\xeb d\xebrguar", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "P\xebrfundo", _s37_18, _s37_19, "dark_mode", "Modeli i err\xebt", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktiviteti", _s16_211, _s16_212, "clone", "Klono", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Kushtet e pages\xebs", "payment_date", "Data e pages\xebs", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portali i klientit", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivizuar", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "P\xebrkujtuesi i par\xeb", "second_reminder", "P\xebrkujtuesi i dyt\xeb", "third_reminder", "P\xebrkujtuesi i tret\xeb", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Tema", "body", "P\xebrmbajtja", "send_email", "D\xebrgo email", "email_receipt", "D\xebrgo flet\xebpages\xebn tek klienti me email", "auto_billing", "Auto billing", "button", "Button", "preview", "Parashiko", "customize", "Ndrysho", "history", "Historia", "payment", "Pagesa", "payments", "Pagesat", "refunded", "Refunded", "payment_type", "Lloji i pages\xebs", _s21_85, "Referenca e transaksionit", "enter_payment", "Cakto pages\xebn", "new_payment", "Enter Payment", "created_payment", "Pagesa \xebsht\xeb krijuar me sukses", "updated_payment", "Pagesa \xebsht\xeb perditesuar me sukses", _s16_219, "Pagesa \xebsht\xeb arkivuar me sukses", "deleted_payment", "Pagesa \xebsht\xeb fshir\xeb me sukses", _s16_220, "Pagesa \xebsht\xeb rikthyer me sukses", _s17_130, ":count pagesa jan\xeb arkivuar me sukses", _s16_221, ":count pagesa jan\xeb fshir\xeb me sukses", _s17_131, _s37_20, "quote", "Ofert\xeb", "quotes", "Oferta", "new_quote", "Ofert\xeb e re", "created_quote", "Oferta \xebsht\xeb krijuar me sukses", "updated_quote", "Oferta \xebsht\xeb perditesuar me sukses", "archived_quote", "Oferta \xebsht\xeb arkivuar me sukses", "deleted_quote", "Oferta \xebsht\xeb fshir\xeb me sukses", "restored_quote", "Oferta \xebsht\xeb rikthyer me sukses", "archived_quotes", ": count oferta jan\xeb arkivuar me sukses", "deleted_quotes", ":count oferta jan\xeb fshir\xeb me sukses", "restored_quotes", _s35_22, "expense", "Shpenzimet", "expenses", "Shpenzimet", "vendor", "Kompani", "vendors", "Kompanit\xeb", "task", "Detyre", "tasks", "Detyrat", "project", "Project", "projects", "Projects", "activity_1", ":user ka krijuar klientin :client", "activity_2", ":user ka arkivuar klientin :client", "activity_3", ":user ka fshir\xeb klientin :client", "activity_4", ":user ka krijuar fatur\xebn :invoice", "activity_5", ":user ka perditesuar fatur\xebn :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user ka arkivuar fatur\xebn :invoice", "activity_9", ":user ka fshir\xeb fatur\xebn :invoice", "activity_10", _s85_0, "activity_11", ":user ka perditesuar pages\xebn :payment", "activity_12", ":user ka arkivuar pages\xebn :payment", "activity_13", ":user ka fshir\xeb pages\xebn :payment", "activity_14", ":user ka shtuar :credit kredit", "activity_15", ":user ka perditesuar :credit kredit", "activity_16", ":user ka arkivuar :credit kredit", "activity_17", ":user ka fshir\xeb:credit kredit", "activity_18", ":user ka krijuar ofert\xeb :quote", "activity_19", ":user ka perditesuar ofert\xebn :quote", "activity_20", _s50_9, "activity_21", ":contact ka shikuar ofert\xebn :quote", "activity_22", ":user ka arkivuar ofert\xebn :quote", "activity_23", ":user ka fshir\xeb ofert\xebn :quote", "activity_24", ":user ka rikthyer ofert\xebn :quote", "activity_25", ":user ka rikthyer fatur\xebn :invoice", "activity_26", ":user ka rikthyer klientin :client", "activity_27", ":user ka rikthyer pages\xebn :payment", "activity_28", ":user ka rikthyer :credit kredit", "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user ka krijuar shpeznim :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount payment (:payment) ka d\xebshtuar", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta \xebsht\xeb d\xebrguar me sukses me email", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Skaduar", "all", "T\xeb gjitha", "select", "Selekto", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numruesi i numrit t\xeb fatur\xebs", _s20_79, _s20_80, _s20_81, "Numruesi i numrit t\xeb ofert\xebs", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Shkruaj", "invoice_amount", "Shuma e fatur\xebs", _s16_226, "Deri m\xeb dat\xeb", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Faturo Automatikisht", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Emri i taks\xebs", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Shuma e paguar", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ar", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0627\u0644\u0646\u0637\u0627\u0642", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u0635\u0627\u0641\u064a", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ": \u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u062a\u0643\u0631\u0631\u0629:recurring_invoice", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u062a\u0641\u0639\u064a\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u0647\u0630\u0627 \u0627\u0644\u0631\u0628\u0639", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u0641\u0627\u062a\u0648\u0631\u0629", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "\u062d\u063a\u0638 \u0648\u0627\u0633\u062a\u0639\u0631\u0627\u0636", "save_and_email", "\u062d\u0641\u0638 \u0648\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "enter_taxes", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "by_rate", "\u0628\u0627\u0644\u0646\u0633\u0628\u0629", "by_amount", "\u0628\u0627\u0644\u0642\u064a\u0645\u0629", "enter_amount", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0642\u064a\u0645\u0629", "before_taxes", "\u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "after_taxes", "\u0628\u0639\u062f \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "color", "\u0627\u0644\u0644\u0648\u0646", "show", "\u0639\u0631\u0636", "hide", "Hide", "empty_columns", "\u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0646\u0634\u0637\u0629", "recent_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", "recent_expenses", "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0623\u062e\u064a\u0631\u0629", _s17_42, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0639\u0645\u0648\u062f", "sample", "\u0639\u064a\u0646\u0629", "map_to", "Map To", "import", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f", _s25_16, _s29_7, "select_file", "\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641", _s16_62, _s16_63, "csv_file", "\u0645\u0644\u0641 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "\u0646\u0633\u062e \u0625\u0644\u0649", "clone_to_other", "\u0646\u0633\u062e \u0644\u0623\u062e\u0631\u0649", "labels", "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", "add_custom", "\u0623\u0636\u0641 \u0645\u062e\u0635\u0635", "payment_tax", "\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u062f\u0641\u0639", "unpaid", "Unpaid", "white_label", "\u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621", "delivery_note", "Delivery Note", _s24_24, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", _s24_26, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629 \u0645\u0642\u0641\u0648\u0644\u0629", "source_code", "\u0643\u0648\u062f \u0627\u0644\u0645\u0635\u062f\u0631", "app_platforms", "\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "actions", "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "\u0645\u0633\u062d \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0645\u0624\u0642\u062a", "sort_order", "Sort Order", "task_status", "\u0627\u0644\u062d\u0627\u0644\u0629", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "\u062e\u064a\u0627\u0631 \u0627\u0644\u0639\u0631\u0636", _s22_37, _s50_8, "view_changes", "\u0639\u0631\u0636 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a", "force_update", "\u062a\u062d\u062f\u064a\u062b \u0625\u062c\u0628\u0627\u0631\u064a", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0644\u062a\u062a\u0645 \u0641\u0648\u062a\u0631\u062a\u0647\u0627", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "\u0625\u0638\u0647\u0627\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "hide_password", "\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", "copy_error", "\u062e\u0637\u0623 \u0628\u0627\u0644\u0646\u0633\u062e", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "line_taxes", "\u0636\u0631\u0627\u0626\u0628 \u0627\u0644\u0628\u0646\u0648\u062f", "total_fields", "\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062d\u0642\u0648\u0644", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "\u0645\u062a\u0648\u0642\u0641 \u0645\u0624\u0642\u062a\u0627\u064b", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "\u0623\u0648\u0644 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s21_51, "\u0622\u062e\u0631 \u064a\u0648\u0645 \u0641\u064a \u0627\u0644\u0634\u0647\u0631", _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s16_239, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0631\u0633\u0627\u0644", "auto_bill_on", "\u0641\u0648\u062a\u0631\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0641\u064a", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f", _s17_55, _s17_56, "failure", "\u0641\u0634\u0644", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0646\u0638\u0627\u0645", "view_portal", "View Portal", "copy_link", "\u0646\u0633\u062e \u0627\u0644\u0631\u0627\u0628\u0637", "token_billing", _s17_141, _s24_35, "\u0623\u0647\u0644\u0627 \u0628\u0643 \u0641\u064a Invoice Ninja", "always", "Always", "optin", "\u0627\u0634\u062a\u0631\u0627\u0643", "optout", "\u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643", "label", "Label", "client_number", "Client Number", "auto_convert", "\u062a\u062d\u0648\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a", "company_name", "Company Name", "reminder1_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 1", "reminder2_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 2", "reminder3_sent", "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 3", _s18_55, "\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u0623\u062e\u064a\u0631", "pdf_page_info", "\u0627\u0644\u0635\u0641\u062d\u0629 :current \u0645\u0646 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "\u0639\u0631\u0636 \u0641\u064a Stripe", "rows_per_page", "\u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064a \u0627\u0644\u0635\u0641\u062d\u0629", "hours", "Hours", "statement", "Statement", "taxes", "\u0636\u0631\u0627\u0626\u0628", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "\u0627\u0633\u0645 \u0627\u0644\u0633\u062c\u0644", "file_type", "\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641", "height", "\u0627\u0644\u0637\u0648\u0644", "width", "\u0627\u0644\u0639\u0631\u0636", "to", "To", "health_check", "\u0641\u062d\u0635 \u0627\u0644\u062d\u0627\u0644\u0629", "payment_type_id", "\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639\u0629", "last_login_at", "\u0622\u062e\u0631 \u062f\u062e\u0648\u0644 \u0641\u064a", "company_key", "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0634\u0631\u0643\u0629", "storefront", "\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u062a\u062c\u0631", "storefront_help", _s42_8, "client_created", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u0645\u0646\u062a\u0647\u064a", "gross", "\u0627\u0644\u0646\u0645\u0648", "net_amount", "\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629", "net_balance", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0635\u0627\u0641\u064a", "client_settings", "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644", _s17_57, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_59, "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_quotes", "\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", "selected_tasks", "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_61, "\u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629", _s17_63, "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0642\u0627\u062f\u0645\u0629", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629", "create_quote", "Create Quote", "create_payment", "\u0623\u0646\u0634\u0626 \u062f\u0641\u0639\u0629", "create_vendor", "Create vendor", "update_quote", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0631\u0636", "delete_quote", "Delete Quote", "update_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "delete_invoice", "\u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "update_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_client", "\u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644", "delete_payment", "\u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639\u0629", "update_vendor", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0648\u0631\u062f", "delete_vendor", "Delete Vendor", "create_expense", "\u0623\u0646\u0634\u0626 \u0645\u0635\u0631\u0648\u0641", "update_expense", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0648\u0641", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0647\u0645\u0629", "delete_task", "Delete Task", "approve_quote", "\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0631\u0636", "off", "Off", "when_paid", "\u0645\u062a\u0649 \u0633\u062a\u062f\u0641\u0639", "expires_on", "\u064a\u0646\u062a\u0647\u064a \u0641\u064a", "free", "Free", "plan", "Plan", "show_sidebar", "\u0639\u0631\u0636 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "hide_sidebar", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a", "event_type", "\u0639 \u0627\u0644\u062d\u062f\u062b", "target_url", "Target", "copy", "\u0646\u0633\u062e", "must_be_online", "\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0646\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "\u0631\u0645\u0632 \u062c\u062f\u064a\u062f", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", "\u062a\u0645 \u0645\u0633\u062d \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "restored_token", "\u062a\u0645 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0631\u0645\u0632 \u0628\u0646\u062c\u0627\u062d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u064a\u0645\u064a\u0644", "email_quote", "Email Quote", "email_credit", "\u0631\u0635\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "email_payment", "Email Payment", _s20_56, "\u0644\u0627 \u064a\u0648\u062c\u062f \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062c\u0644 \u0644\u0644\u0639\u0645\u064a\u0644", "ledger", "Ledger", "view_pdf", "\u0639\u0631\u0636 PDF", "all_records", "\u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a", "owned_by_user", "\u0627\u0644\u0639\u0627\u0626\u062f\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645", _s16_80, "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0628\u0642\u064a", "contact_name", "Contact Name", "use_default", "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a", _s16_82, _s17_70, "number_of_days", "\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u0627\u0645", _s23_24, "\u0625\u0639\u062f\u0627\u062f \u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_term", "\u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639", _s16_83, "\u0634\u0631\u0637 \u062f\u0641\u0639 \u062c\u062f\u064a\u062f", _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "\u062a\u0645 \u062d\u0630\u0641 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s20_60, "\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s21_57, "\u062a\u0645 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0634\u0631\u0637 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "change", "\u062a\u063a\u064a\u064a\u0631", _s23_26, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644", _s24_38, "\u062a\u062d\u0648\u064a\u0644 \u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628", "send_from_gmail", "\u0623\u0631\u0633\u0644 \u0645\u0646 Gmail", "reversed", "\u0645\u0639\u0643\u0648\u0633", "cancelled", "\u0645\u0644\u063a\u0649", "credit_amount", "\u0645\u0628\u0644\u063a \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "quote_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0631\u0636", "hosted", "\u0645\u0633\u062a\u0636\u0627\u0641", "selfhosted", "\u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u062e\u0627\u0635\u0629", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "show_menu", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", _s18_57, _s18_58, _s16_85, "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a", "search_designs", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645", "search_invoices", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "search_clients", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621", "search_products", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "search_quotes", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0639\u0631\u0648\u0636", "search_credits", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0623\u0631\u0635\u062f\u0629", "search_vendors", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646", "search_users", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", _s16_86, "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "search_tasks", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0647\u0627\u0645", "search_settings", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "search_projects", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639", "search_expenses", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641", "search_payments", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u062f\u0641\u0639\u0627\u062a", "search_groups", "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a", "search_company", "\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u0631\u0643\u0629", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, "\u0641\u0627\u062a\u0648\u0631\u0629 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s18_59, "\u0641\u0648\u0627\u062a\u064a\u0631 \u0645\u0644\u063a\u0627\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_239, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646", "credit", "\u0627\u0626\u062a\u0645\u0627\u0646", "credits", "\u0627\u0644\u0623\u0631\u0635\u062f\u0629", "new_credit", "\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0635\u064a\u062f", "edit_credit", "Edit Credit", "created_credit", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "updated_credit", _s27_34, "archived_credit", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "deleted_credit", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0642\u0631\u0636 \u0628\u0646\u062c\u0627\u062d", "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0631\u0648\u0636", "deleted_credits", "\u062a\u0645 \u062d\u0630\u0641 :count \u0642\u0631\u0648\u0636 \u0628\u0646\u062c\u0627\u062d", _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0631\u0633\u0627\u0644\u0629", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "line_total", "\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", "item", "\u0628\u0646\u062f", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "users", "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646", "new_user", "New User", "edit_user", "\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", "created_user", _s25_37, "updated_user", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d", "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629", "invoice_options", "\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", _s17_92, "\u0627\u062e\u0641\u0627\u0621 \u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0629 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", _s22_55, "\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 -\u0645\u0627 \u062a\u0645 \u062f\u0641\u0639\u0647 \u062d\u062a\u0649 \u0627\u0644\u0627\u0646- \u0641\u064a \u0641\u0648\u0627\u062a\u064a\u0631\u0643 \u0627\u0630\u0627 \u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639\u0647", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "\u062d\u0642\u0648\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "product_fields", "Product Fields", "invoice_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u0641\u0631\u0636 \u0627\u0644\u0636\u0631\u0627\u0626\u0628", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0643\u0648\u062f \u0645\u062e\u0635\u0635 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0645\u0639 \u062a\u062d\u064a\u0627\u062a\u064a\u060c", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0645\u0639\u062f\u0644", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c", "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", _s17_109, "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629", "company_details", "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629", "user_details", "User Details", "localization", "\u0627\u0644\u062a\u0639\u0631\u064a\u0628", "online_payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629", "tax_rates", "\u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u064a\u0628\u0629", "notifications", "\u062a\u0646\u0628\u064a\u0647\u0627\u062a", "import_export", "\u0627\u0633\u062a\u064a\u0631\u0627\u062f | \u062a\u0635\u062f\u064a\u0631", "custom_fields", "\u062d\u0642\u0648\u0643 \u0645\u062e\u0635\u0635\u0629", "invoice_design", "\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u0625\u0639\u062f\u0627\u062f\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0634\u0631\u0648\u0637 \u0627\u0644\u062e\u062f\u0645\u0629", "privacy_policy", "Privacy Policy", "sign_up", "\u062a\u0633\u062c\u064a\u0644", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u062a\u062d\u0645\u064a\u0644", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", "new_vendor", "New Vendor", "created_vendor", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_vendor", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "archived_vendor", "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_vendor", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0628\u0627\u0626\u0639 \u0628\u0646\u062c\u0627\u062d", "restored_vendor", _s28_28, _s16_181, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", "deleted_vendors", "\u062a\u0645 \u062d\u0630\u0641 :count \u0628\u0627\u0626\u0639\u064a\u0646 \u0628\u0646\u062c\u0627\u062d", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "\u062a\u0627\u0631\u064a\u062e", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0639\u0631\u0636 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "convert", "Convert", "more", "More", "edit_client", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644", "edit_product", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c", "edit_invoice", "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u0645\u0639\u062f\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u0639\u0645\u0644\u0627\u0621 \u0641\u0639\u0651\u0627\u0644\u064a\u0646", "close", "\u0625\u063a\u0644\u0627\u0642", "email", "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "password", "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631", "url", "URL", "secret", "Secret", "name", "\u0627\u0644\u0627\u0633\u0645", "logout", "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c", "login", "Login", "filter", "\u062a\u0631\u0634\u064a\u062d", "sort", "Sort", "search", "\u0627\u0644\u0628\u062d\u062b", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645", "archive", "\u0627\u0631\u0634\u064a\u0641", "delete", "\u062d\u0630\u0641", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u062d\u0641\u0638", _s17_121, _s17_122, "paid_to_date", "\u062f\u0641\u0639\u062a \u062d\u062a\u0649 \u0627\u0644\u0627\u0646", "balance_due", "\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642", "balance", "\u0627\u0644\u0631\u0635\u064a\u062f", "overview", "Overview", "details", "\u062a\u0641\u0627\u0635\u064a\u0644", "phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "website", "\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "\u0625\u0646\u0634\u0627\u0621", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "additional", "Additional", "first_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644", "last_name", "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631", "add_contact", "\u0625\u0636\u0627\u0641\u0629 \u062c\u0647\u0629 \u0627\u062a\u0635\u0627\u0644", "are_you_sure", "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f\u061f", "cancel", "\u0625\u0644\u063a\u0627\u0621", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0645\u0646\u062a\u062c", "products", "\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a", "new_product", "New Product", "created_product", "\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "updated_product", "\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", _s16_201, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0627\u0644\u0639\u0645\u064a\u0644", "clients", "\u0627\u0644\u0639\u0645\u0644\u0627\u0621", "new_client", "\u0639\u0645\u064a\u0644 \u062c\u062f\u064a\u062f", "created_client", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "updated_client", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "archived_client", "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", _s16_204, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u062a\u0647 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "deleted_client", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u062c\u0627\u062d", "deleted_clients", "\u062a\u0645 \u062d\u0630\u0641 :count \u0639\u0645\u0644\u0627\u0621 \u0628\u0646\u062c\u0627\u062d", "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u0627\u0644\u0634\u0627\u0631\u0639", "address2", "\u0634\u0642\u0629 / \u062c\u0646\u0627\u062d", "city", "\u0627\u0644\u0645\u062f\u064a\u0646\u0629", "state", "\u0627\u0644\u0648\u0644\u0627\u064a\u0629/\u0627\u0644\u0645\u0646\u0637\u0642\u0629", "postal_code", "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", "country", "Country", "invoice", "\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoices", "\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "new_invoice", "\u0641\u0627\u062a\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629", "created_invoice", "\u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "updated_invoice", "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_206, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", "deleted_invoice", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", _s16_207, _s29_28, _s17_125, "\u062a\u0645 \u0627\u0631\u0634\u0641\u0629 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s16_208, "\u062a\u0645 \u062d\u0630\u0641 :count \u0641\u0648\u0627\u062a\u064a\u0631 \u0628\u0646\u062c\u0627\u062d", _s17_126, _s37_17, "emailed_invoice", "\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0628\u0646\u062c\u0627\u062d", "emailed_payment", _s28_59, "amount", "\u0627\u0644\u0642\u064a\u0645\u0629", "invoice_number", "\u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "invoice_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "discount", "\u062e\u0635\u0645", "po_number", "\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0645\u064a\u062f", "terms", "\u0627\u0644\u0634\u0631\u0648\u0637", "public_notes", "Public Notes", "private_notes", "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062e\u0627\u0635\u0629", "frequency", "\u0627\u0644\u062a\u0643\u0631\u0627\u0631", "start_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0627\u064a\u0629", "end_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0646\u0647\u0627\u064a\u0629", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0648\u0635\u0641", "unit_cost", "\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", "quantity", "\u0627\u0644\u0643\u0645\u064a\u0629", "add_item", "Add Item", "contact", "\u062c\u0647\u0629 \u0625\u062a\u0635\u0627\u0644", "work_phone", "\u0627\u0644\u0647\u0627\u062a\u0641", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", _s16_209, _s16_210, "status", "\u0627\u0644\u062d\u0627\u0644\u0629", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0627\u0644\u0645\u062c\u0645\u0648\u0639", "percent", "Percent", "edit", "\u062a\u0639\u062f\u064a\u0644", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0636\u0631\u064a\u0628\u0629", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0643\u0645\u0631\u0633\u0644\u0629", _s23_45, _s36_14, _s23_46, "\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0643\u0645\u0631\u0633\u0644\u0629", "done", "\u062a\u0645", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0646\u0634\u0627\u0637", _s16_211, _s16_212, "clone", "\u0627\u0633\u062a\u0646\u0633\u0627\u062e", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0634\u0631\u0648\u0637 \u0627\u0644\u062f\u0641\u0639", "payment_date", "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062f\u0641\u0639\u0629", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "\u0627\u0644\u0630\u0627\u0643\u0631\u0629", "payment", "Payment", "payments", "\u0627\u0644\u062f\u0641\u0639\u0627\u062a", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", "enter_payment", "\u0627\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "new_payment", "\u0623\u062f\u062e\u0644 \u0627\u0644\u062f\u0641\u0639\u0629", "created_payment", "\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "updated_payment", _s28_45, _s16_219, "\u062a\u0645\u062a \u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", "deleted_payment", "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062f\u0641\u0639 \u0628\u0646\u062c\u0627\u062d", _s16_220, _s29_30, _s17_130, "\u062a\u0645\u062a \u0627\u0631\u0634\u0641\u0629 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s16_221, "\u062a\u0645 \u062d\u0630\u0641 :count \u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0628\u0646\u062c\u0627\u062d", _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", ":contact \u0634\u0627\u0647\u062f \u0627\u0644\u0639\u0631\u0636 :quote", "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0627\u062e\u062a\u064a\u0627\u0631", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u0642\u0641\u0644 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u0639\u0631\u0636 \u0627\u0644\u062c\u062f\u0648\u0644", "show_list", "\u0639\u0631\u0636 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "\u0634\u0627\u0631\u0639 \u0627\u0644\u0639\u0645\u064a\u0644", "client_address2", "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0639\u0645\u064a\u0644", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u0634\u0627\u0631\u0639 \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", _s24_57, "\u0634\u0642\u0629/\u062c\u0646\u0627\u062d \u0627\u0644\u0634\u062d\u0646 \u0644\u0644\u0639\u0645\u064a\u0644", "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u0639\u0629", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, "\u0645\u0639\u0631\u0641 \u0639\u0645\u0644\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629", "tax_name1", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 1", "tax_name2", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 2", "tax_name3", "\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 3", "transaction_id", "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "bg", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0435\u043c\u0430\u043c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "default", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u0421\u0435\u0434\u043c\u0438\u0446\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "range", "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0422\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :amount \u0449\u0435 \u0431\u044a\u0434\u0435 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434 # :expense", "view_statement", "\u0412\u0438\u0436\u0442\u0435 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0442 - \u0418\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_19, "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s22_27, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s25_5, _s21_108, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0432\u0442\u0430\u0440\u044f\u0449 \u0441\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u044a\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u041d\u0435\u0442\u043e", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0424\u0430\u043c\u0438\u043b\u0438\u044f", "order", "Order", "unassigned", "\u041d\u0435\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430", "partial_value", "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u0442 0 \u0438 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043e\u0431\u0449\u0430\u0442\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0420\u0430\u0437\u0440\u0435\u0448\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0417\u0430\u043b\u043e\u0436\u0435\u0442\u0435 subdomain \u0438\u043b\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043d\u0430 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438\u044f \u0441\u0438 \u0441\u0430\u0439\u0442.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0412\u044a\u0440\u043d\u0430\u0442\u0438", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0431\u0430\u0440\u043a\u043e\u0434\u0430 \u0441 :link \u0441\u044a\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430 Two-Factor Authentication", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u043e \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "invoice_expense", "\u041f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0441\u0443\u043c\u0430", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u0438\u0439", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV \u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0412\u0438\u0436 \u043b\u0438\u0446\u0435\u043d\u0437\u0438", "webhook_url", "Webhook URL", _s17_44, "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d", "sidebar_editor", "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", _s22_34, '\u0417\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435, \u043c\u043e\u043b\u044f \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 ":value"', "purge", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u0442\u0435", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c", "clone_to_other", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043d\u0435\u0449\u043e \u0434\u0440\u0443\u0433\u043e", "labels", "\u0415\u0442\u0438\u043a\u0435\u0442\u0438", "add_custom", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e", "payment_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f\u0442\u0430", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430", "white_label", "White Label", "delivery_note", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", _s24_24, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", _s24_26, "\u041f\u043b\u0430\u0442\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u0441\u0430 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u0417\u0430\u043a\u044a\u0441\u043d\u044f\u043b\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "quote_expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "partial_due", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u0430", "invoice_total", "\u0422\u043e\u0442\u0430\u043b \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_total", "\u041e\u0431\u0449 \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "\u041e\u0431\u0449\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "actions", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f", "expense_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", "task_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "project_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "project_name", "Project Name", "warning", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435", "view_settings", "\u0412\u0438\u0436 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s24_28, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430 \u043d\u0435 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430", "late_invoice", "\u041a\u044a\u0441\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "expired_quote", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "remind_invoice", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "required_fields", "\u0417\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "calculated_rate", "\u0418\u0437\u0447\u0438\u0441\u043b\u0435\u043d \u0440\u0435\u0439\u0442", _s17_46, "\u0420\u0435\u0439\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "clear_cache", "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u043a\u0435\u0448\u0430", "sort_order", "\u041f\u043e\u0434\u0440\u0435\u0434\u0431\u0430", "task_status", "\u0421\u0442\u0430\u0442\u0443\u0441", "task_statuses", "\u0421\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "new_task_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s16_64, "\u0421\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", _s19_30, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_32, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s19_33, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s20_39, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u0422\u044a\u0440\u0441\u0438 1 \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_41, "\u0422\u044a\u0440\u0441\u0438 :count \u0441\u0442\u0430\u0442\u0443\u0441\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", _s16_66, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438", _s21_44, "\u0412\u0438\u043d\u0430\u0433\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u0435\u043a\u0446\u0438\u044f\u0442\u0430 \u0441\u044a\u0441 \u0437\u0430\u0434\u0430\u0447\u0438, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_42, "\u0413\u0440\u0430\u0444\u0438\u043a \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_17, "\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043a\u044a\u043c \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u0438 \u0437\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s18_44, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u044f", "task_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_46, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s20_48, "\u041d\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s21_46, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0430", _s24_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", _s24_32, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "\u0422\u044a\u0440\u0441\u0435\u0442\u0435 \u0432 1 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s25_23, "\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u0432 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s21_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "show_option", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043e\u043f\u0446\u0438\u044f", _s22_37, "\u0421\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043d\u0430\u0434\u0432\u0438\u0448\u0430\u0432\u0430 \u0441\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "view_changes", "\u0412\u0438\u0436 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "force_update", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 \u043d\u0430\u0441\u0438\u043b\u0430", _s17_48, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0439-\u043d\u043e\u0432\u0430\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044f, \u043d\u043e \u0435 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u0430 \u0438\u043c\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0438.", "mark_paid_help", "\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u0435\u0442\u0435, \u0447\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u044a\u0442 \u0435 \u0431\u0438\u043b \u043f\u043b\u0430\u0442\u0435\u043d", _s18_48, "\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430", _s23_21, "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s29_8, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438\u0442\u0435 \u0432\u0438\u0434\u0438\u043c\u0438", _s21_50, "\u0417\u0430\u0434\u0430\u0439 \u043e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441", _s16_68, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s18_49, "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0439 \u043a\u044a\u043c \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u043d", "crypto", "\u041a\u0440\u0438\u043f\u0442\u043e", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435", "variables", "\u041f\u0440\u043e\u043c\u0435\u043d\u043b\u0438\u0432\u0438", "show_password", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u0430\u0440\u043e\u043b\u0430", "hide_password", "\u0421\u043a\u0440\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0430", "copy_error", "\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043a\u043e\u043f\u0438\u0440\u0430\u043d\u0435", "capture_card", "\u041f\u0440\u0438\u0445\u0432\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0430", _s17_49, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e", "total_taxes", "\u041e\u0431\u0449\u043e \u0434\u0430\u043d\u044a\u0446\u0438", "line_taxes", "\u0414\u0430\u043d\u044a\u0446\u0438 \u043d\u0430 \u0440\u0435\u0434\u043e\u0432\u0435\u0442\u0435", "total_fields", "\u0421\u0443\u043c\u0430\u0440\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", _s25_24, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_25, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_26, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "gateway_refund", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435", _s19_34, "\u0412\u044a\u0440\u043d\u0438 \u0441\u0443\u043c\u0430 \u0447\u0440\u0435\u0437 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", "due_date_days", "\u041a\u0440\u0430\u0435\u043d \u0441\u0440\u043e\u043a", "paused", "\u041d\u0430 \u043f\u0430\u0443\u0437\u0430", "mark_active", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432", "day_count", "\u0414\u0435\u043d :count", _s22_38, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", _s21_51, "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u0434\u0435\u043d \u043d\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_51, "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "endless", "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438", "next_send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u043e\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_70, "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438", _s17_53, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_28, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_31, "\u0422\u044a\u0440\u0441\u0438 :count \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "send_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "auto_bill_on", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430", _s28_8, "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0430\u0432\u0430\u043d\u0441\u043e\u0432\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "profit", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430", "line_item", "\u0420\u0435\u0434", _s18_53, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u0433\u043e\u043b\u044f\u043c\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s23_22, "\u041f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430\u0434 \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0434\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u0448 \u0431\u0430\u043a\u0448\u0438\u0448\u0438", _s19_35, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e-\u043c\u0430\u043b\u043a\u043e \u043e\u0442 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430", _s24_34, "\u041f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u0430/\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "test_mode", "\u0422\u0435\u0441\u0442\u043e\u0432 \u0440\u0435\u0448\u0438\u043c", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438", _s30_4, "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", _s30_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0433\u043b\u0430\u0441\u0443\u0432\u0430\u043d\u0435", "gateway_success", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_failure", "\u041f\u043e\u0440\u0442\u0430\u043b - \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "gateway_error", "\u041f\u043e\u0440\u0442\u0430\u043b - \u0433\u0440\u0435\u0448\u043a\u0430", "email_send", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b", _s17_55, "\u041e\u043f\u0430\u0448\u043a\u0430 \u0437\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0438 \u043e\u043f\u0438\u0442\u0438 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0438", "failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "quota_exceeded", "\u041f\u0440\u0435\u0432\u0438\u0448\u0435\u043d\u0430 \u043a\u0432\u043e\u0442\u0430", _s16_72, "\u0413\u0440\u0435\u0448\u043a\u0430 \u043d\u0430\u0433\u043e\u0440\u0435 \u043f\u043e \u0432\u0435\u0440\u0438\u0433\u0430\u0442\u0430", "system_logs", "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0438 \u043b\u043e\u0433\u043e\u0432\u0435", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", "copy_link", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043b\u0438\u043d\u043a", "token_billing", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430", _s24_35, "\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 \u0418\u043d\u0432\u043e\u0439\u0441 \u041d\u0438\u043d\u0434\u0436\u0430", "always", "\u0412\u0438\u043d\u0430\u0433\u0438", "optin", "\u0417\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "optout", "\u041e\u0442\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435", "label", "\u0415\u0442\u0438\u043a\u0435\u0442", "client_number", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043d\u043e\u043c\u0435\u0440", "auto_convert", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0432\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "reminder1_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21161 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder2_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21162 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "reminder3_sent", "\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u21163 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", _s18_55, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "pdf_page_info", "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 :current \u043e\u0442 :total", _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "emailed_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "gateway", "\u041f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "\u0412\u0438\u0436 \u0432 \u0421\u0442\u0440\u0430\u0439\u043f", "rows_per_page", "\u0420\u0435\u0434\u043e\u0432\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "hours", "\u0427\u0430\u0441\u043e\u0432\u0435", "statement", "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435", "taxes", "\u0414\u0430\u043d\u044a\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_payment", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "apply_credit", "\u041f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043b\u043e\u0436\u0438", "unapplied", "\u041d\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438", "select_label", "\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0435\u0442\u0438\u043a\u0435\u0442", "custom_labels", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0438", "record_type", "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441", "record_name", "\u0418\u043c\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441", "file_type", "\u0424\u0430\u0439\u043b\u043e\u0432 \u0442\u0438\u043f", "height", "\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430", "width", "\u0428\u0438\u0440\u043e\u0447\u0438\u043d\u0430", "to", "\u0414\u043e", "health_check", "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "last_login_at", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043b\u043e\u0433\u0438\u043d \u0432", "company_key", "\u041a\u043b\u044e\u0447 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "storefront", "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d", "storefront_help", "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 \u0442\u0440\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043d\u0438 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "client_created", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s20_51, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_53, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0440\u044a\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "completed", "\u0417\u0430\u0432\u044a\u0440\u0448\u0435\u043d", "gross", "\u0411\u0440\u0443\u0442\u043e", "net_amount", "\u041d\u0435\u0442\u043d\u0430 \u0441\u0443\u043c\u0430", "net_balance", "\u041d\u0435\u0442\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441", "client_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s17_57, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_59, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "selected_quotes", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "selected_tasks", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s17_61, "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_63, "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "upcoming_quotes", "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "expired_quotes", "\u0418\u0437\u0442\u0435\u043a\u043b\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "create_client", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "create_payment", "\u0421\u044a\u0437\u0434\u0430\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "create_vendor", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "update_quote", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "delete_quote", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "update_invoice", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "delete_invoice", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "\u041e\u0431\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_client", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0442\u0440\u0438\u0439 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "update_vendor", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "delete_vendor", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "create_expense", "\u0421\u044a\u0437\u0434\u0430\u0439 \u0440\u0430\u0437\u0445\u043e\u0434", "update_expense", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0440\u0430\u0437\u0445\u043e\u0434", "delete_expense", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "create_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "\u041e\u0431\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "delete_task", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "\u041e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430", "off", "\u0418\u0437\u043a\u043b.", "when_paid", "\u041a\u043e\u0433\u0430\u0442\u043e \u0435 \u043f\u043b\u0430\u0442\u0435\u043d\u0430", "expires_on", "\u0418\u0437\u0442\u0438\u0447\u0430 \u043d\u0430", "free", "\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e \u043c\u0435\u043d\u044e", "hide_sidebar", "\u0421\u043a\u0440\u0438\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0442\u043e \u043c\u0435\u043d\u044e", "event_type", "\u0422\u0438\u043f \u0441\u044a\u0431\u0438\u0442\u0438\u0435", "target_url", "Target", "copy", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "must_be_online", "\u041c\u043e\u043b\u044f, \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u043a\u044a\u043c \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442", _s17_67, "Cron \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "api_webhooks", "API webhooks", "search_webhooks", "\u0422\u044a\u0440\u0441\u0438 :count webhook-\u043e\u0432\u0435", "search_webhook", "\u0422\u044a\u0440\u0441\u0438 1 webhook", "webhook", "Webhook", "webhooks", "Webhook-\u043e\u0432\u0435", "new_webhook", "\u041d\u043e\u0432 Webhook", "edit_webhook", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438 Webhook", "created_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d webhook", "updated_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d webhook", _s16_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d webhook", "deleted_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 webhook", "removed_webhook", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 webhook", _s16_77, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d webhook", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u044a\u043d\u0438", "api_docs", "API Docs", "search_tokens", "\u0422\u044a\u0440\u0441\u0438 :count \u0442\u043e\u043a\u0435\u043d\u0438", "search_token", "\u0422\u044a\u0440\u0441\u0438 1 \u0442\u043e\u043a\u0435\u043d", "token", "\u0422\u043e\u043a\u044a\u043d", "tokens", "\u0422\u043e\u043a\u044a\u043d\u0438", "new_token", "\u041d\u043e\u0432 \u0442\u043e\u043a\u0435\u043d", "edit_token", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0442\u043e\u043a\u044a\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0442\u043e\u043a\u044a\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u044a\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0442\u043e\u043a\u044a\u043d", "removed_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0442\u043e\u043a\u0435\u043d", "restored_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0442\u043e\u043a\u0435\u043d", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_37, "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0434\u0430 \u043f\u0440\u0430\u0432\u044f\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432 \u043f\u043e\u0440\u0442\u0430\u043b\u0430", _s21_55, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439 & \u0432\u0438\u0436", "email_invoice", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "email_quote", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "email_credit", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "email_payment", _s16_241, _s20_56, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u043d\u044f\u043c\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441", "ledger", "\u041b\u0435\u0434\u0436\u044a\u0440", "view_pdf", "\u0412\u0438\u0436 PDF", "all_records", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "owned_by_user", "\u041f\u0440\u0438\u0442\u0435\u0436\u0430\u0432\u0430\u043d\u0438 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", _s16_80, "\u041e\u0441\u0442\u0430\u0442\u044a\u0447\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "contact_name", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 - \u0438\u043c\u0435", "use_default", "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s16_82, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "number_of_days", "\u0411\u0440\u043e\u0439 \u0434\u043d\u0438", _s23_24, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_term", "\u0423\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_83, "\u041d\u043e\u0432\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_71, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s20_60, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u0412\u043b\u0435\u0437 \u0441 \u0438\u043c\u0435\u0439\u043b", "change", "\u041f\u0440\u043e\u043c\u0435\u043d\u0438", _s23_26, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c?", _s24_38, "\u0421\u043c\u0435\u043d\u0438 \u043d\u0430 \u0434\u0435\u0441\u043a\u0442\u043e\u043f \u0440\u0435\u0436\u0438\u043c?", "send_from_gmail", "\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0442 Gmail", "reversed", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430", "cancelled", "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430", "credit_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "hosted", "\u0425\u043e\u0441\u0442\u043d\u0430\u0442", "selfhosted", "\u0421\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u043d\u043e \u0445\u043e\u0441\u0442\u043d\u0430\u0442", "exclusive", "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "inclusive", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438", "hide_menu", "\u0421\u043a\u0440\u0438\u0439 \u043c\u0435\u043d\u044e\u0442\u043e", "show_menu", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043c\u0435\u043d\u044e", _s18_57, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u043e", _s16_85, "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "search_designs", "\u0422\u044a\u0440\u0441\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "search_invoices", "\u0422\u044a\u0440\u0441\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "search_clients", "\u0422\u044a\u0440\u0441\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "search_products", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "search_quotes", "\u0422\u044a\u0440\u0441\u0438 \u043e\u0444\u0435\u0440\u0442\u0438", "search_credits", "\u0422\u044a\u0440\u0441\u0438 \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "search_vendors", "\u0422\u044a\u0440\u0441\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "search_users", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", _s16_86, "\u0422\u044a\u0440\u0441\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "search_tasks", "\u0422\u044a\u0440\u0441\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", "search_settings", "\u0422\u044a\u0440\u0441\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "search_projects", "\u0422\u044a\u0440\u0441\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438", "search_expenses", "\u0422\u044a\u0440\u0441\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "search_payments", "\u0422\u044a\u0440\u0441\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "search_groups", "\u0422\u044a\u0440\u0441\u0438 \u0433\u0440\u0443\u043f\u0438", "search_company", "\u0422\u044a\u0440\u0441\u0438 \u0432 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "search_document", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "search_design", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0438\u0437\u0430\u0439\u043d", "search_invoice", "\u0422\u044a\u0440\u0441\u0438 1 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "search_client", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u043b\u0438\u0435\u043d\u0442", "search_product", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "search_quote", "\u0422\u044a\u0440\u0441\u0438 1 \u043e\u0444\u0435\u0440\u0442\u0430", "search_credit", "\u0422\u044a\u0440\u0441\u0438 1 \u043a\u0440\u0435\u0434\u0438\u0442", "search_vendor", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "search_user", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "search_tax_rate", "\u0422\u044a\u0440\u0441\u0438 1 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "search_task", "\u0422\u044a\u0440\u0441\u0438 1 \u0437\u0430\u0434\u0430\u0447\u0430", "search_project", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u0440\u043e\u0435\u043a\u0442", "search_expense", "\u0422\u044a\u0440\u0441\u0438 1 \u0440\u0430\u0437\u0445\u043e\u0434", "search_payment", "\u0422\u044a\u0440\u0441\u0438 1 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "search_group", "\u0422\u044a\u0440\u0441\u0438 1 \u0433\u0440\u0443\u043f\u0430", "refund_payment", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_75, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_59, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_92, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_76, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "reverse", "\u0421\u0442\u043e\u0440\u043d\u0438\u0440\u0430\u0439", "full_name", "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434 / \u0429\u0430\u0442 / \u041f\u043e\u0449. \u043a\u043e\u0434", _s17_79, "\u041f\u043e\u0449. \u043a\u043e\u0434 / \u0429\u0430\u0442 / \u0413\u0440\u0430\u0434", "custom1", "\u041f\u044a\u0440\u0432\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom2", "\u0412\u0442\u043e\u0440\u0430 \u043a\u043e\u043b\u043e\u043d\u0430", "custom3", _s21_109, "custom4", "\u0427\u0435\u0442\u0432\u044a\u0440\u0442\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "optional", "\u041f\u043e \u0438\u0437\u0431\u043e\u0440", "license", "\u041b\u0438\u0446\u0435\u043d\u0437", "purge_data", "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u0444\u0438\u0440\u043c\u0435\u043d\u0438 \u0434\u0430\u043d\u043d\u0438", _s18_60, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "invoice_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "age_group_0", "0 - 30 \u0434\u043d\u0438", "age_group_30", "30 - 60 \u0434\u043d\u0438", "age_group_60", "60 - 90 \u0434\u043d\u0438", "age_group_90", "90 - 120 \u0434\u043d\u0438", "age_group_120", "120+ \u0434\u043d\u0438", "refresh", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435", "saved_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0430\u0437\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "client_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "company_address", "\u0410\u0434\u0440\u0435\u0441 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\u0442\u0430", "invoice_details", "\u0414\u0435\u0442\u0430\u0439\u043b\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", "credit_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "product_columns", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0438", "task_columns", "\u041a\u043e\u043b\u043e\u043d\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "add_field", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u043e\u043b\u0435", "all_events", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f", "permissions", "\u041f\u0440\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f", "none", "\u041d\u044f\u043c\u0430", "owned", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d", "payment_success", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_failure", "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "invoice_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "invoice_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "quote_approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s25_33, "\u041f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f", _s16_94, "\u041a\u0443\u043f\u0438 \u043b\u0438\u0446\u0435\u043d\u0437", "apply_license", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043b\u0438\u0446\u0435\u043d\u0437", "cancel_account", "\u0418\u0437\u0442\u0440\u0438\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", _s22_47, "\u0412\u041d\u0418\u041c\u0410\u041d\u0418\u0415: \u0422\u043e\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0432\u0430\u0448\u0438\u044f\u0442 \u043f\u0440\u043e\u0444\u0438\u043b \u0438 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u0432 \u043d\u0435\u0433\u043e. \u0421\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u043d\u044f\u043c\u0430 \u043a\u0430\u043a \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0438.", "delete_company", "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", _s22_48, "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0422\u043e\u0432\u0430 \u0449\u0435 \u0438\u0437\u0442\u0440\u0438\u0435 \u043f\u0435\u0440\u043c\u0430\u043d\u0435\u043d\u0442\u043d\u043e \u0444\u0438\u0440\u043c\u0430\u0442\u0430\u0412\u0438 \u0431\u0435\u0437 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435.", "enabled_modules", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u043c\u043e\u0434\u0443\u043b\u0438", "converted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "credit_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "includes", "\u0421\u044a\u0434\u044a\u0440\u0436\u0430", "header", "\u0425\u0435\u0434\u044a\u0440", "load_design", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0434\u0438\u0437\u0430\u0439\u043d", "css_framework", "CSS framework", "custom_designs", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0438", "designs", "\u0414\u0438\u0437\u0430\u0439\u043d\u0438", "new_design", "\u041d\u043e\u0432 \u0434\u0438\u0437\u0430\u0439\u043d", "edit_design", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0434\u0438\u0437\u0430\u0439\u043d", "created_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "updated_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "archived_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u0438\u0437\u0430\u0439\u043d", "deleted_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "removed_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0434\u0438\u0437\u0430\u0439\u043d", "restored_design", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0434\u0438\u0437\u0430\u0439\u043d", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "Tickets", _s16_98, "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u041e\u0444\u0435\u0440\u0442\u0438", "recurring_tasks", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0438\u0442\u0435", "credit_date", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u0414\u0430\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u043a\u0440\u0435\u0434\u0438\u0442", "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f", "update_now", "\u042a\u043f\u0434\u0435\u0439\u0442\u043d\u0438", _s26_21, "\u041d\u0430\u043b\u0438\u0447\u043d\u0430 \u0435 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f \u043d\u0430 \u0443\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e", _s16_102, "\u0418\u043c\u0430 \u044a\u043f\u0434\u0435\u0439\u0442", "app_updated", "\u042a\u043f\u0434\u0435\u0439\u0442\u044a\u0442 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "learn_more", "\u041d\u0430\u0443\u0447\u0438 \u043f\u043e\u0432\u0435\u0447\u0435", "integrations", "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438", "tracking_id", "ID \u0437\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435", _s17_81, "Slack webhook URL", "credit_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "new_company", "\u041d\u043e\u0432\u0430 \u0444\u0438\u0440\u043c\u0430", "added_company", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "company1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 1", "company2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 2", "company3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 3", "company4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f 4", "product1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 1", "product2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 2", "product3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 3", "product4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u041f\u0440\u043e\u0434\u0443\u043a\u0442 4", "client1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 1", "client2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 2", "client3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 3", "client4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442 4", "contact1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 1", "contact2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 2", "contact3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 3", "contact4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442 4", "task1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 1", "task2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 2", "task3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 3", "task4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 4", "project1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 1", "project2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 2", "project3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 3", "project4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 4", "expense1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 1", "expense2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 2", "expense3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 3", "expense4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434 4", "vendor1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 1", "vendor2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 2", "vendor3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 3", "vendor4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a 4", "invoice1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 1", "invoice2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 2", "invoice3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 3", "invoice4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 4", "payment1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 1", "payment2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 2", "payment3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 3", "payment4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 4", "surcharge1", _s27_66, "surcharge2", _s27_67, "surcharge3", _s27_68, "surcharge4", _s27_69, "group1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 1", "group2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 2", "group3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 3", "group4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 4", "reset", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "number", "\u041d\u043e\u043c\u0435\u0440", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u0430", "count", "\u0411\u0440\u043e\u0439", "totals", "\u041e\u0431\u0449\u0438 \u0441\u0443\u043c\u0438", "blank", "\u041f\u0440\u0430\u0437\u043d\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "\u0415 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435 \u043f\u043e", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", _s17_83, "\u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430", "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", _s21_59, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 1", _s21_60, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 2", _s21_61, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", _s21_62, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s17_85, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0423\u043b\u0438\u0446\u0430", _s17_86, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0410\u043f.", "shipping_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0413\u0440\u0430\u0434", "shipping_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s20_61, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", _s16_132, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", _s16_134, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0423\u043b\u0438\u0446\u0430", _s16_135, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0410\u043f.", "billing_city", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0413\u0440\u0430\u0434", "billing_state", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0429\u0430\u0442/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f", _s19_40, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u041f\u043e\u0449. \u043a\u043e\u0434", "billing_country", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430 - \u0414\u044a\u0440\u0436\u0430\u0432\u0430", "client_id", "Client Id", "assigned_to", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430", "created_by", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 :name", "assigned_to_id", "\u041f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043d\u0430 Id", "created_by_id", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043e\u0442 Id", "add_column", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043b\u043e\u043d\u0430", "edit_columns", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043e\u043b\u043e\u043d\u0438", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u041f\u043e \u0434\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "profit_and_loss", "\u041f\u0435\u0447\u0430\u043b\u0431\u0430 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0421\u043f\u0440\u0430\u0432\u043a\u0438", "report", "\u0421\u043f\u0440\u0430\u0432\u043a\u0430", "add_company", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "help", "\u041f\u043e\u043c\u043e\u0449", "refund", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "refund_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", "filtered_by", "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e", "contact_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0432\u0440\u044a\u0437\u043a\u0430", "multiselect", "\u041c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "entity_state", "\u0429\u0430\u0442", "verify_password", "\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430", "applied", "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s21_63, "\u0412\u043a\u043b\u044e\u0447\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0433\u0440\u0435\u0448\u043a\u0438 \u043e\u0442 \u043b\u043e\u0433\u043e\u0432\u0435\u0442\u0435", _s30_8, "\u041d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0445\u043c\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0412\u0438 \u0438 \u0449\u0435 \u0441\u0435 \u043e\u043f\u0438\u0442\u0430\u043c\u0435 \u0434\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438\u043c \u043d\u0435\u0437\u0430\u0431\u0430\u0432\u043d\u043e.", "message", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0435\u0442\u0430\u0439\u043b\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s25_35, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u0432 \u043f\u0430\u0434\u0430\u0449\u043e\u0442\u043e \u043c\u0435\u043d\u044e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s20_65, "PDF \u0440\u0435\u043d\u0434\u0435\u0440-\u0430 \u0438\u0437\u0438\u0441\u043a\u0432\u0430 :version", _s18_70, "\u041d\u0430\u0441\u0442\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", _s23_28, _s33_24, _s18_72, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435", "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430", "about", "\u0417\u0430", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043d\u0430\u0441", "subtotal", "\u0421\u0443\u0431\u0442\u043e\u0442\u0430\u043b", "line_total", "\u041e\u0431\u0449\u0430 \u0446\u0435\u043d\u0430", "item", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "credit_email", "\u041a\u0440\u0435\u0434\u0438\u0442\u0435\u043d \u0435-\u043c\u0435\u0439\u043b", "iframe_url", "\u0421\u0430\u0439\u0442", "domain_url", "\u0414\u043e\u043c\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441", _s21_64, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0430", _s20_66, "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0433\u043b\u0430\u0432\u043d\u0430 \u0431\u0443\u043a\u0432\u0430 \u0438 \u0446\u0438\u0444\u0440\u0430", _s19_42, "\u0417\u0430\u0434\u0430\u0447\u0438 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s23_29, "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b", _s20_67, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "deleted_logo", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043b\u043e\u0433\u043e", "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u0439 \u043d\u043e\u043c\u0435\u0440", "when_saved", "\u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0430", "when_sent", "\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "select_company", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "float", "\u041f\u043b\u0430\u0432\u0430\u0449", "collapse", "\u0421\u044a\u0431\u0435\u0440\u0438", "show_or_hide", "\u041f\u043e\u043a\u0430\u0436\u0438/\u0421\u043a\u0440\u0438\u0439", "menu_sidebar", "\u041c\u0435\u043d\u044e \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "history_sidebar", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430", "tablet", "\u0422\u0430\u0431\u043b\u0435\u0442", "mobile", "\u041c\u043e\u0431\u0438\u043b\u043d\u043e", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "\u041c\u043e\u0434\u0443\u043b", "first_custom", "\u041f\u044a\u0440\u0432\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "second_custom", "\u0412\u0442\u043e\u0440\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "third_custom", _s21_109, "show_cost", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430", _s17_88, _s17_89, "show_cost_help", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0446\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u043e\u0442\u043e \u043f\u043e\u043b\u0435 \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0441\u043b\u0435\u0434\u0438\u0448 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430", _s21_65, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430\u0442\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442", _s26_23, "\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u043e\u043b\u0435\u0442\u043e \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0442\u043e \u043f\u043e\u043b\u0435", _s21_67, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0431\u0440\u043e\u044f\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", _s26_24, "\u041f\u043e\u043a\u0430\u0436\u0438 \u0440\u0435\u0434\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442, \u0438\u043b\u0438 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0440\u0435\u0434", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", _s21_71, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043b\u0438\u043d\u0438\u044f\u0442\u0430 \u0437\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442 \u043d\u0430 \u0435\u0434\u043d\u043e", "one_tax_rate", "\u0415\u0434\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "two_tax_rates", "\u0414\u0432\u0435 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", "three_tax_rates", "\u0422\u0440\u0438 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s16_140, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "invoice_tax", "\u0422\u0430\u043a\u0441\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "line_item_tax", "\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430", "inclusive_taxes", "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438 \u0442\u0430\u043a\u0441\u0438", _s17_90, "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "item_tax_rates", "\u0414\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438", _s18_74, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0430\u0440\u0438\u0444\u0438\u0442\u0435", _s18_75, "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Gateways", "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u044a\u043a", _s18_77, _s16_242, "accent_color", "\u0410\u043a\u0446\u0435\u043d\u0442\u0435\u043d \u0446\u0432\u044f\u0442", "switch", "\u041f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s19_44, "\u041b\u0438\u0441\u0442 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u0438", "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, "\u0415\u0434\u043d\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "multi_line_text", "\u041c\u043d\u043e\u0433\u043e\u0440\u0435\u0434\u043e\u0432 \u0442\u0435\u043a\u0441\u0442", "dropdown", "\u041f\u0430\u0434\u0430\u0449\u043e \u043c\u0435\u043d\u044e", "field_type", "\u0412\u0438\u0434 \u043f\u043e\u043b\u0435", _s27_37, "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0435 e-mail \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "submit", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", _s16_144, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "late_fees", "\u0417\u0430\u043a\u044a\u0441\u043d\u0435\u043b\u0438 \u0422\u0430\u043a\u0441\u0438", "credit_number", "\u041a\u0440\u0435\u0434\u0438\u0442 \u043d\u043e\u043c\u0435\u0440", "payment_number", _s16_243, "late_fee_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430 \u0437\u0430 \u0437\u0430\u043a\u044a\u0441\u043d\u0435\u043d\u0438\u0435", "schedule", "\u0413\u0440\u0430\u0444\u0438\u043a", "before_due_date", "\u041f\u0440\u0435\u0434\u0438 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", "after_due_date", "\u0421\u043b\u0435\u0434 \u043a\u0440\u0430\u0439\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430", _s18_79, "\u0421\u043b\u0435\u0434 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "days", "\u0414\u043d\u0438", "invoice_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", _s16_241, "partial_payment", _s16_244, "payment_partial", _s16_244, _s21_72, "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "quote_email", "\u0418\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s16_147, "\u0411\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u043f\u043e\u0434\u0441\u0435\u0449\u0430\u043d\u0435", _s16_149, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0434\u0440\u0443\u0433\u0438\u0442\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438, \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u044f \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0438 \u0438 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438\u0442\u0435", "users", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "new_user", "\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "created_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "removed_user", "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041e\u043f\u0446\u0438\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u0438\u0439 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430"', _s22_55, '\u041f\u043e\u043a\u0430\u0436\u0438 "\u0418\u0437\u043f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430" \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435, \u0441\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435.', _s23_31, "\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0445\u0435\u0434\u044a\u0440\u0430 \u043d\u0430", _s16_154, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0443\u0442\u044a\u0440\u0430 \u043d\u0430", "first_page", "\u041f\u044a\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "all_pages", "\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "primary_font", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "secondary_font", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0428\u0440\u0438\u0444\u0442", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0446\u0432\u044f\u0442", "secondary_color", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0446\u0432\u044f\u0442", "page_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "invoice_fields", "\u041f\u043e\u043b\u0435\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "product_fields", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_footer", "\u0424\u0443\u0442\u044a\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s18_81, "Auto Email", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u0440\u0438 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_82, "Auto Archive", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0438 \u043f\u0440\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0438\u043c", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u0440\u0438 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435 \u043e\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0430.", _s17_94, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441", "freq_daily", "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u0421\u0435\u0434\u043c\u0438\u0447\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u0441\u0435\u0434\u043c\u0438\u0446\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0430", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u041d\u0430 \u0434\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "\u0422\u0440\u0438 \u0433\u043e\u0434\u0438\u043d\u0438", "never", "\u041d\u0438\u043a\u043e\u0433\u0430", "company", "\u0424\u0438\u0440\u043c\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430", "charge_taxes", "\u041d\u0430\u0447\u0438\u0441\u043b\u0438 \u0434\u0430\u043d\u044a\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u043e \u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0435", "reset_counter", "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s16_157, "\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "number_padding", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0442\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "general", "\u041e\u0431\u0449", "surcharge_field", "\u0415\u0442\u0438\u043a\u0435\u0442 \u0434\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "company_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0424\u0438\u0440\u043c\u0430\u0442\u0430", "company_value", "\u0424\u0438\u0440\u043c\u0435\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "credit_field", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u043e \u043f\u043e\u043b\u0435", "invoice_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s17_99, "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0442\u0430\u043a\u0441\u0430 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "product_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", "payment_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "vendor_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430", "expense_field", "\u041f\u043e\u043b\u0435 \u0420\u0430\u0437\u0445\u043e\u0434", "project_field", "\u041f\u043e\u043b\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", "task_field", "\u041f\u043e\u043b\u0435 \u0417\u0430\u0434\u0430\u0447\u0430", "group_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0433\u0440\u0443\u043f\u0430", "number_counter", "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "\u041c\u043e\u0434\u0435\u043b \u043d\u043e\u043c\u0435\u0440", "messages", "\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d CSS", _s17_101, "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JavaScript", _s16_159, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0432 PDF \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", _s21_74, "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043f\u0438\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0432 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 / \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430.", _s25_41, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s23_35, "\u0427\u0435\u043a-\u0431\u043e\u043a\u0441 \u0437\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s28_22, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u044a\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438, \u0447\u0435 \u043f\u0440\u0438\u0435\u043c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s25_42, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", _s30_10, "\u0418\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0434\u0430 \u043f\u043e\u0434\u043f\u0438\u0448\u0435", _s23_36, "\u041f\u043e\u0434\u043f\u0438\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430", _s22_57, "\u0417\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0430", _s27_38, "\u0414\u0430\u0432\u0430 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0434\u0430 \u0437\u0430\u043b\u043e\u0436\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u0441\u0435\u043a\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u0442\u0430\u043a\u0430\u0432\u0430 \u0435 \u0437\u0430\u043b\u043e\u0436\u0435\u043d\u0430, \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0442\u043e \u043b\u0438\u0446\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u044f \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0432\u0438\u0434\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435,", "authorization", "\u041e\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f", "subdomain", "Subdomain", "domain", "\u0414\u043e\u043c\u0435\u0439\u043d", "portal_mode", "\u041f\u043e\u0440\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c", "email_signature", "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438,", _s24_39, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e \u043a\u044a\u043c \u0412\u0430\u0441 \u043f\u043e-\u043b\u0435\u0441\u043d\u043e \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435 \u0441\u0438 \u043a\u0430\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432 \u0438\u043c\u0435\u0439\u043b\u0438\u0442\u0435 \u0441\u0438 schema.org markup.", "plain", "\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u044a\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "attach_pdf", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 PDF", _s16_160, "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "attach_ubl", "\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 UBL", "email_style", "\u0421\u0442\u0438\u043b\u043e\u0432\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s19_46, "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0435\u043d", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u043e\u0432 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430\u0442\u0430", "fee_percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u0442\u0430\u043a\u0441\u0430", "fee_cap", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0437\u0430 \u0442\u0430\u043a\u0441\u0430", "limits_and_fees", "\u041b\u0438\u043c\u0438\u0442\u0438/\u0422\u0430\u043a\u0441\u0438", "enable_min", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 min", "enable_max", "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 max", "min_limit", "\u041c\u0438\u043d.: :min", "max_limit", "\u041c\u0430\u043a\u0441.: :max", "min", "Min", "max", "Max", _s19_47, "\u041b\u043e\u0433\u0430 \u043d\u0430 \u043f\u0440\u0438\u0435\u043c\u0430\u043d\u0438 \u043a\u0430\u0440\u0442\u0438", "credentials", "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u0437\u0430 \u0441\u0430\u043c\u043e\u043b\u0438\u0447\u043d\u043e\u0441\u0442", "update_address", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0441 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "rate", "\u0420\u0430\u0437\u043c\u0435\u0440", "tax_rate", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0442\u0430\u043a\u0441\u0430", "edit_tax_rate", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s16_164, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s17_105, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u043f\u044a\u043b\u0432\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043f\u043e\u043f\u044a\u043b\u043d\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0438 \u0446\u0435\u043d\u0430\u0442\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u041f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0449\u0435 \u043e\u0431\u043d\u043e\u0432\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438\u044f \u043a\u0430\u0442\u0430\u043b\u043e\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u0432\u044a\u0432 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u0422\u0430\u043a\u0441\u0438", "limits", "\u041b\u0438\u043c\u0438\u0442\u0438", "provider", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "company_gateway", "\u041f\u043e\u0440\u0442\u0430\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_167, "\u041f\u043e\u0440\u0442\u0430\u043b\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s19_50, "\u041d\u043e\u0432 \u043f\u043e\u0440\u0442\u0430\u043b", _s20_72, "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_37, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s23_38, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_40, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u0442\u0430\u043b", _s23_39, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u043e\u0440\u0442\u0430\u043b", _s24_41, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e", "discard_changes", "\u041e\u0442\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "default_value", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "disabled", "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e", "currency_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", _s21_76, "\u041f\u044a\u0440\u0432\u0438 \u0434\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430", _s23_40, "\u041f\u044a\u0440\u0432\u0438 \u043c\u0435\u0441\u0435\u0446 \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430\u0442\u0430", "sunday", "\u043d\u0435\u0434\u0435\u043b\u044f", "monday", "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0432\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0441\u0440\u044f\u0434\u0430", "thursday", "\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", "friday", "\u043f\u0435\u0442\u044a\u043a", "saturday", "\u0441\u044a\u0431\u043e\u0442\u0430", "january", "\u042f\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0439", "june", "\u042e\u043d\u0438", "july", "\u042e\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0432\u043e\u043b", "ocde", "\u041a\u043e\u0434", "date_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430", "datetime_format", "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430 \u0434\u0430\u0442\u0430", "military_time", "24 \u0447\u0430\u0441\u043e\u0432\u043e \u0432\u0440\u0435\u043c\u0435", _s18_87, "24-\u0447\u0430\u0441\u043e\u0432 \u0444\u043e\u0440\u043c\u0430\u0442", "send_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", "timezone", "\u0427\u0430\u0441\u043e\u0432\u0430 \u0437\u043e\u043d\u0430", _s19_51, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0439 \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442", _s17_107, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0433\u0440\u0443\u043f\u0430", _s19_53, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_88, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442", _s18_90, "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "group_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430\u0442\u0430", "group", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435", "groups", "\u0413\u0440\u0443\u043f\u0438", "new_group", "\u041d\u043e\u0432\u0430 \u0413\u0440\u0443\u043f\u0430", "edit_group", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u043d\u0435 \u0413\u0440\u0443\u043f\u0430", "created_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "deleted_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "restored_group", "\u0413\u0440\u0443\u043f\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "upload_logo", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u041b\u043e\u0433\u043e", "uploaded_logo", "\u041b\u043e\u0433\u043e\u0442\u043e \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "logo", "\u041b\u043e\u0433\u043e", "saved_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u0431\u044f\u0445\u0430 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "device_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "defaults", "\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0430\u043d\u043d\u0438 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430", "user_details", "\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "tax_rates", _s16_242, "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u0415\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", '\u0411\u0443\u0442\u043e\u043d\u0438 "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430"', "email_settings", "Email \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f", _s22_58, "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u041a\u0430\u0440\u0442\u0438 & \u0411\u0430\u043d\u043a\u0438", _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "price", "\u0426\u0435\u043d\u0430", "email_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 E-mail", "google_sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441 Google", _s27_42, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430!", "redeem", "\u041e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435", "back", "\u041d\u0430\u0437\u0430\u0434", "past_purchases", "\u041c\u0438\u043d\u0430\u043b\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0438", _s19_57, "\u0413\u043e\u0434\u0438\u0448\u0435\u043d \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d", "pro_plan", "Pro \u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442", "enterprise_plan", "Enterprise \u041f\u043b\u0430\u043d", "count_users", ":count \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "upgrade", "\u041e\u0431\u043d\u043e\u0432\u0438", _s25_46, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043e \u0438\u043c\u0435", _s24_43, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", _s33_21, "\u041c\u043e\u043b\u044f \u0441\u044a\u0433\u043b\u0430\u0441\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043e\u0431\u0449\u0438\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430\u0442\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u0437\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043f\u0440\u043e\u0444\u0438\u043b.", "i_agree_to_the", "\u0421\u044a\u0433\u043b\u0430\u0441\u044f\u0432\u0430\u043c \u0441\u0435 \u0441", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u0437\u0430 \u0437\u0430\u0449\u0438\u0442\u0430 \u043d\u0430 \u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438", "sign_up", "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f", "account_login", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", "view_website", "\u0412\u0438\u0436 \u0443\u0435\u0431\u0441\u0430\u0439\u0442", "create_account", "\u0421\u044a\u0437\u0434\u0430\u0439 \u041f\u0440\u043e\u0444\u0438\u043b", "email_login", "\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0437\u0440\u0435\u0437 email", "create_new", "\u041d\u043e\u0432", _s18_92, "\u041d\u044f\u043c\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", _s21_79, "\u041c\u043e\u043b\u044f \u0437\u0430\u043f\u0430\u0437\u0435\u0442\u0435 \u0438\u043b\u0438 \u043e\u0442\u043a\u0430\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435", "download", "\u0421\u0432\u0430\u043b\u044f\u043d\u0435", _s27_43, '\u0418\u0437\u0438\u0441\u043a\u0432\u0430 "Enterprise" \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442', "take_picture", "\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0421\u043d\u0438\u043c\u043a\u0430", "upload_file", "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0424\u0430\u0439\u043b", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "\u041d\u043e\u0432 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "edit_document", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", _s17_111, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043a\u0430\u0447\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_175, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_112, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s16_176, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s17_113, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u041d\u044f\u043c\u0430 \u0418\u0441\u0442\u043e\u0440\u0438\u044f", "expense_date", "\u0414\u0430\u0442\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "pending", "\u041e\u0447\u0430\u043a\u0432\u0430\u043d\u043e", _s16_177, "\u041b\u043e\u0433\u043d\u0430\u0442", _s16_178, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_179, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_45, "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043a\u044a\u043c \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u041a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430", "mark_paid", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u0445\u043e\u0434", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u0440\u0430\u0437\u0445\u043e\u0434", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "design", "\u0414\u0438\u0437\u0430\u0439\u043d", _s21_80, "\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d", "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041b\u043e\u0433\u0432\u0430\u043d\u043e", "running", "\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u043e", "resume", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435", "task_errors", "\u041c\u043e\u043b\u044f, \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043f\u043e\u043a\u0440\u0438\u0432\u0430\u0449\u0438\u0442\u0435 \u0441\u0435 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0438", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0440\u044f\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430", "now", "\u0421\u0435\u0433\u0430", _s16_186, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438\u0442\u0435", "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u044a\u0447\u043d\u043e", "budgeted", "\u0411\u044e\u0434\u0436\u0435\u0442\u0438\u0440\u0430\u043d\u043e", "start_time", "\u041d\u0430\u0447\u0430\u043b\u043e", "end_time", "\u041a\u0440\u0430\u0439", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u0435", "duration", "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435", "budgeted_hours", "\u0427\u0430\u0441\u043e\u0432\u0435 \u043f\u043e \u0431\u044e\u0434\u0436\u0435\u0442", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s21_108, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0430", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0412\u0438, \u0447\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043d\u0430\u0448\u0435\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", "\u0410\u043a\u043e \u0433\u043e \u0445\u0430\u0440\u0435\u0441\u0432\u0430\u0442\u0435 \u0412\u0438 \u043c\u043e\u043b\u0438\u043c", "click_here", "\u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", _s18_96, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0442\u0443\u043a", "to_rate_it", "\u0434\u0430 \u0433\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u0435.", "average", "\u0421\u0440\u0435\u0434\u043d\u043e", "unapproved", "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", _s30_15, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438 \u0437\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0442\u0430\u0437\u0438 \u043d\u0430\u0441\u0442\u043e\u0439\u043a\u0430", "locked", "\u0411\u043b\u043e\u043a\u0438\u0440\u0430\u043d\u043e", "authenticate", "\u0412\u0445\u043e\u0434 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430", _s19_61, "\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0438", _s24_47, "\u0411\u0438\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u043d \u0432\u0445\u043e\u0434", "footer", "\u0424\u0443\u0442\u044a\u0440", "compare", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "\u0412\u043b\u0435\u0437 \u0441 Google", "today", "\u0414\u043d\u0435\u0441", "custom_range", "\u0414\u0440\u0443\u0433 \u043f\u0435\u0440\u0438\u043e\u0434", "date_range", "\u041f\u0435\u0440\u0438\u043e\u0434", "current", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449", "previous", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d", "current_period", "\u041d\u0430\u0441\u0442\u043e\u044f\u0449 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0437\u0430 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435", "previous_period", "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u044a\u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 7 \u0434\u043d\u0438", "last_week", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0441\u0435\u0434\u043c\u0438\u0446\u0430", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 30 \u0434\u043d\u0438", "this_month", "\u0422\u043e\u0437\u0438 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0438\u044f \u043c\u0435\u0441\u0435\u0446", "this_year", "\u0422\u0430\u0437\u0438 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "Custom", _s16_191, "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "clone_to_quote", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043e\u0444\u0435\u0440\u0442\u0430", "clone_to_credit", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0432 \u043a\u0440\u0435\u0434\u0438\u0442", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0439", "more", "\u041e\u0449\u0435", "edit_client", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041e\u0444\u0435\u0440\u0442\u0430", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u041f\u043b\u0430\u0449\u0430\u043d\u0435", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "edit_project", "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430", "total_revenue", "\u041e\u0431\u0449\u043e \u043f\u0440\u0438\u0445\u043e\u0434\u0438", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041e\u0441\u0442\u0430\u0432\u0430\u0449\u0438", "invoices_sent", ":count \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u0430", "url", "URL", "secret", "Secret", "name", "\u0418\u043c\u0435", "logout", "\u0418\u0437\u0445\u043e\u0434", "login", "\u0412\u0445\u043e\u0434", "filter", "\u0424\u0438\u043b\u0442\u044a\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "search", "\u0422\u044a\u0440\u0441\u0435\u043d\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0438\u0437\u0442\u0440\u0438\u0442\u0430", "dashboard", "\u0422\u0430\u0431\u043b\u043e", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0439", "delete", "\u0418\u0437\u0442\u0440\u0438\u0439", "restore", "\u0412\u044a\u0437\u0442\u0430\u043d\u043e\u0432\u0438", _s16_195, "\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0437\u0430\u0432\u044a\u0440\u0448\u0435\u043d\u043e", _s23_43, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b", _s26_34, "\u041c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", _s21_83, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f URL", _s26_36, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 product key", "ascending", "\u041d\u0430\u0440\u0430\u0441\u0442\u0432\u0430\u0449\u043e", "descending", "\u041d\u0430\u043c\u0430\u043b\u044f\u0432\u0430\u0449\u043e", "save", "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435", _s17_121, "\u041d\u0430\u0441\u0442\u044a\u043f\u0438\u043b\u0430 \u0435 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u0438 \u0434\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430", "balance_due", "\u041e\u0441\u0442\u0430\u0432\u0430\u0442 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "balance", "\u0411\u0430\u043b\u0430\u043d\u0441", "overview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "details", "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0423\u0435\u0431\u0441\u0430\u0439\u0442", "vat_number", "\u0414\u0414\u0421 \u041d\u043e\u043c\u0435\u0440", "id_number", "\u0415\u0418\u041a/\u0411\u0443\u043b\u0441\u0442\u0430\u0442", "create", "\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", _s19_63, "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u043e :value \u0432 \u043a\u043b\u0438\u043f\u0431\u043e\u0440\u0434\u0430", "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, "\u041d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430", "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e", "first_name", "\u041f\u044a\u0440\u0432\u043e \u0438\u043c\u0435", "last_name", "\u0424\u0430\u043c\u0438\u043b\u043d\u043e \u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0421\u0438\u0433\u0443\u0440\u0435\u043d \u043b\u0438 \u0441\u0442\u0435?", "cancel", "\u041e\u0442\u043a\u0430\u0437", "ok", "\u041e\u043a", "remove", "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435", _s16_199, "\u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\u044a\u0442 \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d", "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d", "updated_product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d", _s16_201, "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u041a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u0431\u043b\u0430\u0441\u0442", "postal_code", "\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434", "country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "amount", "\u0421\u0443\u043c\u0430", "invoice_number", _s16_245, "invoice_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430", "po_number", "\u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043e\u0449\u0435\u043d\u0441\u043a\u0430 \u043a\u0443\u0442\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438", "private_notes", "\u041b\u0438\u0447\u043d\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438", "frequency", "\u0427\u0435\u0441\u0442\u043e\u0442\u0430", "start_date", "\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0434\u0430\u0442\u0430", "end_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "quote_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u0430 \u0434\u043e", "items", "\u0420\u0435\u0434\u043e\u0432\u0435", "partial_deposit", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0415\u0434. \u0446\u0435\u043d\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "\u041e\u0431\u0449\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442", "pdf", "PDF", "due_date", "\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_209, "\u0427\u0430\u0441\u0442\u0438\u0447\u0435\u043d \u043f\u0430\u0434\u0435\u0436", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "quote_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s22_59, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0434", _s22_61, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 + \u0437\u0430 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u0435", "count_selected", ":count \u0438\u0437\u0431\u0440\u0430\u043d\u0438", "total", "\u041e\u0431\u0449\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435", "dismiss", "\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435", _s20_76, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", _s22_62, "\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", _s24_49, "\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "task_rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u0415\u0437\u0438\u043a", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435", "created_on", "\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043d\u0430", "updated_at", "\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d", "tax", "\u0414\u0430\u043d\u044a\u043a", _s30_17, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_51, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "past_due", "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u043e", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0430", "sent", "\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", "viewed", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u043e", "approved", "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e", "partial", "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 / \u0434\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_64, "\u0424\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s22_65, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s23_45, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u0441\u0430 \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", _s23_46, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0438", "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043b\u0438 \u043b\u0438\u0446\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "dark_mode", "\u0422\u044a\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, "\u0420\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u043f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430", "refresh_data", "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438", "blank_contact", "\u041f\u0440\u0430\u0437\u0435\u043d \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, "\u041d\u044f\u043c\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438", "clone", "\u041a\u043e\u043f\u0438\u0440\u0430\u0439", "loading", "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435", "industry", "\u0411\u0440\u0430\u043d\u0448", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_date", "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e", _s16_213, "\u0418\u0437\u0447\u0430\u043a\u0432\u0430\u0449\u0438", _s16_214, "\u0410\u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0438", _s16_215, "\u0413\u0440\u0435\u0448\u043d\u0438", _s16_216, "\u0413\u043e\u0442\u043e\u0432\u0438", _s16_217, "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435", _s16_218, "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", _s17_128, "\u041d\u0430\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u043e", _s17_129, _s19_27, "net", "\u041d\u0435\u0442\u043e", "client_portal", "\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043f\u043e\u0440\u0442\u0430\u043b", "show_tasks", "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438", "email_reminders", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f \u043f\u043e \u0438\u043c\u0435\u0439\u043b", "enabled", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0438\u043c\u0435\u0439\u043b", "first_reminder", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder1", "\u041f\u044a\u0440\u0432\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder2", "\u0412\u0442\u043e\u0440\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "reminder3", "\u0422\u042a\u0440\u0435\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435", "subject", "\u041e\u0442\u043d\u043e\u0441\u043d\u043e", "body", "\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0442\u0435\u043a\u0441\u0442", "send_email", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b", "email_receipt", "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043a\u044a\u043c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "auto_billing", "Auto billing", "button", "\u0411\u0443\u0442\u043e\u043d", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0449\u0430\u043d\u0435", "payments", "\u041f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", "refunded", "\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430", "payment_type", "\u0422\u0438\u043f \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s21_85, "\u041e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430 \u043f\u0440\u0435\u0432\u043e\u0434", "enter_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "new_payment", "\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u043e \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043do \u041f\u043b\u0430\u0449\u0430\u043d\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f", _s17_131, _s37_20, "quote", "\u041e\u0444\u0435\u0440\u0442\u0430", "quotes", "\u041e\u0444\u0435\u0440\u0442\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0442\u0438 :count \u041e\u0444\u0435\u0440\u0442\u0438", "restored_quotes", _s35_22, "expense", "\u0420\u0430\u0437\u0445\u043e\u0434", "expenses", "\u0420\u0430\u0437\u0445\u043e\u0434\u0438", "vendor", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", "vendors", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0437\u044a\u0437\u0434\u0430\u0434\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_2", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_3", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_4", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_5", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_6", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_7", ":contact \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice, \u043a\u044a\u043c :client", "activity_8", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_9", ":user \u0438\u0437\u0442\u0440\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_10", ":contact \u0432\u044a\u0432\u0435\u0434\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment \u0432 \u0440\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 :payment_amount \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0437\u0430 :client", "activity_11", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_12", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_13", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_14", ":user \u0432\u044a\u0432\u0435\u0434\u0435 :credit credit", "activity_15", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 :credit credit", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit credit", "activity_17", ":user \u0438\u0437\u0442\u0440\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_18", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_19", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_20", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client, \u043d\u0430 :contact", "activity_21", _s31_24, "activity_22", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_23", ":user \u0438\u0437\u0442\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_24", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote", "activity_25", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_26", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_27", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_28", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043a\u0440\u0435\u0434\u0438\u0442 :credit", "activity_29", ":contact \u043e\u0434\u043e\u0431\u0440\u0438 \u043e\u0444\u0435\u0440\u0442\u0430 :quote, \u043a\u044a\u043c :client", "activity_30", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_31", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_32", ":user \u0438\u0437\u0442\u0440\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_33", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_34", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_35", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_36", ":user \u0438\u0437\u0442\u0440\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_37", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_39", ":user \u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043b :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_40", ":user \u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b :adjustment \u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 :payment_amount \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 :payment", "activity_41", "\u041e\u0442\u043a\u0430\u0437\u0430\u043d\u0438 :payment_amount \u043f\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 (:payment)", "activity_42", ":user \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_43", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_44", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_45", ":user \u0438\u0437\u0442\u0440\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_46", ":user \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0437\u0430\u0434\u0430\u0447\u0430 :task", "activity_47", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u043e\u0442\u043d\u043e\u0432\u043e \u043e\u0442\u0432\u043e\u0440\u0438 :ticket", "activity_55", ":contact \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438 \u043d\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_56", ":user \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0442\u0438\u043a\u0435\u0442 :ticket", "activity_57", "\u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u043f\u043e e-mail", "activity_58", ":user \u0441\u0442\u043e\u0440\u043d\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_59", ":user \u0430\u043d\u0443\u043b\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", "activity_60", _s31_24, "activity_61", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 :client", "activity_62", ":user \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a :vendor", "activity_63", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043f\u044a\u0440\u0432\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_64", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0432\u0442\u043e\u0440\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_65", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0442\u0440\u0435\u0442\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_66", ":user \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u0431\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e \u0438\u043c\u0435\u0439\u043b \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice \u0434\u043e :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u041e\u0444\u0435\u0440\u0442\u0430", "emailed_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s20_78, "\u041e\u0444\u0435\u0440\u0442\u0430\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u0430", _s21_87, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u0431\u0435\u043b\u044f\u0437\u0430\u043d \u043a\u0440\u0435\u0434\u0438\u0442 \u043a\u0430\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d", "expired", "\u0418\u0437\u0442\u0435\u043a\u043b\u0430", "all", "\u0412\u0441\u0438\u0447\u043a\u0438", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, "\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0434\u044a\u043b\u0433\u043e \u0437\u0430 \u043c\u0443\u043b\u0442\u0438\u0441\u0435\u043b\u0435\u043a\u0446\u0438\u044f", "custom_value1", _s24_64, "custom_value2", _s24_64, "custom_value3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 3", "custom_value4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 4", _s18_97, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d \u0441\u0442\u0438\u043b \u043d\u0430 \u0438\u043c\u0435\u0439\u043b\u0430", _s24_54, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u043e\u0442\u043e", _s29_37, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_58, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s31_18, "\u041f\u0435\u0440\u0441\u043e\u043d\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u043d\u043e \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043d\u0435\u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "lock_invoices", "\u0417\u0430\u043a\u043b\u044e\u0447\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435", "translations", "\u041f\u0440\u0435\u0432\u043e\u0434\u0438", _s19_64, "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u043e\u043c\u0435\u0440", _s19_66, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s22_68, "\u0420\u0430\u0437\u0445\u043e\u0434 \u043d\u043e\u043c\u0435\u0440", _s22_70, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434", _s21_88, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_90, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a", _s21_92, "\u0411\u0438\u043b\u0435\u0442 \u043d\u043e\u043c\u0435\u0440", _s21_94, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442", _s22_72, _s16_243, _s22_74, "\u0411\u0440\u043e\u044f\u0447 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s22_76, _s16_245, _s22_78, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s20_79, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s20_81, "\u0421\u043b\u0435\u0434\u0432\u0430\u0449 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_96, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_98, _s24_65, _s21_100, "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s21_101, _s24_65, _s18_99, "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447\u0430", "counter_padding", "\u043f\u043e\u0434\u0440\u0430\u0432\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f\u0447", _s28_57, "\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0431\u0440\u043e\u044f\u0447 \u043d\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s18_101, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_103, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 1", _s18_105, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_107, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 2", _s18_109, "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s18_111, "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 3", _s21_102, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s19_68, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430", _s21_104, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", _s29_39, "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0438\u043c\u0435\u0439\u043b \u0437\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "show_table", "\u041f\u043e\u043a\u0430\u0436\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0430", "show_list", "\u041f\u043e\u043a\u0430\u0436\u0438 \u043b\u0438\u0441\u0442", "client_city", "\u0413\u0440\u0430\u0434 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_state", "\u0429\u0430\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_country", "\u0414\u044a\u0440\u0436\u0430\u0432\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s16_222, "\u041a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d", "client_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address1", "\u0423\u043b\u0438\u0446\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_address2", "\u0410\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0443\u043b\u0438\u0446\u0430", _s24_57, "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 (\u043a\u043b\u0438\u0435\u043d\u0442) - \u0430\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442/\u0441\u0442\u0430\u044f", "type", "\u0422\u0438\u043f", "invoice_amount", "\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u041f\u0430\u0434\u0435\u0436", "tax_rate1", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 1", "tax_rate2", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 2", "tax_rate3", "\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435", "archived_at", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d \u043d\u0430", "has_expenses", "\u0418\u043c\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438", "custom_taxes1", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 1", "custom_taxes2", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 2", "custom_taxes3", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 3", "custom_taxes4", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0434\u0430\u043d\u044a\u0446\u0438 4", _s17_134, _s27_66, _s17_135, _s27_67, _s17_136, _s27_68, _s17_137, _s27_69, "is_deleted", "\u0415 \u0438\u0437\u0442\u0440\u0438\u0442\u0430", "vendor_city", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0433\u0440\u0430\u0434", "vendor_state", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0449\u0430\u0442", "vendor_country", "\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a - \u0434\u044a\u0440\u0436\u0430\u0432\u0430", "is_approved", "\u0415 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430", "tax_name", "\u0418\u043c\u0430 \u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "tax_amount", "\u0422\u0430\u043a\u0441\u0430", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0442\u0430\u043a\u0441\u0430", "payment_amount", "\u0421\u0443\u043c\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435", "age", "\u0418\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043f\u0440\u0435\u0434\u0438", "is_running", "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430 \u0441\u0435", "time_log", "\u041b\u043e\u0433 \u0437\u0430 \u0432\u0440\u0435\u043c\u0435", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435", _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434", _s19_72, "\u0418\u0434\u0435\u043d\u0442. \u2116 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430", "tax_name1", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 1", "tax_name2", "\u0414\u0430\u043d\u044a\u0447\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 2", "tax_name3", "Tax Name 3", "transaction_id", "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "zh_TW", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u4fe1\u7528\u5361\u8207\u9280\u884c", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u5408\u4f75", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u63a5\u53d7", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u4ed8\u6b3e\u8a2d\u5b9a", "default", "\u9810\u8a2d", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u8cc7\u683c", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u65b0\u589e\u9598\u9053", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u65b0\u589e\u81f3\u767c\u7968 :invoice", _s17_11, _s17_12, "week", "\u661f\u671f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u767c\u7968\u4f7f\u7528\u7684\u8ca8\u5e63", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u5efa\u7acb\u5c08\u6848", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", ":amount \u4efd\u767c\u7968\u7684\u8cbb\u7528\u61c9\u70ba :total\u3002", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u540c\u610f", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u6e05\u9664\u7528\u6236\u6210\u529f", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u8a2d\u5b9a\u5bc6\u78bc", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u6aa2\u8996\u652f\u51fa # :expense", "view_statement", "\u6aa2\u8996\u8ca1\u52d9\u5831\u8868", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u7cfb\u7d71", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u6309\u7167\u59d3\u540d", _s16_23, _s16_232, _s17_19, "\u9031\u671f\u6027\u652f\u51fa", _s18_19, "\u9031\u671f\u6027\u652f\u51fa", _s21_22, "\u65b0\u7684\u9031\u671f\u6027\u652f\u51fa", _s22_27, "\u7de8\u8f2f\u9031\u671f\u6027\u652f\u51fa", _s25_3, "\u5efa\u7acb\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_4, "\u66f4\u65b0\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s26_4, "\u6b78\u6a94\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, "\u5fa9\u539f\u9031\u671f\u6027\u652f\u51fa\u6210\u529f", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Googlezp \u5206\u6790", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u4f7f\u7528\u8005\u6307\u5357", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u6de8", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u532f\u5165\u8cc7\u6599", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u5c08\u696d\u7248", "enterprise", "Enterprise", "last_updated", "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u806f\u7d61\u4eba\u540d\u5b57", _s17_23, "\u806f\u7d61\u4eba\u59d3\u6c0f", "order", "Order", "unassigned", "\u672a\u5206\u914d\u7684", "partial_value", "\u5fc5\u9808\u5927\u65bc\u96f6\u4e14\u5c0f\u65bc\u7e3d\u984d", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "\u770b\u677f", "enable", "\u555f\u7528", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u8a2d\u5b9a\u5b50\u7db2\u57df\u6216\u5728\u60a8\u7684\u7db2\u7ad9\u4e0a\u986f\u793a\u767c\u7968\u3002", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u5b89\u5168", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u8a02\u95b1", _s16_41, _s16_42, _s17_29, "\u7de8\u8f2f\u8a02\u95b1\u8cc7\u6599", _s20_29, "\u5efa\u7acb\u8a02\u95b1\u6210\u529f", _s20_30, "\u66f4\u65b0\u8a02\u95b1\u6210\u529f", _s21_34, "\u6b78\u6a94\u8a02\u95b1\u8cc7\u6599\u6210\u529f", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u91cd\u5bc4\u9080\u8acb\u51fd", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u5df2\u9000\u56de", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u4f7f\u7528 :link \u76f8\u5bb9\u7684 App \u6383\u63cf\u689d\u78bc\u3002", _s18_36, "\u555f\u7528\u5169\u6b65\u9a5f\u9a57\u8b49\u6210\u529f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u5169\u6b65\u9a5f\u9a57\u8b49", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u5df2\u9000\u6b3e\u7684\u4ed8\u6b3e", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8f49\u63db\u81f3\u767c\u7968", _s16_54, _s16_55, "invoice_project", "\u767c\u7968\u5c08\u6848", "invoice_task", "\u70ba\u4efb\u52d9\u958b\u7acb\u767c\u7968", "invoice_expense", "\u70ba\u652f\u51fa\u958b\u7acb\u767c\u7968", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u8f49\u63db\u7684\u91d1\u984d", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u9810\u8a2d\u7684\u6587\u4ef6", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96b1\u85cf", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u6b04", "sample", "\u6a23\u672c", "map_to", "Map To", "import", "\u532f\u5165", _s25_16, _s29_7, "select_file", "\u8acb\u9078\u64c7\u4e00\u500b\u6a94\u6848", _s16_62, _s16_63, "csv_file", "CSV \u6a94\u6848", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u670d\u52d9", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u4ed8\u6b3e", "white_label", "White Label", "delivery_note", "\u5bc4\u9001\u8a3b\u8a18", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u90e8\u5206\u61c9\u4ed8\u6b3e", "invoice_total", "\u767c\u7968\u7e3d\u984d", "quote_total", "\u5831\u50f9\u55ae\u7e3d\u8a08", "credit_total", "\u8cb8\u6b3e\u7e3d\u984d", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u8b66\u544a", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "\u4fe1\u7528\u5361\u8a8d\u8b49\u7de8\u865f", "client_name", "\u7528\u6236\u540d\u7a31", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u66f4\u65b0\u5de5\u4f5c\u72c0\u614b\u6210\u529f", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u652f\u51fa\u985e\u5225", _s20_48, "\u65b0\u7684\u652f\u51fa\u985e\u5225", _s21_46, _s21_47, _s24_29, "\u6210\u529f\u5efa\u7acb\u652f\u51fa\u985e\u5225", _s24_30, "\u66f4\u65b0\u652f\u51fa\u985e\u5225\u6210\u529f", _s25_20, "\u6b78\u6a94\u652f\u51fa\u985e\u5225\u6210\u529f", _s24_31, "\u522a\u9664\u985e\u5225\u6210\u529f", _s24_32, _s37_7, _s25_21, "\u5fa9\u539f\u652f\u51fa\u985e\u5225\u6210\u529f", _s27_23, "\u6b78\u6a94 :count \u9805\u652f\u51fa\u985e\u5225\u6210\u529f", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u61c9\u70ba\u6b64\u958b\u7acb\u767c\u7968", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u6a19\u8a18\u4f7f\u7528\u4e2d", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u9031\u671f\u6027\u767c\u7968", _s18_51, "\u9031\u671f\u6027\u767c\u7968", _s21_53, "\u65b0\u7684\u9031\u671f\u6027\u767c\u7968", _s22_40, "\u7de8\u8f2f\u9031\u671f\u6027\u767c\u7968", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u6b78\u6a94\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_29, "\u522a\u9664\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s25_30, _s38_11, _s26_14, "\u5fa9\u539f\u9031\u671f\u6027\u767c\u7968\u6210\u529f", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u5229\u6f64", "line_item", "\u55ae\u5217\u54c1\u9805", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "\u5df2\u958b\u555f", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u6aa2\u8996\u5165\u53e3\u9801\u9762", "copy_link", "Copy Link", "token_billing", "\u5132\u5b58\u5361\u7247\u8a73\u7d30\u8cc7\u6599", _s24_35, _s24_36, "always", "\u6c38\u9060", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u6a19\u7c64", "client_number", "\u7528\u6236\u7de8\u865f", "auto_convert", "Auto Convert", "company_name", "\u516c\u53f8\u540d\u7a31", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_quotes", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credits", _s28_58, "gateway", "\u9598\u9053", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u6642", "statement", "\u8ca1\u52d9\u5831\u8868", "taxes", "\u5404\u985e\u7a05\u91d1", "surcharge", "\u984d\u5916\u8cbb\u7528", "apply_payment", "Apply Payment", "apply_credit", "\u5957\u7528\u8cb8\u6b3e", "apply", "\u5957\u7528", "unapplied", "Unapplied", "select_label", "\u9078\u64c7\u6a19\u7c64", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u5230", "health_check", "Health Check", "payment_type_id", "\u4ed8\u6b3e\u65b9\u5f0f", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u5373\u5c07\u5230\u671f\u7684\u767c\u7968", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u7684\u652f\u4ed8", "upcoming_quotes", "\u5373\u5c07\u5230\u671f\u7684\u5831\u50f9\u55ae", "expired_quotes", "\u904e\u671f\u7684\u5831\u50f9\u55ae", "create_client", "\u5efa\u7acb\u7528\u6236", "create_invoice", "\u5efa\u7acb\u767c\u7968", "create_quote", "\u5efa\u7acb\u5831\u50f9\u55ae", "create_payment", "Create Payment", "create_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546", "update_quote", "Update Quote", "delete_quote", "\u522a\u9664\u5831\u50f9\u55ae", "update_invoice", "Update Invoice", "delete_invoice", "\u522a\u9664\u767c\u7968", "update_client", "Update Client", "delete_client", "\u522a\u9664\u7528\u6236", "delete_payment", "\u522a\u9664\u4ed8\u6b3e\u7d00\u9304", "update_vendor", "Update Vendor", "delete_vendor", "\u522a\u9664\u4f9b\u61c9\u5546", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u522a\u9664\u652f\u51fa", "create_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee", "update_task", "Update Task", "delete_task", "\u522a\u9664\u5de5\u4f5c\u9805\u76ee", "approve_quote", "Approve Quote", "off", "\u95dc", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u514d\u8cbb", "plan", "\u8cc7\u8cbb\u6848", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u76ee\u6a19", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u7684\u5b89\u5168\u4ee3\u78bc", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u5b89\u5168\u4ee3\u78bc", "tokens", "\u5b89\u5168\u4ee3\u78bc", "new_token", "New Token", "edit_token", "\u7de8\u8f2f\u5b89\u5168\u4ee3\u78bc", "created_token", "\u5b89\u5168\u4ee3\u78bc\u5efa\u7acb\u6210\u529f", "updated_token", "\u66f4\u65b0\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "archived_token", "\u6b78\u6a94\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "deleted_token", "\u522a\u9664\u5b89\u5168\u4ee3\u78bc\u6210\u529f", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u9001\u767c\u7968", "email_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u5831\u50f9\u55ae", "email_credit", "Email Credit", "email_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u8cc7\u6599", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u806f\u7d61\u4eba\u59d3\u540d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u7de8\u8f2f\u4ed8\u6b3e\u689d\u4ef6", _s20_57, "\u5efa\u7acb\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_58, "\u66f4\u65b0\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s21_56, "\u6b78\u6a94\u4ed8\u6b3e\u689d\u6b3e\u6210\u529f", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u8cb8\u6b3e\u91d1\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u4e0d\u542b", "inclusive", "\u5167\u542b", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u5df2\u9000\u6b3e\u7684\u652f\u4ed8", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u5168\u540d", _s17_77, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", _s17_79, "\u57ce\u5e02/\u5dde\u7701/\u90f5\u905e\u5340\u865f", "custom1", "\u9996\u4f4d\u9867\u5ba2", "custom2", "\u7b2c\u4e8c\u540d\u9867\u5ba2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u6e05\u9664\u8cc7\u6599", _s16_93, "\u6e05\u9664\u516c\u53f8\u8cc7\u6599\u6210\u529f", _s18_60, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u6027\u5730\u62b9\u9664\u60a8\u7684\u8cc7\u6599\uff1b\u6c92\u6709\u6062\u5fa9\u7684\u53ef\u80fd\u3002", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u5929", "age_group_30", "30 - 60 \u5929", "age_group_60", "60 - 90 \u5929", "age_group_90", "90 - 120 \u5929", "age_group_120", "120 \u5929\u4ee5\u4e0a", "refresh", "\u66f4\u65b0", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u767c\u7968\u8a73\u7d30\u5167\u5bb9", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u6b0a\u9650", "none", "\u7121", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u5957\u7528\u6388\u6b0a", "cancel_account", "\u522a\u9664\u5e33\u6236", _s22_47, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u5e33\u6236\uff0c\u800c\u4e14\u7121\u6cd5\u6062\u5fa9\u3002", "delete_company", "\u522a\u9664\u516c\u53f8\u8cc7\u6599", _s22_48, "\u8b66\u544a: \u9019\u5c07\u6c38\u4e45\u522a\u9664\u60a8\u7684\u516c\u53f8\u8cc7\u6599\uff0c\u800c\u4e14\u4e0d\u53ef\u80fd\u5fa9\u539f\u3002", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u9801\u9996", "load_design", "\u8f09\u5165\u8a2d\u8a08", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u63d0\u6848", "tickets", "\u7968\u8b49", _s16_98, "\u9031\u671f\u6027\u5831\u50f9\u55ae", "recurring_tasks", "Recurring Tasks", _s18_61, "\u5e33\u865f\u7ba1\u7406", "credit_date", "\u8cb8\u6b3e\u65e5\u671f", "credit", "\u8cb8\u6b3e", "credits", "\u8cb8\u6b3e", "new_credit", "\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599", "edit_credit", "\u7de8\u8f2f\u8cb8\u6b3e\u8cc7\u6599", "created_credit", "\u5efa\u7acb\u8cb8\u6b3e\u8cc7\u6599\u5b8c\u6210", "updated_credit", "\u66f4\u65b0\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "archived_credit", "\u6b78\u6a94\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credit", "\u522a\u9664\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "removed_credit", _s27_36, "restored_credit", "\u5fa9\u539f\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_100, "\u6b78\u6a94 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_credits", "\u522a\u9664 :count \u7b46\u8cb8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_101, _s36_9, "current_version", "\u76ee\u524d\u7248\u672c", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u77ad\u89e3\u66f4\u591a", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u7684\u516c\u53f8\u8cc7\u6599", "added_company", _s26_22, "company1", "\u81ea\u8a02\u516c\u53f81", "company2", "\u81ea\u8a02\u516c\u53f82", "company3", "\u81ea\u8a02\u516c\u53f83", "company4", "\u81ea\u8a02\u516c\u53f84", "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u91cd\u8a2d", "number", "Number", "export", "\u532f\u51fa", "chart", "\u5716\u8868", "count", "Count", "totals", "\u7e3d\u8a08", "blank", "\u7a7a\u767d", "day", "\u65e5", "month", "\u6708", "year", "\u5e74", "subgroup", "\u6b21\u7fa4\u7d44", "is_active", "Is Active", "group_by", "\u5206\u7d44\u65b9\u5f0f", "credit_balance", "\u8cb8\u6b3e\u9918\u984d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u806f\u7d61\u4eba\u96fb\u8a71", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u9001\u8ca8\u5730\u5740\u4e4b\u8857\u9053", _s17_86, "\u9001\u8ca8\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "shipping_city", "\u9001\u8ca8\u5730\u5740\u4e4b\u57ce\u5e02", "shipping_state", "\u9001\u8ca8\u5730\u5740\u4e4b\u5dde/\u7701", _s20_61, "\u9001\u8ca8\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", _s16_132, "\u9001\u8ca8\u5730\u5740\u4e4b\u570b\u5bb6", _s16_134, "\u5e33\u55ae\u5730\u5740\u4e4b\u8857/\u8def", _s16_135, "\u5e33\u55ae\u5730\u5740\u4e4b\u5927\u6a13/\u5957\u623f", "billing_city", "\u5e33\u55ae\u5730\u5740\u4e4b\u57ce\u5e02", "billing_state", "\u5e33\u55ae\u5730\u5740\u4e4b\u5dde/\u7701", _s19_40, "\u5e33\u55ae\u5730\u5740\u4e4b\u90f5\u905e\u5340\u865f", "billing_country", "\u5e33\u55ae\u5730\u5740\u4e4b\u570b\u5bb6", "client_id", "\u7528\u6236 Id", "assigned_to", "\u5206\u914d\u7d66", "created_by", "\u7531 :name \u5efa\u7acb", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u6b04", "aging", "\u5e33\u9f61", "profit_and_loss", "\u5229\u6f64\u8207\u640d\u5931", "reports", "\u5831\u544a", "report", "\u5831\u544a", "add_company", "\u65b0\u589e\u516c\u53f8\u8cc7\u6599", "unpaid_invoice", "\u672a\u4ed8\u6b3e\u4e4b\u767c\u7968", "paid_invoice", "\u5df2\u4ed8\u6b3e\u4e4b\u767c\u7968", _s16_136, "\u672a\u540c\u610f\u4e4b\u5831\u50f9\u55ae", "help", "\u8aaa\u660e", "refund", "\u9000\u6b3e", "refund_date", "Refund Date", "filtered_by", "\u7be9\u9078\u4f9d\u64da", "contact_email", "\u806f\u7d61\u4eba\u96fb\u5b50\u90f5\u4ef6", "multiselect", "Multiselect", "entity_state", "\u72c0\u614b", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u8a0a\u606f", "from", "\u5f9e", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, "\u8abf\u6574\u767e\u5206\u6bd4\u4ee5\u8a08\u5165\u8cbb\u7528", _s18_72, _s18_73, "support_forum", "\u652f\u63f4\u8a0e\u8ad6\u5340", "about", "About", "documentation", "\u6587\u4ef6", "contact_us", "\u806f\u7d61\u6211\u5011", "subtotal", "\u5c0f\u8a08", "line_total", "\u7e3d\u8a08", "item", "\u54c1\u9805", "credit_email", "Credit Email", "iframe_url", "\u7db2\u7ad9", "domain_url", "Domain URL", _s21_64, "\u5bc6\u78bc\u592a\u77ed", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u662f", "no", "\u5426", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u884c\u52d5\u88dd\u7f6e", "desktop", "\u96fb\u8166\u684c\u9762", "layout", "Layout", "view", "\u6aa2\u8996", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u4f7f\u7528\u8005", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a05\u984d\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u9078\u9805", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u63d0\u4ea4", _s16_144, "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", "late_fees", "\u6eef\u7d0d\u91d1", "credit_number", "\u8cb8\u6b3e\u7de8\u865f", "payment_number", "\u4ed8\u6b3e\u865f\u78bc", "late_fee_amount", "\u903e\u671f\u8cbb\u7528\u91d1\u984d", _s16_145, "\u903e\u671f\u8cbb\u7528\u7387", "schedule", "\u6642\u9593\u8868", "before_due_date", "\u5230\u671f\u65e5\u4e4b\u524d", "after_due_date", "\u5230\u671f\u65e5\u4e4b\u5f8c", _s18_79, "\u767c\u7968\u65e5\u4e4b\u5f8c", "days", "\u65e5", "invoice_email", "\u767c\u7968\u96fb\u5b50\u90f5\u4ef6", "payment_email", "\u4ed8\u6b3e\u8cc7\u6599\u96fb\u5b50\u90f5\u4ef6", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u5831\u50f9\u55ae\u96fb\u5b50\u90f5\u4ef6", _s16_147, "\u4e0d\u7d42\u6b62\u7684\u63d0\u9192\u51fd", _s16_149, "\u4f9d\u4f7f\u7528\u8005\u7be9\u9078", "administrator", "\u7ba1\u7406\u8005", _s18_80, "\u5141\u8a31\u4f7f\u7528\u8005\u7ba1\u7406\u6240\u6709\u4f7f\u7528\u8005\u3001\u6539\u8b8a\u8a2d\u5b9a\u3001\u4fee\u6539\u6240\u6709\u7d00\u9304", "user_management", "\u7ba1\u7406\u4f7f\u7528\u8005", "users", "\u4f7f\u7528\u8005", "new_user", "\u65b0\u4f7f\u7528\u8005", "edit_user", "\u7de8\u8f2f\u4f7f\u7528\u8005", "created_user", "\u5df2\u6210\u529f\u5efa\u7acb\u4f7f\u7528\u8005", "updated_user", "\u66f4\u65b0\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_user", "\u6b78\u6a94\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "deleted_user", "\u522a\u9664\u4f7f\u7528\u8005\u6210\u529f", "removed_user", _s25_40, "restored_user", "\u5fa9\u539f\u4f7f\u7528\u8005\u8cc7\u6599\u6210\u529f", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u767c\u7968\u9078\u9805", _s17_92, "\u96b1\u85cf\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d", _s22_55, "\u4e00\u65e6\u6536\u5230\u4ed8\u6b3e\uff0c\u50c5\u5728\u60a8\u7684\u767c\u7968\u4e0a\u986f\u793a\u300c\u8fc4\u4eca\u4e4b\u4ed8\u6b3e\u91d1\u984d\u300d\u3002", _s23_31, "\u5d4c\u5165\u7684\u6587\u4ef6", _s28_21, "\u5728\u767c\u7968\u4e0a\u9644\u52a0\u5716\u7247\u3002", _s16_153, "\u986f\u793a\u9801\u9996\u65bc", _s16_154, "\u986f\u793a\u9801\u5c3e\u65bc", "first_page", "\u7b2c\u4e00\u9801", "all_pages", "\u6240\u6709\u9801\u9762", "last_page", "\u6700\u5f8c\u4e00\u9801", "primary_font", "\u4e3b\u8981\u5b57\u578b", "secondary_font", "\u6b21\u8981\u5b57\u578b", "primary_color", "\u4e3b\u8981\u8272\u5f69", "secondary_color", "\u6b21\u8981\u8272\u5f69", "page_size", "\u9801\u9762\u5c3a\u5bf8", "font_size", "\u5b57\u578b\u5927\u5c0f", "quote_design", "\u5831\u50f9\u55ae\u8a2d\u8a08", "invoice_fields", "\u767c\u7968\u6b04\u4f4d", "product_fields", "\u7522\u54c1\u6b04\u4f4d", "invoice_terms", "\u767c\u7968\u4e4b\u689d\u6b3e", "invoice_footer", "\u767c\u7968\u9801\u5c3e", "quote_terms", "\u5831\u50f9\u55ae\u689d\u6b3e", "quote_footer", "\u5831\u50f9\u55ae\u9801\u5c3e", _s18_81, "\u81ea\u52d5\u96fb\u5b50\u90f5\u4ef6", _s23_32, "\u9031\u671f\u6027\u767c\u7968\u5efa\u7acb\u5f8c\uff0c\u81ea\u52d5\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u3002", _s18_82, "\u81ea\u52d5\u6b78\u6a94", _s23_33, "\u5831\u50f9\u55ae\u8f49\u63db\u5f8c\uff0c\u81ea\u52d5\u5c07\u5b83\u5011\u6b78\u6a94\u3002", _s18_83, "\u81ea\u52d5\u8f49\u63db", _s23_34, "\u5728\u7528\u6236\u6838\u51c6\u5f8c\u81ea\u52d5\u5c07\u5831\u50f9\u55ae\u8f49\u63db\u70ba\u767c\u7968\u3002", _s17_94, "\u5de5\u4f5c\u6d41\u7a0b\u8a2d\u5b9a", "freq_daily", "\u6bcf\u5929", "freq_weekly", "\u6bcf\u661f\u671f", "freq_two_weeks", "\u5169\u661f\u671f", "freq_four_weeks", "\u56db\u661f\u671f", "freq_monthly", "\u6bcf\u6708", "freq_two_months", "\u5169\u500b\u6708", _s17_96, "\u4e09\u500b\u6708", _s16_155, "\u56db\u500b\u6708", "freq_six_months", "\u516d\u500b\u6708", "freq_annually", "Annually", "freq_two_years", "\u5169\u5e74", _s16_156, "Three Years", "never", "\u6c38\u4e0d", "company", "\u516c\u53f8", _s17_97, "\u81ea\u52d5\u7522\u751f\u4e4b\u865f\u78bc", "charge_taxes", "\u9644\u6536\u7a05\u6b3e", "next_reset", "\u4e0b\u4e00\u6b21\u91cd\u8a2d", "reset_counter", "\u91cd\u8a2d\u8a08\u6578\u5668", _s16_157, "\u7528\u4ee5\u6a19\u793a\u9031\u671f\u6027\u7684\u524d\u7f6e\u7b26\u865f", "number_padding", "\u6578\u5b57\u586b\u5145", "general", "\u4e00\u822c", "surcharge_field", "\u9644\u52a0\u8cbb\u6b04\u4f4d", "company_field", "\u516c\u53f8\u6b04\u4f4d", "company_value", "\u516c\u53f8\u503c", "credit_field", "\u4fe1\u7528\u6b04\u4f4d", "invoice_field", "\u767c\u7968\u6b04\u4f4d", _s17_99, "\u767c\u7968\u984d\u5916\u8cbb\u7528", "client_field", "\u7528\u6236\u6b04\u4f4d", "product_field", "\u7522\u54c1\u6b04\u4f4d", "payment_field", "\u4ed8\u6b3e\u6b04\u4f4d", "contact_field", "\u806f\u7d61\u4eba\u6b04\u4f4d", "vendor_field", "\u4f9b\u61c9\u5546\u6b04\u4f4d", "expense_field", "\u652f\u51fa\u6b04\u4f4d", "project_field", "\u5c08\u6848\u6b04\u4f4d", "task_field", "\u4efb\u52d9\u6b04\u4f4d", "group_field", "\u7fa4\u7d44\u6b04\u4f4d", "number_counter", "\u6578\u5b57\u8a08\u6578\u5668", "prefix", "\u524d\u7f6e\u7b26\u865f", "number_pattern", "\u6578\u5b57\u6a21\u5f0f", "messages", "\u8a0a\u606f", "custom_css", "\u81ea\u8a02\u6a23\u5f0f\u8868", _s17_101, "\u81ea\u8a02 JavaScript", _s16_159, "\u5728 PDF \u6a94\u6848\u4e0a\u986f\u793a", _s21_74, "\u5728\u767c\u7968/\u5831\u50f9\u55ae PDF \u986f\u793a\u7528\u6236\u7c3d\u540d\u3002", _s25_41, "\u767c\u7968\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s30_9, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u767c\u7968\u689d\u6b3e\u3002", _s23_35, "\u5831\u50f9\u55ae\u689d\u6b3e\u6838\u53d6\u65b9\u584a", _s28_22, "\u8981\u6c42\u7528\u6236\u78ba\u8a8d\u4ed6\u5011\u63a5\u53d7\u5831\u50f9\u689d\u6b3e\u3002", _s25_42, "\u767c\u7968\u7c3d\u540d", _s30_10, "\u8981\u6c42\u7528\u6236\u63d0\u4f9b\u5176\u7c3d\u540d\u3002", _s23_36, "\u5831\u50f9\u55ae\u7c3d\u540d", _s22_57, "\u7528\u4ee5\u4fdd\u8b77\u767c\u7968\u7684\u5bc6\u78bc", _s27_38, "\u4f7f\u60a8\u80fd\u5920\u70ba\u6bcf\u4f4d\u806f\u7d61\u4eba\u8a2d\u5b9a\u5bc6\u78bc\u3002\u82e5\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u806f\u7d61\u4eba\u5c07\u6703\u5728\u67e5\u770b\u767c\u7968\u4e4b\u524d\u88ab\u8981\u6c42\u8f38\u5165\u5bc6\u78bc\u3002", "authorization", "\u6388\u6b0a", "subdomain", "\u5b50\u7db2\u57df", "domain", "\u7db2\u57df", "portal_mode", "\u5165\u53e3\u7db2\u7ad9\u6a21\u5f0f", "email_signature", "\u5411\u60a8\u81f4\u610f\uff0c", _s24_39, "\u900f\u904e\u5728\u96fb\u5b50\u90f5\u4ef6\u4e2d\u52a0\u5165 schema.org \u6a19\u8a18\uff0c\u4f7f\u60a8\u7684\u7528\u6236\u66f4\u8f15\u9b06\u5730\u652f\u4ed8\u60a8\u7684\u8cbb\u7528\u3002", "plain", "\u7d14\u6587\u5b57", "light", "\u6dfa\u8272", "dark", "\u6df1\u8272", "email_design", "\u96fb\u5b50\u90f5\u4ef6\u7684\u8a2d\u8a08", "attach_pdf", "\u9644\u52a0 PDF \u6a94\u6848", _s16_160, "\u9644\u52a0\u6587\u4ef6", "attach_ubl", "\u9644\u52a0 UBL", "email_style", "\u96fb\u5b50\u90f5\u4ef6\u6a23\u5f0f", _s19_46, "\u555f\u7528\u7db2\u9801\u6a19\u793a", "reply_to_email", "\u56de\u8986\u96fb\u5b50\u90f5\u4ef6", "reply_to_name", "Reply-To Name", "bcc_email", "\u96fb\u5b50\u90f5\u4ef6\u5bc6\u4ef6\u526f\u672c", "processed", "\u8655\u7406", "credit_card", "\u4fe1\u7528\u5361", "bank_transfer", "\u9280\u884c\u8f49\u5e33", "priority", "\u512a\u5148\u9806\u5e8f", "fee_amount", "\u8cbb\u7528\u91d1\u984d", "fee_percent", "\u8cbb\u7528\u767e\u5206\u6bd4", "fee_cap", "\u8cbb\u7528\u4e0a\u9650", "limits_and_fees", "\u9650\u984d/\u8cbb\u7528", "enable_min", "\u555f\u7528\u6700\u5c0f\u503c", "enable_max", "\u555f\u7528\u6700\u5927\u503c", "min_limit", "\u6700\u5c0f\u503c: :min", "max_limit", "\u6700\u5927\u503c: :max", "min", "\u6700\u5c0f\u503c", "max", "\u6700\u5927\u503c", _s19_47, "\u63a5\u53d7\u7684\u5361\u7247\u6a19\u8a8c", "credentials", "\u8a8d\u8b49", "update_address", "\u66f4\u65b0\u5730\u5740", _s19_49, "\u4f7f\u7528\u63d0\u4f9b\u7684\u8a73\u7d30\u8cc7\u6599\u66f4\u65b0\u7528\u6236\u7684\u5730\u5740", "rate", "\u7387", "tax_rate", "\u7a05\u7387", "new_tax_rate", "\u65b0\u7a05\u7387", "edit_tax_rate", "\u7de8\u8f2f\u7a05\u7387", _s16_162, "\u5df2\u6210\u529f\u5730\u5efa\u7acb\u7a05\u7387", _s16_163, "\u66f4\u65b0\u7a05\u7387\u6210\u529f", _s17_104, "\u6b78\u6a94\u7a05\u7387\u8cc7\u6599\u6210\u529f", _s16_164, "\u6210\u529f\u522a\u9664\u7a05\u7387", _s17_105, "\u6210\u529f\u6062\u5fa9\u7a05\u7387", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u81ea\u52d5\u586b\u5165\u4e4b\u7522\u54c1\u9805\u76ee", _s18_86, "\u9078\u64c7\u7522\u54c1\u5c07\u81ea\u52d5\u586b\u5beb\u63cf\u8ff0\u548c\u6210\u672c", "update_products", "\u81ea\u52d5\u66f4\u65b0\u7522\u54c1", _s20_71, "\u66f4\u65b0\u767c\u7968\u6642\u6703\u81ea\u52d5 \u66f4\u65b0\u7522\u54c1\u8cc7\u6599\u5eab", _s16_165, "\u8f49\u63db\u7522\u54c1", _s21_75, "\u81ea\u52d5\u5c07\u7522\u54c1\u50f9\u683c\u8f49\u63db\u70ba\u7528\u6236\u7684\u8ca8\u5e63", "fees", "\u8cbb\u7528", "limits", "\u9650\u5236", "provider", "\u4f9b\u61c9\u5546", "company_gateway", "\u4ed8\u6b3e\u9598\u9053", _s16_167, "\u4ed8\u6b3e\u9598\u9053", _s19_50, "\u65b0\u589e\u9598\u9053", _s20_72, "\u7de8\u8f2f\u9598\u9053", _s23_37, "\u5efa\u7acb\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_38, "\u66f4\u65b0\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_40, "\u5c01\u5b58\u9598\u9053\u8cc7\u6599\u6210\u529f", _s23_39, "\u522a\u9664\u9598\u9053\u8cc7\u6599\u6210\u529f", _s24_41, "\u5fa9\u539f\u9598\u9053\u6210\u529f", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "\u7e7c\u7e8c\u7de8\u8f2f", "discard_changes", "\u653e\u68c4\u8b8a\u66f4", "default_value", "\u9810\u8a2d\u503c", "disabled", "\u5df2\u505c\u7528", "currency_format", "\u8ca8\u5e63\u683c\u5f0f", _s21_76, "\u6bcf\u661f\u671f\u7684\u7b2c\u4e00\u5929", _s23_40, "\u5e74\u5ea6\u7684\u7b2c\u4e00\u500b\u6708", "sunday", "\u661f\u671f\u65e5", "monday", "\u661f\u671f\u4e00", "tuesday", "\u661f\u671f\u4e8c", "wednesday", "\u661f\u671f\u4e09", "thursday", "\u661f\u671f\u56db", "friday", "\u661f\u671f\u4e94", "saturday", "\u661f\u671f\u516d", "january", "\u4e00\u6708", "february", "\u4e8c\u6708", "march", "\u4e09\u6708", "april", "\u56db\u6708", "may", "\u4e94\u6708", "june", "\u516d\u6708", "july", "\u4e03\u6708", "august", "\u516b\u6708", "september", "\u4e5d\u6708", "october", "\u5341\u6708", "november", "\u5341\u4e00\u6708", "december", "\u5341\u4e8c\u6708", "symbol", "\u7b26\u865f", "ocde", "\u4ee3\u78bc", "date_format", "\u65e5\u671f\u683c\u5f0f", "datetime_format", "\u65e5\u671f\u6642\u9593\u683c\u5f0f", "military_time", "24 \u5c0f\u6642\u5236", _s18_87, "24 Hour Display", "send_reminders", "\u50b3\u9001\u63d0\u9192", "timezone", "\u6642\u5340", _s19_51, _s19_52, _s17_107, "\u4f9d\u7fa4\u7d44\u7be9\u9078", _s19_53, "\u4f9d\u767c\u7968\u7be9\u9078", _s18_88, "\u4f9d\u7528\u6236\u7aef\u7be9\u9078", _s18_90, "\u4f9d\u4f9b\u61c9\u5546\u7be9\u9078", "group_settings", "\u7fa4\u7d44\u8a2d\u5b9a", "group", "\u7fa4\u7d44", "groups", "\u7fa4\u7d44", "new_group", "\u65b0\u589e\u7fa4\u7d44", "edit_group", "\u7de8\u8f2f\u7fa4\u7d44", "created_group", "\u5df2\u6210\u529f\u5efa\u7acb\u7fa4\u7d44", "updated_group", "\u5df2\u6210\u529f\u66f4\u65b0\u7fa4\u7d44", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "\u5df2\u6210\u529f\u5c01\u5b58\u7fa4\u7d44", "deleted_group", "\u5df2\u6210\u529f\u522a\u9664\u7fa4\u7d44", "restored_group", "\u5df2\u6210\u529f\u9084\u539f\u7fa4\u7d44", "upload_logo", "\u4e0a\u50b3\u5fbd\u6a19", "uploaded_logo", "\u5df2\u6210\u529f\u4e0a\u50b3\u5fbd\u6a19", "logo", "\u6a19\u8a8c", "saved_settings", "\u5df2\u6210\u529f\u5132\u5b58\u8a2d\u5b9a", _s16_171, "\u7522\u54c1\u8a2d\u5b9a", "device_settings", "\u88dd\u7f6e\u8a2d\u5b9a", "defaults", "\u9810\u8a2d\u503c", "basic_settings", "\u57fa\u672c\u8a2d\u5b9a", _s17_109, "\u9032\u968e\u8a2d\u5b9a", "company_details", "\u516c\u53f8\u4e4b\u8a73\u7d30\u8cc7\u6599", "user_details", "\u4f7f\u7528\u8005\u8a73\u7d30\u8cc7\u6599", "localization", "\u672c\u5730\u5316", "online_payments", "\u7dda\u4e0a\u4ed8\u6b3e", "tax_rates", "\u7a05\u7387", "notifications", "\u6ce8\u610f\u4e8b\u9805", "import_export", "\u532f\u5165 | \u532f\u51fa", "custom_fields", "\u81ea\u8a02\u6b04\u4f4d", "invoice_design", "\u767c\u7968\u8a2d\u8a08", "buy_now_buttons", "\u73fe\u5728\u5373\u8cfc\u8cb7\u6309\u9215", "email_settings", "\u96fb\u5b50\u90f5\u4ef6\u8a2d\u5b9a", _s23_42, "\u7bc4\u672c\u8207\u63d0\u9192", _s22_58, "\u4fe1\u7528\u5361 & \u9280\u884c", _s19_55, "\u8cc7\u6599\u8996\u89ba\u5316", "price", "\u50f9\u683c", "email_sign_up", "\u96fb\u5b50\u90f5\u4ef6\u8a3b\u518a", "google_sign_up", "Google \u8a3b\u518a", _s27_42, "\u611f\u8b1d\u60a8\u7684\u8cfc\u8cb7!", "redeem", "\u514c\u63db", "back", "\u8fd4\u56de", "past_purchases", "\u904e\u53bb\u8cfc\u8cb7", _s19_57, "\u5e74\u5ea6\u8a02\u95b1", "pro_plan", "\u5c08\u696d\u65b9\u6848", "enterprise_plan", "\u4f01\u696d\u65b9\u6848", "count_users", ":count users", "upgrade", "\u5347\u7d1a", _s25_46, "\u8acb\u8f38\u5165\u540d\u5b57", _s24_43, "\u8acb\u8f38\u5165\u59d3\u6c0f", _s33_21, "\u8acb\u540c\u610f\u670d\u52d9\u689d\u6b3e\u548c\u96b1\u79c1\u653f\u7b56\u4ee5\u5efa\u7acb\u5e33\u6236\u3002", "i_agree_to_the", "\u6211\u540c\u610f", _s16_173, "\u670d\u52d9\u689d\u6b3e", "privacy_policy", "\u96b1\u79c1\u6b0a\u653f\u7b56", "sign_up", "\u767b\u5165", "account_login", "\u767b\u5165\u5e33\u6236", "view_website", "\u6aa2\u8996\u7db2\u7ad9", "create_account", "\u5efa\u7acb\u5e33\u6236", "email_login", "\u96fb\u5b50\u90f5\u4ef6\u767b\u5165", "create_new", "\u5efa\u7acb\u65b0\u7684", _s18_92, "\u672a\u9078\u53d6\u4efb\u4f55\u8a18\u9304", _s21_79, "\u8acb\u5132\u5b58\u6216\u53d6\u6d88\u60a8\u7684\u8b8a\u66f4", "download", "\u4e0b\u8f09", _s27_43, "\u9700\u8981\u4f01\u696d\u65b9\u6848", "take_picture", "\u62cd\u7167", "upload_file", "\u4e0a\u50b3\u6a94\u6848", "document", "\u6587\u4ef6", "documents", "\u6587\u4ef6", "new_document", "\u65b0\u65b0\u6587\u4ef6", "edit_document", "\u7de8\u8f2f\u6587\u4ef6", _s17_111, "\u5df2\u6210\u529f\u4e0a\u8f09\u6587\u4ef6", _s16_175, "\u5df2\u6210\u529f\u66f4\u65b0\u6587\u4ef6", _s17_112, "\u5df2\u6210\u529f\u5c01\u5b58\u6587\u4ef6", _s16_176, "\u5df2\u6210\u529f\u522a\u9664\u6587\u4ef6", _s17_113, "\u5df2\u6210\u529f\u9084\u539f\u6587\u4ef6", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u7121\u6b77\u53f2\u8a18\u9304", "expense_date", "\u652f\u51fa\u65e5\u671f", "pending", "\u64f1\u7f6e", _s16_177, "\u5df2\u767b\u5165", _s16_178, "\u64f1\u7f6e", _s16_179, "\u5df2\u958b\u7acb\u767c\u7968\u7684", "converted", "\u5df2\u8f49\u63db", _s24_45, "\u65b0\u589e\u6587\u4ef6\u81f3\u767c\u7968", "exchange_rate", "\u532f\u7387", _s16_180, "\u8f49\u63db\u8ca8\u5e63\u55ae\u4f4d", "mark_paid", "\u6a19\u8a18\u5df2\u4ed8", "category", "\u985e\u5225", "address", "\u5730\u5740", "new_vendor", "\u65b0\u4f9b\u61c9\u5546", "created_vendor", "\u5efa\u7acb\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "updated_vendor", "\u66f4\u65b0\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "archived_vendor", "\u6b78\u6a94\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendor", "\u522a\u9664\u4f9b\u61c9\u5546\u6210\u529f", "restored_vendor", "\u5fa9\u539f\u4f9b\u61c9\u5546\u6210\u529f", _s16_181, "\u6b78\u6a94 :count \u7b46\u4f9b\u61c9\u5546\u8cc7\u6599\u6210\u529f", "deleted_vendors", "\u522a\u9664 :count \u7b46\u4f9b\u61c9\u5546\u6210\u529f", _s16_182, _s36_11, "new_expense", "\u8f38\u5165\u652f\u51fa", "created_expense", "\u5df2\u6210\u529f\u5efa\u7acb\u652f\u51fa", "updated_expense", "\u66f4\u65b0\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s16_183, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", "deleted_expense", "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_184, "\u5fa9\u539f\u652f\u51fa\u8cc7\u6599\u6210\u529f", _s17_115, "\u6b78\u6a94\u652f\u51fa\u9805\u76ee\u6210\u529f", _s16_185, "\u522a\u9664\u652f\u51fa\u9805\u76ee\u6210\u529f", _s17_116, _s37_14, "copy_shipping", "\u8907\u88fd\u9001\u8ca8\u5730\u5740", "copy_billing", "\u8907\u88fd\u5e33\u55ae\u5730\u5740", "design", "\u8a2d\u8a08", _s21_80, "\u627e\u4e0d\u5230\u8a18\u9304", "invoiced", "\u5df2\u958b\u7acb\u767c\u7968\u7684", "logged", "\u5df2\u767b\u5165", "running", "\u57f7\u884c\u4e2d", "resume", "\u7e7c\u7e8c", "task_errors", "\u8acb\u4fee\u6b63\u6240\u6709\u7684\u91cd\u758a\u6642\u6bb5", "start", "\u958b\u59cb", "stop", "\u505c\u6b62", "started_task", "\u5c55\u958b\u4efb\u52d9\u6210\u529f", "stopped_task", "\u505c\u6b62\u4efb\u52d9\u6210\u529f", "resumed_task", "\u5fa9\u539f\u4efb\u52d9\u6210\u529f", "now", "\u73fe\u5728", _s16_186, "\u81ea\u52d5\u555f\u52d5\u4efb\u52d9", "timer", "\u8a08\u6642\u5668", "manual", "\u624b\u52d5", "budgeted", "\u9810\u7b97", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d50\u675f\u6642\u9593", "date", "\u65e5\u671f", "times", "\u6642\u6bb5", "duration", "\u6642\u9593\u9577\u5ea6", "new_task", "\u65b0\u4efb\u52d9", "created_task", "\u5efa\u7acb\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "updated_task", "\u66f4\u65b0\u5de5\u4f5c\u9805\u76ee\u6210\u529f", "archived_task", "\u6b78\u6a94\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "deleted_task", "\u522a\u9664\u4efb\u52d9\u6210\u529f", "restored_task", "\u5fa9\u539f\u4efb\u52d9\u8cc7\u6599\u6210\u529f", "archived_tasks", "\u6b78\u6a94 :count \u9805\u4efb\u52d9\u6210\u529f", "deleted_tasks", "\u522a\u9664 :count \u9805\u4efb\u52d9\u6210\u529f", "restored_tasks", _s34_20, _s19_59, "\u8acb\u8f38\u5165\u59d3\u540d", "budgeted_hours", "\u5217\u5165\u9810\u7b97\u7684\u5c0f\u6642", "created_project", "\u5efa\u7acb\u5c08\u6848\u6210\u529f", "updated_project", "\u6210\u529f\u66f4\u65b0\u7684\u5c08\u6848", _s16_188, "\u6b78\u6a94\u5c08\u6848\u9805\u76ee\u6210\u529f", "deleted_project", _s28_34, _s16_189, "\u5fa9\u539f\u5c08\u6848\u6210\u529f", _s17_117, "\u6b78\u6a94 :count \u9805\u5c08\u6848\u6210\u529f", _s16_190, "\u522a\u9664 :count \u4ef6\u5c08\u6848\u6210\u529f", _s17_118, _s37_15, "new_project", "\u65b0\u5c08\u6848", _s27_47, "\u611f\u8b1d\u60a8\u4f7f\u7528\u6211\u5011\u7684\u61c9\u7528\u7a0b\u5f0f!", "if_you_like_it", "\u5982\u679c\u60a8\u559c\u6b61\uff0c\u8acb", "click_here", "\u6309\u4e00\u4e0b\u6b64\u8655", _s18_96, "Click here", "to_rate_it", "\u7d66\u5b83\u8a55\u5206\u3002", "average", "\u5e73\u5747", "unapproved", "\u672a\u540c\u610f", _s30_15, "\u8acb\u9032\u884c\u8eab\u4efd\u9a57\u8b49\u4ee5\u8b8a\u66f4\u9019\u500b\u8a2d\u5b9a", "locked", "\u9396\u5b9a", "authenticate", "\u8eab\u4efd\u9a57\u8b49", _s19_61, "\u8acb\u9a57\u8b49", _s24_47, "\u751f\u7269\u8b58\u5225\u9a57\u8b49", "footer", "\u9801\u5c3e", "compare", "\u6bd4\u8f03", "hosted_login", "\u8a17\u7ba1\u767b\u5165", "selfhost_login", "Selfhost \u767b\u5165", "google_sign_in", _s19_75, "today", "\u4eca\u5929", "custom_range", "\u81ea\u8a02\u7bc4\u570d", "date_range", "\u65e5\u671f\u7bc4\u570d", "current", "\u76ee\u524d", "previous", "\u4ee5\u524d", "current_period", "\u76ee\u524d\u671f\u9650", _s17_119, "\u6bd4\u8f03\u671f\u9650", "previous_period", "\u4e0a\u4e00\u671f\u9650", "previous_year", "\u4e0a\u4e00\u5e74\u5ea6", "compare_to", "\u6bd4\u8f03", "last7_days", "\u6700\u8fd1 7 \u5929", "last_week", "\u4e0a\u500b\u661f\u671f", "last30_days", "\u6700\u8fd1 30 \u5929", "this_month", "\u672c\u6708", "last_month", "\u4e0a\u500b\u6708", "this_year", "\u4eca\u5e74", "last_year", "\u4e0b\u500b\u6708", "custom", "\u81ea\u8a02", _s16_191, "\u518d\u88fd\u5230\u767c\u7968", "clone_to_quote", "\u518d\u88fd\u5230\u5831\u50f9\u55ae", "clone_to_credit", "Clone to Credit", "view_invoice", "\u6aa2\u8996\u767c\u7968", "convert", "\u8f49\u63db", "more", "\u66f4\u591a", "edit_client", "\u7de8\u8f2f\u7528\u6236", "edit_product", "\u7de8\u8f2f\u7522\u54c1\u8cc7\u6599", "edit_invoice", "\u7de8\u8f2f\u767c\u7968", "edit_quote", "\u7de8\u8f2f\u5831\u50f9\u55ae", "edit_payment", "\u7de8\u8f2f\u4ed8\u6b3e\u8cc7\u6599", "edit_task", "\u7de8\u8f2f\u5de5\u4f5c\u9805\u76ee", "edit_expense", "\u7de8\u8f2f\u652f\u51fa", "edit_vendor", "\u7de8\u8f2f\u4f9b\u61c9\u5546", "edit_project", "\u7de8\u8f2f\u5c08\u6848", _s20_74, "\u7de8\u8f2f\u9031\u671f\u6027\u5831\u50f9\u55ae", "billing_address", "\u5e33\u55ae\u5730\u5740", _s16_193, "\u9001\u8ca8\u4f4d\u5740", "total_revenue", "\u7e3d\u6536\u5165", "average_invoice", "\u5e73\u5747\u92b7\u552e\u984d", "outstanding", "\u672a\u4ed8\u6e05\u7684", "invoices_sent", "\u5df2\u5bc4\u51fa :count \u4efd\u767c\u7968", "active_clients", "\u4f7f\u7528\u4e2d\u7528\u6236", "close", "\u95dc\u9589", "email", "\u96fb\u5b50\u90f5\u4ef6", "password", "\u5bc6\u78bc", "url", "URL", "secret", "\u79d8\u5bc6", "name", "\u59d3\u540d", "logout", "\u767b\u51fa", "login", "\u767b\u5165", "filter", "\u7be9\u9078\u5668", "sort", "\u6392\u5e8f", "search", "\u641c\u5c0b", "active", "\u4f7f\u7528\u4e2d", "archived", "\u5df2\u6b78\u6a94", "deleted", "\u5df2\u522a\u9664", "dashboard", "\u5100\u8868\u677f", "archive", "\u6b78\u6a94", "delete", "\u522a\u9664", "restore", "\u5fa9\u539f", _s16_195, "\u91cd\u65b0\u6574\u7406\u5b8c\u6210", _s23_43, "\u8acb\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", _s26_34, "\u8acb\u8f38\u5165\u60a8\u7684\u5bc6\u78bc", _s21_83, "\u8acb\u8f38\u5165\u60a8\u7684\u7db2\u5740", _s26_36, "\u8acb\u8f38\u5165\u7522\u54c1\u91d1\u9470", "ascending", "\u905e\u589e", "descending", "\u905e\u6e1b", "save", "\u5132\u5b58", _s17_121, "\u767c\u751f\u932f\u8aa4", "paid_to_date", "\u5df2\u4ed8", "balance_due", "\u5230\u671f\u9918\u984d", "balance", "\u5dee\u984d", "overview", "\u7e3d\u89bd", "details", "\u8a73\u7d30\u8cc7\u6599", "phone", "\u96fb\u8a71", "website", "\u7db2\u7ad9", "vat_number", "\u52a0\u503c\u7a05\u7de8\u865f", "id_number", "ID \u7de8\u865f", "create", "\u5efa\u7acb", _s19_63, "\u8907\u88fd :value \u5230\u526a\u8cbc\u7c3f", "error", "\u932f\u8aa4", _s16_197, "\u7121\u6cd5\u555f\u52d5", "contacts", "\u806f\u7d61\u4eba", "additional", "\u984d\u5916", "first_name", "\u540d\u5b57", "last_name", "\u59d3\u6c0f", "add_contact", "\u65b0\u589e\u806f\u7d61\u8cc7\u6599", "are_you_sure", "\u60a8\u78ba\u5b9a\u55ce?", "cancel", "\u53d6\u6d88", "ok", "\u6b63\u5e38", "remove", "\u522a\u9664", _s16_199, "\u96fb\u5b50\u90f5\u4ef6\u7121\u6548", "product", "\u7522\u54c1", "products", "\u7522\u54c1", "new_product", "\u65b0\u7522\u54c1", "created_product", "\u5efa\u7acb\u7522\u54c1\u8cc7\u6599\u6210\u529f", "updated_product", "\u6210\u529f\u66f4\u65b0\u7684\u7522\u54c1\u8cc7\u6599", _s16_201, "\u6b78\u6a94\u7522\u54c1\u8cc7\u6599\u6210\u529f", "deleted_product", "\u5df2\u6210\u529f\u522a\u9664\u7522\u54c1\u8cc7\u6599", _s16_202, "\u5fa9\u539f\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_123, "\u6b78\u6a94 :count \u9805\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s16_203, "\u522a\u9664 :count \u7b46\u7522\u54c1\u8cc7\u6599\u6210\u529f", _s17_124, _s37_16, "product_key", "\u7522\u54c1", "notes", "\u8a3b\u8a18", "cost", "\u6210\u672c", "client", "\u7528\u6236", "clients", "\u7528\u6236", "new_client", "\u65b0\u7528\u6236", "created_client", "\u5efa\u7acb\u7528\u6236\u8cc7\u6599\u6210\u529f", "updated_client", "\u66f4\u65b0\u7528\u6236\u8cc7\u6599\u6210\u529f", "archived_client", "\u6b78\u6a94\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_204, "\u6b78\u6a94 :count \u500b\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_client", "\u522a\u9664\u7528\u6236\u8cc7\u6599\u6210\u529f", "deleted_clients", "\u522a\u9664 :count \u7b46\u7528\u6236\u8cc7\u6599\u6210\u529f", "restored_client", "\u5fa9\u539f\u7528\u6236\u8cc7\u6599\u6210\u529f", _s16_205, _s36_13, "address1", "\u8857\u9053", "address2", "\u5927\u6a13/\u5957\u623f", "city", "\u57ce\u5e02", "state", "\u5dde/\u7701", "postal_code", "\u90f5\u905e\u5340\u865f", "country", "\u570b\u5bb6", "invoice", "\u767c\u7968", "invoices", "\u767c\u7968", "new_invoice", "\u65b0\u767c\u7968", "created_invoice", "\u88fd\u4f5c\u5b8c\u6210\u7684\u767c\u7968", "updated_invoice", "\u66f4\u65b0\u767c\u7968\u6210\u529f", _s16_206, "\u6b78\u6a94\u767c\u7968\u8cc7\u6599\u6210\u529f", "deleted_invoice", "\u522a\u9664\u767c\u7968\u6210\u529f", _s16_207, "\u5fa9\u539f\u767c\u7968\u6210\u529f", _s17_125, "\u6b78\u6a94 :count \u7b46\u767c\u7968\u8cc7\u6599\u6210\u529f", _s16_208, "\u522a\u9664 :count \u7b46\u767c\u7968\u6210\u529f", _s17_126, _s37_17, "emailed_invoice", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u767c\u7968\u6210\u529f", "emailed_payment", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u4ed8\u6b3e\u6210\u529f", "amount", "\u91d1\u984d", "invoice_number", "\u767c\u7968\u865f\u78bc", "invoice_date", "\u767c\u7968\u958b\u7acb\u65e5\u671f", "discount", "\u6298\u6263", "po_number", "\u90f5\u905e\u5340\u865f", "terms", "\u689d\u6b3e", "public_notes", "\u516c\u958b\u8a3b\u8a18", "private_notes", "\u79c1\u4eba\u8a3b\u8a18", "frequency", "\u983b\u7387", "start_date", "\u958b\u59cb\u65e5\u671f", "end_date", "\u7d50\u675f\u65e5\u671f", "quote_number", "\u5831\u50f9\u55ae\u7de8\u865f", "quote_date", "\u5831\u50f9\u55ae\u65e5\u671f", "valid_until", "\u6709\u6548\u81f3", "items", "\u500b\u9805\u76ee", "partial_deposit", "\u5b58\u6b3e", "description", "\u63cf\u8ff0", "unit_cost", "\u55ae\u4f4d\u6210\u672c", "quantity", "\u6578\u91cf", "add_item", "\u52a0\u5165\u9805\u76ee", "contact", "\u806f\u7d61\u4eba", "work_phone", "\u96fb\u8a71", "total_amount", "\u7e3d\u91d1\u984d", "pdf", "PDF", "due_date", "\u61c9\u4ed8\u6b3e\u65e5\u671f", _s16_209, "\u90e8\u5206\u622a\u6b62\u65e5\u671f", "status", "\u72c0\u614b", _s17_127, "\u767c\u7968\u72c0\u614b", "quote_status", "\u5831\u50f9\u55ae\u72c0\u614b", _s22_59, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", _s22_61, "\u6309\u4e00\u4e0b + \u4f86\u52a0\u5165\u9805\u76ee", "count_selected", ":count \u9805\u5df2\u9078\u53d6", "total", "\u7e3d\u8a08", "percent", "\u767e\u5206\u6bd4", "edit", "\u7de8\u8f2f", "dismiss", "\u64a4\u92b7", _s20_76, "\u8acb\u9078\u53d6\u65e5\u671f", _s22_62, "\u8acb\u9078\u53d6\u4e00\u500b\u7528\u6236", _s24_49, "\u8acb\u9078\u53d6\u767c\u7968", "task_rate", "\u4efb\u52d9\u8cbb\u7387", "settings", "\u8a2d\u5b9a", "language", "\u8a9e\u8a00", "currency", "\u8ca8\u5e63", "created_at", "\u5efa\u7acb\u65e5\u671f", "created_on", "Created On", "updated_at", "\u66f4\u65b0", "tax", "\u7a05", _s30_17, "\u8acb\u8f38\u5165\u767c\u7968\u7de8\u865f", _s27_51, "\u8acb\u8f38\u5165\u5831\u50f9\u55ae\u7de8\u865f", "past_due", "\u904e\u53bb\u5230\u671f", "draft", "\u8349\u7a3f", "sent", "\u5df2\u50b3\u9001", "viewed", "\u5df2\u6aa2\u8996", "approved", "\u5df2\u6838\u51c6", "partial", "\u5b58\u6b3e", "paid", "\u5df2\u4ed8\u6b3e", "mark_sent", "\u6a19\u8a18\u5df2\u50b3\u9001", _s22_64, "\u6a19\u8a18\u767c\u7968\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u6210", _s37_18, "\u8acb\u8f38\u5165\u7528\u6236\u6216\u9023\u7d61\u4eba\u59d3\u540d", "dark_mode", "\u9ed1\u6697\u6a21\u5f0f", _s27_53, "\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5957\u7528\u8b8a\u66f4", "refresh_data", "\u91cd\u65b0\u6574\u7406\u8cc7\u6599", "blank_contact", "\u7a7a\u767d\u9023\u7d61\u4eba", "activity", "\u6d3b\u52d5", _s16_211, "\u627e\u4e0d\u5230\u8a18\u9304", "clone", "\u518d\u88fd", "loading", "\u8f09\u5165\u4e2d", "industry", "\u5de5\u696d", "size", "\u5927\u5c0f", "payment_terms", "\u4ed8\u6b3e\u689d\u4ef6", "payment_date", "\u4ed8\u6b3e\u65e5\u671f", "payment_status", "\u4ed8\u6b3e\u72c0\u614b", _s16_213, "\u64f1\u7f6e", _s16_214, "\u4f5c\u5ee2", _s16_215, "\u5931\u6557", _s16_216, "\u5b8c\u6210", _s16_217, "\u90e8\u5206\u9000\u6b3e", _s16_218, "\u9000\u6b3e", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "\u6de8\u984d", "client_portal", "\u7528\u6236\u9580\u6236\u9801\u9762", "show_tasks", "\u986f\u793a\u4efb\u52d9", "email_reminders", "\u96fb\u5b50\u90f5\u4ef6\u63d0\u9192", "enabled", "\u555f\u7528", "recipients", "\u6536\u4ef6\u4eba", "initial_email", "\u6700\u521d\u7684\u96fb\u5b50\u90f5\u4ef6", "first_reminder", "\u9996\u6b21\u63d0\u9192", "second_reminder", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "third_reminder", "\u7b2c\u4e09\u6b21\u63d0\u9192", "reminder1", "\u9996\u6b21\u63d0\u9192", "reminder2", "\u7b2c\u4e8c\u6b21\u63d0\u9192", "reminder3", "\u7b2c\u4e09\u6b21\u63d0\u9192", "template", "\u7bc4\u672c", "send", "\u50b3\u9001", "subject", "\u4e3b\u65e8", "body", "\u5167\u6587", "send_email", "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6", "email_receipt", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u50b3\u9001\u4ed8\u6b3e\u6536\u64da\u7d66\u7528\u6236", "auto_billing", "\u81ea\u52d5\u8a08\u8cbb", "button", "\u6309\u9215", "preview", "\u9810\u89bd", "customize", "\u81ea\u8a02", "history", "\u6b77\u7a0b\u7d00\u9304", "payment", "\u4ed8\u6b3e", "payments", "\u4ed8\u6b3e", "refunded", "\u9000\u6b3e", "payment_type", "\u4ed8\u6b3e\u65b9\u5f0f", _s21_85, "\u8f49\u5e33\u8cc7\u6599", "enter_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "new_payment", "\u8f38\u5165\u4ed8\u6b3e\u8cc7\u6599", "created_payment", "\u5df2\u5efa\u7acb\u5b8c\u6210\u7684\u4ed8\u6b3e\u8cc7\u6599", "updated_payment", "\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_219, "\u6b78\u6a94\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", "deleted_payment", "\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_220, "\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_130, "\u6b78\u6a94 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s16_221, "\u522a\u9664 :count \u7b46\u4ed8\u6b3e\u8cc7\u6599\u6210\u529f", _s17_131, _s37_20, "quote", "\u5831\u50f9\u55ae", "quotes", "\u5831\u50f9\u55ae", "new_quote", "\u65b0\u5831\u50f9\u55ae", "created_quote", "\u5831\u50f9\u55ae\u5efa\u7acb\u6210\u529f", "updated_quote", "\u5831\u50f9\u55ae\u66f4\u65b0\u6210\u529f", "archived_quote", "\u6b78\u6a94\u5831\u50f9\u55ae\u6210\u529f", "deleted_quote", "\u5831\u50f9\u55ae\u522a\u9664\u6210\u529f", "restored_quote", "\u5fa9\u539f\u5831\u50f9\u55ae\u6210\u529f", "archived_quotes", "\u6b78\u6a94 :count \u4efd\u5831\u50f9\u55ae\u6210\u529f", "deleted_quotes", "\u522a\u9664 :count \u7b46\u5831\u50f9\u55ae\u6210\u529f", "restored_quotes", _s35_22, "expense", "\u652f\u51fa", "expenses", "\u652f\u51fa", "vendor", "\u4f9b\u61c9\u5546", "vendors", "\u4f9b\u61c9\u5546", "task", "\u4efb\u52d9", "tasks", "\u4efb\u52d9", "project", "\u5c08\u6848", "projects", "\u5c08\u6848", "activity_1", ":user \u5df2\u5efa\u7acb\u7528\u6236 :client", "activity_2", ":user \u5df2\u5c07\u7528\u6236 :client \u6b78\u6a94", "activity_3", ":user \u5df2\u522a\u9664\u7528\u6236 :client", "activity_4", ":user \u5df2\u5efa\u7acb\u767c\u7968 :invoice", "activity_5", ":user \u5df2\u66f4\u65b0\u767c\u7968 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u5df2\u5c07\u767c\u7968 :invoice \u6b78\u6a94", "activity_9", ":user \u5df2\u522a\u9664\u767c\u7968 :invoice", "activity_10", _s85_0, "activity_11", ":user \u5df2\u66f4\u65b0\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_12", ":user \u5df2\u5c07\u4ed8\u6b3e\u8cc7\u6599 :payment \u6b78\u6a94", "activity_13", ":user \u5df2\u522a\u9664\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_14", ":user \u5df2\u8f38\u5165\u8cb8\u6b3e\u8cc7\u6599 :credit", "activity_15", ":user \u66f4\u65b0\u8cb8\u6b3e :credit", "activity_16", ":user \u5df2\u5c07 :credit \u8cb8\u6b3e\u8cc7\u6599\u6b78\u6a94", "activity_17", ":user \u5df2\u522a\u9664 :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_18", ":user \u5df2\u5efa\u7acb\u5831\u50f9\u55ae :quote", "activity_19", ":user \u5df2\u66f4\u65b0\u5831\u50f9\u55ae :quote", "activity_20", _s50_9, "activity_21", ":contact \u5df2\u6aa2\u8996\u5831\u50f9\u55ae :quote", "activity_22", ":user \u5df2\u5c07\u5831\u50f9\u55ae :quote \u6b78\u6a94", "activity_23", ":user \u5df2\u522a\u9664\u767c\u7968 :quote", "activity_24", ":user \u5df2\u5fa9\u539f\u5831\u50f9\u55ae :quote", "activity_25", ":user \u5df2\u5fa9\u539f\u767c\u7968 :invoice", "activity_26", ":user \u5df2\u5fa9\u539f\u7528\u6236 :client \u8cc7\u6599", "activity_27", ":user \u5df2\u5fa9\u539f\u4ed8\u6b3e\u8cc7\u6599 :payment", "activity_28", ":user \u5df2\u5fa9\u539f :credit \u8cb8\u6b3e\u8cc7\u6599", "activity_29", _s42_13, "activity_30", ":user \u5df2\u5efa\u7acb\u4f9b\u61c9\u5546 :vendor", "activity_31", ":user \u5df2\u5c07\u4f9b\u61c9\u5546 :vendor \u6b78\u6a94", "activity_32", ":user \u5df2\u522a\u9664\u4f9b\u61c9\u5546 :vendor", "activity_33", ":user \u5df2\u5fa9\u539f\u4f9b\u61c9\u5546 :vendor", "activity_34", ":user \u5df2\u5efa\u7acb\u652f\u51fa :expense", "activity_35", ":user \u5df2\u5c07\u652f\u51fa :expense \u6b78\u6a94", "activity_36", ":user \u5df2\u522a\u9664\u652f\u51fa :expense", "activity_37", ":user \u5df2\u5fa9\u539f\u652f\u51fa :expense", "activity_39", ":user \u5df2\u53d6\u6d88\u4e00\u9805 :payment_amount \u7684\u4ed8\u6b3e :payment", "activity_40", ":user \u7372\u5f97\u4e00\u7b46\u91d1\u984d :payment_amount \u4ed8\u6b3e :payment \u7684\u9000\u6b3e :adjustment", "activity_41", ":payment_amount \u7684\u4ed8\u6b3e (:payment) \u5931\u6557", "activity_42", ":user \u5df2\u5efa\u7acb\u4efb\u52d9 :task", "activity_43", ":user \u5df2\u5c07\u4efb\u52d9 :task \u66f4\u65b0", "activity_44", ":user \u5df2\u5c07\u4efb\u52d9 :task \u6b78\u6a94", "activity_45", ":user \u5df2\u522a\u9664\u4efb\u52d9 :task", "activity_46", ":user \u5df2\u5c07\u4efb\u52d9 :task\u5fa9\u539f", "activity_47", ":user \u5df2\u5c07\u652f\u51fa :expense \u66f4\u65b0", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \u5df2\u91cd\u65b0\u958b\u555f\u7968\u8b49 :ticket", "activity_55", ":contact \u5df2\u56de\u8986\u7968\u8b49 :ticket", "activity_56", ":user \u5df2\u6aa2\u8996\u7968\u8b49 :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u4e00\u6b21\u6027\u5bc6\u78bc", "emailed_quote", "\u4ee5\u96fb\u5b50\u90f5\u4ef6\u5bc4\u51fa\u5831\u50f9\u55ae\u6210\u529f", "emailed_credit", _s27_65, _s20_78, "\u6a19\u8a18\u5831\u50f9\u55ae\u70ba\u5df2\u50b3\u9001\u6210\u529f", _s21_87, _s34_21, "expired", "\u904e\u671f", "all", "\u5168\u90e8", "select", "\u9078\u64c7", _s22_66, "\u9577\u6309\u591a\u9078", "custom_value1", "\u81ea\u8a02\u503c", "custom_value2", "\u81ea\u8a02\u503c", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u767c\u7968\u865f\u78bc\u8a08\u6578\u5668", _s20_79, _s20_80, _s20_81, "\u5831\u50f9\u55ae\u7de8\u865f\u8a08\u6578\u5668", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u985e\u578b", "invoice_amount", "\u767c\u7968\u91d1\u984d", _s16_226, "\u61c9\u4ed8\u6b3e\u65e5\u671f", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u81ea\u52d5\u5e33\u55ae", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a05\u540d", "tax_amount", "\u7a05\u91d1\u91d1\u984d", "tax_paid", "\u5df2\u4ed8\u7a05", "payment_amount", "\u4ed8\u6b3e\u91d1\u984d", "age", "\u5e74\u9f61", "is_running", "Is Running", "time_log", "\u6642\u9593\u65e5\u8a8c", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, "\u652f\u51fa\u985e\u5225", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "hr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj usmjernik", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Tjedan", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Raspon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Postava zaporke", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161kova # :expense", "view_statement", "Moje Izvje\u0161\u0107e", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sustav", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, "Ukupno bruto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "Redovni tro\u0161ak", _s18_19, "Redovni tro\u0161kovi", _s21_22, "Novi redovni tro\u0161ak", _s22_27, "Uredi redovne tro\u0161kove", _s25_3, "Uspje\u0161no kreiran redovni tro\u0161ak", _s25_4, "Uspje\u0161no ure\u0111en redovni tro\u0161ak", _s26_4, "Uspje\u0161no arhiviran redovni tro\u0161ak", _s25_5, "Uspje\u0161no izbrisan redovni tro\u0161ak", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zadnje a\u017euriranje", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Mora biti ve\u0107e od nula i manje od zbroja", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavi poddomenu ili prikazujte ra\u010dune na vlastitoj web stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Pro\u0161lo tromjesje\u010dje", "to_update_run", "To update run", _s18_39, "Konverzija ra\u010duna", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturiraj zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s17_143, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sakrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolona", "sample", "Uzorak", "map_to", "Map To", "import", "Uvoz", _s25_16, _s29_7, "select_file", "Molim odaberite datoteku", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u0107eno", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Ukupan iznos", "quote_total", "Ukupan iznos", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klijent", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Treba biti fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kao aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Redovni ra\u010dun", _s18_51, "Redovni ra\u010duni", _s21_53, "Novi redovni ra\u010dun", _s22_40, "Uredi ponavljaju\u0107i ra\u010dun", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Uspje\u0161no arhiviran redoviti ra\u010dun", _s25_29, "Uspje\u0161no obrisan redoviti ra\u010dun", _s25_30, _s38_11, _s26_14, "Uspje\u0161no obnovljen redoviti ra\u010dun", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email poslan", _s17_55, _s17_56, "failure", "Neuspjeh", "quota_exceeded", "Kvota prema\u0161ena", _s16_72, _s16_73, "system_logs", "Zapisnici sustava", "view_portal", "View Portal", "copy_link", "Kopiraj link", "token_billing", "Pohrani detalje kartice", _s24_35, "Dobrodo\u0161li u Invoice Ninja", "always", "Always", "optin", "Dragovoljno sudjeluj", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Automatski pretvoriti", "company_name", "Company Name", "reminder1_sent", "Podsjetnik 1 poslan", "reminder2_sent", "Podsjetnik 2 poslan", "reminder3_sent", "Podsjetnik 3 poslan", _s18_55, "Podsjetnik 4 poslan", "pdf_page_info", _s27_70, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "Pogled u aplikaciji Stripe", "rows_per_page", "Redova po stranici", "hours", "sati", "statement", "Izvje\u0161\u0107e o stanju duga", "taxes", "Porezi", "surcharge", "Surcharge", "apply_payment", "Izvr\u0161i pla\u0107anje", "apply_credit", "Primjeni kredit", "apply", "Apply", "unapplied", "Neprovedeni", "select_label", "Select Label", "custom_labels", _s18_118, "record_type", "Vrsta zapisa", "record_name", "Ime zapisa", "file_type", "Vrsta datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Provjera zdravlja", "payment_type_id", "Tip uplate", "last_login_at", "Posljednja prijava u", "company_key", "Klju\u010d tvrtke", "storefront", "Storefront", "storefront_help", "Omogu\u0107ite aplikacijama tre\u0107ih strana za stvaranje ra\u010duna", "client_created", "Klijent stvoren", _s20_51, "E-po\u0161ta za internetsko pla\u0107anje", _s20_53, _s25_60, "completed", "Dovr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto saldo", "client_settings", "Postavke klijenta", _s17_57, "Odabrani ra\u010duni", _s17_59, "Odabrane transkacije", "selected_quotes", "Odabrane ponude", "selected_tasks", "Odabrani zadaci", _s17_61, "Odabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107e ponude", "expired_quotes", "Istekle ponude", "create_client", "Create Client", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Kreiraj ponudu", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "A\u017euriraj ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017euriraj ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017euriraj klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017euriraj dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Stvori tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Off", "when_paid", "When Paid", "expires_on", "Istje\u010de u", "free", "Slobodan", "plan", "Plan", "show_sidebar", "Poka\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Vrsta doga\u0111aja", "target_url", "Target", "copy", "Kopiraj", "must_be_online", "Ponovo pokrenite aplikaciju nakon povezivanja s internetom", _s17_67, "CRON zadatak mora biti postavljen", "api_webhooks", "API Webhooks", "search_webhooks", "Pretra\u017ei :count Webhooks", "search_webhook", "Pretra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Webhook uspje\u0161no stvoren", "updated_webhook", "Webhook uspje\u0161no a\u017euriran", _s16_76, "Webhook uspje\u0161no arhiviran", "deleted_webhook", "Webhook uspje\u0161no izbrisan", "removed_webhook", "Webhook uspje\u0161no uklonjen", _s16_77, "Webhook uspje\u0161no vra\u0107en", _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API tokeni", "api_docs", "API Docs", "search_tokens", "Pretra\u017ei :count tokena", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Uredi token", "created_token", "Uspje\u0161no kreiran token", "updated_token", "Uspje\u0161no a\u017euriran token", "archived_token", "Uspje\u0161no arhiviran token", "deleted_token", "Uspje\u0161no obrisan token", "removed_token", "Token uspje\u0161no uklonjen", "restored_token", "Token uspje\u0161no vra\u0107en", "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s21_111, _s24_37, "Omogu\u0107ite klijentima da se sami registriraju na portalu", _s21_55, "Prilagodba i pregled", "email_invoice", _s16_247, "email_quote", "\u0160alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-mailom", _s20_56, "Klijent nema postavljenu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Pogledaj PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Upotrijebi zadanu vrijednost", _s16_82, "Beskrajni podsjetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguriraj rokove pla\u0107anja", "payment_term", "Rok pla\u0107anja", _s16_83, "Novi rok pla\u0107anja", _s17_71, "Uredi uvjete pla\u0107anja", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, "Uspje\u0161no izbrisan rok pla\u0107anja", _s20_60, "Uspje\u0161no uklonjen rok pla\u0107anja", _s21_57, "Uspje\u0161no vra\u0107en rok pla\u0107anja", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Prijavite se e-po\u0161tom", "change", "Promijeni", _s23_26, "Promijeni na mobilni izgled?", _s24_38, "Promijeni na izgled stolnog ra\u010dunala", "send_from_gmail", "Po\u0161alji s Gmaila", "reversed", "Stornirano", "cancelled", "Otkazani", "credit_amount", "Iznos kredita", "quote_amount", "Iznos Ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakri Izbornik", "show_menu", "Prika\u017ei Izbornik", _s18_57, "Djelomi\u010dan Povrat", _s16_85, "Pretra\u017ei Dokumente", "search_designs", "Pretra\u017ei Dizajne", "search_invoices", "Pretra\u017ei Ra\u010dune", "search_clients", "Pretra\u017ei Klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei Ponude", "search_credits", "Search Credits", "search_vendors", "Pretra\u017ei Dobavlja\u010da", "search_users", "Pretra\u017ei Korisnike", _s16_86, "Pretra\u017ei porezne stope", "search_tasks", "Pretra\u017ei Zadatke", "search_settings", "Pretra\u017ei Postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei Uplate", "search_groups", "Pretra\u017ei Grupe", "search_company", "Pretra\u017ei Poduze\u0107e", "search_document", "Pretra\u017ei 1 dokument", "search_design", "Pretra\u017ei 1 dizajn", "search_invoice", "Pretra\u017ei 1 ra\u010dun", "search_client", "Pretra\u017ei 1 klijenta", "search_product", "Pretra\u017ei 1 proizvod", "search_quote", "Pretra\u017ei 1 ponudu", "search_credit", "Search 1 Credit", "search_vendor", "Pretra\u017ei 1 dobavlja\u010da", "search_user", "Pretra\u017ei 1 korisnika", "search_tax_rate", "Pretra\u017ei 1 poreznu stopu", "search_task", "Pretra\u017ei 1 zadatka", "search_project", "Pretra\u017ei 1 projekta", "search_expense", "Pretra\u017ei 1 tro\u0161ka", "search_payment", "Pretra\u017ei 1 transakciju", "search_group", "Pretra\u017ei 1 grupu", "refund_payment", "Refund Payment", _s17_75, _s23_49, _s18_59, _s23_49, _s16_92, "Uspje\u0161no otkazani ra\u010duni", _s17_76, "Uspje\u0161no storniran ra\u010dun", "reverse", "Storniraj", "full_name", "Ime i prezime", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Neobavezno", "license", "Licenca", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 dana", "age_group_30", "30 - 60 dana", "age_group_60", "60 - 90 dana", "age_group_90", "90 - 120 dana", "age_group_120", "120+ dana", "refresh", "Refresh", "saved_design", "Uspje\u0161no spremljen dizajn", "client_details", "Pojedinosti o klijentu", "company_address", "Adresa tvrtke", "invoice_details", "Detalji ra\u010duna", "quote_details", "Pojedinosti o ponudi", "credit_details", "Credit Details", "product_columns", "Stupci proizvoda", "task_columns", "Stupci zadatka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Permissions", "none", "None", "owned", "U vlasni\u0161tvu", "payment_success", "Uspjeh pla\u0107anja", "payment_failure", "Neuspjeh pla\u0107anja", "invoice_sent", _s19_74, "quote_sent", "Ponuda poslana", "credit_sent", "Credit Sent", "invoice_viewed", "Ra\u010dun pregledan", "quote_viewed", "Ponuda pogledana", "credit_viewed", "Credit Viewed", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sve obavijesti", _s16_94, "Kupi licencu", "apply_license", "Apply License", "cancel_account", "Izbri\u0161i korisni\u010dki ra\u010dun", _s22_47, "Pozor: Ovo \u0107e trajno obrisati sve va\u0161e podatke, nema povratka.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", "Ponuda uspje\u0161no pretvorena", "credit_design", "Credit Design", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Prilago\u0111eni dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Uredi dizajn", "created_design", "Dizajn uspje\u0161no stvoren", "updated_design", "Dizajn uspje\u0161no a\u017euriran", "archived_design", "Dizajn uspje\u0161no arhiviran", "deleted_design", "Dizajn uspje\u0161no izbrisan", "removed_design", "Dizajn uspje\u0161no uklonjen", "restored_design", "Dizajn uspje\u0161no vra\u0107en", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Prijedlozi", "tickets", "Radni nalozi", _s16_98, "Ponavljaju\u0107e ponude", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunima", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Dodaj kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspje\u0161no kreiran kredit", "updated_credit", _s27_34, "archived_credit", "Uspje\u0161no arhiviran kredit", "deleted_credit", "Uspje\u0161no obrisan kredit", "removed_credit", _s27_36, "restored_credit", "Uspje\u0161no obnovljen kredit", _s16_100, "Uspje\u0161no arhivirano :count kredita", "deleted_credits", "Uspje\u0161no obrisano :count kredita", _s16_101, _s36_9, "current_version", _s16_248, "latest_version", "Najnovija verzija", "update_now", "A\u017euriraj sada", _s26_21, "Dostupna je nova verzija web aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspje\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "Broj za pra\u0107enje", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo poduze\u0107e", "added_company", "Tvrtka je uspje\u0161no dodana", "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetiraj", "number", "Broj", "export", "Izvoz", "chart", "Karte", "count", "Zbroj", "totals", "Zbrojevi", "blank", "Blank", "day", "Dan", "month", "Mjesec", "year", "Godina", "subgroup", "Subgroup", "is_active", "Je aktivan", "group_by", "Grupiraj po", "credit_balance", "Stanje kredita", _s18_67, "Zadnje prijavljivanje kontakta", _s17_83, _s17_147, "contact_phone", "Contact Phone", _s21_59, "Prilago\u0111ena vrijednost 1 kontakta", _s21_60, "Prilago\u0111ena vrijednost 2 kontakta", _s21_61, "Prilago\u0111ena vrijednost 3 kontakta", _s21_62, "Prilago\u0111ena vrijednost 4 kontakta", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Dodijeljeno za", "created_by", _s16_236, "assigned_to_id", "Dodijeljeno ID-u", "created_by_id", "Stvorio ID", "add_column", "Dodaj stupac", "edit_columns", "Uredi stupce", "columns", "Kolone", "aging", "Izvan dospije\u0107a", "profit_and_loss", "Profit i Tro\u0161ak", "reports", "Izvje\u0161\u0107a", "report", "Izvje\u0161\u0107a", "add_company", "Dodaj poduze\u0107e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomo\u0107", "refund", "Refund", "refund_date", "Datum povrata novca", "filtered_by", "Filtrirano po", "contact_email", "Contact Email", "multiselect", "Vi\u0161estruki odabir", "entity_state", "Kanton", "verify_password", "Potvrdi lozinku", "applied", "Primijenjeno", _s21_63, "Uklju\u010dite nedavne pogre\u0161ke iz zapisnika", _s30_8, "Primili smo va\u0161u poruku i poku\u0161at \u0107emo brzo odgovoriti.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje o proizvodu", _s25_35, "Uklju\u010dite opis i cijenu u padaju\u0107i izbornik proizvoda", _s20_65, "PDF renderer zahtijeva :version", _s18_70, "Prilagodite postotak naknade", _s23_28, "Prilagodite postotak da biste uzeli u obzir naknadu", _s18_72, "Konfigurirajte postavke", "support_forum", "support forum", "about", "About", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Osnovica", "line_total", "Ukupno", "item", "Stavka", "credit_email", "Credit Email", "iframe_url", "Web mjesto", "domain_url", "URL domene", _s21_64, _s20_86, _s20_66, "Lozinka mora sadr\u017eavati barem jedno veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Nadzorna plo\u010da klijentskog portala", _s20_67, "Molimo unesite vrijednost", "deleted_logo", "Logo je uspje\u0161no izbrisan", "yes", "Da", "no", "Ne", "generate_number", "Generiraj broj", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Odaberite tvrtku", "float", "Float", "collapse", "Collapse", "show_or_hide", "Poka\u017ei/Sakrij", "menu_sidebar", "Bo\u010dna traka izbornika", "history_sidebar", "Bo\u010dna traka povijesti", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Module", "first_custom", "Prvi stupac", "second_custom", "Drugi stupac", "third_custom", "Tre\u0107i stupac", "show_cost", "Prika\u017ei tro\u0161ak", _s17_88, _s17_89, "show_cost_help", "Prika\u017ei polje tro\u0161kova proizvoda za pra\u0107enje mar\u017ee / dobiti", _s21_65, _s26_49, _s26_23, "Prika\u017ei polje s koli\u010dinom proizvoda, ina\u010de zadano 1", _s21_67, _s23_50, _s26_24, "Prika\u017ei polje za koli\u010dinu stavke, ina\u010de zadano 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Zadana koli\u010dina", _s21_71, "Koli\u010dina stavke retka automatski postavi na 1", "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Korisnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Postavke poreza", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opcije", _s16_142, "Tekst u jednom retku", "multi_line_text", "Tekst s vi\u0161e redaka", "dropdown", "Padaju\u0107i izbornik", "field_type", "Vrsta polja", _s27_37, "Poslan je e-mail za oporavak lozinke", "submit", "Submit", _s16_144, "Obnovite va\u0161u zaporku", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Broj transakcije", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Raspored", "before_due_date", "Prije datuma dospije\u0107a", "after_due_date", "Nakon datuma dospije\u0107a", _s18_79, "Nakon datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", "Djelomi\u010dno pla\u0107anje", "payment_partial", "Partial Payment", _s21_72, "E-po\u0161ta za djelomi\u010dno pla\u0107anje", "quote_email", "E-po\u0161ta ponude", _s16_147, _s16_148, _s16_149, _s23_51, "administrator", "Administrator", _s18_80, _s66_, "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspje\u0161no stvoren korisnik", "updated_user", "Korisnik je uspje\u0161no a\u017euriran", "archived_user", "Uspje\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspje\u0161no obrisan", "removed_user", "Korisnik je uspje\u0161no uklonjen", "restored_user", "Uspje\u0161no obnovljen korisnik", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Op\u0107e postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, "Ugra\u0111eni dokumenti", _s28_21, "Ubaci dodane dokumente u ra\u010dun.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Page Size", "font_size", "Veli\u010dina fonta", "quote_design", "Quote Design", "invoice_fields", "Polja ra\u010duna", "product_fields", "Product Fields", "invoice_terms", "Uvjeti ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uvjeti ponude", "quote_footer", "Podno\u017eje ponude", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, "Automatski konvertirajte ponudu u ra\u010dun nakon \u0161to je odobrena od strane klijenta.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Tri godine", "never", "Never", "company", "Company", _s17_97, "Generirani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slijede\u0107i reset", "reset_counter", "Resetiraj broja\u010d", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "Op\u0107enito", "surcharge_field", "Polje doplate", "company_field", "Company Field", "company_value", "Vrijednost tvrtke", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Polje transakcije", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Polje Grupe", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "Uzorak broja", "messages", "Messages", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Poka\u017ei na PDF-u", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Poddomena", "domain", "Domain", "portal_mode", "Na\u010din rada Portal", "email_signature", "Srda\u010dno,", _s24_39, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markupa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svijetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Prilo\u017eite PDF", _s16_160, _s19_81, "attach_ubl", "Prilo\u017eite UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", _s16_250, "bank_transfer", "Bankovni prijenos", "priority", "Prioritet", "fee_amount", "Iznos naknade", "fee_percent", "Postotak naknade", "fee_cap", "Fee Cap", "limits_and_fees", "Limiti/Naknade", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta uz osigurane detalje", "rate", "Stopa", "tax_rate", "Porezna stopa", "new_tax_rate", "Nova porezna stopa", "edit_tax_rate", "Uredi poreznu stopu", _s16_162, "Uspje\u0161no kreirana porezna stopa", _s16_163, "Uspje\u0161no a\u017eurirana porezna stopa", _s17_104, "Uspje\u0161no arhivirana porezna stopa", _s16_164, "Uspje\u0161no izbrisana porezna stopa", _s17_105, "Uspje\u0161no vra\u0107ena porezna stopa", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Proizvodi sa samoispunom", _s18_86, _s53_2, "update_products", "Proizvidi sa autoa\u017euriranjem", _s20_71, "A\u017euriranje ra\u010duna automatski a\u017eurirati registar proizvoda", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Dobavlja\u010d", "company_gateway", "Sustav online pla\u0107anja", _s16_167, "Sustavi online pla\u0107anja", _s19_50, "Novi sustav online pla\u0107anja", _s20_72, "Uredi sustav online pla\u0107anja", _s23_37, "Uspje\u0161no stvoren Sustav online pla\u0107anja", _s23_38, "Uspje\u0161no a\u017euriran sustav online pla\u0107anja", _s24_40, "Uspje\u0161no arhiviran sustav online pla\u0107anja", _s23_39, "Uspje\u0161no izbrisan sustav online pla\u0107anja", _s24_41, "Uspje\u0161no vra\u0107en sustav online pla\u0107anja", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Nastavi ure\u0111ivati", "discard_changes", "Discard Changes", "default_value", "Zadana vrijednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u tjednu", _s23_40, "Prvi mjesec u godini", "sunday", "Nedjelja", "monday", "Ponedjeljak", "tuesday", "Utorak", "wednesday", "Srijeda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Sije\u010danj", "february", "Velja\u010da", "march", "O\u017eujak", "april", "Travanj", "may", "Svibanj", "june", "Lipanj", "july", "Srpanj", "august", "Kolovoz", "september", "Rujan", "october", "Listopad", "november", "Studeni", "december", "Prosinac", "symbol", "Simbol", "ocde", "Code", "date_format", "Format datuma", "datetime_format", "Format vremena", "military_time", "24 satno vrijeme", _s18_87, "24-satni prikaz", "send_reminders", "Po\u0161alji podsjetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po Projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Postavke grupe", "group", "Group", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspje\u0161no stvorena", "updated_group", "Grupa je uspje\u0161no a\u017eurirana", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Grupa je uspje\u0161no arhivirana", "deleted_group", "Grupa je uspje\u0161no izbrisana", "restored_group", "Grupa je uspje\u0161no vra\u0107ena", "upload_logo", "Prenesi logo", "uploaded_logo", "Uspje\u0161no preneseni logo", "logo", "Logo", "saved_settings", "Postavke uspje\u0161no spremljene", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Zadano", "basic_settings", "Osnovne postavke", _s17_109, _s17_149, "company_details", "Detalji poduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obavijesti", "import_export", "Uvoz | Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s16_252, _s23_42, "Predlo\u0161ci & podsjetnici", _s22_58, "Kreditne kartice i banke", _s19_55, _s22_83, "price", "Cijena", "email_sign_up", "Registrirajte se e-po\u0161tom", "google_sign_up", "Registrirajte se putem Google ra\u010duna", _s27_42, "Hvala vam na kupnji!", "redeem", "Redeem", "back", "Natrag", "past_purchases", "Pro\u0161le kupnje", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Enterprise Plan", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, _s18_123, _s24_43, "Molimo unesite prezime", _s33_21, "Molimo vas da se slo\u017eite s uvjetima pru\u017eanja usluge i pravilima o privatnosti za stvaranje ra\u010duna.", "i_agree_to_the", "I agree to the", _s16_173, "Uvjeti kori\u0161tenja usluge", "privacy_policy", "Privacy Policy", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Pogledajte web stranicu", "create_account", "Otvori ra\u010dun", "email_login", _s21_113, "create_new", "Create New", _s18_92, "Nije odabran nijedan zapis", _s21_79, "Spremite ili poni\u0161tite svoje promjene", "download", "Preuzmi", _s27_43, _s27_63, "take_picture", "Fotografiraj", "upload_file", "Prenesi datoteku", "document", "Document", "documents", "Dokumenti", "new_document", "Novi Dokument", "edit_document", "Uredi Dokument", _s17_111, "Uspje\u0161no preneseni dokument", _s16_175, "Uspje\u0161no a\u017eurirani dokument", _s17_112, "Uspje\u0161no arhiviran dokument", _s16_176, "Uspje\u0161no izbrisani dokument", _s17_113, "Uspje\u0161no vra\u0107eni dokument", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Nema povijesti", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Evidentirano", _s16_178, "U obradi", _s16_179, "Fakturirano", "converted", "Konvertirano", _s24_45, _s24_60, "exchange_rate", "Te\u010daj", _s16_180, "Konvertiraj valutu", "mark_paid", "Ozna\u010di uplatu", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspje\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspje\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspje\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspje\u0161no obrisan dobavlja\u010d", "restored_vendor", _s28_28, _s16_181, "Uspje\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspje\u0161no obrisano :count dobavlja\u010da", _s16_182, _s36_11, "new_expense", "Novi tro\u0161ak", "created_expense", "Uspje\u0161no kreiran tro\u0161ak", "updated_expense", "Uspje\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspje\u0161no arhiviran tro\u0161ak", "deleted_expense", _s23_53, _s16_184, _s29_22, _s17_115, "Uspje\u0161no arhivirani tro\u0161kovi", _s16_185, _s23_53, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Dizajn", _s21_80, "Pronala\u017eenje zapisa nije uspjelo", "invoiced", "Fakturirano", "logged", "Logirano", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigirajte preklopna vremena", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", _s25_48, "stopped_task", "Uspje\u0161no zavr\u0161en zadatak", "resumed_task", _s25_50, "now", "Sada", _s16_186, _s16_187, "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eet", "start_time", "Po\u010detno vrijeme", "end_time", "Zavr\u0161no vrijeme", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspje\u0161no kreiran zadatak", "updated_task", "Uspje\u0161no a\u017euriran zadatak", "archived_task", "Uspje\u0161no arhiviran zadatak", "deleted_task", "Uspje\u0161no obrisan zadatak", "restored_task", "Uspje\u0161no obnovljen zadatak", "archived_tasks", "Uspje\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspje\u0161no obrisano :count zadataka", "restored_tasks", _s34_20, _s19_59, _s18_123, "budgeted_hours", "Dogovoreno radnih sati", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Novi projekt", _s27_47, "Hvala vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako vam se svi\u0111a, molim vas", "click_here", "kliknite ovdje", _s18_96, "Kliknite ovdje", "to_rate_it", "da bi ju ocijenili.", "average", "Prosjek", "unapproved", "Neodobreno", _s30_15, "Potvrdite autenti\u010dnost da biste promijenili ovu postavku", "locked", "Zaklju\u010dano", "authenticate", "Provjera autenti\u010dnosti", _s19_61, "Molimo provjerite autenti\u010dnost", _s24_47, "Biometrijska provjera autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Usporedi", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Prijavite se s Google ra\u010dunom", "today", "Danas", "custom_range", "Prilago\u0111eni Raspon", "date_range", "Raspon datuma", "current", "Trenutni", "previous", "Prija\u0161nji", "current_period", "Teku\u0107e Razdoblje", _s17_119, "Razdoblje usporedbe", "previous_period", "Prethodno razdoblje", "previous_year", _s16_254, "compare_to", "Usporedi s", "last7_days", "Zadnjih 7 dana", "last_week", "Pro\u0161li tjedan", "last30_days", "Zadnjih 30 dana", "this_month", "Ovaj mjesec", "last_month", "Pro\u0161li mjesec", "this_year", "Ova godina", "last_year", "Pro\u0161la godina", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u Ra\u010dune", "clone_to_quote", "Kloniraj u Ponude", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Pretvori", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Uredi uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Uredi tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekt", _s20_74, "Uredi ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, _s16_194, "total_revenue", "Ukupni prihod", "average_invoice", "Prosje\u010dni ra\u010dun", "outstanding", "Dospijeva", "invoices_sent", _s20_83, "active_clients", _s16_256, "close", "Zatvori", "email", "E-po\u0161ta", "password", "Zaporka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Poredak", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna plo\u010da", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Obnovi", _s16_195, "Osvje\u017eavanje zavr\u0161eno", _s23_43, "Molimo upi\u0161ite va\u0161u email adresu", _s26_34, "Molimo upi\u0161ite va\u0161u zaporku", _s21_83, "Molimo unesite URL", _s26_36, "Molimo upi\u0161ite \u0161ifru proizvoda", "ascending", "Ascending", "descending", "Descending", "save", "Pohrani", _s17_121, "Dogodila se pogre\u0161ka", "paid_to_date", "Do sada pla\u0107eno", "balance_due", "Stanje duga", "balance", "Potra\u017eivanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Web", "vat_number", "OIB", "id_number", "ID broj", "create", "Kreiraj", _s19_63, "Kopirao :value u me\u0111uspremnik", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspjelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Remove", _s16_199, "Email adresa je pogre\u0161na", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod / usluga", "created_product", "Proizvod je uspje\u0161no kreiran", "updated_product", "Proizvod je uspje\u0161no a\u017euriran", _s16_201, "Proizvod je uspje\u0161no arhiviran", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Proizvod", "notes", "Bilje\u0161ke", "cost", "Cijena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspje\u0161no kreiran", "updated_client", "Uspje\u0161no a\u017euriranje klijenta", "archived_client", "Uspje\u0161no arhiviran klijent", _s16_204, "Uspje\u0161no arhivirano :count klijenata", "deleted_client", "Uspje\u0161no obrisan klijent", "deleted_clients", "Uspje\u0161no obrisano :count klijenata", "restored_client", "Uspje\u0161no obnovljen klijent", _s16_205, _s36_13, "address1", "Ulica i ku\u0107ni broj", "address2", "Kat/Oznaka", "city", "Grad", "state", "\u017dupanija", "postal_code", "Po\u0161tanski broj", "country", "Zemlja", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspje\u0161no kreiran ra\u010dun", "updated_invoice", "Uspje\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspje\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspje\u0161no obrisan ra\u010dun", _s16_207, "Uspje\u0161no obnovljen ra\u010dun", _s17_125, "Uspje\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspje\u0161no obrisano :count ra\u010duna", _s17_126, _s37_17, "emailed_invoice", "Ra\u010dun uspje\u0161no poslan e-po\u0161tom", "emailed_payment", _s28_59, "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uvjeti", "public_notes", "Javne bilje\u0161ke", "private_notes", "Privatne bilje\u0161ke", "frequency", "Frekvencija", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Vrijedi do", "items", "Stavke", "partial_deposit", "Djelomi\u010dno/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cijena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospije\u0107a", _s16_209, _s16_210, "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Pritisnite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Percent", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo odaberite datum", _s22_62, "Molimo odaberite klijenta", _s24_49, "Molimo odaberite ra\u010dun", "task_rate", "Satnica", "settings", "Postavke", "language", "Jezik", "currency", "Currency", "created_at", "Datum kreiranja", "created_on", "Stvoreno u", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo upi\u0161ite broj ra\u010duna", _s27_51, "Molimo upi\u0161ite broj ponude", "past_due", "Past Due", "draft", "Skica", "sent", "Poslano", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Partial/Deposit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslano", _s22_64, "Ra\u010dun je uspje\u0161no ozna\u010den kao poslan", _s22_65, _s35_19, _s23_45, "Ra\u010duni su uspje\u0161no ozna\u010deni kao poslani", _s23_46, _s36_14, "done", "Dovr\u0161eno", _s37_18, "Molimo upi\u0161ite ime klijenta ili kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovno pokrenite aplikaciju za primjenu promjena", "refresh_data", "Osvje\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nije prona\u0111en zapis", "clone", "Kloniraj", "loading", "Loading", "industry", "Industrija", "size", "Veli\u010dina", "payment_terms", "Uvjeti pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status uplate", _s16_213, "U tijeku", _s16_214, "Poni\u0161teno", _s16_215, "Neuspje\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, "Djelimi\u010dni povrat", _s16_218, "Povrat", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Neto", "client_portal", "Klijentski portal", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Email podsjetnici", "enabled", "Enabled", "recipients", "Primatelji", "initial_email", "Prvi Email", "first_reminder", "Prvi podsjetnik", "second_reminder", _s16_257, "third_reminder", _s16_258, "reminder1", "Prvi podsjetnik", "reminder2", _s16_257, "reminder3", _s16_258, "template", "Predlo\u017eak", "send", "Po\u0161alji", "subject", "Naslov", "body", "Tijelo", "send_email", "Slanje e-po\u0161te", "email_receipt", _s31_25, "auto_billing", "Automatska naplata", "button", "Gumb", "preview", "Preview", "customize", "Prilagodi", "history", "Povijest", "payment", "Uplata", "payments", "Uplate", "refunded", "Povrat", "payment_type", "Payment Type", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspje\u0161no kreirana uplata", "updated_payment", "Uspje\u0161no a\u017eurirana uplata", _s16_219, "Uspje\u0161no arhivirana uplata", "deleted_payment", "Uspje\u0161no obrisana uplata", _s16_220, "Uspje\u0161no obnovljena uplata", _s17_130, "Uspje\u0161no arhivirana :count uplata", _s16_221, "Uspje\u0161no obrisano :count uplata", _s17_131, _s37_20, "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Ponuda uspje\u0161no kreirana", "updated_quote", "Ponuda je uspje\u0161no a\u017eurirana", "archived_quote", "Ponuda uspje\u0161no arhivirana", "deleted_quote", "Ponuda uspje\u0161no obrisana", "restored_quote", "Uspje\u0161no obnovljena ponuda", "archived_quotes", "Uspje\u0161no arhivirano :count ponuda", "deleted_quotes", "Uspje\u0161no obrisano :count ponuda", "restored_quotes", _s35_22, "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Task", "tasks", "Zadaci", "project", "Projekt", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user poslao e-po\u0161tom ra\u010dun :invoice za :contact", "activity_7", ":contact pregledao ra\u010dun :invoice", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoce", "activity_10", ":contact upisao uplatu :payment za :invoice", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user upisao :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao ponudu :quote", "activity_19", ":user a\u017eurirao ponudu :quote", "activity_20", ":user poslao e-po\u0161tom ponudu :quote za :contact", "activity_21", ":contact pregledao ponudu :quote", "activity_22", ":user arhivirao ponudu :quote", "activity_23", ":user obrisao ponudu :quote", "activity_24", ":user obnovio ponudu :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio ponudu :quote", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s29_51, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "Korisnik :user je ponovno otvorio radni nalog :ticket", "activity_55", "Kontakt :contact je odgovorio na radni nalog :ticket", "activity_56", "Korisnik :user je pregledao radni nalog :ticket", "activity_57", "Sustav nije uspio poslati ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user je stornirao ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Ponuda uspje\u0161no poslana e-po\u0161tom", "emailed_credit", _s27_65, _s20_78, "Ponuda je uspje\u0161no ozna\u010dena kao poslana", _s21_87, _s34_21, "expired", "Isteklo", "all", "Svi", "select", "Odaberi", _s22_66, "Dugo pritisnite za vi\u0161estruku odabir", "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Prilago\u0111ena vrijednost 3", "custom_value4", "Prilago\u0111ena vrijednost 4", _s18_97, _s24_69, _s24_54, "Prilago\u0111ena poruka nadzorne plo\u010de", _s29_37, "Prilago\u0111ena poruka nepla\u0107enog ra\u010duna", _s27_58, "Prilago\u0111ena poruka pla\u0107enog ra\u010duna", _s31_18, "Prilago\u0111ena poruka ne odobrene ponude", "lock_invoices", _s16_259, "translations", "Prijevodi", _s19_64, "Uzorak broja zadatka", _s19_66, "Broja\u010d broja zadatka", _s22_68, "Uzorak broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Uzorak broja dobavlja\u010da", _s21_90, "Broja\u010d brojeva dobavlja\u010da", _s21_92, "Uzorak broja radnog naloga", _s21_94, "Broja\u010d broj radnog naloga", _s22_72, "Uzorak broja transakcije", _s22_74, "Broja\u010d broja transakcije", _s22_76, "Uzorak broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Uzorak broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, "Poni\u0161ti datum broja\u010da", "counter_padding", "Ispuna broja broja\u010da", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Prikaz u tablici", "show_list", "Prikaz u listi", "client_city", "Grad klijenta", "client_state", "\u017dupanija klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje ra\u010duna klijenta", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum valute", "tax_rate1", "Porezna stopa 1", "tax_rate2", "Porezna stopa 2", "tax_rate3", "Porezna stopa 3", "auto_bill", "Auto ra\u010dun", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Izbrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", "\u017dupanija dobavlja\u010da", "vendor_country", _s17_152, "is_approved", "Odobreno je", "tax_name", "Ime porezne stope", "tax_amount", "Iznos poreza", "tax_paid", "Pla\u0107eno poreza", "payment_amount", "Iznos uplate", "age", "Dospije\u0107e", "is_running", "Is Running", "time_log", "Dnevnik vremena", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "cs", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Platebn\xed karty & Banky", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastaven\xed plateb", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Trvaj\xedc\xed", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "P\u0159idat platebn\xed br\xe1nu", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "P\u0159idat k faktu\u0159e :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "M\u011bna faktury", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1lit", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Na\u010d\xedst PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Je zaplaceno", "age_group_paid", "Zaplaceno", "id", "ID", "convert_to", "Konvertovat na", "client_currency", "M\u011bna klienta", _s16_14, "M\u011bna firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Mal\xfd", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Zb\xfdv\xe1", "invoice_paid", "Faktura zaplacena", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1ln\xed", "large", "Velk\xfd", "extra_large", "Extra velk\xfd", _s16_17, "Zobrazit PDF n\xe1hled", _s21_20, "Zobrazit PDF n\xe1hled p\u0159i editaci faktur", "print_pdf", "Tisk PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Skr\xfdt n\xe1hle", "edit_record", "Upravit z\xe1znam", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, "Pros\xedm nastavte si heslo \xfa\u010dtu", "set_password", "Nastavit heslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Odpojit", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "St\xe1hnout", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "PS\u010c klienta", _s17_16, "DI\u010c klienta", "has_tasks", "M\xe1 \xfakoly", "registration", "Registrace", _s27_10, "Autorizujte Stripe pro p\u0159ijm\xe1n\xed online plateb.", "view_expense", "Zobrazit n\xe1klad # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizovat v\u0161echny z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavit v\xfdchoz\xed firmu", "updated_company", "Firma \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "Aplikace", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "Pravideln\xe9 n\xe1klady", _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, "Pravideln\xfd n\xe1klad \xfasp\u011b\u0161n\u011b odstran\u011bn", _s26_5, _s39_0, _s24_15, "Hledat pravideln\xfd n\xe1klad", _s25_7, "Hledat pravideln\xe9 n\xe1klady", "last_sent_date", "Last Sent Date", "include_drafts", "Zahrnout koncepty", _s19_19, "Zahrnout koncepty ve v\xfdpisech", "is_invoiced", "Je vyfakturov\xe1no", "change_plan", "Zm\u011bnit pl\xe1n", "persist_data", "Persistovat data", "customer_count", "Po\u010det z\xe1kazn\xedk\u016f", _s16_24, "Ov\u011b\u0159it klienty", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Desetinn\xe1 \u010d\xe1rka", _s26_6, "Pou\u017e\xedt \u010d\xe1rku jako desetinn\xfd odd\u011blova\u010d ve formul\xe1\u0159\xedch", "select_method", "Vybrat metodu", "select_platform", "Vybrat platformu", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Zapnout Markdown", _s20_26, "Konvertovat Markdown do HTML na PDF", "user_guide", "User Guide", _s18_21, "P\u0159idat druh\xfd kontakt", "previous_page", "P\u0159echoz\xed str\xe1nka", "next_page", "Dal\u0161\xed str\xe1nka", "export_colors", "Exportovat barvy", "import_colors", "Importovat barvy", "clear_all", "Clear All", "contrast", "Kontrast", "custom_colors", "Vlastn\xed barvy", "colors", "Barvy", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Ohodnotit aplikaci", "check_status", "Zkontrolovat status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Zm\u011bnit email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Nevyfakturov\xe1no", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importovat data", "import_settings", "Importovat nastaven\xed", _s17_21, "Pros\xedm vyberte JSON soubor", _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "M\xe1 dan\u011b", _s16_29, "Importovat klienty", _s18_23, _s40_0, "login_success", "P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9", "login_failure", "P\u0159ihl\xe1\u0161en\xed selhalo", "exported_data", _s67_, _s23_13, "Zahrnout odstran\u011bn\xe9 klienty", _s28_6, _s41_2, "step_1_sign_in", "Krok 1: P\u0159ihl\xe1sit se", _s16_32, _s17_22, "account_id", "ID \xfa\u010dtu", _s27_14, "Migrace je\u0161t\u011b nen\xed dokon\u010den\xe1", "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Faktura vytvo\u0159ena", "quote_created", "Nab\xeddka vytvo\u0159ena", "credit_created", "Kredit vytvo\u0159en", "pro", "Profi", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Faktura\u010dn\xed polo\u017eka", "quote_item", "Nab\xeddkov\xe1 polo\u017eka", _s18_27, "K\u0159estn\xed jm\xe9no", _s17_23, "P\u0159ijmen\xed", "order", "Order", "unassigned", "Unassigned", "partial_value", "Mus\xed b\xfdt v\u011bt\u0161\xed ne\u017e nula a m\xe9n\u011b ne\u017e sou\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povolit", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Je zobrazeno", "letter", "Letter", "legal", "Legal", "page_layout", "Rozlo\u017een\xed str\xe1nky", "portrait", "Portr\xe9t", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "P\u0159idat hlavi\u010dku", "remove_header", "Odstranit hlavi\u010dku", "return_url", "Return URL", "rest_method", "REST metoda", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010den\xed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, "Autentifikace selhala", "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modifikov\xe1no", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, "P\u0159edplatn\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bno", _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdom\xe9na nen\xed dostupn\xe1", "connect_gmail", "Propojit s Gmail", _s16_43, "Odpojit Gmail", "connected_gmail", "\xdasp\u011b\u0161n\u011b propojeno s Gmail", _s18_35, "\xdasp\u011b\u0161n\u011b odpojeno od Gmai", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivovat firmu", _s21_37, _s51_5, _s27_16, "Vyskytla se chyba, zkuste to pros\xedm pozd\u011bji", _s27_17, "Nejprve nastavte heslo", _s34_7, _s52_0, "help_translate", "Pomozte p\u0159elo\u017eit", _s23_16, "Vyberte zemi", "resend_invite", _s17_140, _s19_22, "Dvouf\xe1zov\xe9 ov\u011b\u0159en\xed \xfasp\u011b\u0161n\u011b deaktivov\xe1no", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Doru\u010deno", "bounced", "Bounced", "spam", "Spam", "view_docs", "Zobrazit dokumenty", _s32_4, _s72_, "send_sms", "Odeslat SMS", "sms_code", "SMS k\xf3d", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Propojit s Google", _s17_31, "Odpojit od Google", _s17_33, _s25_57, _s18_37, "Deaktivovat dvouf\xe1zov\xe9 ov\u011b\u0159en\xed", _s34_8, _s34_9, "stay_logged_in", "Z\u016fstat p\u0159ihl\xe1\u0161en", _s23_18, _s40_1, "count_hours", ":count hodin", "count_day", "1 den", "count_days", ":count dn\xed", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Znovu odeslat email", _s26_10, "Potvr\u010fte svou emailovou adresu", _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Zobrazit akce", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Pro aktualizaci spus\u0165te", _s18_39, "Zm\u011bnit na fakturu", _s16_54, "Registra\u010dn\xed URL", "invoice_project", "Invoice Project", "invoice_task", "Faktura\u010dn\xed \xfaloha", "invoice_expense", "Fakturovat n\xe1klady", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Ulo\u017eit a zobrazit n\xe1hled", "save_and_email", "Ulo\u017eit a odeslat emailem", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Je odesl\xe1no", _s17_40, _s17_41, "document_upload", "Nahr\xe1n\xed dokumentu", _s20_35, "Povolit klient\u016fm nahr\xe1vat dokumenty", "expense_total", "V\xfddaj\u016f celkem", "enter_taxes", "Zadejte dan\u011b", "by_rate", "Podle sazby", "by_amount", "Podle \u010d\xe1stky", "enter_amount", "Zadejte \u010d\xe1stku", "before_taxes", "P\u0159ed dan\xed", "after_taxes", "Po dani", "color", "Barva", "show", "Zobrazit", "hide", "Skr\xfdt", "empty_columns", "Pr\xe1zdn\xe9 sloupce", _s21_41, "Debugovac\xed m\xf3d je zapnut\xfd", _s26_11, "Varov\xe1n\xed: je ur\u010den\xfd pouze pro v\xfdvoj na lok\xe1ln\xedm serveru. M\u016f\u017ee vyzradit \xfadaje. Klikn\u011bte pro dal\u0161\xed informace.", "running_tasks", "Running Tasks", "recent_tasks", "Ned\xe1vn\xe9 \xfakoly", "recent_expenses", "Ned\xe1vn\xe9 n\xe1klady", _s17_42, "Nadch\xe1zej\xedc\xed n\xe1klady", "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sloupec", "sample", "Vzorek", "map_to", "Map To", "import", "Importovat", _s25_16, _s29_7, "select_file", "Pros\xedm zvolte soubor", _s16_62, _s16_63, "csv_file", "CSV soubor", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010detnictv\xed", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML m\xf3d", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Dodac\xed list", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u010c\xe1ste\u010dn\u011b splaceno", "invoice_total", "Celkov\xe1 \u010d\xe1stka", "quote_total", "Celkem", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "N\xe1zev projektu", "warning", "Warning", "view_settings", "View Settings", _s24_28, "Varov\xe1n\xed: tato firma je\u0161t\u011b nebylo aktivov\xe1na", "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV k\xf3d", "client_name", "Jm\xe9no klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, "Task status \xfasp\u011b\u0161n\u011b odstran\u011bn", _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "M\xe1 b\xfdt fakturov\xe1n", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, "Prvn\xed den v m\u011bs\xedci", _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Pravideln\xe1 faktura", _s18_51, "Pravideln\xe9 faktury", _s21_53, "Nov\xe1 pravideln\xe1 faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", _s25_29, "Pravideln\xe1 faktura smaz\xe1na", _s25_30, "Pravideln\xe1 faktura \xfasp\u011b\u0161n\u011b odstran\u011bna", _s26_14, "Pravideln\xe1 faktura obnovena", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Ukl\xe1dat platebn\xed \xfadaje", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "N\xe1zev firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hodiny", "statement", "Statement", "taxes", "Dan\u011b", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Pou\u017e\xedt kredit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Komu", "health_check", "Health Check", "payment_type_id", "Typ platby", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadch\xe1zej\xedc\xed faktury", _s17_65, _s17_66, "recent_payments", "Posledn\xed platby", "upcoming_quotes", "Nadch\xe1zej\xedc\xed nab\xeddky", "expired_quotes", "Pro\u0161l\xe9 nab\xeddky", "create_client", "Create Client", "create_invoice", "Vytvo\u0159it fakturu", "create_quote", "Vytvo\u0159it nab\xeddku", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Smazat nab\xeddku", "update_invoice", "Update Invoice", "delete_invoice", "Smazat fakturu", "update_client", "Update Client", "delete_client", "Smazat klienta", "delete_payment", "Smazat platbu", "update_vendor", "Update Vendor", "delete_vendor", "Smazat dodavatele", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Smazat n\xe1klad", "create_task", "Vytvo\u0159it \xfalohu", "update_task", "Update Task", "delete_task", "Smazat \xfalohu", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Zdarma", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", "Webhook \xfasp\u011b\u0161n\u011b odstran\u011bn", _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, ":value webhooky \xfasp\u011b\u0161n\u011b odstran\u011bny", _s17_69, _s37_9, "api_tokens", "API Tokeny", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Editovat token", "created_token", "Token \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_token", "Token \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_token", "Token \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_token", "Token \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_token", "Token \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Poslat emailem", "email_quote", "Odeslat nab\xeddku emailem", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Jm\xe9no", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Editovat platebn\xed podm\xednky", _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Po\u010det kreditu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Hledat projekt", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Hledat firmu", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "Data firmy \xfasp\u011b\u0161n\u011b smaz\xe1na", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Adresa firmy", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pr\xe1va", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura odesl\xe1na", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Smazat \xfa\u010det", _s22_47, "Varov\xe1n\xed: Toto permanentn\u011b odstran\xed V\xe1\u0161 \xfa\u010det. Tato akce je nevratn\xe1.", "delete_company", "Odstranit firmu", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hlavi\u010dka", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", "Design \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Pravideln\xe9 nab\xeddky", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Datum kreditu", "credit", "Kredit", "credits", "Kredity", "new_credit", "Zadat kredit", "edit_credit", "Edit Credit", "created_credit", "Kredit \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_credit", _s27_34, "archived_credit", "Kredit \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_credit", "Kredit \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_credit", _s27_36, "restored_credit", "Kredit \xfasp\u011b\u0161n\u011b obnoven", _s16_100, ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_credits", ":count kredit\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_101, _s36_9, "current_version", "Sou\u010dasn\xe1 verze", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Zjistit v\xedce", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nov\xe1 firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Resetovat", "number", "Number", "export", "Export", "chart", "Graf", "count", "Count", "totals", "Celkem", "blank", "Blank", "day", "Day", "month", "M\u011bs\xedc", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Seskupen\xe9 podle", "credit_balance", "Z\u016fstatek kreditu", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "ID klienta", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "P\u0159idat firmu", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Pomoc", "refund", "Vr\xe1cen\xed pen\u011bz", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zpr\xe1va", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "F\xf3rum podpory", "about", "About", "documentation", "Dokumentace", "contact_us", "Kontaktuje n\xe1s", "subtotal", "Mezisou\u010det", "line_total", "Celkem", "item", "Polo\u017eka", "credit_email", "Credit Email", "iframe_url", "Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, "Hlavn\xed panel klientsk\xe9 z\xf3ny", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Ano", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Vybrat firmu", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Zobrazit", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, "Zobrazit slevu produktu", _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017eivatel", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Nastaven\xed dan\xed", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Obnovit va\u0161e heslo", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Rozvrh", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email pro fakturu", "payment_email", "Email pro platbu", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email pro nab\xeddku", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administr\xe1tor", _s18_80, "Povolit u\u017eivatel\u016fm spravovat dal\u0161\xed u\u017eivatele, m\u011bnit nastaven\xed a v\u0161echny z\xe1znamy", "user_management", "Spr\xe1va u\u017eivatel\u016f", "users", "U\u017eivatel\xe9", "new_user", "Nov\xfd u\u017eivatel", "edit_user", "Upravit u\u017eivatele", "created_user", _s25_37, "updated_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", "archived_user", "U\u017eival \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "removed_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b odstran\u011bn", "restored_user", "U\u017eivatel \xfasp\u011b\u0161n\u011b obnoven", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", ":value u\u017eivatel\xe9 \xfasp\u011b\u0161n\u011b odstran\u011bni", "restored_users", _s34_17, _s16_151, "Obecn\xe9 nastaven\xed", "invoice_options", "Mo\u017enosti faktury", _s17_92, "Skr\xfdt Zaplaceno ke dni", _s22_55, 'Zobrazit na faktu\u0159e "Zaplaceno ke dni" pouze kdy\u017e p\u0159ijde platba.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Zobrazit hlavi\u010dku", _s16_154, "Zobrazit pati\u010dku", "first_page", "prvn\xed str\xe1nka", "all_pages", "v\u0161echny str\xe1nky", "last_page", "posledn\xed str\xe1nka", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Z\xe1kladn\xed barva", "secondary_color", "Druh\xe1 barva", "page_size", "Page Size", "font_size", "Velikost fontu", "quote_design", "Quote Design", "invoice_fields", "Pole na faktu\u0159e", "product_fields", "Product Fields", "invoice_terms", "Faktura\u010dn\xed podm\xednky", "invoice_footer", "Pati\u010dka faktury", "quote_terms", "Podm\xednky nab\xeddky", "quote_footer", "Pati\u010dka nab\xeddky", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automaticky konvertovat", _s23_34, "Automaticky zkonvertovat nab\xeddku na fakturu po schv\xe1len\xed klientem.", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "t\xfddn\u011b", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "M\u011bs\xed\u010dn\u011b", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Ro\u010dn\u011b", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Firma", _s17_97, _s17_98, "charge_taxes", "Pou\u017e\xedt dan\u011b", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Pole produktu", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Voliteln\xe9 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, "Umo\u017en\xed V\xe1m nastavit heslo pro ka\u017ed\xfd kontakt. Pokud heslo nastav\xedte, tak kontakt ho bude pro zobrazen\xed faktury v\u017edy pou\u017e\xedt.", "authorization", "Schv\xe1len\xed", "subdomain", "subdom\xe9na", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "S pozdravem,", _s24_39, "P\u0159idejte si mikrozna\u010dky schema.org do emailu a usnadn\u011bte tak va\u0161im klient\u016fm platby.", "plain", "Prost\xfd text", "light", "Sv\u011btl\xfd", "dark", "Tmav\xfd", "email_design", "Vzhled emailu", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Umo\u017enit mikrozna\u010dky", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Zm\u011bnit adresu", _s19_49, "Zm\u011bnit adresu klienta podle poskytnut\xfdch detail\u016f", "rate", "Sazba", "tax_rate", "Da\u0148ov\xe1 sazba", "new_tax_rate", "Nov\xe1 sazba dan\u011b", "edit_tax_rate", "Editovat da\u0148ovou sazbu", _s16_162, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", _s16_163, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s17_104, "Da\u0148ov\xe1 sazba \xfasp\u011b\u0161n\u011b archivov\xe1na", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automaticky p\u0159edvyplnit produkty", _s18_86, "V\xfdb\u011br produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizovat produkty", _s20_71, "Zm\u011bna na faktu\u0159e automaticky aktualizuje katalog produkt\u016f", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Nepovolen", "currency_format", "Currency Format", _s21_76, "Prvn\xed den v t\xfddnu", _s23_40, "Prvn\xed m\u011bs\xedc v roce", "sunday", "Ned\u011ble", "monday", "Pond\u011bl\xed", "tuesday", "\xdater\xfd", "wednesday", "St\u0159eda", "thursday", "\u010ctvrtek", "friday", "P\xe1tek", "saturday", "Sobota", "january", "Leden", "february", "\xdanor", "march", "B\u0159ezen", "april", "Duben", "may", "Kv\u011bten", "june", "\u010cerven", "july", "\u010cervenc", "august", "Srpen", "september", "Z\xe1\u0159\xed", "october", "\u0158\xedjen", "november", "Listopad", "december", "Prosinec", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 hodinov\xfd \u010das", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Nastaven\xed produktu", "device_settings", "Device Settings", "defaults", "V\xfdchoz\xed", "basic_settings", "Z\xe1kladn\xed nastaven\xed", _s17_109, "Pokro\u010dil\xe9 nastaven\xed", "company_details", "Detaily firmy", "user_details", "U\u017eivatelsk\xe9 detaily", "localization", "Lokalizace", "online_payments", "Online platby", "tax_rates", "Sazby dan\u011b", "notifications", "Notifikace", "import_export", "Import | Export", "custom_fields", "Voliteln\xe1 pole", "invoice_design", "Vzhled faktur", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Nastaven\xed emailu", _s23_42, "\u0160ablony & P\u0159ipom\xednky", _s22_58, _s20_73, _s19_55, "Vizualizace dat", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Obchodn\xed podm\xednky", "privacy_policy", "Privacy Policy", "sign_up", "Zaregistrovat se", "account_login", "P\u0159ihl\xe1\u0161en\xed k \xfa\u010dtu", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "St\xe1hnout", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum n\xe1kladu", "pending", "Nevy\u0159\xedzen\xfd", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Zkonvertov\xe1no", _s24_45, _s24_60, "exchange_rate", "M\u011bnov\xfd kurz", _s16_180, "Zkonvertovat m\u011bnu", "mark_paid", "Mark Paid", "category", "Category", "address", "Adresa", "new_vendor", "Nov\xfd dodavatel", "created_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b smaz\xe1n", "restored_vendor", "Dodavatel \xfasp\u011b\u0161n\u011b obnoven", _s16_181, ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_vendors", ":count dodavatel\u016f bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s16_182, _s36_11, "new_expense", "Zadat n\xe1klad", "created_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_expense", "N\xe1klad \xfasp\u011b\u0161n\u011b zm\u011bn\u011bn", _s16_183, "N\xe1klad \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_expense", _s21_116, _s16_184, "N\xe1klady \xfasp\u011b\u0161n\u011b obnoveny", _s17_115, "N\xe1klady \xfasp\u011b\u0161n\u011b archivov\xe1ny", _s16_185, _s21_116, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturov\xe1no", "logged", "P\u0159ihl\xe1\u0161en", "running", "Be\u017e\xedc\xed", "resume", "Pokra\u010dovat", "task_errors", "Pros\xedm opravte p\u0159ekr\xfdvaj\xedc\xed se \u010dasy", "start", "Za\u010d\xe1tek", "stop", "Konec", "started_task", _s25_48, "stopped_task", "\xdaloha \xfasp\u011b\u0161n\u011b zastavena", "resumed_task", _s25_50, "now", "Nyn\xed", _s16_186, _s16_187, "timer", "\u010casova\u010d", "manual", "Manu\xe1ln\xed", "budgeted", "Budgeted", "start_time", "Po\u010d\xe1te\u010dn\xed \u010das", "end_time", "\u010cas konce", "date", "Datum", "times", "\u010casy", "duration", "Trv\xe1n\xed", "new_task", "Nov\xfd \xfaloha", "created_task", "\xdaloha \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_task", "\xdaloha \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", "archived_task", "\xdaloha \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_task", "\xdaloha \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_task", "\xdaloha \xfasp\u011b\u0161n\u011b obnovena", "archived_tasks", "\xdasp\u011b\u0161n\u011b archivov\xe1no :count \xfaloh", "deleted_tasks", "\xdasp\u011b\u0161n\u011b smaz\xe1no :count \xfaloh", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, ":count projekt\u016f archivov\xe1no", _s16_190, ":count projekt\u016f smaz\xe1no", _s17_118, "Projekt :value obnoven", "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikn\u011bte zde", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Pati\u010dka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Tento m\u011bs\xedc", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Voliteln\xe9", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobrazit fakturu", "convert", "Convert", "more", "More", "edit_client", "Editovat klienta", "edit_product", "Upravit produkt", "edit_invoice", "Editovat fakturu", "edit_quote", "Upravit nab\xeddku", "edit_payment", "Editovat platbu", "edit_task", "Editovat \xfalohu", "edit_expense", "Editovat n\xe1klad", "edit_vendor", "Editovat dodavatele", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Faktura\u010dn\xed adresa", _s16_193, _s16_194, "total_revenue", "Celkov\xe9 p\u0159\xedjmy", "average_invoice", "Pr\u016fm\u011brn\xe1 faktura", "outstanding", "Nezaplaceno", "invoices_sent", ":count faktur odesl\xe1no", "active_clients", "aktivn\xed klienti", "close", "Zav\u0159\xedt", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Secret", "name", "N\xe1zev", "logout", "Odhl\xe1sit se", "login", "P\u0159ihl\xe1\u0161en\xed", "filter", "Filtr", "sort", "Sort", "search", "Vyhledat", "active", "Aktivn\xed", "archived", "Archivov\xe1no", "deleted", "Smaz\xe1no", "dashboard", "Hlavn\xed panel", "archive", "Archivovat", "delete", "Smazat", "restore", "Obnovit", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Ulo\u017eit", _s17_121, _s17_122, "paid_to_date", "Zaplaceno ke dni", "balance_due", "Zb\xfdv\xe1 zaplatit", "balance", "Z\u016fstatek", "overview", "Overview", "details", "Detaily", "phone", "Telefon", "website", "Str\xe1nky", "vat_number", "DI\u010c", "id_number", "I\u010cO", "create", "Vytvo\u0159it", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Jm\xe9no", "last_name", "P\u0159\xedjmen\xed", "add_contact", "P\u0159idat kontakt", "are_you_sure", "Jste si jisti?", "cancel", "Zru\u0161it", "ok", "Ok", "remove", "Odstranit", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_product", "Produkt \xfasp\u011b\u0161n\u011b aktualizov\xe1n", _s16_201, "Produkt \xfasp\u011b\u0161n\u011b archivov\xe1n", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Pozn\xe1mky", "cost", "Cena", "client", "Klient", "clients", "Klienti", "new_client", "Nov\xfd klient", "created_client", "Klient \xfasp\u011b\u0161n\u011b vytvo\u0159en", "updated_client", "Klient \xfasp\u011b\u0161n\u011b aktualizov\xe1n", "archived_client", "Klient \xfasp\u011b\u0161n\u011b archivov\xe1n", _s16_204, ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0archivov\xe1no", "deleted_client", "Klient \xfasp\u011b\u0161n\u011b\xa0smaz\xe1n", "deleted_clients", ":count klient\u016f bylo \xfasp\u011b\u0161n\u011b\xa0smaz\xe1no", "restored_client", "Klient \xfasp\u011b\u0161n\u011b obnoven", _s16_205, _s36_13, "address1", "Ulice", "address2", "\u010c\xedslo patra/bytu", "city", "M\u011bsto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Zem\u011b", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nov\xe1 faktura", "created_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0vytvo\u0159ena", "updated_invoice", "Faktura \xfasp\u011b\u0161n\u011b\xa0aktualizov\xe1na", _s16_206, "Faktura \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_invoice", "Faktura \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_207, "Faktura \xfasp\u011b\u0161n\u011b obnovena", _s17_125, ":count faktur \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_208, ":count faktur \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_126, _s37_17, "emailed_invoice", "Faktura \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_payment", _s28_59, "amount", "\u010c\xe1stka", "invoice_number", "\u010c\xedslo faktury", "invoice_date", "Datum vystaven\xed", "discount", "Sleva", "po_number", _s16_260, "terms", "Podm\xednky", "public_notes", "Ve\u0159ejn\xe9 pozn\xe1mky", "private_notes", "Soukrom\xe9 pozn\xe1mky", "frequency", "Frekvence", "start_date", "Po\u010d\xe1te\u010dn\xed datum", "end_date", "Kone\u010dn\xe9 datum", "quote_number", "\u010c\xedslo nab\xeddky", "quote_date", "Datum nab\xeddky", "valid_until", "Plat\xed do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Popis", "unit_cost", "Jedn. cena", "quantity", "Mno\u017estv\xed", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", _s16_261, _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Celkem", "percent", "Percent", "edit", "Upravit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Nastaven\xed", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "DPH", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Odesl\xe1no", "viewed", "Viewed", "approved", "Approved", "partial", "Z\xe1loha", "paid", "Zaplacen\xe9", "mark_sent", "Zna\u010dka odesl\xe1no", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Dokon\u010dit", _s37_18, _s37_19, "dark_mode", "Tmav\xfd m\xf3d", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Pr\xe1zdn\xfd kontakt", "activity", "Aktivita", _s16_211, "Nebyly nalezeny \u017e\xe1dn\xe9 z\xe1znamy", "clone", "Duplikovat", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Platebn\xed podm\xednky", "payment_date", "Datum platby", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Klientsk\xfd port\xe1l", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prvn\xed p\u0159ipom\xednka", "second_reminder", "Druh\xe1 p\u0159ipom\xednka", "third_reminder", "T\u0159et\xed p\u0159ipom\xednka", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "P\u0159edm\u011bt", "body", "T\u011blo", "send_email", "Odeslat email", "email_receipt", "Odeslat potvrzen\xed platby klientovi", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "P\u0159izp\u016fsoben\xed", "history", "Historie", "payment", "Platba", "payments", "Platby", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Odkaz na transakci", "enter_payment", "Zadat platbu", "new_payment", "Zadat platbu", "created_payment", "Platba \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_payment", "Platba \xfasp\u011b\u0161n\u011b zm\u011bn\u011bna", _s16_219, "Platba \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_payment", "Platba \xfasp\u011b\u0161n\u011b smaz\xe1na", _s16_220, "Platba \xfasp\u011b\u0161n\u011b obnovena", _s17_130, ":count plateb \xfasp\u011b\u0161n\u011b archivov\xe1no", _s16_221, ":count plateb bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", _s17_131, _s37_20, "quote", "Nab\xeddka", "quotes", "Nab\xeddky", "new_quote", "Nov\xe1 nab\xeddka", "created_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b vytvo\u0159ena", "updated_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b aktualizov\xe1na", "archived_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b archivov\xe1na", "deleted_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b smaz\xe1na", "restored_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b obnovena", "archived_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b archivov\xe1no", "deleted_quotes", ":count nab\xeddek bylo \xfasp\u011b\u0161n\u011b smaz\xe1no", "restored_quotes", _s35_22, "expense", "N\xe1klad", "expenses", "N\xe1klady", "vendor", "Dodavatel", "vendors", "Dodavatel\xe9", "task", "Task", "tasks", "\xdalohy", "project", "Project", "projects", "Projekty", "activity_1", ":user vytvo\u0159il klienta :client", "activity_2", ":user archivoval klienta :client", "activity_3", ":user smazal klienta :client", "activity_4", ":user vytvo\u0159il fakturu :invoice", "activity_5", ":user zm\u011bnil fakturu :invoice", "activity_6", ":user poslal email s fakturou :invoice pro :client na :contact", "activity_7", "Klient :contact zobrazil fakturu :invoice pro :client", "activity_8", ":user archivoval fakturu :invoice", "activity_9", ":user smazal fakturu :invoice", "activity_10", _s85_0, "activity_11", ":user zm\u011bnil platbu :payment", "activity_12", _s32_14, "activity_13", ":user smazal platbu :payment", "activity_14", ":user zadal :credit kredit", "activity_15", ":user zm\u011bnil :credit kredit", "activity_16", _s31_26, "activity_17", ":user smazal :credit kredit", "activity_18", ":user vytvo\u0159il nab\xeddku :quote", "activity_19", ":user zm\u011bnil nab\xeddku :quote", "activity_20", _s50_9, "activity_21", ":contact zobrazil nab\xeddku :quote", "activity_22", ":user archivoval nab\xeddku :quote", "activity_23", ":user smazal nab\xeddku :quote", "activity_24", ":user obnovil nab\xeddku :quote", "activity_25", ":user obnovil fakturu :invoice", "activity_26", ":user obnovil klienta :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user vytvo\u0159il v\xfddaj :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otev\u0159el tiket :ticket", "activity_55", ":contact odpov\u011bd\u011bl na tiket :ticket", "activity_56", ":user zobrazil tiket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Nab\xeddka \xfasp\u011b\u0161n\u011b odesl\xe1na", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expirovan\xe9", "all", "All", "select", "Zvolit", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, "Vlastn\xed zpr\xe1va na hlavn\xedm panelu", _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u010c\xedseln\xe1 \u0159ada faktur", _s20_79, _s20_80, _s20_81, "\u010c\xedseln\xe1 \u0159ada nab\xeddek", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Typ", "invoice_amount", "\u010c\xe1stka faktury", _s16_226, _s16_261, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatick\xe9 fakturov\xe1n\xed", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "N\xe1zev dan\u011b", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u010c\xe1stka k platb\u011b", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "N\xe1zev dan\u011b 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "da", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsindstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Tilf\xf8j gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Tilf\xf8j til faktura nr.: :invoice", _s17_11, _s17_12, "week", "Uge", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opret projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkend", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "S\xe6t adgangskode", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s22_84, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brugerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senest opdateret", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Ikke tilknyttet", "partial_value", "Skal v\xe6re st\xf8rre end nul og mindre end totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiv\xe9r", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Angiv subdom\xe6net eller vis fakturaen p\xe5 din egen hjemmeside.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhed", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, "Abonnementet blev opdateret", _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Refunderet betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Forrige kvartal", "to_update_run", "To update run", _s18_39, "Konvert\xe9r til en faktura", _s16_54, _s16_55, "invoice_project", "Faktur\xe9r projekt", "invoice_task", "Fakturer opgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Venligst v\xe6lg en fil", _s16_62, _s16_63, "csv_file", "V\xe6lg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ikke betalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Faktura total", "quote_total", "Tilbud total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kontrolcifre", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Udgiftskategorier", _s20_48, "Ny udgiftskategori", _s21_46, _s21_47, _s24_29, "Udgiftskategori oprettet", _s24_30, "Ajourf\xf8rt udgiftskategori", _s25_20, "Udgiftskategori arkiveret", _s24_31, "Sletning af kategori er gennemf\xf8rt", _s24_32, _s37_7, _s25_21, "Udgiftskategori genoprettet", _s27_23, ".count udgiftskategori(er) arkiveret", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark\xe9r som aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gentaget faktura", _s18_51, "Gentagende fakturaer", _s21_53, "Ny gentaget fakture", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Se Portal", "copy_link", "Copy Link", "token_billing", "Gem kort detaljer", _s24_35, _s24_36, "always", "Altid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Klientnummer", "auto_convert", "Auto Convert", "company_name", "Firma navn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Timer", "statement", "Statement", "taxes", "Skatter", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Kommende fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige betalinger", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Opret faktura", "create_quote", "Opret tilbud", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Slet tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slet faktura", "update_client", "Update Client", "delete_client", "Slet kunde", "delete_payment", "Slet betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slet s\xe6lger", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opret opgave", "update_task", "Update Task", "delete_task", "Slet opgave", "approve_quote", "Approve Quote", "off", "Deaktiver", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token's", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token's", "new_token", "New Token", "edit_token", "Redig\xe9r token", "created_token", "Token oprettet", "updated_token", "Token opdateret", "archived_token", _s27_27, "deleted_token", "Token slettet", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Send faktura som e-mail", "email_quote", "E-mail tilbuddet", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8b", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Eksklusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, "By/Postnummer", _s17_79, "Postnummer/By/Region", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette vil slette dine data permanent, der er ingen m\xe5der at fortryde.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dage", "age_group_30", "30 - 60 dage", "age_group_60", "60 - 90 dage", "age_group_90", "90 - 120 dage", "age_group_120", "120+ dage", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s22_85, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Anvend licens", "cancel_account", "Annuller konto", _s22_47, "ADVARSEL: Dette vil permanent slette din konto, der er INGEN mulighed for at fortryde.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Hoved", "load_design", "Indl\xe6s design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Projektforslag", "tickets", "Sager", _s16_98, "Gentagne tilbud", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Kreditter", "new_credit", "Indtast kredit", "edit_credit", "Redig\xe9r kredit", "created_credit", "Kredit oprettet", "updated_credit", "Opdatering af kredit gennemf\xf8rt", "archived_credit", "Kredit arkiveret", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Kredit genskabt", _s16_100, "Arkiverede :count kreditter", "deleted_credits", "Slettede :count kreditter", _s16_101, _s36_9, "current_version", "Nuv\xe6rende version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mere", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nyt firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Eksport", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Blank", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupp\xe9r efter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontakttelefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Klients ID", "assigned_to", "Assigned to", "created_by", "Oprettet af :navn", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og tab", "reports", "Rapporter", "report", "Rapport", "add_company", "Tilf\xf8j firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hj\xe6lp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-mailkontakt", "multiselect", "Multiselect", "entity_state", "Status", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Besked", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentation", "contact_us", "Kontakt os", "subtotal", "Subtotal", "line_total", "Sum", "item", "Produkttype", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "V\xe6lg venligst en kunde", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Skift", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Indsend", _s16_144, "Generhverv din adgangskode", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dage", "invoice_email", "Faktura e-mail", "payment_email", "Betalings e-mail", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds e-mail", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brugerh\xe5ndtering", "users", "Brugere", "new_user", "New User", "edit_user", "Rediger bruger", "created_user", _s25_37, "updated_user", "Bruger opdateret", "archived_user", _s26_26, "deleted_user", "Bruger slettet", "removed_user", _s25_40, "restored_user", "Bruger genskabt", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Fakturaindstillinger", _s17_92, _s19_83, _s22_55, "Vis kun delbetalinger hvis der er forekommet en delbetaling.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6r Farve", "secondary_color", "Sekund\xe6r Farve", "page_size", "Page Size", "font_size", "Font St\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Product Fields", "invoice_terms", _s20_89, "invoice_footer", "Faktura fodnoter", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto konvertering", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ugentlig", "freq_two_weeks", "To uger", "freq_four_weeks", "Fire uger", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Dannede numre", "charge_taxes", "Inkluder skat", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Projektfelt", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Pr\xe6fix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Brugerdefineret CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Afkrydsningsfelt for fakturavilk\xe5r", _s30_9, "Bed kunden om at bekr\xe6fte, at de accepterer fakturavilk\xe5rene.", _s23_35, "Tilbuds Betingelser Afkrydsningsfelt", _s28_22, "Bed kunden om at bekr\xe6fte, at de accepterer tilbudsbetingelserne.", _s25_42, "Fakturasignatur", _s30_10, "Kr\xe6v at klienten giver deres underskrift.", _s23_36, "Tilbuds underskrift", _s22_57, "Adgangskodebeskyttet Fakturaer", _s27_38, "Lader dig indtaste en adgangskode til hver kontakt. Hvis en adgangskode ikke er lavet, vil kontakten blive p\xe5lagt at indtaste en adgangskode f\xf8r det er muligt at se fakturaer.", "authorization", "Autorisation", "subdomain", "Underdomain", "domain", "Dom\xe6ne", "portal_mode", "Portal Mode", "email_signature", "Venlig hilsen,", _s24_39, "G\xf8r det lettere for dine klienter at betale dig ved at tilf\xf8je schema.org markup i dine e-mails.", "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Brug HTML markup sprog", "reply_to_email", "Svar-til e-mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC-email", "processed", "Processed", "credit_card", "Kreditkort", "bank_transfer", "Bankoverf\xf8rsel", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiv\xe9r minimum", "enable_max", "Aktiv\xe9r maksimum", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Opdater adresse", _s19_49, "Opdater kundens adresse med de opgivne detaljer", "rate", "Sats", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-udfyld produkter", _s18_86, "Valg af produkt vil automatisk udfylde beskrivelse og pris", "update_products", "Automatisk opdatering af produkter", _s20_71, "En opdatering af en faktura vil automatisk opdaterer Produkt biblioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Gebyrer", "limits", "Gr\xe6nser", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Januar", "february", "Februar", "march", "Marts", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt Indstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Basic Settings", _s17_109, "Avancerede indstillinger", "company_details", "Virksomhedsinformation", "user_details", "User Details", "localization", "Lokalisering", "online_payments", "Onlinebetaling", "tax_rates", "Momssatser", "notifications", "P\xe5mindelser", "import_export", "Import/Eksport", "custom_fields", "Brugerdefineret felt", "invoice_design", "Fakturadesign", "buy_now_buttons", '"K\xf8b nu" knapper', "email_settings", "E-mail-indstillinger", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s17_154, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Vilk\xe5r for brug", "privacy_policy", "Privatlivspolitik", "sign_up", "Registrer dig", "account_login", "Konto Log ind", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Opret ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Hent", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Afventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konverteret", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark\xe9r som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny s\xe6lger", "created_vendor", "S\xe6lger oprettet", "updated_vendor", "S\xe6lger opdateret succesfuldt", "archived_vendor", "Gennemf\xf8rte arkivering af s\xe6lger", "deleted_vendor", "Sletning af s\xe6lger gennemf\xf8rt", "restored_vendor", "Genskabelse af s\xe6lger gennemf\xf8rt", _s16_181, "Gennemf\xf8rte arkivering af :count s\xe6lgere", "deleted_vendors", "Gennemf\xf8rte sletning af :count s\xe6lgere", _s16_182, _s36_11, "new_expense", "Indtast udgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faktureret", "logged", "Ajourf\xf8rt", "running", "K\xf8rer", "resume", "Genoptag", "task_errors", "Ret venligst de overlappende tider", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Opgave stoppet", "resumed_task", _s25_50, "now", "Nu", _s16_186, _s16_187, "timer", "Tidtager", "manual", "Manuelt", "budgeted", "Budgeted", "start_time", "Start Tidspunkt", "end_time", "Slut tidspunkt", "date", "Dato", "times", "Gange", "duration", "Varighed", "new_task", "Ny opgave", "created_task", "Opgave oprettet", "updated_task", "Opgave opdateret", "archived_task", "Opgave arkiveret", "deleted_task", "Opgave slettet", "restored_task", "Opgave genskabt", "archived_tasks", "Antal arkiverede opgaver: :count", "deleted_tasks", "Antal opgaver slettet: :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Projektet blev oprettet", "updated_project", "Projektet blev opdateret", _s16_188, "Projektet blev arktiveret", "deleted_project", _s22_84, _s16_189, "Projektet blev genskabt", _s17_117, ":count projekter blev arkiveret", _s16_190, ":count projekter blev slettet", _s17_118, _s37_15, "new_project", "Nyt projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "Klik her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Fod", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Valgfri periode", "date_range", "Dato omr\xe5de", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5ned", "last_month", "Forrige m\xe5ned", "this_year", "Dette \xe5r", "last_year", "Forrige \xe5r", "custom", "Brugertilpasset", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger kunde", "edit_product", "Rediger produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Rediger tilbud", "edit_payment", "Redig\xe9r betaling", "edit_task", "Redig\xe9r opgave", "edit_expense", "Edit Expense", "edit_vendor", "Redig\xe9r s\xe6lger", "edit_project", "Redig\xe9r projekt", _s20_74, _s20_75, "billing_address", "Faktura adresse", _s16_193, _s16_194, "total_revenue", "Samlede indt\xe6gter", "average_invoice", "Gennemsnitlig fakturaer", "outstanding", "Forfaldne", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Luk", "email", "E-mail", "password", "Kodeord", "url", "URL", "secret", "Hemmelighed", "name", "Navn", "logout", "Log ud", "login", "Log ind", "filter", "Filter", "sort", "Sort", "search", "S\xf8g", "active", "Aktiv", "archived", "Archived", "deleted", "Slettet", "dashboard", "Oversigt", "archive", "Arkiv", "delete", "Slet", "restore", "Genskab", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Gem", _s17_121, _s17_122, "paid_to_date", "Betalt pr. d.d.", "balance_due", "Udest\xe5ende bel\xf8b", "balance", "Balance", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Hjemmeside", "vat_number", "CVR/SE-nummer", "id_number", "CVR/SE-nummer", "create", "Opret", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Efternavn", "add_contact", "Tilf\xf8j kontakt", "are_you_sure", "Er du sikker?", "cancel", "Annuller", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "New Product", "created_product", "Produkt oprettet", "updated_product", "Produkt opdateret", _s16_201, "Produkt arkiveret", "deleted_product", "Sletning af produkt gennemf\xf8rt", _s16_202, "Genskabelse af produkt gennemf\xf8rt", _s17_123, _s37_23, _s16_203, "Sletning af :count produkter gennemf\xf8rt", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notes", "cost", "Cost", "client", "Kunde", "clients", "Kunder", "new_client", "Ny kunde", "created_client", "Kunde oprettet succesfuldt", "updated_client", "Kunde opdateret", "archived_client", "Kunde arkiveret", _s16_204, "Arkiverede :count kunder", "deleted_client", "Kunde slettet", "deleted_clients", "Slettede :count kunder", "restored_client", "Kunde genskabt", _s16_205, _s36_13, "address1", "Gade", "address2", "Nummer", "city", "By", "state", "Omr\xe5de", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura oprettet", "updated_invoice", "Faktura opdateret", _s16_206, "Faktura arkiveret", "deleted_invoice", "Faktura slettet", _s16_207, "Faktura genskabt", _s17_125, "Arkiverede :count fakturaer", _s16_208, "Slettede :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-mail faktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8b", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabat", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Public Notes", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Slutdato", "quote_number", "Tilbuds nummer", "quote_date", "Tilbuds dato", "valid_until", "Gyldig indtil", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Enhedspris", "quantity", "Stk.", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Betalingsfrist", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Procent", "edit", "Rediger", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Indstillinger", "language", "Language", "currency", "Currency", "created_at", "Oprettelsesdato", "created_on", "Created On", "updated_at", "Opdateret", "tax", "Moms", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Kladde", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Udbetaling", "paid", "Betalt", "mark_sent", "Mark\xe9r som sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "F\xe6rdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk tilstand", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopi\xe9r", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktiveret", "recipients", "Modtagere", "initial_email", "Indledende e-mail", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Skabelon", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send e-mail", "email_receipt", "Send e-mail kvittering til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingstype", _s21_85, "Transaktionsreference", "enter_payment", "Tilf\xf8j betaling", "new_payment", "Indtast betaling", "created_payment", "Betaling oprettet", "updated_payment", "Betaling opdateret", _s16_219, "Betaling arkiveret", "deleted_payment", _s16_263, _s16_220, "Betaling genskabt", _s17_130, "Arkiverede :count betalinger", _s16_221, "Slettede :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nyt tilbud", "created_quote", "Tilbud oprettet", "updated_quote", "Tilbud opdateret", "archived_quote", "Tilbud arkiveret", "deleted_quote", "Tilbud slettet", "restored_quote", "Tilbud genskabt", "archived_quotes", "Arkiverede :count tilbud", "deleted_quotes", "Slettede :count tilbud", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Udgifter", "vendor", "S\xe6lger", "vendors", "S\xe6lgere", "task", "Opgave", "tasks", "Opgaver", "project", "Projekt", "projects", "Projekter", "activity_1", _s28_47, "activity_2", ":user arkiverede kunde :client", "activity_3", ":user slettede kunde :client", "activity_4", ":user oprettede faktura :invoice", "activity_5", ":user ajourf\xf8rte faktura :invoice", "activity_6", ":user emailede fakturaen :invoice for :client til :contact", "activity_7", ":contact l\xe6ste faktura :invoice for :client", "activity_8", ":user arkiverede faktura :invoice", "activity_9", ":user slettede faktura :invoice", "activity_10", ":contact indtastede betaling :payment for :payment_amout i fakturaen :invoice for :client", "activity_11", ":user ajourf\xf8rte betaling :payment", "activity_12", ":user arkiverede betaling :payment", "activity_13", ":user slettede betaling :payment", "activity_14", ":user indtastede :credit kredit", "activity_15", ":user ajourf\xf8rte :credit kredit", "activity_16", ":user arkiverede :credit kredit", "activity_17", ":user slettede :credit kredit", "activity_18", ":user oprettede tilbud :quote", "activity_19", ":user ajourf\xf8rte tilbud :quote", "activity_20", ":user emailede tilbuddet :quote for :client til :contact", "activity_21", ":contact l\xe6ste tilbud :quote", "activity_22", ":user arkiverede tilbud :quote", "activity_23", ":user slettede tilbud:quote", "activity_24", ":user genoprettede tilbud :quote", "activity_25", ":user genoprettede faktura :invoice", "activity_26", ":user genoprettede kunde :client", "activity_27", ":user genoprettede betaling :payment", "activity_28", ":user genoprettede :credit kredit", "activity_29", ":contact godkendte tilbuddet :quote for :client", "activity_30", ":user oprettede s\xe6lger :vendor", "activity_31", ":user arkiverede s\xe6lger :vendor", "activity_32", ":user slettede s\xe6lgeren :vendor", "activity_33", ":user genskabte s\xe6lgeren :vendor", "activity_34", ":user oprettede udgiften :expense", "activity_35", ":user arkiverede udgiften :expense", "activity_36", ":user slettede udgiften :expense", "activity_37", ":user genskabte udgiften :expense", "activity_39", ":user annullerede en :payment_amount betaling :payment", "activity_40", ":bruger refunderet :justering af en :betaling_bel\xf8b betaling :betaling", "activity_41", ":payment_amount betaling (:betaling) mislykkedes", "activity_42", ":user oprettede opgaven :task", "activity_43", ":user opdaterede opgaven :task", "activity_44", ":user arkiverede opgaven :task", "activity_45", ":user slettede opgave :task", "activity_46", ":user genoprettede opgave :task", "activity_47", ":user ajourf\xf8rte udgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user gen\xe5bnede sagen :ticket", "activity_55", ":contact besvarede sagen :ticket", "activity_56", ":user l\xe6ste sagen :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Tilbud sendt som e-mail", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "V\xe6lg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-t\xe6ller", _s20_79, _s20_80, _s20_81, "Tilbuds nummer-t\xe6ller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8b", "age", "Alder", "is_running", "Is Running", "time_log", "Tids log", "bank_id", "bank", _s19_70, _s19_71, _s16_227, "Udgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankrekeningen", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user heeft aankooporder :purchase_order aangemaakt", "activity_131", ":user heeft aankooporder :purchase_order aangepast", "activity_132", ":user heeft aankooporder :purchase_order gearchiveerd", "activity_133", ":user heeft aankooporder :purchase_order verwijderd", "activity_134", ":user heeft aankooporder :purchase_order hersteld", "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Samenvoegen", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepteer", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsinstellingen", "default", "Standaard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Openstaand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Gateway toevoegen", _s24_7, _s77_, "left", "Links", "right", "Rechts", "center", "Midden", "page_numbering", "Pagina nummering", _s24_8, "Pagina nummering uitlijning", _s31_1, "Factuur verstuurd", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Maak binnen enkele seconden uw account aan", "login_label", _s28_0, "add_to_invoice", "Toevoegen aan factuur :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Factuur valuta", "range", "Bereik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Project aanmaken", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "De toeslag voor een :amount factuur is :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", "Succesvol :value taken gestart", "stopped_tasks", "Succesvol :value taken gestopt", "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Goedkeuren", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Reken om naar", "client_currency", "Klant valuta", _s16_14, "Bedrijf valuta", "purged_client", "De klant is gewist", _s27_8, "Om spam te voorkomen moet je een betaald account hebben om emails aan te passen", _s22_25, "Upgrade uw abonnement om meer bedrijven toe te voegen", _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, "Data is aan het laden - een moment geduld", "wait_for_saving", "Data is aan het opslaan - een moment geduld", _s20_23, "Opmerking: veranderingen die hier worden gemaakt zijn voorvertoningen, ze moeten hierboven worden toegepast", "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", ":user heeft terugkerende uitgave :recurring_expense aangemaakt", "activity_121", "::user heeft terugkerende uitgave :recurring_expense aangepast", "activity_122", ":user heeft terugkerende uitgave :recurring_expense gearchiveerd", "activity_123", ":user heeft terugkerende uitgave :recurring_expense verwijderd", "activity_124", ":user heeft terugkerende uitgave :recurring_expense teruggezet", "normal", "Normaal", "large", "Groot", "extra_large", "Extra groot", _s16_17, "Laat PDF voorvertoning zien", _s21_20, "Laat PDF voorvertoning zien tijdens het aanpassen van de facturen", "print_pdf", "Print PDF", "remind_me", "Herinner mij", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Verberg voorvertoning", "edit_record", "Edit Record", _s27_9, "Het kredietbedrag kan niet meer zijn dan het te factureren bedrag.", "giropay", "GiroPay", "direct_debit", "Automatische Incasso", _s21_21, "Voer een account wachtwoord in", "set_password", "Stel wachtwoord in", _s17_14, "Wij raden de desktop app aan voor de beste werking.", _s16_21, "Wij raden de mobiele app aan voor de beste werking.", _s20_24, _s33_4, "disconnect", "Verbreek verbinding", "add_to_invoices", "Voeg toe aan facturen", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Klant postcode", _s17_16, "Klant BTW-nummer", "has_tasks", "Has Tasks", "registration", "Registratie", _s27_10, _s50_4, "view_expense", "Bekijk uitgave #:expense", "view_statement", "Toon overzicht", "sepa", "SEPA Automatisch incasso", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Systeem", _s19_15, "Stel in als standaard bedrijf", "updated_company", "Bedrijf succesvol ge\xfcpdatet", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Help ons door aan te geven waarom (optioneel)", "webhook_success", "Webhook Success", _s24_14, "Taken moeten allemaal behoren tot dezelfde klant", _s27_11, "Kosten moeten allemaal behoren tot dezelfde klant", "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Van naam", _s16_23, "Kopieer naar uitgave", _s17_19, "Terugkerende uitgave", _s18_19, "Terugkerende uitgaven", _s21_22, "Nieuwe terugkerende uitgave", _s22_27, "Terugkerende uitgave bewerken", _s25_3, "De terugkerende uitgave is aangemaakt", _s25_4, "De terugkerende uitgave is gewijzigd", _s26_4, "De terugkerende uitgave is gearchiveerd", _s25_5, _s25_61, _s25_6, _s38_2, _s26_5, "De terugkerende uitgave is hersteld", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gebruikershandleiding", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importeer data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user heeft terugkerend factuur :recurring_invoice aangemaakt", "activity_101", ":user heeft terugkerend factuur :recurring_invoice aangepast", "activity_102", ":user heeft terugkerend factuur :recurring_invoice gearchiveerd", "activity_103", ":user heeft terugkerend factuur :recurring_invoice verwijderd", "activity_104", ":user heeft terugkerend factuur :recurring_invoice teruggezet", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Laatst bijgewerkt", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Contact voornaam", _s17_23, "Contact achternaam", "order", "Order", "unassigned", "Niet toegewezen", "partial_value", "Moet groter zijn dan nul en minder dan het totaal", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeer", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Stel het subdomein in of toon de factuur op uw eigen website.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promocode", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Beveiliging", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementen", _s16_41, "Nieuw Abonnement", _s17_29, "Abonnement wijzigen", _s20_29, "Het abonnement is aangemaakt", _s20_30, "Het abonnement is gewijzigd", _s21_34, "Het abonnement is gearchiveerd", _s20_31, _s31_27, _s20_32, _s31_27, _s21_35, "Succesvol abonnement hersteld", _s19_21, "Zoek 1 abonnement", _s20_33, "Zoek :count abonnementen", _s26_8, "Subdomein is niet beschikbaar", "connect_gmail", "Verbind Gmail", _s16_43, "Verbreek Gmail", "connected_gmail", "Succesvol verbonden met Gmail", _s18_35, "Succesvol verbroken met Gmail", _s16_45, "Wijzigingen aan de code kunnen leiden tot een blokkade tijdens het updaten. Door het volgende commando kan je de wijzigingen verwijderen:", _s16_46, "Klant-id nummer", "count_minutes", ":count minuten", _s16_48, "Wachtwoord timeout", _s29_5, "Gedeelde factuur/offertenummers teller", "use_last_email", "Gebruik laatste e-mail", _s16_50, "Activeer bedrijf", _s21_37, "Schakel e-mails, terugkerende facturen en meldingen in", _s27_16, "Er is een fout opgetreden, probeer het opnieuw", _s27_17, "Stel eerst een wachtwoord in", _s34_7, "Waarschuwing: als u uw telefoonnummer wijzigt, wordt 2FA uitgeschakeld", "help_translate", "Help vertalen", _s23_16, "Selecteer een land", "resend_invite", "Uitnodiging opnieuw versturen", _s19_22, "2FA succesvol uitgeschakeld", _s16_52, "Account succesvol verbonden", _s19_23, "Account succesvol losgekoppeld", "delivered", "Afgeleverd", "bounced", "Bounced", "spam", "Spam", "view_docs", "Bekijk documenten", _s32_4, "Geef een mobiel telefoonnummer op om tweefactor authenticatie in te schakelen", "send_sms", "Verzend SMS", "sms_code", "SMS Code", _s21_38, "Scan de streepjescode met een :link compatibele app.", _s18_36, "Tweestaps-authenticatie ingeschakeld", "connect_google", "Verbind met Google", _s17_31, "Verwijder Google", _s17_33, "Tweestaps-authenticatie", _s18_37, "Schakel twee factor authenticatie uit", _s34_8, "Vereis wachtwoord met sociale login", "stay_logged_in", "Blijf ingelogd", _s23_18, "Waarschuwing: uw sessie loopt bijna af", "count_hours", ":count uren", "count_day", "1 dag", "count_days", ":count dagen", _s19_24, "Time-out van websessie", _s17_34, "Veiligheidsinstellingen", "resend_email", "Email opnieuw verzenden", _s26_10, "Bevestig je e-mailadres", _s16_53, "Gecrediteerde betaling", _s19_26, _s27_71, _s19_28, "Selecteer een gebruiker die is geverifieerd met Gmail", "list_long_press", "Lijst lang indrukken", "show_actions", "Toon acties", _s17_36, "Start Multi select", _s27_19, "Er is een e-mail verzonden om het e-mailadres te bevestigen", _s21_39, "Om :client_counter te gebruiken, voeg ofwel :client_number of :client_id_number toe om conflicten te voorkomen", "this_quarter", "Dit kwartaal", "last_quarter", "Laatste Kwartaal", "to_update_run", "Om bij te werken voer", _s18_39, "Zet om naar factuur", _s16_54, "Registratie link", "invoice_project", "Factureer project", "invoice_task", "Factureer taak", "invoice_expense", "Factureer uitgave", _s19_29, "Zoek betalingstermijn 1", _s20_34, "Zoek :count betalingstermijnen", _s16_56, "Opslaan en bekijk voorbeeld", "save_and_email", "Opslaan en verstuur email", _s16_58, "Ondersteunde gebeurtenissen", _s16_60, "Omgezet bedrag", _s17_38, "Omgekeerd balans", _s22_31, '"Reeds betaald" omzetten', _s24_19, "Omgerekend creditsaldo", "converted_total", "Totaal omzetten", "is_sent", "Is verzonden", _s17_40, "Standaard documenten", "document_upload", "Document uploaden", _s20_35, "Laat klanten documenten uploaden", "expense_total", "Totale uitgave", "enter_taxes", "Voer belastingen in", "by_rate", "Op tarief", "by_amount", "Op bedrag", "enter_amount", "Voer bedrag in", "before_taxes", "Voor BTW", "after_taxes", "Na BTW", "color", "Kleur", "show", "Tonen", "hide", "Verbergen", "empty_columns", "Lege kolommen", _s21_41, "Foutopsporingsmodus is ingeschakeld", _s26_11, "Opgelet: Debug modus dient enkel gebruikt te worden tijdens lokale ontwikkeling, aangezien gevoelige informatie op deze manier zichtbaar wordt. Klik op meer te weten te komen.", "running_tasks", "Lopende taken", "recent_tasks", "Recente taken", "recent_expenses", "Recente uitgaven", _s17_42, "Aankomende uitgaven", "update_app", "Update App", "started_import", "Succesvol begonnen met importeren", _s24_21, "Dubbele kolommapping", _s20_36, "Gebruik inclusieve belastingen", _s18_41, "Is bedrag korting", "column", "Kolom", "sample", "Voorbeeld", "map_to", "Map naar", "import", "Importeer", _s25_16, "Gebruik eerste rij als kolomnaam", "select_file", "Selecteer een bestand", _s16_62, "Geen bestand geselecteerd", "csv_file", "Selecteer CSV bestand", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave boekhouding", "zoho", "Zoho", "accounting", "Boekhouding", _s22_33, "Geef alle CSV's op.", "import_type", "Importeer type", "html_mode", "HTML Mode", "html_mode_help", "Voorvertoning laadt sneller maar is minder accuraat", "view_licenses", "Bekijk Licenties", "webhook_url", "Webhook URL", _s17_44, "Editor volledig scherm", "sidebar_editor", "Zijbalk Editor", _s22_34, 'Typ ":value" om te bevestigen', "purge", "Wissen", "service", "Service", "clone_to", "Dupliceer naar", "clone_to_other", "Dupliceert naar andere", "labels", "Labels", "add_custom", "Aangepast toevoegen", "payment_tax", "Betalingsbelasting", "unpaid", "Onbetaald", "white_label", "White Label", "delivery_note", "Afleveringsbon", _s24_24, "Verzonden facturen zijn vergrendeld", _s24_26, "Betaalde facturen zijn vergrendeld", "source_code", "Broncode", "app_platforms", "App-platforms", "invoice_late", "Factuur te laat", "quote_expired", "Offerte verlopen", "partial_due", "Te betalen voorschot", "invoice_total", "Factuur totaal", "quote_total", "Offertetotaal", "credit_total", "Totaal Credit", _s23_19, "Factuur totaal", "actions", "Acties", "expense_number", "Uitgave nummer", "task_number", "Taaknummer", "project_number", "Projectnummer", "project_name", "Project naam", "warning", "Waarschuwing", "view_settings", "Instellingen tonen", _s24_28, "Waarschuwing: dit bedrijf is nog niet geactiveerd", "late_invoice", "Late factuur", "expired_quote", "Verlopen offerte", "remind_invoice", "Herinnering Factuur", "cvv", "CVV", "client_name", "Klantnaam", "client_phone", "Klant telefoon", "required_fields", "Verreisde velden", "calculated_rate", "Berekend tarief", _s17_46, "Standaard taak tarief", "clear_cache", "Maak cache leeg", "sort_order", "Sorteer volgorde", "task_status", "Status", "task_statuses", "Taak status", "new_task_status", "Nieuwe taak status", _s16_64, "Taak status aanpassen", _s19_30, "Succesvol een taak status aangemaakt", _s19_31, _s20_90, _s20_38, "Succesvol een taak status gearchiveerd", _s19_32, _s36_17, _s19_33, _s36_17, _s20_39, "Succesvol een taak status hersteld", _s22_35, "Succesvol taakstatussen :value gearchiveerd", _s21_43, "Succesvol taak statussen :value verwijderd", _s22_36, "Succesvol taak statussen :value hersteld", _s18_43, "Zoek 1 taak status", _s20_41, "Zoek :count taak statussen", _s16_66, "Taken tabel tonen", _s21_44, "Weergeef de taken wanneer een factuur wordt aangemaakt", _s20_42, "Factuur taak tijdlog", _s25_17, "Voeg de tijd omschrijvingen toe aan de factuur producten", _s20_44, "Factuur taak datumlog", _s25_18, "Voeg datumdetails toe aan de factuurregelitems", _s21_45, "Start taken voordat het wordt opgeslagen", _s18_44, "Status instellen", "task_settings", "Taak instellingen", _s20_46, "Categorie\xebn instellen", _s18_46, _s16_264, _s20_48, "Nieuwe uitgavecategorie", _s21_46, "Bewerk uitgavencategorie", _s24_29, "De uitgaven categorie is aangemaakt", _s24_30, "De uitgaven categorie is gewijzigd", _s25_20, "De uitgaven categorie is gearchiveerd", _s24_31, "De categorie is verwijderd", _s24_32, "De uitgavencategorie is verwijderd", _s25_21, "De uitgaven categorie hersteld", _s27_23, ":count uitgave-categorie\xebn gearchiveerd", _s26_12, "Succesvol uitgave categorie\xebn :value verwijderd", _s27_24, "Uitgave succesvol hersteld: waarde categorie\xebn", _s23_20, "Zoek 1 uitgavencategorie", _s25_23, "Zoek :count uitgave categorie\xebn", _s21_48, "Gebruik beschikbaar krediet", "show_option", "Toon optie", _s22_37, "Het kredietbedrag mag niet hoger zijn als het te betalen bedrag", "view_changes", "Bekijk wijzigingen", "force_update", "Forceer een update", _s17_48, "De applicatie draait op de laatste versie, maar wellicht zijn er nog een aantal fixes beschikbaar.", "mark_paid_help", "Volg de uitgave dat betaald is", _s18_48, "Moet worden gefactureerd", _s23_21, "Maak het mogelijk de uitgave te factureren", _s29_8, "Laat de documenten zien", _s21_50, "Stel een ruilwaarde in van de valuta", _s16_68, "Uitgave instellingen", _s18_49, "Maak een kopie voor herhaling", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Gebruiker Veld", "variables", "Variabelen", "show_password", "Wachtwoord weergeven", "hide_password", "Wachtwoord verbergen", "copy_error", "Fout kopi\xebren", "capture_card", "Capture Kaart", _s17_49, "Automatisch betalen ingeschakeld", "total_taxes", "Totale belasting", "line_taxes", "Regelitem belastingen", "total_fields", "Totaal velden", _s25_24, "Herhalend factuur succesvol stopgezet", _s25_25, "Herhalend factuur succesvol gestart", _s25_26, "Herhalend factuur succesvol hervat", "gateway_refund", "Gateway terugbetaling", _s19_34, "Verwerk een terugbetaling via de betalingsgateway", "due_date_days", "Verloopdatum", "paused", "Gepauzeerd", "mark_active", "Markeer als actief", "day_count", "Dag :count", _s22_38, "Eerste dag van de maand", _s21_51, "Laatste dag van de maand", _s17_51, "Gebruik betalingseisen", "endless", "Eindeloos", "next_send_date", "Volgende verzenddatum", _s16_70, "Resterende keren", _s17_53, "Terugkerende factuur", _s18_51, "Terugkerende facturen", _s21_53, "Nieuwe terugkerende factuur", _s22_40, "Bewerk terugkerende factuur", _s25_27, "Herhalend factuur succesvol aangemaakt", _s25_28, "Herhalend factuur succesvol bijgewerkt", _s26_13, "De terugkerende factuur is gearchiveerd", _s25_29, "De terugkerende factuur is verwijderd", _s25_30, "Herhalend factuur succesvol verwijderd", _s26_14, "De terugkerende factuur is hersteld", _s27_25, "Terugkerende succesvol gearchiveerd: waarde facturen", _s26_15, "Terugkerende succesvol verwijderd: waarde facturen", _s27_26, "Terugkerende succesvol hersteld: waarde facturen", _s24_33, "Zoek 1 herhalend factuur", _s25_31, "Zoek :count herhalende facturen", "send_date", "Verzenddatum", "auto_bill_on", "Automatische betaling aan", _s28_8, "Minimum onder het te betalen bedrag", "profit", "Winst", "line_item", "Regelitem", _s18_53, "Toestaan te betalen boven het te betalen bedrag", _s23_22, "Draag bij aan extra betalen om fooi te accepteren", _s19_35, "Toestaan te betalen onder het te betalen bedrag", _s24_34, "Ondersteun het betalen van een minimaal gedeeltelijk / aanbetalingsbedrag", "test_mode", "Test modus", "opened", "Geopend", _s30_4, "Koppelen mislukt", _s30_5, "Koppelen gelukt", "gateway_success", "Gateway geslaagd", "gateway_failure", "Gateway gefaald", "gateway_error", "Gateway fout", "email_send", "E-mail verzonden", _s17_55, "E-mail wachtrij voor opnieuw versturen", "failure", "Fout", "quota_exceeded", "Limiet bereikt", _s16_72, "Upload mislukt", "system_logs", "Systeem log", "view_portal", "Toon portaal", "copy_link", "Link kopi\xebren", "token_billing", "Kaartgegevens opslaan", _s24_35, "Welkom bij Invoice Ninja", "always", "Altijd", "optin", "Inschrijven", "optout", "Uitschrijven", "label", "Label", "client_number", "Klantnummer", "auto_convert", _s20_91, "company_name", "Bedrijfsnaam", "reminder1_sent", "1ste herinnering verstuurd", "reminder2_sent", "2de herinnering verstuurd", "reminder3_sent", "3de herinnering verstuurd", _s18_55, "Laatste herinnering verstuurd", "pdf_page_info", "Pagina :current van :total", _s16_74, "De facturen zijn gemaild", "emailed_quotes", "De offertes zijn gemaild", "emailed_credits", "Creditnota is succesvol gemaild", "gateway", "Gateway", "view_in_stripe", "Bekijk in Stripe", "rows_per_page", "Regels per pagina", "hours", "Uren", "statement", "Overzicht", "taxes", "Belastingen", "surcharge", "Toeslag", "apply_payment", "Betaling toepassen", "apply_credit", "Gebruik krediet", "apply", "Toepassen", "unapplied", "Niet toegepast", "select_label", "Selecteer label", "custom_labels", "Aangepaste labels", "record_type", "Record Type", "record_name", "Record naam", "file_type", "Bestandstype", "height", "Hoogte", "width", "Breedte", "to", "Aan", "health_check", "Health Check", "payment_type_id", "Betalingstype", "last_login_at", "Voor het laatst ingelogd", "company_key", "Bedrijfssleutel", "storefront", "Storefront", "storefront_help", "Activeer third-party applicaties om facturen te maken", "client_created", "Klant aangemaakt", _s20_51, "Online betalingsmail", _s20_53, "Handmatige betalingsmail", "completed", "Voltooid", "gross", "Bruto", "net_amount", "Netto bedrag", "net_balance", "Netto balans", "client_settings", "Klantinstellingen", _s17_57, "Geselecteerde facturen", _s17_59, "Geselecteerde betalingen", "selected_quotes", "Geselecteerde offertes", "selected_tasks", "Geselecteerde taken", _s17_61, "Geselecteerde uitgaves", _s17_63, "Aankomende facturen", _s17_65, "Verlopen facturen", "recent_payments", "Recente betalingen", "upcoming_quotes", "Eerstvolgende offertes", "expired_quotes", "Verlopen offertes", "create_client", "Klant aanmaken", "create_invoice", "Factuur aanmaken", "create_quote", "Maak offerte aan", "create_payment", "Cre\xeber betaling", "create_vendor", "Leverancier aanmaken", "update_quote", "Offerte bijwerken", "delete_quote", "Verwijder offerte", "update_invoice", "Factuur bijwerken", "delete_invoice", "Verwijder factuur", "update_client", "Klant bijwerken", "delete_client", "Verwijder klant", "delete_payment", "Verwijder betaling", "update_vendor", "Leverancier bijwerken", "delete_vendor", "Verwijder leverancier", "create_expense", "Cre\xeber uitgave", "update_expense", "Uitgave bijwerken", "delete_expense", "Verwijder uitgave", "create_task", "Taak aanmaken", "update_task", "Taak bijwerken", "delete_task", "Verwijder taak", "approve_quote", "Offerte goedkeuren", "off", "Uit", "when_paid", "Wanneer betaald", "expires_on", "Verloopt op", "free", "Gratis", "plan", "Abonnement", "show_sidebar", "Laat zijbalk zien", "hide_sidebar", "Verberg zijbalk", "event_type", "Event Type", "target_url", "Doel", "copy", "Kopieer", "must_be_online", "Herstart alsjeblieft de applicatie wanneer er verbinding is met het internet", _s17_67, "De crons moeten geactiveerd worden", "api_webhooks", "API Webhooks", "search_webhooks", "Zoek :count webhooks", "search_webhook", "Zoek 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nieuwe webhook", "edit_webhook", "Webhook bijwerken", "created_webhook", "Webhook succesvol aangemaakt", "updated_webhook", "Webhook succesvol bijgewerkt", _s16_76, "Webhook succesvol gearchiveerd", "deleted_webhook", _s28_67, "removed_webhook", _s28_67, _s16_77, "Webhook succesvol hersteld", _s17_68, "Succesvol gearchiveerd: waarde webhooks", _s16_78, _s37_24, _s16_79, _s37_24, _s17_69, "Succesvol hersteld: waarde webhooks", "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Zoek :count tokens", "search_token", "Zoek 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Nieuwe token", "edit_token", "Wijzig token", "created_token", "Het token is aangemaakt", "updated_token", "Het token is gewijzigd", "archived_token", "Het token is gearchiveerd", "deleted_token", "Het token is verwijderd", "removed_token", "Token succesvol verwijderd", "restored_token", "Token succesvol hersteld", "archived_tokens", "Succesvol gearchiveerd: waarde tokens", "deleted_tokens", "Succesvol verwijderd: waarde tokens", "restored_tokens", "Succesvol hersteld: waarde tokens", _s19_37, "Klant registratie", _s24_37, "Zelfregistratie voor klanten in het portaal toestaan", _s21_55, "Pas aan & Weergeven", "email_invoice", "E-mail factuur", "email_quote", "E-mail offerte", "email_credit", "E-mail Krediet", "email_payment", "E-mail betaling", _s20_56, "Er is geen e-mailadres ingesteld voor de klant", "ledger", "Grootboek", "view_pdf", "Bekijk PDF", "all_records", "Alle gegevens", "owned_by_user", "Owned door gebruiker", _s16_80, "Resterend krediet", "contact_name", "Contactnaam", "use_default", "Gebruik standaard", _s16_82, "Eindeloze herinneringen", "number_of_days", "Aantal dagen", _s23_24, "Betalingsvoorwaarden configureren", "payment_term", "Betalingstermijn", _s16_83, "Nieuwe betalingstermijn", _s17_71, "Bewerk betalingstermijn", _s20_57, "De betalingstermijn is aangemaakt", _s20_58, "De betalingstermijn is gewijzigd", _s21_56, "De betalingstermijn is gearchiveerd", _s20_59, _s38_16, _s20_60, _s38_16, _s21_57, "betalingstermijn met succes hersteld", _s22_45, "Succesvol gearchiveerd: waarde betalingsvoorwaarden", _s21_58, "Succesvol verwijderd: waarde betalingsvoorwaarden", _s22_46, "Succesvol hersteld: waarde betalingsvoorwaarden", "email_sign_in", "Log in met e-mail", "change", "Aanpassen", _s23_26, "Verander naar de mobiele layout?", _s24_38, "Verander naar de bureaublad layout?", "send_from_gmail", "Verzonden vanaf Gmail", "reversed", "Teruggedraaid", "cancelled", "Geannuleerd", "credit_amount", "Creditbedrag", "quote_amount", "Offertebedrag", "hosted", "Gehost", "selfhosted", "Zelf-Gehost", "exclusive", "Exclusief", "inclusive", "Inclusief", "hide_menu", "Verberg menu", "show_menu", "Toon Menu", _s18_57, "Gedeeltelijk terugbetaald", _s16_85, "Documenten zoeken", "search_designs", "Ontwerpen zoeken", "search_invoices", "Facturen zoeken", "search_clients", "Klanten zoeken", "search_products", "Producten zoeken", "search_quotes", "Offertes zoeken", "search_credits", "Zoek Krediet", "search_vendors", "Zoek Leveranciers", "search_users", "Zoek Gebruikers", _s16_86, "Zoek Belastingstarieven", "search_tasks", "Zoek Taken", "search_settings", "Zoek Instellingen", "search_projects", "Zoek Projecten", "search_expenses", "Zoek Uitgaven", "search_payments", "Zoek Betalingen", "search_groups", "Zoek Groepen", "search_company", "Zoek Bedrijf", "search_document", "Zoek 1 document", "search_design", "Zoek 1 ontwerp", "search_invoice", "Zoek 1 factuur", "search_client", "Zoek 1 klant", "search_product", "Zoek 1 product", "search_quote", "Zoek 1 offerte", "search_credit", "Zoek 1 krediet", "search_vendor", "Zoek 1 leverancier", "search_user", "Zoek 1 gebruiker", "search_tax_rate", "Zoek 1 BTW-tarief", "search_task", "Zoek 1 taak", "search_project", "Zoek 1 project", "search_expense", "Zoek 1 uitgave", "search_payment", "Zoek 1 betaling", "search_group", "Zoek 1 groep", "refund_payment", "Terugbetalen", _s17_75, "Factuur succesvol geannuleerd", _s18_59, "Facturen succesvol geannuleerd", _s16_92, "Factuur succesvol teruggedraaid", _s17_76, "Facturen succesvol teruggedraaid", "reverse", "Terugdraaien", "full_name", "Volledige naam", _s17_77, "Stad/Provincie/Postcode", _s17_79, "Postcode/Stad/Provincie", "custom1", _s17_155, "custom2", _s17_156, "custom3", _s16_265, "custom4", "Vierde aangepaste", "optional", "Optioneel", "license", "Licentie", "purge_data", "Wis gegevens", _s16_93, "De bedrijfsgegevens zijn gewist", _s18_60, "Waarschuwing: Dit zal uw gegevens verwijderen. Er is geen manier om dit ongedaan te maken.", "invoice_balance", "Factuur balans", "age_group_0", "0 - 30 dagen", "age_group_30", "30 - 60 dagen", "age_group_60", "60 - 90 dagen", "age_group_90", "90 - 120 dagen", "age_group_120", "120+ dagen", "refresh", "Verversen", "saved_design", "Ontwerp opgeslagen", "client_details", "Klantgegevens", "company_address", "Bedrijfs-adres", "invoice_details", "Factuur details", "quote_details", "Offerte Details", "credit_details", "Kredietgegevens", "product_columns", "Product kolommen", "task_columns", "Taak kolommen", "add_field", "Veld toevoegen", "all_events", "Alle gebeurtenissen", "permissions", "Rechten", "none", "Geen", "owned", "Eigendom", "payment_success", "Betaling is gelukt", "payment_failure", "Betalingsfout", "invoice_sent", ":count factuur verzonden", "quote_sent", "Offerte Verzonden", "credit_sent", "Factuur verzonden", "invoice_viewed", "Factuur bekeken", "quote_viewed", "Offerte Bekeken", "credit_viewed", "Krediet bekeken", "quote_approved", "Offerte Goedgekeurd", _s25_33, "Ontvang alle notificaties", _s16_94, "Licentie aanschaffen", "apply_license", "Activeer licentie", "cancel_account", "Account verwijderen", _s22_47, "Waarschuwing: Dit zal uw account verwijderen. Er is geen manier om dit ongedaan te maken.", "delete_company", "Verwijder bedrijf", _s22_48, "Waarschuwing: Hiermee verwijder je permanent je bedrijf, dit kan niet worden ontdaan.", "enabled_modules", "Ingeschakelde modules", "converted_quote", "Offerte omgezet", "credit_design", "Krediet ontwerp", "includes", "Inclusief", "header", "Koptekst", "load_design", "Laad ontwerp", "css_framework", "CSS Framework", "custom_designs", "Aangepaste Ontwerpen", "designs", "Ontwerpen", "new_design", "Nieuw ontwerp", "edit_design", "Ontwerp aanpassen", "created_design", "Ontwerp aangemaakt", "updated_design", "Ontwerp bijgewerkt", "archived_design", "Ontwerp gearchiveerd", "deleted_design", _s18_127, "removed_design", _s18_127, "restored_design", "Ontwerp teruggehaald", _s16_96, "Succesvol gearchiveerd: waarde designs", "deleted_designs", "Succesvol verwijderd: waarde designs", _s16_97, "Succesvol hersteld: waarde designs", "proposals", "Voorstellen", "tickets", "Tickets", _s16_98, "Terugkerende offertes", "recurring_tasks", "Terugkerende Taken", _s18_61, "Accountbeheer", "credit_date", "Creditdatum", "credit", "Credit", "credits", "Creditnota's", "new_credit", "Nieuwe creditnota", "edit_credit", "Wijzig krediet", "created_credit", "De creditnota is aangemaakt", "updated_credit", "Het krediet is gewijzigd", "archived_credit", "De creditnota is gearchiveerd", "deleted_credit", "De creditnota is verwijderd", "removed_credit", "Krediet is verwijders", "restored_credit", "De creditnota is hersteld", _s16_100, "Succesvol :count creditnota's gearchiveerd", "deleted_credits", "Succesvol :count creditnota's verwijderd", _s16_101, ":value aan krediet succesvol hersteld", "current_version", "Huidige versie", "latest_version", "Laatste versie", "update_now", "Nu updaten", _s26_21, "Een nieuwe versie van de web applicatie is beschikbaar", _s16_102, "Update beschikbaar", "app_updated", "Update met succes voltooid", "learn_more", "Kom meer te weten", "integrations", "Integraties", "tracking_id", "Tracering Id", _s17_81, _s17_82, "credit_footer", "Krediet voettekst", "credit_terms", "Kredietvoorwaarden", "new_company", "Nieuw bedrijf", "added_company", "Bedrijf toegevoegd", "company1", "Aangepast bedrijf 1", "company2", "Aangepast bedrijf 2", "company3", "Aangepast bedrijf 3", "company4", "Aangepast bedrijf 4", "product1", "Aangepast product 1", "product2", "Aangepast product 2", "product3", "Aangepast product 3", "product4", "Aangepast product 4", "client1", "Aangepast cli\xebnt 1", "client2", "Aangepast cli\xebnt 2", "client3", "Aangepast cli\xebnt 3", "client4", "Aangepast cli\xebnt 4", "contact1", "Aangepast Contact 1", "contact2", "Aangepast Contact 2", "contact3", "Aangepast Contact 3", "contact4", "Aangepast Contact 4", "task1", "Aangepaste Taak 1", "task2", "Aangepaste Taak 2", "task3", "Aangepaste Taak 3", "task4", "Aangepaste Taak 4", "project1", "Aangepast Project 1", "project2", "Aangepast Project 2", "project3", "Aangepast Project 3", "project4", "Aangepast Project 4", "expense1", "Aangepaste Uitgave 1", "expense2", "Aangepaste Uitgave 2", "expense3", "Aangepaste Uitgave 3", "expense4", "Aangepaste Uitgave 4", "vendor1", "Aangepaste Aanbieder 1", "vendor2", "Aangepaste Aanbieder 2", "vendor3", "Aangepaste Aanbieder 3", "vendor4", "Aangepaste Aanbieder 4", "invoice1", "Aangepaste Factuur 1", "invoice2", "Aangepaste Factuur 2", "invoice3", "Aangepaste Factuur 3", "invoice4", "Aangepaste Factuur 4", "payment1", "Aangepaste Betaling 1", "payment2", "Aangepaste Betaling 2", "payment3", "Aangepaste Betaling 3", "payment4", "Aangepaste Betaling 4", "surcharge1", _s20_92, "surcharge2", _s20_93, "surcharge3", _s20_94, "surcharge4", _s20_95, "group1", "Aangepaste Groep 1", "group2", "Aangepaste Groep 2", "group3", "Aangepaste Groep 3", "group4", "Aangepaste Groep 4", "reset", "Reset", "number", "Nummer", "export", "Exporteer", "chart", "Grafiek", "count", "Telling", "totals", "Totalen", "blank", "Blanco", "day", "Dag", "month", "Maand", "year", "Jaar", "subgroup", "Subgroep", "is_active", "Is actief", "group_by", "Groepeer per", "credit_balance", "Kredietsaldo", _s18_67, "Contact laatste Login", _s17_83, "Contact Volledige Naam", "contact_phone", "Contact telefoon", _s21_59, "Contact aangepaste waarde 1", _s21_60, "Contact aangepaste waarde 2", _s21_61, "Contact aangepaste waarde 3", _s21_62, "Contact aangepaste waarde 4", _s17_85, "Leveringsstraat", _s17_86, "Leverings Apt/Suite", "shipping_city", "Leveringsstad", "shipping_state", "Leverings Staat/Provincie", _s20_61, "Leverings Postcode", _s16_132, "Leveringsland", _s16_134, "Facturatie straat", _s16_135, "Facturatie Apt/Suite", "billing_city", "Facturatiestad", "billing_state", "Facturatie Staat/Provincie", _s19_40, "Facturatie Postcode", "billing_country", "Facturatieland", "client_id", "Klantnummer", "assigned_to", "Toegewezen aan", "created_by", "Aangemaakt door :name", "assigned_to_id", "Toegekend aan ID", "created_by_id", "Gemaakt door ID", "add_column", "Voeg kolom toe", "edit_columns", "Wijzig kolom", "columns", "Kolommen", "aging", "Toekomst", "profit_and_loss", "Winst en verlies", "reports", "Rapporten", "report", "Rapport", "add_company", "Bedrijf toevoegen", "unpaid_invoice", "Onbetaalde factuur", "paid_invoice", "Betaalde factuur", _s16_136, "Niet goedgekeurde offerte", "help", "Help", "refund", "Terugbetaling", "refund_date", "Terugbetaling datum", "filtered_by", "Gefilterd op", "contact_email", "Contact e-mail", "multiselect", "Multiselectie", "entity_state", "Staat", "verify_password", "Verifieer wachtwoord", "applied", "Toegepast", _s21_63, "Voeg recente fouten uit de logboeken toe", _s30_8, "We hebben uw bericht ontvangen, en zullen zo spoedig mogelijk reageren.", "message", "Bericht", "from", "Van", _s20_63, "toon product details", _s25_35, "Neem de beschrijving en kosten op in de vervolgkeuzelijst met producten", _s20_65, "De PDF renderaar vereist :version", _s18_70, "Pas Vergoedingspercentage Aan", _s23_28, "Pas percentage aan om rekening te houden met de kosten", _s18_72, "Instellingen configureren", "support_forum", "Support Forum", "about", "Over", "documentation", "Documentatie", "contact_us", "Contacteer ons", "subtotal", "Subtotaal", "line_total", "Totaal", "item", "Artikel", "credit_email", "Krediet E-mail", "iframe_url", "Website", "domain_url", "Domein URL", _s21_64, "Wachtwoord is te kort", _s20_66, "Het wachtwoord moet een hoofdletter en een nummer bevatten", _s19_42, "Klantenportaal taken", _s23_29, "Klantenportaal dashboard", _s20_67, "Voer alstublieft een waarde in", "deleted_logo", "Logo verwijderd", "yes", "Ja", "no", "Nee", "generate_number", "Genereer nummer", "when_saved", "Als opgeslagen", "when_sent", "Als verzonden", "select_company", "Selecteer Bedrijf", "float", "Float", "collapse", "Inklappen", "show_or_hide", "Laten zien/Verbergen", "menu_sidebar", "Menu Zijbalk", "history_sidebar", "Geschiedenis Zijbalk", "tablet", "Tablet", "mobile", "Mobiel", "desktop", "Bureaublad", "layout", "Indeling", "view", "Bekijken", "module", "Module", "first_custom", _s17_155, "second_custom", _s17_156, "third_custom", _s16_265, "show_cost", "Toon kosten", _s17_88, "Laat product kosten zien", "show_cost_help", "Toon het kostenveld van een product om de opmaak / winst te volgen", _s21_65, "Toon product hoeveelheid", _s26_23, "Toon aantallen voor producten, anders de standaard versie", _s21_67, "Toon factuur aantallen", _s26_24, "Toon aantallen voor regelitem, anders de standaard versie", _s21_69, "Toon product korting", _s26_25, "Geef een regelitem kortingssveld weer", _s16_138, "Standaard aantallen", _s21_71, "Stel de producthoeveelheid automatisch in op 1", "one_tax_rate", "Eerste BTW-tarief", "two_tax_rates", "Tweede BTW-tarief", "three_tax_rates", "Derde BTW-tarief", _s16_140, "Standaard BTW-tarief", "user", "Gebruiker", "invoice_tax", "Factuur BTW-tarief", "line_item_tax", "Regelitem BTW-tarief", "inclusive_taxes", "Inclusief belasting", _s17_90, "Factuur belastingtarief", "item_tax_rates", "Product belastingtarief", _s18_74, _s31_28, "configure_rates", "Tarieven instellen", _s18_75, "Configureer Gateways", "tax_settings", "BTW-instellingen", _s18_77, "BTW-tarieven", "accent_color", "Accent Kleur", "switch", "Overschakelen", _s19_44, "Komma gescheiden lijst", "options", "Opties", _s16_142, "Eenregelige tekst", "multi_line_text", "Multi-regelige tekst", "dropdown", "Dropdwon", "field_type", "Veld type", _s27_37, "Een wachtwoord herstel mail is verzonden", "submit", "Opslaan", _s16_144, "Wachtwoord vergeten?", "late_fees", "Late vergoedingen", "credit_number", "Creditnummer", "payment_number", "Betalingsnummer", "late_fee_amount", "Late vergoedingsbedrag", _s16_145, "Late vergoedingspercentage", "schedule", "Schema", "before_due_date", "Voor de vervaldatum", "after_due_date", "Na de vervaldatum", _s18_79, "na de factuurdatum", "days", "Dagen", "invoice_email", "Factuurmail", "payment_email", "Betalingsmail", "partial_payment", _s22_86, "payment_partial", _s22_86, _s21_72, "E-mail voor gedeeltelijke betaling", "quote_email", "Offertemail", _s16_147, "Eindeloze taak", _s16_149, "Gefilterd door gebruiker", "administrator", "Beheerder", _s18_80, "Geef gebruiker de toestemming om andere gebruikers te beheren, instellingen te wijzigen en alle regels te bewerken.", "user_management", "Gebruikersbeheer", "users", "Gebruikers", "new_user", "Nieuwe Gebruiker", "edit_user", "Bewerk gebruiker", "created_user", "De gebruiker is aangemaakt", "updated_user", "De gebruiker is gewijzigd", "archived_user", "De gebruiker is gearchiveerd", "deleted_user", "De gebruiker is verwijderd", "removed_user", "Gebruiker verwijderd", "restored_user", "De gebruiker is hersteld", "archived_users", "Succesvol gearchiveerd: waarde gebruikers", "deleted_users", _s39_6, "removed_users", _s39_6, "restored_users", "Succesvol hersteld: waarde gebruikers", _s16_151, "Algemene instellingen", "invoice_options", "Factuuropties", _s17_92, 'Verberg "Reeds betaald"', _s22_55, 'Toon alleen het "Reeds betaald" gebied op je facturen als er een betaling gemaakt is.', _s23_31, "Documenten invoegen", _s28_21, "Bijgevoegde afbeeldingen weergeven in de factuur.", _s16_153, "Toon header op", _s16_154, "Toon footer op", "first_page", "eerste pagina", "all_pages", "alle pagina's", "last_page", "laatste pagina", "primary_font", "Primair lettertype", "secondary_font", "Secundair lettertype", "primary_color", "Primaire kleur", "secondary_color", "Secundaire kleur", "page_size", "Paginagrootte", "font_size", "Tekstgrootte", "quote_design", "Offerte ontwerp", "invoice_fields", "Factuurvelden", "product_fields", "Productvelden", "invoice_terms", "Factuur voorwaarden", "invoice_footer", "Factuurvoettekst", "quote_terms", "Offertevoorwaarden", "quote_footer", "Offertevoettekst", _s18_81, "Automatisch e-mailen", _s23_32, "Verzend terugkerende facturen automatisch wanneer ze worden gemaakt.", _s18_82, "Automatisch archiveren", _s23_33, "Offertes automatisch archiveren wanneer ze zijn omgezet.", _s18_83, _s20_91, _s23_34, "Zet een offerte automatisch om in een factuur zodra deze door een klant wordt goedgekeurd.", _s17_94, "Workflow instellingen", "freq_daily", "Dagelijks", "freq_weekly", "Wekelijks", "freq_two_weeks", "Twee weken", "freq_four_weeks", "Vier weken", "freq_monthly", "Maandelijks", "freq_two_months", "Twee maanden", _s17_96, "Drie maanden", _s16_155, "Vier maanden", "freq_six_months", "Zes maanden", "freq_annually", "Jaarlijks", "freq_two_years", "Twee jaar", _s16_156, "Drie jaar", "never", "Nooit", "company", "Bedrijf", _s17_97, "Gegenereerde nummers", "charge_taxes", "BTW berekenen", "next_reset", "Volgende reset", "reset_counter", "Teller resetten", _s16_157, "Terugkerend voorvoegsel", "number_padding", "Nummer afstand", "general", "Algemeen", "surcharge_field", "Extra toeslag veld", "company_field", "Bedrijf veld", "company_value", "Bedrijfswaarde", "credit_field", "Credit veld", "invoice_field", "Factuur veld", _s17_99, "Factuurkost", "client_field", "Klant veld", "product_field", "Productveld", "payment_field", "Betaalveld", "contact_field", "Contact veld", "vendor_field", "Leverancier veld", "expense_field", "Uitgave veld", "project_field", "Project veld", "task_field", "Taak veld", "group_field", "Groepsveld", "number_counter", "Nummerteller", "prefix", "Voorvoegsel", "number_pattern", "Nummer patroon", "messages", "Berichten", "custom_css", "Aangepaste CSS", _s17_101, "Zelfgeschreven JavaScript", _s16_159, "Weergeven op PDF", _s21_74, "Toon de handtekening van de klant op de factuur/offerte PDF.", _s25_41, "Factuurvoorwaarden checkbox", _s30_9, "Verplicht de klant om akkoord te gaan met de factuurvoorwaarden.", _s23_35, "Offertevoorwaarden checkbox", _s28_22, "Verplicht de klant om akkoord te gaan met de offertevoorwaarden.", _s25_42, "Factuur handtekening", _s30_10, "Verplicht de klant om zijn handtekening te zetten.", _s23_36, "Offerte handtekening", _s22_57, "Facturen beveiligen met een wachtwoord", _s27_38, "Geeft u de mogelijkheid om een wachtwoord in te stellen voor elke contactpersoon. Als er een wachtwoord is ingesteld moet de contactpersoon het wachtwoord invoeren voordat deze facturen kan bekijken.", "authorization", "Autorisatie", "subdomain", "Subdomein", "domain", "Domein", "portal_mode", "portaalmodus", "email_signature", "Met vriendelijke groeten,", _s24_39, "Maak het gemakkelijker voor uw klanten om te betalen door scherma.org opmaak toe te voegen aan uw e-mails.", "plain", "Platte tekst", "light", "Licht", "dark", "Donker", "email_design", "E-mail Ontwerp", "attach_pdf", "PDF bijvoegen", _s16_160, "Document bijvoegen", "attach_ubl", "UBL bijvoegen", "email_style", "Email opmaak", _s19_46, "Opmaak inschakelen", "reply_to_email", "Antwoord naar e-mail", "reply_to_name", "Antwoordnaam", "bcc_email", "BCC Email", "processed", "Verwerkt", "credit_card", "Creditcard", "bank_transfer", "Overschrijving", "priority", "Prioriteit", "fee_amount", "Vergoedingsbedrag", "fee_percent", "Vergoedingspercentage", "fee_cap", "Maximale vergoeding", "limits_and_fees", "limiet/vergoedingen", "enable_min", "Min inschakelen", "enable_max", "Max inschakelen", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Geaccepteerde kaart logo's", "credentials", "Gegevens", "update_address", "Adres aanpassen", _s19_49, "Pas het adres van de klant aan met de ingevulde gegevens", "rate", "Tarief", "tax_rate", "BTW-tarief", "new_tax_rate", "Nieuw BTW-tarief", "edit_tax_rate", "Bewerk tarief", _s16_162, "Het tarief is aangemaakt", _s16_163, "Het tarief is bijgewerkt", _s17_104, "Het tarief is gearchiveerd", _s16_164, "De BTW heffing is verwijderd", _s17_105, "De BTW heffing is teruggezet", _s18_84, "Succesvol gearchiveerd: waarde belastingstarieven", _s17_106, "Succesvol verwijderd: waarde belastingtarieven", _s18_85, "Succesvol hersteld: waarde belastingtarieven", "fill_products", "Producten Automatisch aanvullen", _s18_86, "Een product selecteren zal automatisch de beschrijving en kosten instellen", "update_products", "Producten automatisch wijzigen", _s20_71, "Het wijzigen van een factuur zal automatisch de producten aanpassen", _s16_165, "Producten omzetten", _s21_75, "Productprijzen automatisch converteren naar het valuta van de klant", "fees", "Transactiekosten", "limits", "Limieten", "provider", "Provider", "company_gateway", _s16_266, _s16_167, _s16_266, _s19_50, "Nieuwe instantie aanmaken", _s20_72, "Huidige instantie bewerken", _s23_37, "De nieuwe instantie is aangemaakt", _s23_38, "De nieuwe instantie is bijgewerkt", _s24_40, "De nieuwe instantie is gearchiveerd", _s23_39, "De nieuwe instantie is verwijderd", _s24_41, "De nieuwe instantie is hersteld", _s25_44, "Succesvol gearchiveerd: waarde gateways", _s24_42, "Succesvol verwijderd: waarde gateways", _s25_45, "Succesvol hersteld: waarde gateways", _s16_169, "Bewerk verder", "discard_changes", "Wis Wijzigingen", "default_value", "Standaard waarde", "disabled", "Uitgeschakeld", "currency_format", "Munt formaat", _s21_76, "Eerste dag van de week", _s23_40, "Eerste maand van het jaar", "sunday", "Zondag", "monday", "Maandag", "tuesday", "Dinsdag", "wednesday", "Woensdag", "thursday", "Donderdag", "friday", "Vrijdag", "saturday", "Zaterdag", "january", "januari", "february", "februari", "march", "maart", "april", "april", "may", "mei", "june", "juni", "july", "juli", "august", "augustus", "september", "september", "october", "oktober", "november", "november", "december", "december", "symbol", "Symbool", "ocde", "Code", "date_format", "Datum formaat", "datetime_format", "Datum/tijd opmaak", "military_time", "24-uurs klok", _s18_87, "24-uurs weergave", "send_reminders", "Verstuur herinneringen", "timezone", "Tijdzone", _s19_51, "Gefilterd op project", _s17_107, "Filteren op groep", _s19_53, "Filteren op factuur", _s18_88, "Filteren op klant", _s18_90, "Filteren op leverancier", "group_settings", "Groepsinstellingen", "group", "Groep", "groups", "Groep", "new_group", "Nieuwe groep", "edit_group", "Wijzig groep", "created_group", "Nieuwe groep aangemaakt", "updated_group", "Groep gewijzigd", "archived_groups", "Succesvol gearchiveerd: waarde groepen", "deleted_groups", "Succesvol verwijderd: waarde groepen", "restored_groups", "Succesvol hersteld: waarde groepen", "archived_group", "Groep gearchiveerd", "deleted_group", "Groep verwijderd", "restored_group", "De groep is hersteld", "upload_logo", "Upload logo", "uploaded_logo", "Het logo is opgeslagen", "logo", "Logo", "saved_settings", "De instellingen zijn opgeslagen", _s16_171, "Productinstellingen", "device_settings", "Apparaatinstellingen", "defaults", "Standaardwaarden", "basic_settings", "Basisinstellingen", _s17_109, "Geavanceerde instellingen", "company_details", "Bedrijfsdetails", "user_details", "Gebruikersgegevens", "localization", "Lokalisatie", "online_payments", "Online betalingen", "tax_rates", "BTW-tarieven", "notifications", "Notificaties", "import_export", "Importeer/Exporteer", "custom_fields", "Aangepaste velden", "invoice_design", "Factuurontwerp", "buy_now_buttons", "Koop nu knoppen", "email_settings", "E-mailinstellingen", _s23_42, "Sjablonen en herinneringen", _s22_58, "Credit Cards & Banken", _s19_55, "Datavisualisaties", "price", "Prijs", "email_sign_up", "Aanmelden voor email", "google_sign_up", "Aanmelden bij Google", _s27_42, "Bedankt voor uw aankoop!", "redeem", "Verzilver", "back", "Terug", "past_purchases", "Voorbije aankopen", _s19_57, "Jaarlijks abonnement", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count gebruikers", "upgrade", "Upgrade", _s25_46, "Vul een voornaam in aub", _s24_43, "Vul een naam in aub", _s33_21, "Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.", "i_agree_to_the", "Ik ga akkoord met", _s16_173, "Gebruiksvoorwaarden", "privacy_policy", "Privacybeleid", "sign_up", "Aanmelden", "account_login", "Accountlogin", "view_website", "Bekijk website", "create_account", "Account aanmaken", "email_login", "Email login", "create_new", "Nieuwe aanmaken", _s18_92, "Geen records geselecteerd", _s21_79, "Bewaar of annuleer de wijzigingen", "download", "Download", _s27_43, "Vereist een enterprise plan", "take_picture", "Maak foto", "upload_file", "Upload bestand", "document", "Document", "documents", "Documenten", "new_document", "Nieuw document", "edit_document", "Bewerk Document", _s17_111, "Document is geupload", _s16_175, "Het document is bijgewerkt", _s17_112, "Het document is gearchiveerd", _s16_176, "Het document is verwijderd", _s17_113, "Het document is hersteld", _s18_94, "Succesvol gearchiveerd: waarde documenten", _s17_114, "Succesvol verwijderd: waarde documenten", _s18_95, "Succesvol hersteld: waarde documenten", "no_history", "Geen geschiedenis", "expense_date", "Uitgave datum", "pending", "In afwachting", _s16_177, "Gelogged", _s16_178, "In afwachting", _s16_179, "Gefactureerd", "converted", "Omgezet", _s24_45, "Voeg documenten toe aan factuur", "exchange_rate", "Wisselkoers", _s16_180, "Reken valuta om", "mark_paid", "Markeer als betaald", "category", "Categorie", "address", "Adres", "new_vendor", "Nieuwe leverancier", "created_vendor", "De leverancier is aangemaakt", "updated_vendor", "De leverancier is gewijzigd", "archived_vendor", "De leverancier is gearchiveerd", "deleted_vendor", "De leverancier is verwijderd", "restored_vendor", "De leverancier is hersteld", _s16_181, "Succesvol :count leveranciers gearchiveerd", "deleted_vendors", "Succesvol :count leveranciers verwijderd", _s16_182, "Succesvol hersteld: waarde leveranciers", "new_expense", "Nieuwe uitgave", "created_expense", "De uitgave is aangemaakt", "updated_expense", "De uitgave is gewijzigd", _s16_183, "De uitgave is gearchiveerd", "deleted_expense", "De uitgave is verwijderd", _s16_184, "De uitgave is hersteld", _s17_115, "De uitgaven zijn gearchiveerd", _s16_185, "De uitgaven zijn verwijderd", _s17_116, "Succesvol hersteld: waarde uitgaven", "copy_shipping", "Levering kopi\xebren", "copy_billing", "Facturatie kopi\xebren", "design", "Ontwerp", _s21_80, "Geen gegeven gevonden", "invoiced", "Gefactureerd", "logged", "Gelogd", "running", "Lopend", "resume", "Doorgaan", "task_errors", "Pas overlappende tijden aan a.u.b..", "start", "Start", "stop", "Stop", "started_task", "De taak is gestart", "stopped_task", "De taak is gestopt", "resumed_task", "Taak hervat", "now", "Nu", _s16_186, "Automatisch Startende Taken", "timer", "Timer", "manual", "Manueel", "budgeted", "Begroot", "start_time", "Starttijd", "end_time", "Eindtijd", "date", "Datum", "times", "Tijden", "duration", "Duur", "new_task", "Nieuwe taak", "created_task", "De taak is aangemaakt", "updated_task", _s20_90, "archived_task", "De taak is gearchiveerd", "deleted_task", "De taak is verwijderd", "restored_task", "De taak is hersteld", "archived_tasks", "Succesvol :count taken gearchiveerd", "deleted_tasks", "Succesvol :count taken verwijderd", "restored_tasks", "Succesvol hersteld: waarde taken", _s19_59, "Geef a.u.b. een naam op", "budgeted_hours", "Begrote uren", "created_project", "Het project is aangemaakt", "updated_project", "Het project is gewijzigd", _s16_188, "Het project is gearchiveerd", "deleted_project", _s25_61, _s16_189, "Het project is hersteld", _s17_117, "Succesvol :count projecten gearchiveerd", _s16_190, "Succesvol :count projecten verwijderd", _s17_118, "Succesvol hersteld: waarde projecten", "new_project", "Nieuw project", _s27_47, "Bedankt voor het gebruik van onze app!", "if_you_like_it", "Als je het leuk vindt alsjeblieft", "click_here", "Klik hier", _s18_96, "Klik hier", "to_rate_it", "om een score te geven.", "average", "Gemiddeld", "unapproved", "Afgekeurd", _s30_15, "Gelieve te authenticeren om deze instelling te wijzigen", "locked", "Vergrendeld", "authenticate", "Authenticeer", _s19_61, "Gelieve te authenticeren", _s24_47, "Biometrische authenticatie", "footer", "Voettekst", "compare", "Vergelijk", "hosted_login", "Hosted login", "selfhost_login", "Self-Host login", "google_sign_in", "Log in met Google", "today", "Vandaag", "custom_range", "Aangepast bereik", "date_range", "Datumbereik", "current", "Huidige", "previous", "Vorige", "current_period", "Huidige Periode", _s17_119, "Periode om mee te vergelijken", "previous_period", "Vorige Periode", "previous_year", "Vorig jaar", "compare_to", "Vergelijk met", "last7_days", "Laatste 7 dagen", "last_week", "Afgelopen week", "last30_days", "Laatste 30 Dagen", "this_month", "Deze maand", "last_month", "Vorige maand", "this_year", "Dit jaar", "last_year", "Vorig jaar", "custom", "Aangepast", _s16_191, "Dupliceer als factuur", "clone_to_quote", "Dupliceer als offerte", "clone_to_credit", "Klonen naar krediet", "view_invoice", "Bekijk factuur", "convert", "Converteer", "more", "Meer", "edit_client", "Wijzig klant", "edit_product", "Wijzig product", "edit_invoice", "Wijzig factuur", "edit_quote", "Bewerk offerte", "edit_payment", "Bewerk betaling", "edit_task", "Wijzig taak", "edit_expense", "Bewerk uitgave", "edit_vendor", "Bewerk leverancier", "edit_project", "Wijzig project", _s20_74, "Bewerk terugkerende offerte", "billing_address", "Factuuradres", _s16_193, "Leveringsadres", "total_revenue", "Totale inkomsten", "average_invoice", "Gemiddelde factuur", "outstanding", "Uitstaand", "invoices_sent", "facturen verzonden", "active_clients", "Actieve klanten", "close", "Sluiten", "email", "E-mail", "password", "Wachtwoord", "url", "URL", "secret", "Secret", "name", "Naam", "logout", "Afmelden", "login", "Login", "filter", "Filter", "sort", "Sorteer", "search", "Zoeken", "active", "Actief", "archived", "Gearchiveerd", "deleted", "Verwijderd", "dashboard", "Dashboard", "archive", "Archiveer", "delete", "Verwijder", "restore", "Herstel", _s16_195, "Verversen afgerond", _s23_43, "Gelieve uw e-maildres in te vullen", _s26_34, "Gelieve uw wachtwoord in te voeren", _s21_83, "Gelieve uw URL in te voeren", _s26_36, "Gelieve een productcode in te voeren", "ascending", "Oplopend", "descending", "Aflopend", "save", "Opslaan", _s17_121, "Er is een fout opgetreden", "paid_to_date", "Reeds betaald", "balance_due", "Te voldoen", "balance", "Saldo", "overview", "Overzicht", "details", "Details", "phone", "Telefoon", "website", "Website", "vat_number", "BTW-nummer", "id_number", "KVK-nummer", "create", "Aanmaken", _s19_63, "Waarde :value naar klembord gekopieerd", "error", "Fout", _s16_197, "Kon niet starten", "contacts", "Contactpersonen", "additional", "Extra", "first_name", "Voornaam", "last_name", "Achternaam", "add_contact", "Contact toevoegen", "are_you_sure", "Weet je het zeker?", "cancel", "Annuleren", "ok", "OK", "remove", "Verwijderen", _s16_199, "E-mailadres is incorrect", "product", "Product", "products", "Producten", "new_product", "Nieuw product", "created_product", "Het product is aangemaakt", "updated_product", "Het product is gewijzigd", _s16_201, "Het product is gearchiveerd", "deleted_product", "Het product is verwijderd", _s16_202, "Het product is hersteld", _s17_123, "Succesvol :count producten gearchiveerd", _s16_203, "Succesvol :count producten verwijderd", _s17_124, "Succesvol hersteld: waarde producten", "product_key", "Product", "notes", "Notities", "cost", "Kosten", "client", "Klant", "clients", "Klanten", "new_client", "Nieuwe klant", "created_client", "De klant is aangemaakt", "updated_client", "De klant is bijgewerkt", "archived_client", "De klant is gearchiveerd", _s16_204, "Succesvol :count klanten gearchiveerd", "deleted_client", "De klant is verwijderd", "deleted_clients", "Succesvol :count klanten verwijderd", "restored_client", "De klant is hersteld", _s16_205, "Succesvol hersteld: waarde klanten", "address1", "Straat", "address2", "Bus", "city", "Plaats", "state", "Provincie", "postal_code", "Postcode", "country", "Land", "invoice", "Factuur", "invoices", "Facturen", "new_invoice", "Nieuwe factuur", "created_invoice", "De factuur is aangemaakt", "updated_invoice", "De factuur is gewijzigd", _s16_206, "De factuur is gearchiveerd", "deleted_invoice", "De factuur is verwijderd", _s16_207, "De factuur is hersteld", _s17_125, "Succesvol :count facturen gearchiveerd", _s16_208, "De :count facturen zijn verwijderd", _s17_126, "Succesvol hersteld: waarde facturen", "emailed_invoice", "De factuur is gemaild", "emailed_payment", "De betaling is per mail verstuurd", "amount", "Bedrag", "invoice_number", "Factuurnummer", "invoice_date", "Factuurdatum", "discount", "Korting", "po_number", "Bestelnummer", "terms", "Voorwaarden", "public_notes", "Publieke opmerkingen", "private_notes", "Prive notities", "frequency", "Frequentie", "start_date", "Startdatum", "end_date", "Einddatum", "quote_number", "Offertenummer", "quote_date", "Offertedatum", "valid_until", "Geldig tot", "items", "Artikelen", "partial_deposit", "Voorschot", "description", "Omschrijving", "unit_cost", "Eenheidsprijs", "quantity", "Aantal", "add_item", "Artikel toevoegen", "contact", "Contact", "work_phone", "Telefoon", "total_amount", "Totaal hoeveelheid", "pdf", "PDF", "due_date", "Vervaldatum", _s16_209, "Gedeeltelijke vervaldatum", "status", "Status", _s17_127, "Factuurstatus", "quote_status", "Offertestatus", _s22_59, "Klik op + om een artikel toe te voegen", _s22_61, "Klik + om tijd toe te voegen", "count_selected", ":count geselecteerd", "total", "Totaal", "percent", "Procent", "edit", "Bewerk", "dismiss", "Seponeren", _s20_76, "Gelieve een datum selecteren", _s22_62, _s31_28, _s24_49, "Selecteer een factuur", "task_rate", "Taak tarief", "settings", "Instellingen", "language", "Taal", "currency", "Munteenheid", "created_at", "Aanmaakdatum", "created_on", "Aangemaakt op", "updated_at", "Bijgewerkt", "tax", "Belasting", _s30_17, "Gelieve een factuurnummer in te voeren", _s27_51, "Gelieve een offertenummer in te voeren", "past_due", "Verlopen", "draft", "Concept", "sent", "Verzonden", "viewed", "Bekeken", "approved", "Goedgekeurd", "partial", "Voorschot", "paid", "Betaald", "mark_sent", "Markeer als verzonden", _s22_64, "De factuur is gemarkeerd als verzonden", _s22_65, "Factuur succesvol gemarkeerd als verzonden", _s23_45, "Facturen gemarkeerd als verzonden", _s23_46, "Facturen succesvol gemarkeerd als verzonden", "done", "Klaar", _s37_18, "Gelieve een bedrijfsnaam of contactpersoon in te voeren", "dark_mode", "Donkere modus", _s27_53, "Herstart de applicatie om de wijziging toe te passen", "refresh_data", "Gegevens verversen", "blank_contact", "Leeg contact", "activity", "Activiteit", _s16_211, "Geen gegevens gevonden", "clone", "Dupliceer", "loading", "Laden", "industry", "Industrie", "size", "Grootte", "payment_terms", "Betalingsvoorwaarden", "payment_date", "Betalingsdatum", "payment_status", "Betaalstatus", _s16_213, "In afwachting", _s16_214, "Ongeldig", _s16_215, "Mislukt", _s16_216, "Voltooid", _s16_217, "Deels terugbetaald", _s16_218, "Gecrediteerd", _s17_128, "Niet toegepast", _s17_129, _s27_71, "net", "Betaaltermijn", "client_portal", "Klantenportaal", "show_tasks", "Toon taken", "email_reminders", "E-mail herinneringen", "enabled", "Ingeschakeld", "recipients", "Ontvangers", "initial_email", "Initi\xeble e-mail", "first_reminder", _s18_128, "second_reminder", _s18_129, "third_reminder", _s17_157, "reminder1", _s18_128, "reminder2", _s18_129, "reminder3", _s17_157, "template", "Sjabloon", "send", "Verstuur", "subject", "Onderwerp", "body", "Tekst", "send_email", "Verstuur e-mail", "email_receipt", "Mail betalingsbewijs naar de klant", "auto_billing", "Automatisch incasseren", "button", "Knop", "preview", "Voorbeeld", "customize", "Aanpassen", "history", "Geschiedenis", "payment", "Betaling", "payments", "Betalingen", "refunded", "Gecrediteerd", "payment_type", "Betalingswijze", _s21_85, "Transactie referentie", "enter_payment", "Voer betaling in", "new_payment", "Nieuwe betaling", "created_payment", "De betaling is aangemaakt", "updated_payment", "De betaling is gewijzigd", _s16_219, "De betaling is gearchiveerd", "deleted_payment", "De betaling is verwijderd", _s16_220, "De betaling is hersteld", _s17_130, "Succesvol :count betalingen gearchiveerd", _s16_221, "Succesvol :count betalingen verwijderd", _s17_131, "Succesvol hersteld: waarde betalingen", "quote", "Offerte", "quotes", "Offertes", "new_quote", "Nieuwe offerte", "created_quote", "De offerte is aangemaakt", "updated_quote", "De offerte is gewijzigd", "archived_quote", "De offerte is gearchiveerd", "deleted_quote", "De offerte is verwijderd", "restored_quote", "De offerte is hersteld", "archived_quotes", "Succesvol :count offertes gearchiveerd", "deleted_quotes", "Succesvol :count offertes verwijderd", "restored_quotes", "Succesvol hersteld: waarde offertes", "expense", "Uitgave", "expenses", "Uitgaven", "vendor", "Leverancier", "vendors", "Leveranciers", "task", "Taak", "tasks", "Taken", "project", "Project", "projects", "Projecten", "activity_1", ":user heeft klant :client aangemaakt", "activity_2", ":user heeft klant :client gearchiveerd", "activity_3", ":user heeft klant :client verwijderd", "activity_4", ":user heeft factuur :invoice aangemaakt", "activity_5", ":user heeft factuur :invoice bijgewerkt", "activity_6", ":user heeft factuur :invoice voor :client naar :contact verstuurd", "activity_7", ":contact heeft factuur :invoice voor :client bekeken", "activity_8", ":user heeft factuur :invoice gearchiveerd", "activity_9", ":user heeft factuur :invoice verwijderd", "activity_10", ":contact heeft betaling :payment van :payment_amount ingevoerd voor factuur :invoice voor :client", "activity_11", ":user heeft betaling :payment bijgewerkt", "activity_12", ":user heeft betaling :payment gearchiveerd", "activity_13", ":user heeft betaling :payment verwijderd", "activity_14", ":user heeft :credit krediet ingevoerd", "activity_15", ":user heeft :credit krediet bijgewerkt", "activity_16", ":user heeft :credit krediet gearchiveerd", "activity_17", ":user heeft :credit krediet verwijderd", "activity_18", ":user heeft offerte :quote aangemaakt", "activity_19", ":user heeft offerte :quote bijgewerkt", "activity_20", ":user heeft offerte :quote voor :client verstuurd naar :contact", "activity_21", ":contact heeft offerte :quote bekeken", "activity_22", ":user heeft offerte :quote gearchiveerd", "activity_23", ":user heeft offerte :quote verwijderd", "activity_24", ":user heeft offerte :quote hersteld", "activity_25", ":user heeft factuur :invoice hersteld", "activity_26", ":user heeft klant :client hersteld", "activity_27", ":user heeft betaling :payment hersteld", "activity_28", ":user heeft :credit krediet hersteld", "activity_29", ":contact heeft offerte :quote goedgekeurd voor :client", "activity_30", ":user heeft leverancier :vendor aangemaakt", "activity_31", ":user heeft leverancier :vendor gearchiveerd", "activity_32", ":user heeft leverancier :vendor verwijderd", "activity_33", ":user heeft leverancier :vendor hersteld", "activity_34", ":user heeft uitgave :expense aangemaakt", "activity_35", ":user heeft uitgave :expense gearchiveerd", "activity_36", ":user heeft uitgave :expense verwijderd", "activity_37", ":user heeft uitgave :expense hersteld", "activity_39", ":user heeft een a :payment_amount betaling geannuleerd :payment", "activity_40", ":user heeft :adjustment van een :payment_amount betaling :payment", "activity_41", "Betaling van :payment_amount mislukt (:payment)", "activity_42", ":user heeft taak :task aangemaakt", "activity_43", ":user heeft taak :task bijgewerkt", "activity_44", ":user heeft taak :task gearchiveerd", "activity_45", ":user heeft taak :task verwijderd", "activity_46", ":user heeft taak :task hersteld", "activity_47", ":user heeft uitgave :expense bijgewerkt", "activity_48", ":user heeft de gebruiker: :user aangemaakt", "activity_49", ":user heeft de gebruiker: :user aangepast", "activity_50", ":user heeft de gebruiker: :user gearchiveerd", "activity_51", ":user heeft de gebruiker: :user verwijderd", "activity_52", ":user heeft de gebruiker: :user hersteld", "activity_53", ":user heeft factuur :invoice als verstuurd gemarkeerd", "activity_54", ":user heeft ticket :ticket heropend", "activity_55", ":contact heeft op ticket :ticket gereageerd", "activity_56", ":user heeft ticket :ticket bekeken", "activity_57", "Systeem kon de factuur niet mailen :invoice", "activity_58", ":gebruiker heeft factuur :invoice teruggedraaid", "activity_59", ":gebruiker heeft factuur :invoice geannuleerd", "activity_60", ":contact heeft de offerte :quote bekeken", "activity_61", ":user heeft de klant :client aangepast", "activity_62", ":user heeft de leverancier :vendor gewijzigd", "activity_63", ":user heeft de eerste herinnering voor factuur :invoice naar :contact verzonden", "activity_64", ":user heeft de tweede herinnering voor factuur :invoice naar :contact verzonden", "activity_65", ":user heeft de derde herinnering voor factuur :invoice naar :contact verzonden", "activity_66", ":user heeft eindeloze herinneringen voor factuur :invoice naar :contact verzonden", "activity_80", ":user heeft abonnement :subscription aangemaakt", "activity_81", ":user heeft abonnement :subscription bijgewerkt", "activity_82", ":user heeft abonnement :subscription gearchiveerd", "activity_83", ":user heeft abonnement :subscription verwijderd", "activity_84", ":user heeft abonnement :subscription hersteld", _s17_132, "Eenmalig wachtwoord", "emailed_quote", "De offerte is gemaild", "emailed_credit", "Krediet is verzonden", _s20_78, "De offerte is gemarkeerd als verzonden", _s21_87, "Krediet is gemarkeerd als verzonden", "expired", "Verlopen", "all", "Alles", "select", "Selecteer", _s22_66, "Lang indrukken multiselect", "custom_value1", _s17_158, "custom_value2", _s17_158, "custom_value3", "Aangepaste waarde 3", "custom_value4", "Aangepaste waarde 4", _s18_97, "Aangepaste Email Stijl", _s24_54, "Aangepast bericht Dashboard", _s29_37, "Aangepast bericht Onbetaalde Factuur", _s27_58, "Aangepast bericht Betaalde Factuur", _s31_18, "Aangepast bericht Niet goedgekeurde Offerte", "lock_invoices", "Vergrendel facturen", "translations", "Vertalingen", _s19_64, "Taaknummer patroon", _s19_66, "Taaknummer teller", _s22_68, "Uitgave nummer patroon", _s22_70, "Uitgave nummer teller", _s21_88, "Leverancier nummer patroon", _s21_90, "Leverancier nummer teller", _s21_92, "Ticket nummer patroon", _s21_94, "Ticket nummer teller", _s22_72, "Betalingsnummer patroon", _s22_74, "Betalingsnummer teller", _s22_76, "Factuur nummer patroon", _s22_78, "Factuurnummerteller", _s20_79, "Offertenummer teller", _s20_81, "Offertenummerteller", _s21_96, _s21_117, _s21_98, _s20_96, _s21_100, _s21_117, _s21_101, _s20_96, _s18_99, "Teller datum resetten", "counter_padding", "Teller patroon", _s28_57, "Gedeelde factuur offerte teller", _s18_101, "Standaard BTW naam 1", _s18_103, "Standaard BTW-tarief 1", _s18_105, "Standaard BTW naam 2", _s18_107, "Standaard BTW-tarief 2", _s18_109, "Standaard BTW naam 3", _s18_111, "Standaard BTW-tarief 3", _s21_102, "E-mail factuur onderwerp", _s19_68, "E-mail offerte onderwerp", _s21_104, "E-mail betaling onderwerp", _s29_39, "E-mail gedeeltelijke betalingsonderwerp", "show_table", "Weergeef als tabel", "show_list", "Weergeef als lijst", "client_city", "Klant stad", "client_state", "Klant provincie", "client_country", "Land van de klant", _s16_222, "Klant is actief", "client_balance", "Klanten balans", "client_address1", "Klant straat", "client_address2", "Klant apt/suite", "vendor_address1", "Leverancier straatnaam", "vendor_address2", "Leverancier Apt / Suite", _s24_56, "Klant leveringsadres", _s24_57, "Klant leverings Apt/Suite", "type", "Type", "invoice_amount", "Factuurbedrag", _s16_226, "Vervaldatum", "tax_rate1", "BTW-tarief 1", "tax_rate2", "BTW-tarief 2", "tax_rate3", "BTW-tarief 3", "auto_bill", "Automatische incasso", "archived_at", "Gearchiveerd op", "has_expenses", "Heeft uitgaves", "custom_taxes1", "Aangepaste Belastingen 1", "custom_taxes2", "Aangepaste Belastingen 2", "custom_taxes3", "Aangepaste Belastingen 3", "custom_taxes4", "Aangepaste Belastingen 4", _s17_134, _s20_92, _s17_135, _s20_93, _s17_136, _s20_94, _s17_137, _s20_95, "is_deleted", "Is verwijderd", "vendor_city", "Stad van de klant", "vendor_state", "Leverancier provincie", "vendor_country", "Land van de verkoper", "is_approved", "Is goedgekeurd", "tax_name", "Belasting naam", "tax_amount", "BTW", "tax_paid", "Betaalde Belasting", "payment_amount", "Betalingsbedrag", "age", "Leeftijd", "is_running", "Word uitgevoerd", "time_log", "Tijdschema", "bank_id", "Bank", _s19_70, "Uitgave categorie ID", _s16_227, _s16_264, _s19_72, "Factuur valuta ID", "tax_name1", "BTW naam 1", "tax_name2", "BTW naam 2", "tax_name3", "BTW naam 3", "transaction_id", "Transactie ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "en_GB", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Enable", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "Taxes", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Delete Invoice", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Email Invoice", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Learn more", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Line Total", "item", "Item", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Colour", "secondary_color", "Secondary Colour", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "Invoice Terms", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Fortnightly", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorisation", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Rate", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localisation", "online_payments", "Online Payments", "tax_rates", "Tax Rates", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "Data Visualisations", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Address", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "Email", "password", "Password", "url", "URL", "secret", "Secret", "name", "Name", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "Paid to Date", "balance_due", "Balance Due", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "Phone", "website", "Website", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacts", "additional", "Additional", "first_name", "First Name", "last_name", "Last Name", "add_contact", "Add contact", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "Customer", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Street", "address2", "Unit/Suite", "city", "Town/Suburb", "state", "State", "postal_code", "Postcode", "country", "Country", "invoice", "Invoice", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "Invoice Number", "invoice_date", "Invoice Date", "discount", "Discount", "po_number", "PO Number", "terms", "Terms", "public_notes", "Public Notes", "private_notes", "Private Notes", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Description", "unit_cost", "Unit Cost", "quantity", "Quantity", "add_item", "Add Item", "contact", "Contact", "work_phone", "Phone", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Due Date", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Settings", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Payment Terms", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customise", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "Enter Payment", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "et", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_70, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\xdchendage", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "N\xf5ustu", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Makseseaded", "default", "Vaikimisi", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lisa L\xfc\xfcs", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Lisa arvele :invoice", _s17_11, _s17_12, "week", "N\xe4dal", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Arve Valuuta", "range", "Vahemik", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Loo projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Arve summas :amount viivis oleks :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Kinnita", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Tavaline", "large", "Large", "extra_large", "V\xe4ga suur", _s16_17, "Kuva PDF-i eelvaade", _s21_20, "Kuva PDF-i eelvaade arvete redigeerimise ajal", "print_pdf", "Prindi PDF", "remind_me", "Tuleta mulle meelde", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Peida eelvaade", "edit_record", "Redigeeri kirjet", _s27_9, "Ettemaksusumma ei tohi olla suurem kui arve summa", "giropay", "GiroPay", "direct_debit", "Otsekorraldusega", _s21_21, "Palun m\xe4\xe4ra konto parool", "set_password", "Sea Salas\xf5na", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Eelvolitatud deebetmaksed", "becs", "BECS otsekorraldus", "bulk_download", "Lae alla", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Kliendi postiindeks", _s17_16, "Kliendi KMKR number", "has_tasks", "Has Tasks", "registration", "Registreerimine", _s27_10, "Volitage Stripe v\xf5rgumakseid vastu v\xf5tma.", "view_expense", "Vaadake kulu # :expense", "view_statement", "Vaata aruannet", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "V\xe4rskendage k\xf5iki kirjeid", "system", "S\xfcsteem", _s19_15, "M\xe4\xe4rake vaikeettev\xf5te", "updated_company", "Ettev\xf5tte v\xe4rskendamine \xf5nnestus", "kbc", "KBC", "bancontact", "Blokeeri kontakt", _s19_17, "Aidake meil t\xe4iustada, \xf6elge meile p\xf5hjus (valikuline)", "webhook_success", "Webhook Success", _s24_14, "K\xf5ik \xfclesanded peavad kuuluma samale kliendile", _s27_11, "K\xf5ik kulud peavad kuuluma samale kliendile", "app", "Rakendus", _s20_25, "Parima suutlikuse saavutamiseks laadige alla rakendus :app", _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Kellelt Nimi", _s16_23, "Klooni kuluks", _s17_19, "Korduva kulu", _s18_19, "Korduvad kulud", _s21_22, "Uus Korduv kulu", _s22_27, "Redigeeri Korduv kulu", _s25_3, "Korduva kulu loomine \xf5nnestus", _s25_4, "Korduva kulu v\xe4rskendamine \xf5nnestus", _s26_4, "Korduva kulu arhiveerimine \xf5nnestus", _s25_5, "Projekti kustutamine \xf5nnestus", _s25_6, _s38_2, _s26_5, "Korduva kulu taastamine \xf5nnestus", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Viimase saatmise kuup\xe4ev", "include_drafts", "Kaasa mustandid", _s19_19, "Kaasake aruannetesse kirjete mustandid", "is_invoiced", "Is Invoiced", "change_plan", "Muuda plaani", "persist_data", "Persist Data", "customer_count", "Klientide arv", _s16_24, "Kinnitage kliendid", _s16_26, _s16_27, _s28_2, "Google Analyticsi j\xe4lgimise ID", "decimal_comma", "K\xfcmnendkoma", _s26_6, "Kasutage vormides koma k\xfcmnendkohana", "select_method", "Valige meetod", "select_platform", "Valige Platvorm", _s28_4, "Kasutage Gmailiga \xfchenduse loomiseks veebirakendust", _s16_28, "Kauba maksum\xe4\xe4rad on keelatud", "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Kasutusjuhend", _s18_21, "Lisa teine \u200b\u200bkontakt", "previous_page", "Eelmine leht", "next_page", "J\xe4rgmine leht", "export_colors", "Ekspordi v\xe4rve", "import_colors", "Impordi v\xe4rve", "clear_all", "Puhasta k\xf5ik", "contrast", "Kontrast", "custom_colors", "Kohandatud v\xe4rvid", "colors", "V\xe4rvid", _s31_4, "K\xfclgriba aktiivne taustav\xe4rv", _s25_9, "K\xfclgriba aktiivne fondiv\xe4rv", _s33_5, "K\xfclgriba mitteaktiivne taustav\xe4rv", _s27_12, "K\xfclgriba passiivne fondi v\xe4rv", _s36_3, "Tabeli alternatiivse rea taustav\xe4rv", _s31_6, "Arve p\xe4ise taustav\xe4rv", _s25_11, "Arve p\xe4ise fondi v\xe4rv", "net_subtotal", "Neto kokku", "review_app", "Vaadake rakendus \xfcle", "check_status", "Kontrolli olekut", "free_trial", "Tasuta prooviversioon", _s23_12, "Pro-paketi prooviperiood l\xf5peb :count p\xe4eva p\xe4rast, kl\xf5psake versiooniuuendamiseks.", _s21_24, "T\xe4na on Pro-paketi prooviversiooni viimane p\xe4ev, kl\xf5psake versiooniuuendamiseks.", "change_email", "Muuda meiliaadressi", _s25_13, _s52_, _s21_25, "Portaalis kuvatud \xfclesanded", "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Impordi Andmed", "import_settings", "Impordi s\xe4tted", _s17_21, "Esitage JSON-fail", _s19_20, "Valige importimiseks seaded ja/v\xf5i andmed", "json", "JSON", _s24_17, "\xdchtegi makset\xfc\xfcpi pole lubatud", "wait_for_data", "Palun oodake andmete laadimise l\xf5petamist", "net_total", "Netosumma", "has_taxes", "On maksud", _s16_29, "Impordi kliendid", _s18_23, "Klientide importimine algas edukalt", "login_success", "Sisselogimine \xf5nnestus", "login_failure", "Sisselogimine eba\xf5nnestus", "exported_data", "Kui fail on valmis, saate allalaadimislingiga meili", _s23_13, "Sisaldab kustutatud kliente", _s28_6, "Laadige kustutatud klientidele kuuluvad kirjed", "step_1_sign_in", "1. samm: logige sisse", _s16_32, "2. samm: autoriseerimine", "account_id", "Konto ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "N\xe4ita \xfclesande l\xf5ppkuup\xe4eva", _s23_15, "Lubage \xfclesande l\xf5ppkuup\xe4eva m\xe4\xe4ramine", "gateway_setup", "Gateway Setup", "preview_sidebar", "K\xfclgriba eelvaade", _s16_33, "N\xe4idatud aastate andmed", _s18_26, "K\xf5ik seansid on edukalt l\xf5ppenud", _s16_35, "L\xf5petage k\xf5ik seansid", "count_session", "1 seanss", "count_sessions", ":count seansse", "invoice_created", "Arve loodud", "quote_created", "Hinnapakkumine loodud", "credit_created", "Ettemaks loodud", "pro", "Pro", "enterprise", "Ettev\xf5te", "last_updated", "Viimati uuendatud", "invoice_item", "Arve \xfcksus", "quote_item", "Hinnapakkumise \xfcksus", _s18_27, "Kontakti Eesnimi", _s17_23, "Kontakti Perekonnanimi", "order", "Telli", "unassigned", "M\xe4\xe4ramata", "partial_value", "Peab olema suurem kui null ja v\xe4iksem kui kogusumma", "search_kanban", _s16_267, "search_kanbans", _s16_267, "kanban", "Kanban", "enable", "Luba", "move_top", "Liigu \xfcles", "move_up", "Liigu \xfcles", "move_down", "Liigu alla", "move_bottom", "Liigu alla", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "On vaadatud", "letter", "Kiri", "legal", "Juriidiline", "page_layout", "Lehe kujundus", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Arve tasumise tingimused", _s17_27, "Pakkumine kehtib kuni", "no_headers", "P\xe4ised puuduvad", "add_header", "Lisa p\xe4is", "remove_header", "Eemalda p\xe4is", "return_url", "Return URL", "rest_method", "REST meetod", "header_key", "Header Key", "header_value", "P\xe4ise v\xe4\xe4rtus", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo allahindlus", _s18_31, "Luba t\xfchistamine", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Prooviversioon lubatud", "trial_duration", "Prooviperioodi kestus", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Tagastamisperiood", _s21_32, _s21_33, "purchase_page", "Ostu leht", "security", "Turvalisus", "email_bounced", "E-post p\xf5rkus tagasi", _s20_28, "R\xe4mpsposti kaebus", "email_delivery", "E-posti teel kohaletoimetamine", _s16_39, _s16_40, "pdf_response", "PDF vastus", _s22_29, "Autentimise eba\xf5nnestumine", "pdf_failed", "PDF eba\xf5nnestus", "pdf_success", "PDF \xf5nnestus", "modified", "Muudetud", "subscription", "Subscription", "subscriptions", "Tellimused", _s16_41, _s16_42, _s17_29, "Redigeeri tellimust", _s20_29, "Tellimuse loomine \xf5nnestus", _s20_30, "Tellimuse v\xe4rskendamine \xf5nnestus", _s21_34, "Tellimuse arhiveerimine \xf5nnestus", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Saada kutse uuesti", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Kahefaktoriline autentimine edukalt rakendatud", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Kaheastmeline Autentimine", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Tagastatud makse", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "See kvartal", "last_quarter", "Viimane kvartal", "to_update_run", "To update run", _s18_39, "Muuda Arveks", _s16_54, "Registreerimise URL", "invoice_project", "Arve projekt", "invoice_task", "Koosta \xfclesande arve", "invoice_expense", "Arve kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Salvesta ja eelvaade", "save_and_email", "Salvesta ja saada meil", _s16_58, _s16_59, _s16_60, "Konverteeritud summa", _s17_38, "Konverteeritud saldo", _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "On saadetud", _s17_40, "Vaikimisi Dokumendid", "document_upload", "Dokumendi \xfcleslaadimine", _s20_35, "V\xf5imaldab klientidel dokumente \xfcles laadida", "expense_total", "Kulud kokku", "enter_taxes", "Sisestage Maksud", "by_rate", "By Rate", "by_amount", "Summa j\xe4rgi", "enter_amount", "Sisesta summa", "before_taxes", "Enne makse", "after_taxes", "Peale makse", "color", "V\xe4rv", "show", "N\xe4ita", "hide", "Peida", "empty_columns", "T\xfchjad veerud", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Viimased \xfclesanded", "recent_expenses", "Viimased kulud", _s17_42, "Eelseisvad kulud", "update_app", "V\xe4rskenda rakendust", "started_import", "Impordi alustamine \xf5nnestus", _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Tulp", "sample", "N\xe4idis", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", "Valige fail", _s16_62, _s16_63, "csv_file", "CSV fail", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML re\u017eiim", "html_mode_help", "V\xe4rskenduste eelvaade on kiirem, kuid v\xe4hem t\xe4pne", "view_licenses", "Vaadake litsentse", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Kinnitamiseks tippige ":value".', "purge", "Purge", "service", "Teenus", "clone_to", "Kloonida", "clone_to_other", "Clone to Other", "labels", "Sildid", "add_custom", "Lisa kohandatud", "payment_tax", "Payment Tax", "unpaid", "Maksmata", "white_label", "White Label", "delivery_note", "Saateleht", _s24_24, "Saadetud arved on lukus", _s24_26, "Tasutud arved on lukus", "source_code", "Source Code", "app_platforms", "Rakenduste platvormid", "invoice_late", "Arve Hilinenud", "quote_expired", "Hinnapakkumine aegunud", "partial_due", "Osaline t\xe4htaeg", "invoice_total", "Arve kokku", "quote_total", "Hinnapakkumine kokku", "credit_total", "Ettemakse kokku", _s23_19, "Arve kokku", "actions", "Tegevused", "expense_number", "Kulu number", "task_number", "\xdclesande number", "project_number", "Projekti number", "project_name", "Projekti nimi", "warning", "Hoiatus", "view_settings", "Kuva Seaded", _s24_28, "Hoiatus: see ettev\xf5te pole veel aktiveeritud", "late_invoice", "Hilinenud arve", "expired_quote", "Aegunud hinnapakkumine", "remind_invoice", "Tuleta meelde arvet", "cvv", "CVV", "client_name", "Kliendi Nimi", "client_phone", "Kliendi telefon", "required_fields", "n\xf5utud v\xe4ljad", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Olek", "task_statuses", "\xdclesande olekud", "new_task_status", "Uus \xfclesande olek", _s16_64, "Redigeeri \xfclesande olekut", _s19_30, "\xdclesande olek on edukalt loodud", _s19_31, "\xdclesande staatus edukalt uuendatud", _s20_38, "\xdclesande olek on edukalt arhiveeritud", _s19_32, "\xdclesande olek on edukalt kustutatud", _s19_33, "\xdclesande olek on edukalt eemaldatud", _s20_39, "\xdclesande olek on edukalt taastatud", _s22_35, ":value \xfclesannete olekute arhiveerimine \xf5nnestus", _s21_43, ":value \xfclesannete olekute kustutamine \xf5nnestus", _s22_36, ":value \xfclesannete olekute taastamine \xf5nnestus", _s18_43, _s20_40, _s20_41, "Otsi :count \xfclesande olekuid", _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, "Olekute seadistamine", "task_settings", "\xdclesande seaded", _s20_46, _s20_47, _s18_46, "Kulukategooriad", _s20_48, "Uus kulukategooria", _s21_46, _s21_47, _s24_29, "Kulukategooria loomine \xf5nnestus", _s24_30, "Kulukategooria v\xe4rskendamine \xf5nnestus", _s25_20, "Kulukategooria arhiiveerimine \xf5nnestus", _s24_31, "Kategooria edukalt kustutatud", _s24_32, "Kulukategooria eemaldamine \xf5nnestus", _s25_21, "Kulukategooria edukalt taastatud", _s27_23, "Edukalt arhiveeritud :count kulukategooriat", _s26_12, "Kulude :value kategooriad edukalt kustutatud", _s27_24, "Kulude :value kategooriad edukalt taastatud", _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "N\xe4ita valikut", _s22_37, _s50_8, "view_changes", "Kuva muudatused", "force_update", "Sunniviisiline uuendus", _s17_48, "Kasutate uusimat versiooni, kuid saadaval v\xf5ib olla ootel parandusi.", "mark_paid_help", "J\xe4lgige, et kulu on tasutud", _s18_48, "Tuleks esitada arve", _s23_21, _s33_23, _s29_8, "Tee dokumendid n\xe4htavaks", _s21_50, "M\xe4\xe4rake vahetuskurss", _s16_68, "Kuluseaded", _s18_49, "Klooni korduvasse", "crypto", "Kr\xfcpto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Kasutaja v\xe4li", "variables", "Muutujad", "show_password", "N\xe4ita parooli", "hide_password", "Peida parool", "copy_error", "Kopeerimise viga", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Maksud kokku", "line_taxes", "Rea maksud", "total_fields", "V\xe4ljad kokku", _s25_24, "Korduva arve peatamine \xf5nnestus", _s25_25, "Korduva arve esitamine \xf5nnestus", _s25_26, "Korduva arve esitamise j\xe4tkamine \xf5nnestus", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "T\xe4htaeg", "paused", "Peatatud", "mark_active", "M\xe4rgi aktiivseks", "day_count", "P\xe4ev :count", _s22_38, "Kuu esimene p\xe4ev", _s21_51, "Kuu viimane p\xe4ev", _s17_51, "Kasutage maksetingimusi", "endless", "L\xf5putu", "next_send_date", "J\xe4rgmise saatmise kuup\xe4ev", _s16_70, "\xdclej\xe4\xe4nud ts\xfcklid", _s17_53, "Perioodiline Arve", _s18_51, "Perioodilised Arved", _s21_53, "Uus Perioodiline Arve", _s22_40, "Redigeeri korduv arvet", _s25_27, "Korduv arve on edukalt loodud", _s25_28, "Korduva arve v\xe4rskendamine \xf5nnestus", _s26_13, "Kordusarve edukalt arhiveeritud", _s25_29, "Kordusarve edukalt kustutatud", _s25_30, "Korduva arve eemaldamine \xf5nnestus", _s26_14, "Kordusarve edukalt taastatud", _s27_25, ":value korduvad arved on edukalt arhiveeritud", _s26_15, ":value korduvad arved on edukalt kustutatud", _s27_26, ":value korduvad arved on edukalt taastatud", _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Kasum", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Testire\u017eiim", "opened", "Avatud", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Saada meil", _s17_55, _s17_56, "failure", "Eba\xf5nnestumine", "quota_exceeded", "Kvoot \xfcletatud", _s16_72, _s16_73, "system_logs", "S\xfcsteemi logid", "view_portal", "Vaata portaali", "copy_link", "Kopeeri link", "token_billing", "Salvestage kaardi andmed", _s24_35, "Tere tulemast Invoice Ninjasse", "always", "Alati", "optin", "Opt-In", "optout", "Opt-Out", "label", "Silt", "client_number", "Kliendi Number", "auto_convert", _s23_54, "company_name", "Ettev\xf5tte nimi", "reminder1_sent", "1. meeldetuletus saadetud", "reminder2_sent", "2. meeldetuletus saadetud", "reminder3_sent", "3. meeldetuletus saadetud", _s18_55, "Viimati saadetud meeldetuletus", "pdf_page_info", "Lehek\xfclg :current :total", _s16_74, "Arved edukalt meili teel saadetud", "emailed_quotes", "Hinnapakkumised edukalt meili teel saadetud", "emailed_credits", "Ettemakse on meili teel edukalt saadetud", "gateway", "L\xfc\xfcs", "view_in_stripe", "Waata Stripe'is", "rows_per_page", "Ridu lehek\xfclje kohta", "hours", "Tundi", "statement", "Aruanne", "taxes", "Maksud", "surcharge", "Surcharge", "apply_payment", "Rakenda makse", "apply_credit", "Kasuta ettemaksu", "apply", "Rakenda", "unapplied", "Rakendamata", "select_label", "Vali Silt", "custom_labels", "Kohandatud sildid", "record_type", "Kirje t\xfc\xfcp", "record_name", "Kirje nimi", "file_type", "Faili t\xfc\xfcp", "height", "K\xf5rgus", "width", "Laius", "to", "Kellele", "health_check", "Health Check", "payment_type_id", "Makse T\xfc\xfcp", "last_login_at", "Viimane sisselogimine", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "Lubage kolmandate osapoolte rakendustel arveid luua", "client_created", "Klient loodud", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "L\xf5petatud", "gross", "Bruto", "net_amount", "Neto kogus", "net_balance", "Neto j\xe4\xe4k", "client_settings", "Kliendi seaded", _s17_57, "Valitud arved", _s17_59, "Valitud maksed", "selected_quotes", "Valitud hinnapakkumised", "selected_tasks", "Valitud \xfclesanded", _s17_61, "Valitud kulud", _s17_63, "Eesseisvad arved", _s17_65, "T\xe4htaja \xfcletanud arved", "recent_payments", "Hiljutised Maksed", "upcoming_quotes", "Eesseisvad Pakkumused", "expired_quotes", "Aegunud hinnapakkumised", "create_client", "Loo Klient", "create_invoice", "Loo Arve", "create_quote", "Loo Pakkumus", "create_payment", "Create Payment", "create_vendor", "Loo hankija", "update_quote", "V\xe4rskenda hinnapakkumist", "delete_quote", "Kustuta Pakkumus", "update_invoice", "Uuenda arvet", "delete_invoice", "Kustuta Arve", "update_client", "Uuenda klienti", "delete_client", "Kustuta Klient", "delete_payment", "Kustuta Makse", "update_vendor", "V\xe4rskenda tarnijat", "delete_vendor", "Kustuta tarnija", "create_expense", "Loo kulu", "update_expense", "V\xe4rskenda kulusid", "delete_expense", "Kustuta kulud", "create_task", "Loo \xdclesanne", "update_task", "V\xe4rskenda \xfclesannet", "delete_task", "Kustuta \xdclesanne", "approve_quote", "Kinnita pakkumine", "off", "Off", "when_paid", "Kui makstud", "expires_on", "Aegub", "free", "Tasuta", "plan", "Pakett", "show_sidebar", "Kuva k\xfclgriba", "hide_sidebar", "Peida k\xfclgriba", "event_type", "Event Type", "target_url", "Sihtm\xe4rk", "copy", "Kopeeri", "must_be_online", "P\xe4rast Interneti \xfchenduse loomist taask\xe4ivitage rakendus", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenid", "api_docs", "API Docs", "search_tokens", "Otsi :count token", "search_token", "Otsi 1 Token", "token", "Token", "tokens", "Tokenid", "new_token", "Uus Token", "edit_token", "Redigeeri Tokenit", "created_token", "Token edukalt loodud", "updated_token", "Token edukalt v\xe4rskendatud", "archived_token", "Tokeni arhiveerimine \xf5nnestus", "deleted_token", "Token edukalt kustutatud", "removed_token", "Token on edukalt eemaldatud", "restored_token", "Token edukalt taastatud", "archived_tokens", ":value tokenit edukalt arhiveeritud", "deleted_tokens", ":value tokenit edukalt kustutatud", "restored_tokens", ":value tokenit edukalt taastatud", _s19_37, "Kliendi registreerimine", _s24_37, "V\xf5imaldab klientidel end portaalis registreerida", _s21_55, "Kohanda ja eelvaade", "email_invoice", "Saada Arve", "email_quote", "Hinnapakkumine e-posti", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, "Kliendil pole e-posti aadressi m\xe4\xe4ratud", "ledger", "Pearaamat", "view_pdf", "Vaata PDF-i", "all_records", "K\xf5ik kirjed", "owned_by_user", "Kasutaja omanduses", _s16_80, "J\xe4relej\xe4\xe4nud ettemakse", "contact_name", "Kontaktisiku nimi", "use_default", "Kasuta vaikeseadet", _s16_82, "L\xf5putud meeldetuletused", "number_of_days", "P\xe4evade arv", _s23_24, "Seadistage maksetingimused", "payment_term", "Maksetingimus", _s16_83, "Uus maksetingimus", _s17_71, "Muuda makset\xe4htaega", _s20_57, "Maksetingimus edukalt loodud", _s20_58, "Maksetingimus edukalt uuendatud", _s21_56, "Maksetingimus edukalt arhiveeritud", _s20_59, "Maksetingimus edukalt kustutatud", _s20_60, "Maksetingimus edukalt eemaldatud", _s21_57, "Maksetingimus edukalt taastatud", _s22_45, ":value maksetingimused edukalt arhiveeritud", _s21_58, ":value maksetingimused edukalt kustutatud", _s22_46, ":value maksetingimused edukalt taastatud", "email_sign_in", "Logige sisse e-postiga", "change", "Muuda", _s23_26, "Kas muuta mobiilipaigutust?", _s24_38, "Kas muuta t\xf6\xf6laua paigutust?", "send_from_gmail", "Saada Gmailist", "reversed", "Reversed", "cancelled", "T\xfchistatud", "credit_amount", "Krediidi summa", "quote_amount", "Pakkumise summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Peida men\xfc\xfc", "show_menu", "Kuva men\xfc\xfc", _s18_57, _s20_98, _s16_85, "Otsi dokumente", "search_designs", "Otsi disaine", "search_invoices", "Otsi arveid", "search_clients", "Otsi kliente", "search_products", "Otsi tooteid", "search_quotes", "Otsi hinnapakkumisi", "search_credits", "Otsi ettemakseid", "search_vendors", "Otsi tarnijaid", "search_users", "Otsi kasutajaid", _s16_86, "Otsi maksum\xe4\xe4rasid", "search_tasks", "Otsi \xfclesandeid", "search_settings", "Otsige seadeid", "search_projects", "Otsi projekte", "search_expenses", "Otsi kulusid", "search_payments", "Otsi makseid", "search_groups", "Otsi gruppe", "search_company", "Otsi ettev\xf5tet", "search_document", "Otsi 1 dokumenti", "search_design", "Otsi 1 Disain", "search_invoice", "Otsi 1 Arve", "search_client", "Otsi 1 klienti", "search_product", "Otsi 1 toodet", "search_quote", "Otsi 1 hinnapakkumist", "search_credit", "Otsi 1 ettemakset", "search_vendor", "Otsi 1 tarnijat", "search_user", "Otsi 1 kasutajat", "search_tax_rate", "Otsi 1 Maksum\xe4\xe4r", "search_task", "Search 1 Tasks", "search_project", "Otsi 1 projekti", "search_expense", "Otsi 1 kulu", "search_payment", "Otsi 1 Makset", "search_group", "Otsi 1 r\xfchmast", "refund_payment", "Tagasimakse", _s17_75, "Arve t\xfchistamine \xf5nnestus", _s18_59, "Arvete t\xfchistamine \xf5nnestus", _s16_92, "Arve t\xfchistati edukalt", _s17_76, "Arved t\xfchistati edukalt", "reverse", "T\xfchista", "full_name", "T\xe4isnimi", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "Esimene Kohandatud", "custom2", "Teine Kohandatud", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Valikuline", "license", "Litsents", "purge_data", "Puhasta Andmed", _s16_93, _s32_10, _s18_60, "Hoiatus: see kustutab teie andmed j\xe4\xe4davalt, tagasi v\xf5tta ei saa.", "invoice_balance", "Arve saldo", "age_group_0", "0 - 30 P\xe4eva", "age_group_30", "30 - 60 P\xe4eva", "age_group_60", "60 - 90 P\xe4eva", "age_group_90", "90 - 120 P\xe4eva", "age_group_120", "120+ P\xe4eva", "refresh", "V\xe4rskenda", "saved_design", "Kujundus salvestati edukalt", "client_details", "Kliendi \xfcksikasjad", "company_address", "Ettev\xf5tte aadress", "invoice_details", "Arve \xdcksikasjad", "quote_details", "Hinnapakkumise \xfcksikasjad", "credit_details", "Ettemaksu \xfcksikasjad", "product_columns", "Toote veerud", "task_columns", "\xdclesande veerud", "add_field", "Lisa v\xe4li", "all_events", "K\xf5ik s\xfcndmused", "permissions", "\xd5igused", "none", "Mitte \xfchtegi", "owned", "Owned", "payment_success", "Makse \xf5nnestumine", "payment_failure", "Makse eba\xf5nnestumine", "invoice_sent", ":count arve saadetud", "quote_sent", "Hinnapakkumine on saadetud", "credit_sent", "Ettemakse on saadetud", "invoice_viewed", "Arvet on vaadatud", "quote_viewed", "Hinnapakkumist on vaadatud", "credit_viewed", "Ettemakset on vaadatud", "quote_approved", "Hinnapakkumine heaks kiidetud", _s25_33, "Saa k\xf5ik teated", _s16_94, _s16_95, "apply_license", "Rakenda litsents", "cancel_account", "Kustuta Konto", _s22_47, "Hoiatus: See kustutab j\xe4\xe4davalt teie konto, ennistamis v\xf5imalus puudub.", "delete_company", "Kustuta Ettev\xf5te", _s22_48, "Hoiatus: see kustutab teie ettev\xf5tte j\xe4\xe4davalt ja seda ei saa tagasi v\xf5tta.", "enabled_modules", "Lubatud moodulid", "converted_quote", "Hinnapakkumine on edukalt teisendatud", "credit_design", "Credit Design", "includes", "Sisaldab", "header", "P\xe4is", "load_design", "Lae Kujundus", "css_framework", "CSS Framework", "custom_designs", "Kohandatud kujundused", "designs", "Kujundus", "new_design", "Uus kujundus", "edit_design", "Redigeeri kujundust", "created_design", "Kujundus on edukalt loodud", "updated_design", "Kujundus on edukalt uuendatud", "archived_design", "Kujundus on edukalt arhiveeritud", "deleted_design", "Kujundus on edukalt kustutatud", "removed_design", "Kujundus on edukalt eemaldatud", "restored_design", "Kujundus on edukalt taastatud", _s16_96, ":value kujundust edukalt arhiveeritud", "deleted_designs", ":value kujundust edukalt kustutatud", _s16_97, ":value kujundust edukalt taastatud", "proposals", "Pakkumised", "tickets", "Piletid", _s16_98, "Perioodilised Pakkumised", "recurring_tasks", "Korduvad \xfclesanded", _s18_61, "Konto Haldus", "credit_date", "Krediidi kuup\xe4ev", "credit", "Krediit", "credits", "Krediidid", "new_credit", "Sisesta krediit", "edit_credit", "Redigeeri ettemaksu", "created_credit", "Ettemaksu loomine \xf5nnestus", "updated_credit", "Ettemakse uuendamine \xf5nnestus", "archived_credit", "Ettemaksu arhiveerimine \xf5nnestus", "deleted_credit", "Ettemaksu kustutamine \xf5nnestus", "removed_credit", "Ettemaksu eemaldamine \xf5nnestus", "restored_credit", "Ettemakse taastamine \xf5nnestus", _s16_100, ":count ettemakset on edukalt arhiveeritud", "deleted_credits", ":count ettemakset on edukalt kustutatud", _s16_101, ":value ettemakset edukalt taastatud", "current_version", "Praegune versioon", "latest_version", "Uusim versioon", "update_now", "Uuendage kohe", _s26_21, "Saadaval on veebirakenduse uus versioon", _s16_102, "Uuendus saadaval", "app_updated", "Uuendus edukalt l\xf5pule viidud", "learn_more", "Rohkem teavet", "integrations", "Integrations", "tracking_id", "J\xe4lgimise ID", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Ettemaksu tingimused", "new_company", "Uus Ettev\xf5te", "added_company", "Ettev\xf5te on edukalt lisatud", "company1", "Kohandatud ettev\xf5te 1", "company2", "Kohandatud ettev\xf5te 2", "company3", "Kohandatud ettev\xf5te 3", "company4", "Kohandatud ettev\xf5te 4", "product1", "Kohandatud toode 1", "product2", "Kohandatud toode 2", "product3", "Kohandatud toode 3", "product4", "Kohandatud toode 4", "client1", "Kohandatud klient 1", "client2", "Kohandatud klient 2", "client3", "Kohandatud klient 3", "client4", "Kohandatud klient 4", "contact1", "Kohandatud kontakt 1", "contact2", "Kohandatud kontakt 2", "contact3", "Kohandatud kontakt 3", "contact4", "Kohandatud kontakt 4", "task1", "Kohandatud \xfclesanne 1", "task2", "Kohandatud \xfclesanne 2", "task3", "Kohandatud \xfclesanne 3", "task4", "Kohandatud \xfclesanne 4", "project1", "Kohandatud projekt 1", "project2", "Kohandatud projekt 2", "project3", "Kohandatud projekt 3", "project4", "Kohandatud projekt 4", "expense1", "Kohandatud kulu 1", "expense2", "Kohandatud kulu 2", "expense3", "Kohandatud kulu 3", "expense4", "Kohandatud kulu 4", "vendor1", "Kohandatud tarnija 1", "vendor2", "Kohandatud tarnija 2", "vendor3", "Kohandatud tarnija 3", "vendor4", "Kohandatud tarnija 4", "invoice1", "Kohandatud arve 1", "invoice2", "Kohandatud arve 2", "invoice3", "Kohandatud arve 3", "invoice4", "Kohandatud arve 4", "payment1", "Kohandatud makse 1", "payment2", "Kohandatud makse 2", "payment3", "Kohandatud makse 3", "payment4", "Kohandatud makse 4", "surcharge1", _s21_118, "surcharge2", _s21_119, "surcharge3", _s21_120, "surcharge4", _s21_121, "group1", "Kohandatud r\xfchm 1", "group2", "Kohandatud r\xfchm 2", "group3", "Kohandatud r\xfchm 3", "group4", "Kohandatud r\xfchm 4", "reset", "L\xe4htesta", "number", "Number", "export", "Eksport", "chart", "Diagramm", "count", "Kogus", "totals", "Kokkuv\xf5tted", "blank", "T\xfchi", "day", "P\xe4ev", "month", "Kuu", "year", "Aasta", "subgroup", "Subgroup", "is_active", "On Aktiivne", "group_by", "Grupeeri", "credit_balance", "Kreediidi saldo", _s18_67, "Kontakti viimane sisselogimine", _s17_83, "Kontakti t\xe4isnimi", "contact_phone", "Kontakt Telefon", _s21_59, "Kontakti kohandatud v\xe4\xe4rtus 1", _s21_60, "Kontakti kohandatud v\xe4\xe4rtus 2", _s21_61, "Kontakti kohandatud v\xe4\xe4rtus 3", _s21_62, "Kontakti kohandatud v\xe4\xe4rtus 4", _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Saatmise postiindeks", _s16_132, "Tarneriik", _s16_134, "Arvelduse t\xe4nav", _s16_135, "Arvelduse korter/sviit", "billing_city", "Arvelduse linn", "billing_state", "Arvelduse maakond", _s19_40, _s19_41, "billing_country", "Arveldusriik", "client_id", "Kliendi ID", "assigned_to", "M\xe4\xe4ratud", "created_by", "Loonud :name", "assigned_to_id", "M\xe4\xe4ratud Id'le", "created_by_id", "Loodud Id poolt", "add_column", "Lisa veerg", "edit_columns", "Muuda veerge", "columns", "Tulbad", "aging", "Aging", "profit_and_loss", "Kasum ja Kahjum", "reports", "Raportid", "report", "Raport", "add_company", "Lisa Ettev\xf5te", "unpaid_invoice", "Tasutama Arve", "paid_invoice", "Tasutud Arve", _s16_136, "Kinnitamata Pakkumus", "help", "Abi", "refund", "Tagasimakse", "refund_date", "Tagastamise kuup\xe4ev", "filtered_by", "Filtreeritud", "contact_email", "Kontakt e-posti aadress", "multiselect", "Mitmikvalimine", "entity_state", "Maakond", "verify_password", "Kinnita parool", "applied", "Rakendatud", _s21_63, "Kaasake hiljutised vead logidest", _s30_8, "Saime teie s\xf5numi k\xe4tte ja proovime kiiresti vastata.", "message", "S\xf5num", "from", "Kellet", _s20_63, "Kuva toote \xfcksikasjad", _s25_35, "Lisage toote rippmen\xfc\xfcsse kirjeldus ja maksumus", _s20_65, "PDF-i renderdaja n\xf5uab versiooni :version", _s18_70, "Reguleerige viivise protsenti", _s23_28, "Viivise arvestamiseks kohandage protsenti", _s18_72, _s18_73, "support_forum", "Tugifoorum", "about", "About", "documentation", "Dokumentatsioon", "contact_us", "V\xf5ta \xdchendust", "subtotal", "Kokku", "line_total", "Summa", "item", "Kirje", "credit_email", "Credit Email", "iframe_url", "Koduleht", "domain_url", "Domeeni URL", _s21_64, "Parool on liiga l\xfchike", _s20_66, "Parool peab sisaldama suurt\xe4hti ja numbrit", _s19_42, "Kliendiportaali \xfclesanded", _s23_29, _s23_30, _s20_67, "Palun sisestage v\xe4\xe4rtus", "deleted_logo", "Logo kustutamine \xf5nnestus", "yes", "Jah", "no", "Ei", "generate_number", "Loo number", "when_saved", "Kui salvestatud", "when_sent", "Kui saadetud", "select_company", "Valige ettev\xf5te", "float", "Float", "collapse", "Ahenda", "show_or_hide", "N\xe4ita/Peida", "menu_sidebar", "Men\xfc\xfc K\xfclgriba", "history_sidebar", "Ajaloo k\xfclgriba", "tablet", "Tahvelarvuti", "mobile", "Mobiil", "desktop", "Desktop", "layout", "Paigutus", "view", "Vaata", "module", "Moodul", "first_custom", "Esimene kohandatud", "second_custom", "Teine kohandatud", "third_custom", "Kolmas kohandatud", "show_cost", "N\xe4ita maksumust", _s17_88, "N\xe4ita toote maksumust", "show_cost_help", "Lisav\xe4\xe4rtuse/kasumi j\xe4lgimiseks kuvage tootekulu v\xe4li", _s21_65, "N\xe4ita toote kogust", _s26_23, "Kuvage toote koguse v\xe4li, muidu vaikimisi \xfcks", _s21_67, "N\xe4ita arve kogust", _s26_24, "Kuvage rea\xfcksuse koguse v\xe4li, muul juhul vaikimisi \xfcks", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Vaikimisi kogus", _s21_71, "M\xe4\xe4rake rea artikli koguseks automaatselt \xfcks", "one_tax_rate", "\xdcks maksum\xe4\xe4r", "two_tax_rates", "Kaks maksum\xe4\xe4ra", "three_tax_rates", "Kolm maksum\xe4\xe4ra", _s16_140, "Vaikimisi maksum\xe4\xe4r", "user", "Kasutaja", "invoice_tax", "Arve maks", "line_item_tax", "Rea artikli maks", "inclusive_taxes", "Kaasa arvatud maksud", _s17_90, "Arve maksum\xe4\xe4rad", "item_tax_rates", "Kauba maksum\xe4\xe4rad", _s18_74, "Valige klient", "configure_rates", "M\xe4\xe4rake m\xe4\xe4rad", _s18_75, _s18_76, "tax_settings", "Maksu Seaded", _s18_77, "Maksum\xe4\xe4rad", "accent_color", "Aktsentv\xe4rv", "switch", "Switch", _s19_44, "Komaga eraldatud loend", "options", "Valikud", _s16_142, "\xdcherealine tekst", "multi_line_text", "Mitmerealine tekst", "dropdown", "Rippmen\xfc\xfc", "field_type", "V\xe4lja t\xfc\xfcp", _s27_37, "Parooli taastamise meil on saadetud", "submit", "Sisesta", _s16_144, "Taasta oma parool", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Makse number", "late_fee_amount", "Viivise summa", _s16_145, _s16_268, "schedule", "Schedule", "before_due_date", "Enne t\xe4htaega", "after_due_date", "P\xe4rast t\xe4htaega", _s18_79, "P\xe4rast arve kuup\xe4eva", "days", "P\xe4eva", "invoice_email", "Arve E-kiri", "payment_email", "Makse E-kiri", "partial_payment", "Osaline makse", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Pakkumuse E-kiri", _s16_147, "L\xf5putu Meeldetuletus", _s16_149, "Filtreeritud kasutaja j\xe4rgi", "administrator", "Administraator", _s18_80, "Luba kasutajal hallata kasutajaid, muuta seadeid ja muuta k\xf5iki kirjeid", "user_management", "Kasutaja Haldus", "users", "Kasutajad", "new_user", "Uus Kasutaja", "edit_user", "Muuda Kasutajat", "created_user", "Kasutaja loomine \xf5nnestus", "updated_user", "Kasutaja v\xe4rskendamine \xf5nnestus", "archived_user", "Kasutaja arhiveerimine \xf5nnestus", "deleted_user", "Kasutaja edukalt kustutatud", "removed_user", "Kasutaja eemaldamine \xf5nnestus", "restored_user", "Kasutaja taastamine \xf5nnestus", "archived_users", ":value kasutaja arhiveerimine \xf5nnestus", "deleted_users", ":value kasutaja kustutamine \xf5nnestus", "removed_users", ":value kasutaja eemaldamine \xf5nnestus", "restored_users", ":value kasutaja taastamine \xf5nnestus", _s16_151, "\xdcldised Seaded", "invoice_options", "Arve Valikud", _s17_92, "Peida Tasutud V\xe4li", _s22_55, 'Ainult n\xe4ita "Tasutud" v\xe4lja arvel, kui makse on loodud.', _s23_31, "Manusta dokumendid", _s28_21, "Lisage arvele lisatud pildid.", _s16_153, "N\xe4ita P\xe4ist", _s16_154, "N\xe4ita Jalust", "first_page", "Esimene lehek\xfclg", "all_pages", "K\xf5ik lehek\xfcljed", "last_page", "Viimane lehek\xfclg", "primary_font", "Esmane font", "secondary_font", "Sekundaarne font", "primary_color", "P\xf5hi v\xe4rv", "secondary_color", "Sekundaarne v\xe4rv", "page_size", "Lehek\xfclje suurus", "font_size", "Fondi suurus", "quote_design", "Pakkumuse Kujundus", "invoice_fields", "Arve V\xe4ljad", "product_fields", "Toote V\xe4ljad", "invoice_terms", "Arve Tingimused", "invoice_footer", "Arve Jalus", "quote_terms", "Hinnapakkumise tingimused", "quote_footer", "Pakkumuse Jalus", _s18_81, "Automaatne meil", _s23_32, "Saatke korduv arve automatselt meiliga nende loomisel.", _s18_82, "Automaatne arhiveerimine", _s23_33, "Arhiivi hinnapakkumised automaatselt p\xe4rast nende teisendamist.", _s18_83, _s23_54, _s23_34, "Konverteerige hinnapakkumine automaatselt arveks, kui klient on selle heaks kiitnud.", _s17_94, "T\xf6\xf6voo Seaded", "freq_daily", "Igap\xe4evane", "freq_weekly", "Igan\xe4dalane", "freq_two_weeks", "Kaks n\xe4dalat", "freq_four_weeks", "Neli n\xe4dalat", "freq_monthly", "Igakuine", "freq_two_months", "Kaks kuud", _s17_96, "Kvartaalne", _s16_155, "Neli kuud", "freq_six_months", "Poolaastane", "freq_annually", "Aastane", "freq_two_years", "Kaks aastat", _s16_156, "Kolm aastat", "never", "Ei iial", "company", "Ettev\xf5te", _s17_97, "Genereeritud Numbrid", "charge_taxes", "Tasuda makse", "next_reset", "J\xe4rgmine l\xe4htestamine", "reset_counter", "L\xe4htestage loendur", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Lisatasu v\xe4li", "company_field", "Ettev\xf5tte V\xe4ljad", "company_value", "Ettev\xf5tte v\xe4\xe4rtus", "credit_field", "Ettemakse v\xe4li", "invoice_field", "Arve V\xe4ljad", _s17_99, "Arve Lisatasu", "client_field", "Kliendi V\xe4ljad", "product_field", "Toote V\xe4ljad", "payment_field", "Makse v\xe4li", "contact_field", "Kontakti V\xe4li", "vendor_field", "Tarnija v\xe4li", "expense_field", "Kulude v\xe4li", "project_field", "Projekti v\xe4li", "task_field", "\xdclesande V\xe4li", "group_field", "R\xfchma v\xe4li", "number_counter", "Numbri loendur", "prefix", "Prefiks", "number_pattern", "Numbri muster", "messages", "S\xf5numid", "custom_css", "Kohandatud CSS", _s17_101, "Kohandatud JavaScript", _s16_159, "N\xe4ita PDFis", _s21_74, "N\xe4ita kliendi allkirja arve/pakkumuse PDFis.", _s25_41, "Arve Tingimuste M\xe4rkeruut", _s30_9, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub arve tingimustega.", _s23_35, "Pakkumuse Tingimuste M\xe4rkeruut", _s28_22, "N\xf5ua kliendilt kinnitust, et ta n\xf5ustub hinnapakkumise tingimustega.", _s25_42, "Arve Allkiri", _s30_10, "N\xf5ua kliendi allkirja", _s23_36, "Pakkumuse Allkiri", _s22_57, "Salas\xf5naga Kaitstud Arved", _s27_38, "V\xf5imaldab m\xe4\xe4rata igale kontaktile salas\xf5na. Kui salas\xf5na on m\xe4\xe4ratud siis n\xf5utakse kontaktilt enne arve n\xe4gemist salas\xf5na.", "authorization", "Autoriseerimine", "subdomain", "Alamdomeen", "domain", "Domeen", "portal_mode", "Portaali re\u017eiim", "email_signature", "Lugupidamisega.", _s24_39, "Muutke oma klientidel teile maksmine lihtsamaks, lisades oma meilidele schema.org-i m\xe4rgistuse.", "plain", "Lihtne", "light", "Hele", "dark", "Tume", "email_design", "E-kirja Kujundus", "attach_pdf", "Lisage PDF", _s16_160, "Lisage dokumendid", "attach_ubl", "Kinnitage UBL", "email_style", "Meili stiil", _s19_46, "Luba m\xe4rgistus", "reply_to_email", "Vastus meilile", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Krediitkaart", "bank_transfer", "Panga\xfclekanne", "priority", "Prioriteet", "fee_amount", "Viivise summa", "fee_percent", _s16_268, "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Luba min", "enable_max", "Luba max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "V\xe4rskenda aadressi", _s19_49, "V\xe4rskendage kliendi aadressi esitatud \xfcksikasjadega", "rate", "M\xe4\xe4r", "tax_rate", "Maksum\xe4\xe4r", "new_tax_rate", "Uus Maksum\xe4\xe4r", "edit_tax_rate", "Muuda maksum\xe4\xe4ra", _s16_162, "Maksum\xe4\xe4r on edukalt loodud", _s16_163, "Maksum\xe4\xe4ra v\xe4rskendamine \xf5nnestus", _s17_104, "Maksum\xe4\xe4ra arhiivimine \xf5nnestus", _s16_164, "Maksum\xe4\xe4r kustutati edukalt", _s17_105, "Maksum\xe4\xe4r taastati edukalt", _s18_84, ":value maksum\xe4\xe4rad edukalt arhiveeritud", _s17_106, ":value maksum\xe4\xe4rad edukalt kustutatud", _s18_85, ":value maksum\xe4\xe4rad edukalt taastatud", "fill_products", "Automaatselt t\xe4idetavad tooted", _s18_86, "Toote valimine t\xe4idab automaatselt kirjelduse ja maksumuse", "update_products", "Toodete automaatne v\xe4rskendamine", _s20_71, "Arve v\xe4rskendamine toimub automaatselt v\xe4rskendage tootekogu", _s16_165, "Konverteeri tooteid", _s21_75, "Konverteerige toodete hinnad automaatselt kliendi valuutasse", "fees", "Fees", "limits", "Limiidid", "provider", "Pakkuja", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "J\xe4tka redigeerimist", "discard_changes", "Loobu muudatustest", "default_value", "Vaikev\xe4\xe4rtus", "disabled", "Keelatud", "currency_format", "Valuuta vorming", _s21_76, "N\xe4dala esimene p\xe4ev", _s23_40, "Aasta esimene kuu", "sunday", "p\xfchap\xe4ev", "monday", "esmasp\xe4ev", "tuesday", "teisip\xe4ev", "wednesday", "kolmap\xe4ev", "thursday", "neljap\xe4ev", "friday", "reede", "saturday", "laup\xe4ev", "january", "jaanuar", "february", "veebruar", "march", "m\xe4rts", "april", "aprill", "may", "mai", "june", "juuni", "july", "juuli", "august", "august", "september", "september", "october", "oktoober", "november", "november", "december", "detsember", "symbol", "S\xfcmbol", "ocde", "Kood", "date_format", "Kuup\xe4evavorming", "datetime_format", "Kuup\xe4eva ja kellaaja vorming", "military_time", "24-tunnine Aeg", _s18_87, "24 Hour Display", "send_reminders", "Saatke meeldetuletusi", "timezone", "Ajav\xf6\xf6nd", _s19_51, "Filtreeritud projekti j\xe4rgi", _s17_107, "Filtreeritud grupi j\xe4rgi", _s19_53, "Filtreeritud arve j\xe4rgi", _s18_88, "Filtreeritud kliendi j\xe4rgi", _s18_90, "Filtreeritud tarnija j\xe4rgi", "group_settings", "Grupi seaded", "group", "Grupp", "groups", "Grupid", "new_group", "Uus grupp", "edit_group", "Redigeeri gruppi", "created_group", "Grupi loomine \xf5nnestus", "updated_group", "Grupi uuendamine \xf5nnestus", "archived_groups", ":value r\xfchma edukalt arhiveeritud", "deleted_groups", ":value r\xfchma edukalt kustutatud", "restored_groups", _s35_18, "archived_group", "Grupi arhiveerimine \xf5nnestus", "deleted_group", "Grupi kustutamine \xf5nnestus", "restored_group", "Grupi taastamine \xf5nnestus", "upload_logo", "Laadige logo \xfcles", "uploaded_logo", "Logo \xfcleslaadimine \xf5nnestus", "logo", "Logo", "saved_settings", "Seadete salvestamine \xf5nnestus", _s16_171, "Toote Seaded", "device_settings", "Seadme s\xe4tted", "defaults", "Vaikimisi", "basic_settings", "Elementaarsed Seaded", _s17_109, "T\xe4psemad Seaded", "company_details", "Ettev\xf5tte Andmed", "user_details", "Kasutaja \xdcksikasjad", "localization", "Lokalisatsioon", "online_payments", "V\xf5rgumaksed", "tax_rates", "Maksum\xe4\xe4rad", "notifications", "Teated", "import_export", _s16_269, "custom_fields", "Kohandatud V\xe4ljad", "invoice_design", "Arve Kujundus", "buy_now_buttons", "Osta Kohe Nupp", "email_settings", "E-posti Seaded", _s23_42, "Mallid ja meeldetuletused", _s22_58, _s24_70, _s19_55, "Andmete visualiseerimised", "price", "Hind", "email_sign_up", "Meili registreerumine", "google_sign_up", "Google'i registreerumine", _s27_42, "T\xe4name teid ostu eest!", "redeem", "Redeem", "back", "Tagasi", "past_purchases", "Varasemad ostud", _s19_57, "Aastane tellimus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count kasutajaid", "upgrade", "Uuendage", _s25_46, "Palun sisestage eesnimi", _s24_43, "Palun sisestage perekonnanimi", _s33_21, "Konto loomiseks n\xf5ustuge teenusetingimuste ja privaatsuspoliitikaga.", "i_agree_to_the", "ma n\xf5ustun", _s16_173, "Teenuse Tingimused", "privacy_policy", "Privaatsuspoliitika", "sign_up", "Registreeru", "account_login", "Konto sisselogimine", "view_website", "Vaata veebisaiti", "create_account", "Loo konto", "email_login", "Email Login", "create_new", "Loo Uus", _s18_92, "Kirjet pole valitud", _s21_79, "Palun salvestage v\xf5i t\xfchistage oma muudatused", "download", "Lae alla", _s27_43, _s27_63, "take_picture", "Tee pilt", "upload_file", "Lae fail \xfcles", "document", "Dokument", "documents", "Dokumendid", "new_document", "Uus dokument", "edit_document", "Redigeeri dokumenti", _s17_111, "Dokument edukalt \xfcles laetud", _s16_175, "Dokument edukalt uuendatud", _s17_112, "Dokument edukalt arhiveeritud", _s16_176, "Dokument edukalt kustutatud", _s17_113, "Dokument edukalt taastatud", _s18_94, ":value dokumenti edukalt arhiveeritud", _s17_114, ":value dokumenti edukalt kustutatud", _s18_95, _s38_15, "no_history", "Ajalugu pole", "expense_date", "Kulu kuup\xe4ev", "pending", "Ootel", _s16_177, "Logitud", _s16_178, "Ootel", _s16_179, "Invoiced", "converted", "Teisendatud", _s24_45, "Lisage arvele dokumendid", "exchange_rate", "Vahetuskurss", _s16_180, "Konverteeri valuutat", "mark_paid", "M\xe4rgi makstuks", "category", "Kategooria", "address", "Aadress", "new_vendor", "Uus Tarnija", "created_vendor", "Tarnija loomine \xf5nnestus", "updated_vendor", "Tarnija v\xe4rskendamine \xf5nnestus", "archived_vendor", "Tarnija arhiivimine \xf5nnestus", "deleted_vendor", "Tarnija edukalt kustutatud", "restored_vendor", "Tarnija edukalt taastatud", _s16_181, ":count tarnijaid on edukalt arhiveeritud", "deleted_vendors", ":count tarnijad on edukalt kustutatud", _s16_182, ":value tarnijat edukalt taastatud", "new_expense", "Sisestage kulu", "created_expense", "Kulu on edukalt loodud", "updated_expense", "Kulu edukalt uuendatud", _s16_183, "Kulu edukalt arhiveeritud", "deleted_expense", "Kulu edukalt kustutatud", _s16_184, "Kulud edukalt taastatud", _s17_115, "Kulud edukalt arhiveeritud", _s16_185, "Kulud edukalt kustutatud", _s17_116, ":value kulu edukalt taastatud", "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Kujundus", _s21_80, "Kirjet ei leitud", "invoiced", "Arve esitatud", "logged", "Logitud", "running", "Running", "resume", "J\xe4tka", "task_errors", "Parandage k\xf5ik kattuvad ajad", "start", "K\xe4ivita", "stop", "Peata", "started_task", "\xdclesanne edukalt k\xe4ivitatud", "stopped_task", "\xdclesanne edukalt peatatud", "resumed_task", "\xdclesanne edukalt j\xe4tkatud", "now", "N\xfc\xfcd", _s16_186, "\xdclesannete automaatne k\xe4ivitamine", "timer", "Taimer", "manual", "Manuaal", "budgeted", "Eelarvestatud", "start_time", "Algusaeg", "end_time", "L\xf5puaeg", "date", "Kuup\xe4ev", "times", "Ajad", "duration", "Kestvus", "new_task", "Uus \xdclesanne", "created_task", "\xdclesanne edukalt loodud", "updated_task", "\xdclesanne edukalt uuendatud", "archived_task", "\xdclesanne edukalt arhiveeritud", "deleted_task", "\xdclesanne edukalt kustutatud", "restored_task", "\xdclesanne edukalt taastatud", "archived_tasks", ":count \xfclesannet edukalt arhiveeritud.", "deleted_tasks", ":count \xfclesannet edukalt kustutatud", "restored_tasks", ":value \xfclesannet edukalt taastatud", _s19_59, "Palun sisesta nimi", "budgeted_hours", "Eelarvestatud tunnid", "created_project", "Projekt edukalt loodud", "updated_project", "Projekt edukalt uuendatud", _s16_188, "Projekt edukalt arhiveeritud", "deleted_project", "Projekt edukalt kustutatud", _s16_189, "Projekt edukalt taastatud", _s17_117, ":count projekti edukalt arhiveeritud", _s16_190, ":count projekti edukalt kustutatud", _s17_118, ":value projekti edukalt taastatud", "new_project", "Uus Projekt", _s27_47, "T\xe4name, et kasutasite meie rakendust!", "if_you_like_it", "Kui teile meeldib, palun", "click_here", "kl\xf5psake siin", _s18_96, "Kliki siia", "to_rate_it", "et seda hinnata.", "average", "Keskmine", "unapproved", "Kinnitamata", _s30_15, "Seadete muutmiseks autentige", "locked", "Lukustatud", "authenticate", "Autentimine", _s19_61, "Palun autentige", _s24_47, "Biomeetriline autentimine", "footer", "Jalus", "compare", "V\xf5rdlema", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Logige sisse Google'iga", "today", "T\xe4na", "custom_range", "Kohandatud Vahemik", "date_range", "Kuup\xe4evavahemik", "current", "Praegune", "previous", "Eelmine", "current_period", "Praegune periood", _s17_119, "V\xf5rdlusperiood", "previous_period", "Eelmine periood", "previous_year", "Eelmine aasta", "compare_to", "V\xf5rdlema", "last7_days", "Viimased 7 p\xe4eva", "last_week", "Eelmine n\xe4dal", "last30_days", "Viimased 30 p\xe4eva", "this_month", "See Kuu", "last_month", "Eelmine Kuu", "this_year", "See Aasta", "last_year", "Eelmine Aasta", "custom", "Kohandatud", _s16_191, "Klooni arveks", "clone_to_quote", "Klooni hinnapakkumiseks", "clone_to_credit", "Clone to Credit", "view_invoice", "Vaata Arvet", "convert", "Teisenda", "more", "Rohkem", "edit_client", "Muuda Klienti", "edit_product", "Muuda Toodet", "edit_invoice", "Muuda Arvet", "edit_quote", "Muuda Pakkumust", "edit_payment", "Muuda Makset", "edit_task", "Muuda \xdclesannet", "edit_expense", "Muuda kulusid", "edit_vendor", "Muuda Tarnijat", "edit_project", "Muuda Projekti", _s20_74, "Redigeeri korduv pakkumist", "billing_address", "Arve aadress", _s16_193, "Kohaletoimetamise aadress", "total_revenue", "Kogutulu", "average_invoice", "Keskmine Arve", "outstanding", "V\xe4ljapaistev", "invoices_sent", ":count arvet saadetud", "active_clients", "aktiivsed kliendid", "close", "Sulge", "email", "E-post", "password", "Salas\xf5na", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Logi V\xe4lja", "login", "Logi Sisse", "filter", "Filter", "sort", "Sorteeri", "search", "Otsi", "active", "Aktiivne", "archived", "Arhiveeritud", "deleted", "Kustutatud", "dashboard", "T\xf6\xf6laud", "archive", "Arhiiv", "delete", "Kustuta", "restore", "Taasta", _s16_195, "V\xe4rskendus on l\xf5petatud", _s23_43, "Palun sisesta oma e-maili aadress", _s26_34, "Sisesta oma parool", _s21_83, "Sisesta oma URL", _s26_36, "Sisesta Toote kood", "ascending", "Kasvav", "descending", "Kahanev", "save", "Salvesta", _s17_121, "Ilmnes viga", "paid_to_date", "Tasutud", "balance_due", "Kokku tasuda", "balance", "Saldo", "overview", "\xdclevaade", "details", "\xdcksikasjad", "phone", "Telefon", "website", "Kodulehek\xfclg", "vat_number", "KMKR Number", "id_number", "Registrikood", "create", "Loo", _s19_63, "Kopeeritud :value l\xf5ikelauale", "error", "Viga", _s16_197, "Ei saanud k\xe4ivitada", "contacts", "Kontaktid", "additional", "Lisaks", "first_name", "Eesnimi", "last_name", "Perekonnanimi", "add_contact", "Lisa kontakt", "are_you_sure", "Oled kindel?", "cancel", "Katkesta", "ok", "Ok", "remove", "Eemalda", _s16_199, "E-post on kehtetu", "product", "Toode", "products", "Tooted", "new_product", "Uus Toode", "created_product", "Toote loomine \xf5nnestus", "updated_product", "Toote v\xe4rskendamine \xf5nnestus", _s16_201, "Toote arhiveerimine \xf5nnestus", "deleted_product", "Toode edukalt kustutatud", _s16_202, "Toode edukalt taastatud", _s17_123, ":count tooted edukalt arhiveeritud", _s16_203, ":count toodet edukalt kustutatud", _s17_124, ":value toodet edukalt taastatud", "product_key", "Toode", "notes", "M\xe4rkmed", "cost", "Hind", "client", "Klient", "clients", "Kliendid", "new_client", "Uus Klient", "created_client", "Klient edukalt loodud", "updated_client", "Kliendi v\xe4rskendamine \xf5nnestus", "archived_client", "Kliendi arhiivimine \xf5nnestus", _s16_204, ":count klienti on edukalt arhiveeritud", "deleted_client", "Kliendi kustutamine \xf5nnestus", "deleted_clients", ":count klienti on edukalt kustutatud", "restored_client", "Kliendi taastamine \xf5nnestus", _s16_205, ":value klienti edukalt taastatud", "address1", "T\xe4nav", "address2", "Maja/Korter", "city", "Linn", "state", "Maakond", "postal_code", "Sihtnumber", "country", "Riik", "invoice", "Arve", "invoices", "Arved", "new_invoice", "Uus Arve", "created_invoice", "Arve edukalt loodud", "updated_invoice", "Arve edukalt uuendatud", _s16_206, "Arve edukalt arhiveeritud", "deleted_invoice", "Arve edukalt kustutatud", _s16_207, "Arve edukalt taastatud", _s17_125, ":count arvet edukalt arhiveeritud", _s16_208, ":count arvet edukalt kustutatud", _s17_126, ":value arvet edukalt taastatud", "emailed_invoice", "Arve edukalt saadetud", "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "Arve Number", "invoice_date", "Arve Kuup\xe4ev", "discount", "Allahindlus", "po_number", "PO Number", "terms", "Tingimused", "public_notes", "Avalikud M\xe4rkmed", "private_notes", "Privaat M\xe4rkmed", "frequency", "Sagedus", "start_date", "Alguskuup\xe4ev", "end_date", "L\xf5ppkuup\xe4ev", "quote_number", "Pakkumuse Number", "quote_date", "Pakkumuse Kuup\xe4ev", "valid_until", "Kehtib Kuni", "items", "\xdcksused", "partial_deposit", "Osaline/tagatis", "description", "Kirjeldus", "unit_cost", "\xdchiku Hind", "quantity", "Kogus", "add_item", "Lisa \xfcksus", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Kogu summa", "pdf", "PDF", "due_date", "Makset\xe4htaeg", _s16_209, _s16_210, "status", "Staatus", _s17_127, "Arve staatus", "quote_status", "Pakkumise olek", _s22_59, "\xdcksuse lisamiseks kl\xf5psake +", _s22_61, "Aja lisamiseks kl\xf5psake +", "count_selected", ":count selected", "total", "Kokku", "percent", "Protsent", "edit", "Muuda", "dismiss", "Dismiss", _s20_76, "Palun valige kuup\xe4ev", _s22_62, "Palun valige klient", _s24_49, "Palun valige arve", "task_rate", "\xdclesande M\xe4\xe4r", "settings", "Seaded", "language", "Keel", "currency", "Valuuta", "created_at", "Loomise kuup\xe4ev", "created_on", "Loodud", "updated_at", "Uuendatud", "tax", "Maks", _s30_17, "Palun sisestage arve number", _s27_51, "Palun sisestage hinnapakkumise number", "past_due", "\xdcle T\xe4htaja", "draft", "Mustand", "sent", "Saadetud", "viewed", "Vaadatud", "approved", "Kinnitatud", "partial", "Osaline/tagatisraha", "paid", "Makstud", "mark_sent", "M\xe4rgi saadetuks", _s22_64, "Arve m\xe4rgiti edukalt saadetuks", _s22_65, "Arve m\xe4rgiti saadetuks", _s23_45, _s23_55, _s23_46, _s23_55, "done", "Valmis", _s37_18, "Sisestage kliendi v\xf5i kontaktisiku nimi", "dark_mode", "Tume Re\u017eiim", _s27_53, "Muudatuse rakendamiseks taask\xe4ivitage rakendus", "refresh_data", "V\xe4rskenda andmeid", "blank_contact", "T\xfchi kontakt", "activity", "Tegevus", _s16_211, "Kirjeid ei leitud", "clone", "Klooni", "loading", "Laen", "industry", "T\xf6\xf6stus", "size", "Suurus", "payment_terms", "Maksetingimused", "payment_date", "Makse kuup\xe4ev", "payment_status", "Makse staatus", _s16_213, "Ootel", _s16_214, "T\xfchistatud", _s16_215, "Eba\xf5nnestunud", _s16_216, "L\xf5petatud", _s16_217, _s20_98, _s16_218, "Tagastatud", _s17_128, "Rakendamata", _s17_129, _s19_27, "net", "Net", "client_portal", "Kliendi Portaal", "show_tasks", "N\xe4ita \xfclesandeid", "email_reminders", "Meili meeldetuletused", "enabled", "Lubatud", "recipients", "Saajad", "initial_email", "Esmane E-kiri", "first_reminder", "Esimene Meeldetuletus", "second_reminder", "Teine Meeldetuletus", "third_reminder", "Kolmas Meeldetuletus", "reminder1", "Esimene meeldetuletus", "reminder2", "Teine meeldetuletus", "reminder3", "Kolmas meeldetuletus", "template", "Mall", "send", "Saada", "subject", "Teema", "body", "Sisu", "send_email", "Saada E-kiri", "email_receipt", "Saada kliendile maksekviitung", "auto_billing", "Automaatne arveldamine", "button", "Nupp", "preview", "Eelvaade", "customize", "Kohanda", "history", "Ajalugu", "payment", "Makse", "payments", "Maksed", "refunded", "Tagastatud", "payment_type", "Makse t\xfc\xfcp", _s21_85, "Tehingu Viide", "enter_payment", "Sisesta Makse", "new_payment", "Sisesta Makse", "created_payment", "Makse loomine \xf5nnestus", "updated_payment", "Makse v\xe4rskendamine \xf5nnestus", _s16_219, "Makse arhiivimine \xf5nnestus", "deleted_payment", "Makse kustutamine \xf5nnestus", _s16_220, "Makse taastamine \xf5nnestus", _s17_130, ":count makset on edukalt arhiveeritud", _s16_221, ":count makset on edukalt kustutatud", _s17_131, ":value makset edukalt taastatud", "quote", "Pakkumus", "quotes", "Pakkumused", "new_quote", "Uus Pakkumus", "created_quote", "Hinnapakkumise loomine \xf5nnestus", "updated_quote", "Hinnapakkumine edukalt v\xe4rskendatud", "archived_quote", "Hinnapakkumine edukalt arhiivitud", "deleted_quote", "Hinnapakkmuise kustutamine \xf5nnestus", "restored_quote", "Hinnapakkumise taastamine \xf5nnestus", "archived_quotes", ":count hinnapakkumisi on edukalt arhiveeritud", "deleted_quotes", ":count hinnapakkumisi on edukalt kustutatud", "restored_quotes", ":value hinnapakkumist edukalt taastatud", "expense", "Kulu", "expenses", "Kulud", "vendor", "Tarnija", "vendors", "Tarnijad", "task", "\xdclesanne", "tasks", "\xdclesanded", "project", "Projekt", "projects", "Projektid", "activity_1", ":user l\xf5i kliendi :client", "activity_2", ":user arhiveeris kliendi :client", "activity_3", ":user kustutas kliendi :client", "activity_4", ":user l\xf5i arve :invoice", "activity_5", ":user uuendas arvet :invoice", "activity_6", ":user saatis arve :invoice e-postiga :client :contact", "activity_7", ":contact on vaadatud arvet :invoice :client", "activity_8", ":user arhiveeris arve :invoice", "activity_9", ":user kustutas arve :invoice", "activity_10", _s85_0, "activity_11", ":user uuendas makset :payment", "activity_12", ":user arhiveeris makse :payment", "activity_13", ":user kustutas makse :payment", "activity_14", ":user sisestas :credit", "activity_15", ":user v\xe4rskendas :credit ettemakset", "activity_16", ":user arhiveeris :credit ettemakse", "activity_17", ":user kustutas :credit ettemakse", "activity_18", ":user l\xf5i hinnapkkumise :quote", "activity_19", ":user uuendas hinnapakkumist :quote", "activity_20", ":user saatis meiliga hinnapakkumise :quote :client :contact", "activity_21", _s37_27, "activity_22", ":user arhiveeris hinnapakkumise :quote", "activity_23", ":user kustutas hinnapakkumise :quote", "activity_24", ":user taastas hinnapakkumise :quote", "activity_25", ":user taastas arve :invoice", "activity_26", ":user taastas kliendi :client", "activity_27", ":user taastas makse :payment", "activity_28", ":user taastas ettemakse :credit", "activity_29", ":contact kinnitas hinnapakkumise :quote :client", "activity_30", ":user l\xf5i tarnija :vendor", "activity_31", ":user arhiveeris tarnija :vendor", "activity_32", ":user kustutas tarnija :vendor", "activity_33", ":user taastas tarnija :vendor", "activity_34", ":user l\xf5i kulu :expense", "activity_35", ":user arhiveeris kulu :expense", "activity_36", ":user kustutas kulu :expense", "activity_37", ":user taastas kulu :expense", "activity_39", ":user t\xfchistas :payment_amount makse :payment", "activity_40", _s64_, "activity_41", ":payment_amount makse (:payment) eba\xf5nnestus", "activity_42", ":user l\xf5i \xfclesande :task", "activity_43", ":user uuendas \xfclesannet :task", "activity_44", ":user arhiveeris \xfclesande :task", "activity_45", ":user kustutas \xfclesande :task", "activity_46", ":user taastas \xfclesande :task", "activity_47", ":user uuendas kulu :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user taasavas pileti :ticket", "activity_55", ":contact vastas piletile :ticket", "activity_56", ":user vaatas piletit :ticket", "activity_57", "S\xfcsteem ei suutnud arvet :invoice meiliga saata", "activity_58", _s28_69, "activity_59", _s28_69, "activity_60", _s37_27, "activity_61", ":user uuendas klienti :client", "activity_62", ":user uuendas tarnijat :vendor", "activity_63", ":user saatis e-kirjaga esimese meeldetuletuse arve kohta :invoice aadressile :contact", "activity_64", ":user saatis e-kirjaga teise meeldetuletuse arve kohta :invoice aadressile :contact", "activity_65", ":kasutaja saatis e-kirjaga kolmanda meeldetuletuse arve kohta :arve aadressile :kontakt", "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\xdchekordne parool", "emailed_quote", "Hinnapakkumise saatmine \xf5nnestus", "emailed_credit", "Ettemaks saadeti meili teel", _s20_78, "Hinnapakkumine m\xe4rgiti saadetuks", _s21_87, "Ettemaks m\xe4rgiti edukalt saadetuks", "expired", "Kehtetu", "all", "K\xf5ik", "select", "Vali", _s22_66, _s22_67, "custom_value1", _s18_130, "custom_value2", _s18_130, "custom_value3", "Kohandatud v\xe4\xe4rtus 3", "custom_value4", "Kohandatud v\xe4\xe4rtus 4", _s18_97, "Kohandatud e-posti stiil", _s24_54, _s24_55, _s29_37, "Kohandatud tasumata arve teade", _s27_58, "Kohandatud tasutud arve teade", _s31_18, "Kohandatud kinnitamata hinnapakkumise teade", "lock_invoices", "Lock Invoices", "translations", "T\xf5lked", _s19_64, "\xdclesande numbri muster", _s19_66, "\xdclesande numbri loendur", _s22_68, "Kulude numbri muster", _s22_70, "Kulude numbri loendur", _s21_88, "Tarnija numbri muster", _s21_90, "Tarnija numbri loendur", _s21_92, "Pileti numbri muster", _s21_94, "Pileti numbri loendur", _s22_72, "Makse numbri muster", _s22_74, "Makse numbri loendur", _s22_76, "Arve numbri muster", _s22_78, "Arve Numbri Loendur", _s20_79, "Hinnapakkumise numbri muster", _s20_81, "Hinnapakkumise numbriloendur", _s21_96, _s23_56, _s21_98, _s24_71, _s21_100, _s23_56, _s21_101, _s24_71, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, "Vaikimisi maksunimi 1", _s18_103, "Vaikimisi maksum\xe4\xe4r 1", _s18_105, "Vaikimisi maksunimi 2", _s18_107, "Vaikimisi maksum\xe4\xe4r 2", _s18_109, "Vaikimisi maksunimi 3", _s18_111, "Vaikimisi maksum\xe4\xe4r 3", _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Kuva tabel", "show_list", "N\xe4ita loendit", "client_city", "Kliendi linn", "client_state", "Kliendi maakond", "client_country", "Kliendi riik", _s16_222, "Klient on aktiivne", "client_balance", "Kliendi saldo", "client_address1", "Kliendi t\xe4nav", "client_address2", "Kliendi korter/sviit", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "T\xfc\xfcp", "invoice_amount", "Arve summa", _s16_226, "T\xe4htaeg", "tax_rate1", "Maksum\xe4\xe4r 1", "tax_rate2", "Maksum\xe4\xe4r 2", "tax_rate3", "Maksum\xe4\xe4r 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Kohandatud maksud 1", "custom_taxes2", "Kohandatud maksud 2", "custom_taxes3", "Kohandatud maksud 3", "custom_taxes4", "Kohandatud maksud 4", _s17_134, _s21_118, _s17_135, _s21_119, _s17_136, _s21_120, _s17_137, _s21_121, "is_deleted", "On kustutatud", "vendor_city", "Tarnija linn", "vendor_state", "Tarnija maakond", "vendor_country", "Tarnija riik", "is_approved", "On heaks kiidetud", "tax_name", "Maksu Nimi", "tax_amount", "Maksud kokku", "tax_paid", "Makstud maksud", "payment_amount", "Makse summa", "age", "Vanus", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Pank", _s19_70, "Kulukategooria ID", _s16_227, "Kulu kategooria", _s19_72, "Arve valuuta ID", "tax_name1", "Maksu nimi 1", "tax_name2", "Maksu nimi 2", "tax_name3", "Maksu nimi 3", "transaction_id", "Tehingu ID", _s18_113, "Oleku v\xe4rviteema", _s16_228, "Laadige v\xe4rviteema"], t1, t1), "fi", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Luottokortit & pankit", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Maksujen asetukset", "default", "oletus", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Tilanne", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Lis\xe4\xe4 maksunv\xe4litt\xe4j\xe4", _s24_7, _s77_, "left", "Vasemmalla", "right", "Oikealla", "center", "Keskitetty", "page_numbering", "Sivunumerointi", _s24_8, "Sivunumeroinnin tasaus", _s31_1, "Lasku on l\xe4hetetty", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Laskun tuotteet", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Tuonnin muoto", "export_format", "Viennin muoto", "export_type", "Viennin tyyppi", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Lis\xe4\xe4 maa", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", "Kirjaudu olemassaolevalle tilille", "add_to_invoice", "Lis\xe4\xe4 laskulle :invoice", _s17_11, "Laskuja ei l\xf6ydy", "week", "Viikko", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Laskun valuutta", "range", "Alue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Luo projekti", "update_project", "P\xe4ivit\xe4 projekti", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "The palkkio a :amount lasku would be :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Hyv\xe4ksy", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "onnistuneesti purged asiakas", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Lasku maksettu", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normaali", "large", "Suuri", "extra_large", "Eritt\xe4in suuri", _s16_17, "N\xe4yt\xe4 PDF-esikatselu", _s21_20, "N\xe4yt\xe4 PDF-esikatselu laskujen k\xe4sittelyn aikana", "print_pdf", "Tulosta PDF", "remind_me", "Muistuta minua", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Piilota esikatselu", "edit_record", "Muokkaa tietuetta", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Aseta salasana", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Katkaise yhteys", "add_to_invoices", "Lis\xe4\xe4 laskuille", "acss", "Esihyv\xe4ksy debit korttimaksut", "becs", _s17_138, "bulk_download", "Lataa", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, "Asiakkaan postinumero", _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Rekister\xf6inti", _s27_10, _s50_4, "view_expense", "N\xe4yt\xe4 kulu # :kulu", "view_statement", "N\xe4yt\xe4 Tiliote", "sepa", "SEPA-maksu", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "J\xe4rjestelm\xe4", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From nimi", _s16_23, "Kopioi kuluksi", _s17_19, "toistuva kulu", _s18_19, "toistuva kulut", _s21_22, "uusi toistuva kulu", _s22_27, "muokkaa toistuva kulu", _s25_3, "onnistuneesti luotu toistuva kulu", _s25_4, "onnistuneesti p\xe4ivitetty toistuva kulu", _s26_4, "onnistuneesti arkistoitu toistuva kulu", _s25_5, _s32_15, _s25_6, _s38_2, _s26_5, "onnistuneesti palautettu toistuva kulu", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Laskutettu", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, "Laskun y\xe4tunnisteen taustav\xe4ri", _s25_11, "Laskun yl\xe4tunnisteen tekstiv\xe4ri", "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Muuta s\xe4hk\xf6postiosoitetta", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Laskuttamatta", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Tuo tietoja", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Lasku luotu", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "viime p\xe4ivitetty", "invoice_item", "Laskun tuote", "quote_item", "Quote Item", _s18_27, "kontakti ensimm\xe4inen nimi", _s17_23, "kontakti viime nimi", "order", "Order", "unassigned", "Kohdistamaton", "partial_value", "T\xe4ytyy olla suurempi kuin nolla ja v\xe4hemm\xe4n kuin kaikki yhteens\xe4", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ota k\xe4ytt\xf6\xf6n", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Aseta alidomain tai n\xe4yt\xe4 lasku omalla verkkosivullasi.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "Laskun maksuehdot", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Tilaus", "subscriptions", "Subscriptions", _s16_41, "Uusi tilaus", _s17_29, "muokkaa tilaus", _s20_29, "onnistuneesti luotu tilaus", _s20_30, "onnistuneesti p\xe4ivitetty tilaus", _s21_34, "onnistuneesti arkistoitu tilaus", _s20_31, _s30_36, _s20_32, _s30_36, _s21_35, "Tilaus palautettu onnistuneesti", _s19_21, "Etsi 1 tilaus", _s20_33, "Etsi :count tilausta", _s26_8, _s26_9, "connect_gmail", "Yhdist\xe4 Gmailiin", _s16_43, "Katkaise yhteys Gmailiin", "connected_gmail", _s28_7, _s18_35, "Gmail katkaistu onnistuneesti", _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, "Aktivoi yritys", _s21_37, _s51_5, _s27_16, "Tapahtui virhe, yrit\xe4 uudelleen", _s27_17, "Aseta ensin salasana", _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, "Valitse maa", "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Roskaposti", "view_docs", "Katso asiakirjoja", _s32_4, _s72_, "send_sms", "L\xe4het\xe4 tekstiviesti", "sms_code", "SMS Code", _s21_38, "Scan bar koodi a :link compatible app.", _s18_36, "Kaksivaiheinen tunnistautuminen otettu onnistuneesti k\xe4ytt\xf6\xf6n", "connect_google", "Yhdist\xe4 Googleen", _s17_31, "Katkaise yhteys Googleen", _s17_33, "Kaksivaiheinen tunnistautuminen", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count tuntia", "count_day", "1 p\xe4iv\xe4", "count_days", ":count p\xe4iv\xe4\xe4", _s19_24, _s19_25, _s17_34, "Turvallisuusasetukset", "resend_email", "Uudelleenl\xe4het\xe4 s\xe4hk\xf6posti", _s26_10, "Vahvista s\xe4hk\xf6postiosoitteesi", _s16_53, "Hyvitetty maksu", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "viime Quarter", "to_update_run", "To update run", _s18_39, "Muuta laskuksi", _s16_54, _s16_55, "invoice_project", "Lasku projekti", "invoice_task", "Laskuta teht\xe4v\xe4", "invoice_expense", "Lasku kulu", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Tallenna ja l\xe4het\xe4 s\xe4hk\xf6postilla", _s16_58, "Tuetut tapahtumat", _s16_60, "Converted m\xe4\xe4r\xe4", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "oletus Documents", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Piilota", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Sarake", "sample", "Otos", "map_to", "Map To", "import", "Tuo", _s25_16, _s29_7, "select_file", "yst\xe4v\xe4llisesti valitsee tiedosto", _s16_62, _s16_63, "csv_file", "CSV tiedosto", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Kirjanpito", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Lis\xe4\xe4 mukautettu", "payment_tax", "Payment Tax", "unpaid", "Maksamaton", "white_label", "White Label", "delivery_note", "Delivery Huom", _s24_24, "L\xe4hetetut laskut on lukittu", _s24_26, "Maksetut laskut on lukittu", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Maksettava", "quote_total", "Tarjouksen loppusumma", "credit_total", "luotto yhteens\xe4", _s23_19, "Laskun loppusumma", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Teht\xe4v\xe4numero", "project_number", "Projektinumero", "project_name", "Project Name", "warning", "Varoitus", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Asiakkaan nimi", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Onnistuneesti p\xe4ivitetty teht\xe4v\xe4n tila", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, "N\xe4yt\xe4 teht\xe4v\xe4taulukko", _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, "Lis\xe4\xe4 aikatieto laskun tuoteriville", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Teht\xe4v\xe4n asetukset", _s20_46, _s20_47, _s18_46, "kulu kategoriat", _s20_48, "uusi kulu kategoria", _s21_46, _s21_47, _s24_29, "onnistuneesti luotu kulukategoria", _s24_30, "onnistuneesti p\xe4ivitetty kulukategoria", _s25_20, "onnistuneesti arkistoitu kulu kategoria", _s24_31, "onnistuneesti poistettu category", _s24_32, _s37_7, _s25_21, "onnistuneesti palautettu kulukategoria", _s27_23, "onnistuneesti arkistoitu :count kulu kategoria", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Pit\xe4isi laskuttaa", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Er\xe4p\xe4iv\xe4", "paused", "Paused", "mark_active", "Merkitse aktiiviseksi", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "P\xe4\xe4ttym\xe4t\xf6n", "next_send_date", "Next Send Date", _s16_70, "J\xe4ljell\xe4 olevia kertoja", _s17_53, "Toistuva lasku", _s18_51, "Toistuvat laskut", _s21_53, "Uusi toistuva lasku", _s22_40, "muokkaa toistuva Lasku", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Toistuva lasku arkistoitu onnistuneesti", _s25_29, "Toistuva lasku poistettu onnistuneesti", _s25_30, _s38_11, _s26_14, "Toistuva lasku palautettu onnistuneesti", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "S\xe4hk\xf6posti l\xe4hetetty", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "N\xe4yt\xe4 Portaali", "copy_link", "Copy Link", "token_billing", "Tallenna korttitiedot", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "asiakas numero", "auto_convert", "Auto Convert", "company_name", "yritys nimi", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Laskut l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_quotes", "Tarjoukset l\xe4hetettiin onnistuneesti s\xe4hk\xf6postilla.", "emailed_credits", _s28_58, "gateway", "Maksunv\xe4litt\xe4j\xe4", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Tuntia", "statement", "tiliote", "taxes", "Verot", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Hae hyvityst\xe4", "apply", "K\xe4yt\xe4", "unapplied", "Unapplied", "select_label", "Valitse kentt\xe4", "custom_labels", _s17_159, "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Vastaanottaja", "health_check", "Health Check", "payment_type_id", "Maksun tyyppi", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "Valitut laskut", _s17_59, _s17_60, "selected_quotes", "Valitut tarjoukset", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Er\xe4\xe4ntyv\xe4t laskut", _s17_65, "My\xf6h\xe4ss\xe4 olevat laskut", "recent_payments", "Viimeisimm\xe4t maksut", "upcoming_quotes", "Tulevat tarjoukset", "expired_quotes", "Vanhentuneet tarjoukset", "create_client", "luo asiakas", "create_invoice", "Luo lasku", "create_quote", "Luo tarjous", "create_payment", "Create Payment", "create_vendor", "Luo kauppias", "update_quote", "P\xe4ivit\xe4 tarjous", "delete_quote", "Poista tarjous", "update_invoice", "P\xe4ivit\xe4 lasku", "delete_invoice", "Poista lasku", "update_client", "Update Client", "delete_client", "Poista asiakas", "delete_payment", "Poista maksu", "update_vendor", "P\xe4ivit\xe4 kauppias", "delete_vendor", "Poista kauppias", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Poista kulu", "create_task", "Luo teht\xe4v\xe4", "update_task", "Update Task", "delete_task", "Poista teht\xe4v\xe4", "approve_quote", "Hyv\xe4ksy tarjous", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Ilmainen", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-salasanat", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenit", "new_token", "New Token", "edit_token", "Muokkaa tokenia", "created_token", "Token luotu onnistuneesti", "updated_token", "Token p\xe4ivitetty onnistuneesti", "archived_token", "Token arkistoitu onnistuneesti", "deleted_token", "Token poistettu onnistuneesti", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, "Kustomoi ja esikatsele", "email_invoice", "L\xe4het\xe4 lasku s\xe4hk\xf6postitse", "email_quote", "L\xe4het\xe4 tarjous s\xe4hk\xf6postitse", "email_credit", "Email Credit", "email_payment", "Email maksu", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Katso PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Yhteyshenkil\xf6n nimi", "use_default", "K\xe4yt\xe4 oletusarvoa", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Maksuehdot", _s16_83, "Uudet maksuehdot", _s17_71, "Muokkaa maksuaikaa", _s20_57, "onnistuneesti luotu maksu ehto", _s20_58, "onnistuneesti p\xe4ivitetty maksu ehto", _s21_56, "onnistuneesti arkistoitu maksu ehto", _s20_59, _s35_27, _s20_60, _s35_27, _s21_57, "Maksuehto palautettiin onnistuneesti", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Kirjaudu s\xe4hk\xf6postiosoitteella", "change", "Vaihda", _s23_26, "Vaihda mobiilin\xe4kym\xe4\xe4n?", _s24_38, "Vaihda ty\xf6p\xf6yt\xe4n\xe4kym\xe4\xe4n?", "send_from_gmail", "L\xe4het\xe4 Gmailista", "reversed", "Reversed", "cancelled", "Peruutettu", "credit_amount", "Luoton m\xe4\xe4r\xe4", "quote_amount", "Tarjouksen summa", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Piilota valikko", "show_menu", "N\xe4yt\xe4 valikko", _s18_57, "Osittain hyvitetty", _s16_85, "Etsi asiakirjoista", "search_designs", "Search Designs", "search_invoices", "Etsi laskuja", "search_clients", "Etsi asiakkaita", "search_products", "Etsi tuotteita", "search_quotes", "Hae tarjouksia", "search_credits", "Etsi luotoista", "search_vendors", "Hae kauppiaita", "search_users", "Etsi k\xe4ytt\xe4ji\xe4", _s16_86, "Etsi verokanta", "search_tasks", "Etsi teht\xe4vi\xe4", "search_settings", "Etsi asetuksia", "search_projects", "Etsi projekteja", "search_expenses", "Etsi kuluja", "search_payments", "Etsi maksuja", "search_groups", "Etsi ryhmi\xe4", "search_company", "Etsi yritys", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "Etsi 1 lasku", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Hae 1 tarjous", "search_credit", "Search 1 Credit", "search_vendor", "Hae 1 kauppias", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Hyvitysmaksu", _s17_75, "Lasku on peruutettu onnistuneesti", _s18_59, "Laskut on peruutettu onnistuneesti", _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full nimi", _s17_77, "Kaupunki/Alue/Postitoimipaikka", _s17_79, "Postal/kaupunki/State", "custom1", "ensimm\xe4inen muokattu", "custom2", "toinen muokattu", "custom3", "Kolmas mukautettu", "custom4", "Nelj\xe4s mukautettu", "optional", "Valinnainen", "license", "Lisenssi", "purge_data", "Purge Data", _s16_93, "onnistuneesti purged yritys data", _s18_60, "Warning: t\xe4m\xe4 will pysyv\xe4sti erase sinun data, there is no undo.", "invoice_balance", "Laskun tila", "age_group_0", "0 - 30 p\xe4iv\xe4\xe4", "age_group_30", "30 - 60 p\xe4iv\xe4\xe4", "age_group_60", "60 - 90 p\xe4iv\xe4\xe4", "age_group_90", "90 - 120 p\xe4iv\xe4\xe4", "age_group_120", "120+ p\xe4iv\xe4\xe4", "refresh", "Refresh", "saved_design", "Muotoilu tallennettiin onnistuneesti", "client_details", "Asiakkaan tiedot", "company_address", "Yrityksen osoite", "invoice_details", "Laskun tiedot", "quote_details", "Tarjouksen tiedot", "credit_details", "Hyvityksen tiedot", "product_columns", "Tuotesarake", "task_columns", "Teht\xe4v\xe4sarake", "add_field", "Lis\xe4\xe4 kentt\xe4", "all_events", "Kaikki tapahtumat", "permissions", "Oikeudet", "none", "None", "owned", "Omistettu", "payment_success", "Maksu onnistui", "payment_failure", "Maksu ep\xe4onnistui", "invoice_sent", ":count lasku l\xe4hetetty", "quote_sent", "Tarjous l\xe4hetetty", "credit_sent", "Hyvitys l\xe4hetettiin", "invoice_viewed", "Lasku katsottiin", "quote_viewed", "Tarjous luettu", "credit_viewed", "Hyvitys katsottiin", "quote_approved", "Tarjous hyv\xe4ksytty", _s25_33, "Vastaanota kaikki ilmoitukset", _s16_94, "Osta lisenssi", "apply_license", "K\xe4yt\xe4 lisenssi", "cancel_account", "Poista tili", _s22_47, "Varoitus: T\xe4m\xe4 poistaa tilisi pysyv\xe4sti. Tietoja ei pysty palauttamaan.", "delete_company", "Poista yritys", _s22_48, "Warning: t\xe4m\xe4 will pysyv\xe4sti poista sinun yritys, there is no undo.", "enabled_modules", "Enabled Modules", "converted_quote", "Tarjous on onnistuneesti muunnettu", "credit_design", "Credit Design", "includes", "Includes", "header", "Yl\xe4tunniste", "load_design", "Load malli", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ehdotukset", "tickets", "Tickets", _s16_98, "Toistuvat tarjoukset", "recurring_tasks", "Recurring Tasks", _s18_61, "K\xe4ytt\xe4j\xe4tilin hallinta", "credit_date", "Luoton p\xe4iv\xe4m\xe4\xe4r\xe4", "credit", "Luotto", "credits", "Luotot", "new_credit", "Uusi luotto", "edit_credit", "Muokkaa hyvityst\xe4", "created_credit", "Luottolasku luotiin onnistuneesti", "updated_credit", "Hyvitys p\xe4ivitettiin onnistuneesti", "archived_credit", "Luottolasku arkistoitiin onnistuneesti", "deleted_credit", "Luottolasku poistettiin onnistuneesti", "removed_credit", _s27_36, "restored_credit", "Luotto palautettu onnistuneesti", _s16_100, ":count hyvitys(t\xe4) arkistoitiin onnistuneesti", "deleted_credits", ":count luotto(a) poistettu onnistuneesti", _s16_101, "Palautettiin onnistuneesti :value luotolle", "current_version", "Nykyinen versio", "latest_version", "Latest Version", "update_now", "P\xe4ivit\xe4 nyt", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Lue lis\xe4\xe4", "integrations", "Integraatiot", "tracking_id", "Seurantatunnus", _s17_81, _s17_82, "credit_footer", "Luotto alatunniste", "credit_terms", "Luoton ehdot", "new_company", "Uusi yritys", "added_company", "Yritys lis\xe4ttiin onnistuneesti", "company1", "Mukautettu Yritys 1", "company2", "Mukautettu Yritys 2", "company3", "Mukautettu Yritys 3", "company4", "Mukautettu Yritys 4", "product1", "Mukautettu Tuote 1", "product2", "Mukautettu Tuote 2", "product3", "Mukautettu Tuote 3", "product4", "Mukautettu Tuote 4", "client1", "Mukautettu Asiakas 1", "client2", "Mukautettu Asiakas 2", "client3", "Mukautettu Asiakas 3", "client4", "Mukautettu Asiakas 4", "contact1", "Mukautettu Yhteystieto 1", "contact2", "Mukautettu Yhteystieto 2", "contact3", "Mukautettu Yhteystieto 3", "contact4", "Mukautettu Yhteystieto 4", "task1", "Mukautettu Teht\xe4v\xe4 1", "task2", "Mukautettu Teht\xe4v\xe4 2", "task3", "Mukautettu Teht\xe4v\xe4 3", "task4", "Mukautettu Teht\xe4v\xe4 4", "project1", "Mukautettu Projekti 1", "project2", "Mukautettu Projekti 2", "project3", "Mukautettu Projekti 3", "project4", "Mukautettu Projekti 4", "expense1", "Mukautettu Kulu 1", "expense2", "Mukautettu Kulu 2", "expense3", "Mukautettu Kulu 3", "expense4", "Mukautettu Kulu 4", "vendor1", "Mukautettu Myyj\xe4 1", "vendor2", "Mukautettu Myyj\xe4 2", "vendor3", "Mukautettu Myyj\xe4 3", "vendor4", "Mukautettu Myyj\xe4 4", "invoice1", "Mukautettu Lasku 1", "invoice2", "Mukautettu Lasku 2", "invoice3", "Mukautettu Lasku 3", "invoice4", "Mukautettu Lasku 4", "payment1", "Mukautettu Maksu 1", "payment2", "Mukautettu Maksu 2", "payment3", "Mukautettu Maksu 3", "payment4", "Mukautettu Maksu 4", "surcharge1", _s22_87, "surcharge2", _s22_88, "surcharge3", _s22_89, "surcharge4", _s22_90, "group1", "Mukautettu Ryhm\xe4 1", "group2", "Mukautettu Ryhm\xe4 2", "group3", "Mukautettu Ryhm\xe4 3", "group4", "Mukautettu Ryhm\xe4 4", "reset", "Nollaa", "number", "Numero", "export", "Vienti", "chart", "Kaavio", "count", "Luku", "totals", "Yhteens\xe4", "blank", "Tyhj\xe4", "day", "P\xe4iv\xe4", "month", "Kuukausi", "year", "Vuosi", "subgroup", "Subgroup", "is_active", "Aktiivinen", "group_by", "Niputa", "credit_balance", "Luoton saldo", _s18_67, "Kontaktin viimeinen kirjautuminen", _s17_83, "Kontaktin koko nimi", "contact_phone", "kontakti puhelin", _s21_59, "Kontakti Mukautettu Arvo 1", _s21_60, "Kontakti Mukautettu Arvo 2", _s21_61, "Kontakti Mukautettu Arvo 3", _s21_62, "Kontakti Mukautettu Arvo 4", _s17_85, "Toimitus: Katu", _s17_86, "Toimitus: Asunto/huoneisto", "shipping_city", "Toimitus: Kaupunki", "shipping_state", "Toimitus: Maakunta", _s20_61, "Toimitus: Postinumero", _s16_132, "Toimitus: Maa", _s16_134, "Laskutus: Katu", _s16_135, "Laskutus: Asunto/huoneisto", "billing_city", "Laskutus: Kaupunki", "billing_state", "Laskutus: Maakunta", _s19_40, "Laskutus: Postinumero", "billing_country", "Laskutus: Maa", "client_id", "Asiakkaan tunniste", "assigned_to", "Assigned", "created_by", "luotu by :name", "assigned_to_id", "Liitetty tunnukseen(Id)", "created_by_id", "Luonut (Id)", "add_column", "Lis\xe4\xe4 Sarake", "edit_columns", "Muokkaa Saraketta", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit ja Loss", "reports", "Raportit", "report", "Raportti", "add_company", "Lis\xe4\xe4 yritys", "unpaid_invoice", "Maksamatonl lasku", "paid_invoice", "Paid Lasku", _s16_136, "Hyv\xe4ksym\xe4t\xf6n tarjous", "help", "Ohje", "refund", "Hyvitys", "refund_date", "Maksunpalautusp\xe4iv\xe4", "filtered_by", "Filtered by", "contact_email", "S\xe4hk\xf6postiosoite", "multiselect", "Monivalinta", "entity_state", "Osavaltio", "verify_password", "Vahvista salasana", "applied", "Haettu", _s21_63, "Sis\xe4llyt\xe4 viimeiset virheet lokiin", _s30_8, "Olemme vastaanottaneet viestisi ja pyrimme vastaamaan siihen pikaisesti.", "message", "Viesti", "from", "L\xe4hett\xe4j\xe4", _s20_63, "N\xe4yt\xe4 tuotteen tiedot", _s25_35, "Sis\xe4llyt\xe4 lis\xe4tieto ja hinta tuotteen alasvetovalikkoon", _s20_65, "PDF sivun muokkaaja vaatii :version", _s18_70, "S\xe4\xe4d\xe4 kuluprosenttia", _s23_28, "Adjust percent tili palkkio", _s18_72, "Muokkaa asetuksia", "support_forum", "support forum", "about", "Tietoja", "documentation", "Dokumentaatio", "contact_us", "Ota meihin yhteytt\xe4", "subtotal", "V\xe4lisumma", "line_total", "Rivin summa", "item", "Tuote", "credit_email", "Credit Email", "iframe_url", "Verkkosivu", "domain_url", "Domain URL", _s21_64, "salasana on liian lyhyt", _s20_66, "Salasanan pit\xe4\xe4 sis\xe4lt\xe4\xe4 iso kirjain ja numero", _s19_42, "Asiakas portaalin teht\xe4v\xe4t", _s23_29, "Asiakas portaalin etusivu", _s20_67, "Aseta arvo", "deleted_logo", "Logo poistettiin onnistuneesti", "yes", "Kyll\xe4", "no", "Ei", "generate_number", "Luo numero", "when_saved", "Milloin tallennettu", "when_sent", "Milloin l\xe4hetetty", "select_company", "Valitse yritys", "float", "Kelluva", "collapse", "Pienenn\xe4", "show_or_hide", "N\xe4yt\xe4/piilota", "menu_sidebar", "Valikon sivupalkki", "history_sidebar", "Historia sivupalkki", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Ulkoasu", "view", "N\xe4yt\xe4", "module", "Moduuli", "first_custom", "Ensim. muokattu", "second_custom", "Toinen muokattu", "third_custom", "Kolmas muokattu", "show_cost", "N\xe4yt\xe4 kustannus", _s17_88, _s17_89, "show_cost_help", "N\xe4yt\xe4 tuotteen kulukentt\xe4 seurataksesi katetta", _s21_65, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4", _s26_23, "N\xe4yt\xe4 tuotteen m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_67, "N\xe4yt\xe4 Laskun m\xe4\xe4r\xe4t", _s26_24, "N\xe4yt\xe4 rivien m\xe4\xe4r\xe4kentt\xe4, muutoin oletus 1", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, "Oletus m\xe4\xe4r\xe4", _s21_71, "Aseta rivim\xe4\xe4r\xe4 oletuksena 1", "one_tax_rate", "Ensimm\xe4inen veroluokka", "two_tax_rates", "Toinen veroluokka", "three_tax_rates", "Kolmas veroluokka", _s16_140, "Oletus veroluokka", "user", "K\xe4ytt\xe4j\xe4", "invoice_tax", "Laskun vero", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "Laskun veroluokat", "item_tax_rates", "Item Tax Rates", _s18_74, "Valitse asiakas", "configure_rates", "M\xe4\xe4rit\xe4 kurssit", _s18_75, _s18_76, "tax_settings", "Veroasetukset", _s18_77, "Veroluokat", "accent_color", "Nouseva v\xe4ri", "switch", "Switch", _s19_44, "pilkku eroteltu lista", "options", "Valinnat", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Alasvetovalikko", "field_type", "Kent\xe4n tyyppi", _s27_37, "Salasanan palautuss\xe4hk\xf6posti on l\xe4hetetty.", "submit", "Submit", _s16_144, "Palauta salasana", "late_fees", "Viiv\xe4stysmaksut", "credit_number", "luotto numero", "payment_number", "maksu numero", "late_fee_amount", "Late palkkio m\xe4\xe4r\xe4", _s16_145, "Late palkkio Percent", "schedule", "Aikataulu", "before_due_date", "Ennen er\xe4p\xe4iv\xe4\xe4", "after_due_date", "Er\xe4p\xe4iv\xe4n j\xe4lkeen", _s18_79, "Laskun p\xe4iv\xe4yksen j\xe4lkeen", "days", "P\xe4iv\xe4\xe4", "invoice_email", "Laskus\xe4hk\xf6posti", "payment_email", "Maksus\xe4hk\xf6posti", "partial_payment", _s16_270, "payment_partial", _s16_270, _s21_72, "Osittaisen maksun s\xe4hk\xf6postiosoite", "quote_email", "Tarjouss\xe4hk\xf6posti", _s16_147, "Endless muistutus", _s16_149, _s16_150, "administrator", "Yll\xe4pit\xe4j\xe4", _s18_80, "Allow k\xe4ytt\xe4j\xe4 manage users, change asetus ja modify kaikki records", "user_management", "K\xe4ytt\xe4j\xe4nhallinta", "users", "K\xe4ytt\xe4j\xe4t", "new_user", "Uusi k\xe4ytt\xe4j\xe4", "edit_user", "Muokkaa k\xe4ytt\xe4j\xe4", "created_user", "Onnistuneesti luotu k\xe4ytt\xe4j\xe4", "updated_user", "K\xe4ytt\xe4j\xe4 on p\xe4ivitetty onnistuneesti", "archived_user", "K\xe4ytt\xe4j\xe4 arkistoitu onnistuneesti", "deleted_user", "K\xe4ytt\xe4j\xe4 on poistettu onnistuneesti", "removed_user", "Onnistuneesti poistettu k\xe4ytt\xe4j\xe4", "restored_user", "K\xe4ytt\xe4j\xe4 palautettu onnistuneesti", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Yleiset asetukset", "invoice_options", "Laskun valinnat", _s17_92, 'Piilota "Maksettu t\xe4h\xe4n asti"', _s22_55, 'N\xe4yt\xe4 "Maksettava p\xe4iv\xe4m\xe4\xe4r\xe4\xe4n menness\xe4" kentt\xe4 laskuillasi vain maksetuilla laskuilla.', _s23_31, "Embed Documents", _s28_21, "Sis\xe4llyt\xe4 liitetyt kuvat laskuun.", _s16_153, "n\xe4yt\xe4 Header on", _s16_154, "N\xe4yt\xe4 alatunniste", "first_page", "ensimm\xe4inen page", "all_pages", "All pages", "last_page", "viime page", "primary_font", "Ensisijainen kirjasin", "secondary_font", "toissijainen kirjasin", "primary_color", "P\xe4\xe4v\xe4ri", "secondary_color", "Apuv\xe4ri", "page_size", "Sivukoko", "font_size", "Fontin koko", "quote_design", "Tarjouksen muotoilu", "invoice_fields", "Laskun kent\xe4t", "product_fields", "Tuote kent\xe4t", "invoice_terms", "Laskun ehdot", "invoice_footer", "Laskun alatunniste", "quote_terms", "Tarjouksen ehdot", "quote_footer", "Tarjouksen alatunniste", _s18_81, "automaattinen Email", _s23_32, "automaattisesti s\xe4hk\xf6posti toistuva laskut when they on luotu.", _s18_82, "automaattinen Arkistoi", _s23_33, "Arkistoi tarjoukset automaattisesti kun ne on muunnettu laskuiksi.", _s18_83, "Automaattinen muunnos", _s23_34, "Muunna tarjous automaattisesti laskuksi, kun asiakas on hyv\xe4ksynyt tarjouksen.", _s17_94, "Workflow asetukset", "freq_daily", "p\xe4ivitt\xe4in", "freq_weekly", "viikoittain", "freq_two_weeks", "Kaksi viikkoa", "freq_four_weeks", "nelj\xe4 viikkoa", "freq_monthly", "Kuukausittain", "freq_two_months", "Kaksi kuukautta", _s17_96, "kolme kuukautta", _s16_155, "nelj\xe4 kuukautta", "freq_six_months", "Six kuukautta", "freq_annually", "Vuosittain", "freq_two_years", "Kaksi vuotta", _s16_156, "3 vuotta", "never", "Ei koskaan", "company", "yritys", _s17_97, _s17_98, "charge_taxes", "Veloita veroa", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "toistuva etuliite", "number_padding", "numero Padding", "general", "General", "surcharge_field", "Surcharge kentt\xe4", "company_field", "yritys kentt\xe4", "company_value", "yritys Value", "credit_field", "luotto kentt\xe4", "invoice_field", "Lasku kentt\xe4", _s17_99, "Lasku Surcharge", "client_field", "asiakas kentt\xe4", "product_field", "Tuote kentt\xe4", "payment_field", "maksu kentt\xe4", "contact_field", "kontakti kentt\xe4", "vendor_field", "Kauppias kentt\xe4", "expense_field", "kulu kentt\xe4", "project_field", "Projekti kentt\xe4", "task_field", "Teht\xe4v\xe4 kentt\xe4", "group_field", "ryhm\xe4 kentt\xe4", "number_counter", "numero Counter", "prefix", "Etuliite", "number_pattern", "numero Pattern", "messages", "Viestit", "custom_css", "Mukautettu CSS", _s17_101, "Muokautettu JavaScript", _s16_159, "n\xe4yt\xe4 on PDF", _s21_74, "N\xe4yt\xe4 asiakkaan allekirjoitus lasku-/tarjous-PDF:ss\xe4.", _s25_41, "Laskun ehdot valintaruutu", _s30_9, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy laskun ehdot.", _s23_35, "Tarjouksen ehdot valintaruutu", _s28_22, "Vaadi asiakasta vahvistamaan, ett\xe4 h\xe4n hyv\xe4ksyy tarjouksen ehdot.", _s25_42, "Laskun allekirjoitus", _s30_10, "Vaadi asiakasta t\xe4ytt\xe4m\xe4\xe4n allekirjoitus.", _s23_36, "Tarjouksen allekirjoitus", _s22_57, "salasana suojaa laskut", _s27_38, "Mahdollistaa, ett\xe4 voit antaa salasanan jokaiselle yhteyshenkil\xf6lle. Jos salasana on asetettu, yhteyshenkil\xf6n tulee kirjautua sen avulla sis\xe4\xe4n voidakseen tarkastella laskuja.", "authorization", "Valtuutus", "subdomain", "Alidomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Yst\xe4v\xe4llisesti,", _s24_39, "Tee asiakkaillesi helpommaksi maksaa laskusi ottamalla k\xe4ytt\xf6\xf6n schema.org -merkint\xe4 s\xe4hk\xf6posteissasi.", "plain", "Yksinkertainen", "light", "Vaalea", "dark", "Tumma", "email_design", "S\xe4hk\xf6postin muotoilu", "attach_pdf", "Liit\xe4 PDF", _s16_160, "Liit\xe4 asiakirjoja", "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Ota k\xe4ytt\xf6\xf6n merkint\xe4", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Luottokortti", "bank_transfer", "Pankkisiirto", "priority", "Priority", "fee_amount", "palkkio m\xe4\xe4r\xe4", "fee_percent", "Palkkio prosentti", "fee_cap", "palkkio Cap", "limits_and_fees", "Limits/palkkiot", "enable_min", "Ota k\xe4ytt\xf6\xf6n min", "enable_max", "Ota k\xe4ytt\xf6\xf6n max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepted kortti Logos", "credentials", "Tunnukset", "update_address", "P\xe4ivit\xe4 osoite", _s19_49, "P\xe4ivit\xe4 asiakkaan osoite annetuilla tiedoilla", "rate", "Kanta", "tax_rate", "Verokanta", "new_tax_rate", "Uusi verom\xe4\xe4r\xe4", "edit_tax_rate", "Muokkaa verokantaa", _s16_162, "Verokanta luotu onnistuneesti", _s16_163, "Verokanta p\xe4ivitetty onnistuneesti", _s17_104, "Verokanta arkistoitu onnistuneesti", _s16_164, "Verokanta onnistuneesti poistettu", _s17_105, "Verokanta onnistuneesti palautettu", _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Lis\xe4\xe4 automaattisesti tuotteita", _s18_86, "Tuotteen valinta t\xe4ytt\xe4\xe4 kuvauksen ja hinnan automaattisesti", "update_products", "P\xe4ivit\xe4 automaattisesti tuotteet", _s20_71, "Laskun p\xe4ivitt\xe4minen p\xe4ivitt\xe4\xe4 tuotetietokannan automaattisesti", _s16_165, "Convert tuotteet", _s21_75, "Muunna automaattisesti tuotehinnat asiakkaan valuuttaan", "fees", "palkkiot", "limits", "Limits", "provider", "Tarjoaja", "company_gateway", "maksu Gateway", _s16_167, "maksu Gateways", _s19_50, "uusi Gateway", _s20_72, "muokkaa Gateway", _s23_37, "onnistuneesti luotu gateway", _s23_38, "onnistuneesti p\xe4ivitetty gateway", _s24_40, "onnistuneesti arkistoitu gateway", _s23_39, "onnistuneesti poistettu gateway", _s24_41, "onnistuneesti palautettu gateway", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Jatka muokkausta", "discard_changes", "Discard Changes", "default_value", "Oletus arvo", "disabled", "Pois k\xe4yt\xf6st\xe4", "currency_format", "Valuutan muoto", _s21_76, "Viikon ensimm\xe4inen p\xe4iv\xe4", _s23_40, "Vuoden ensimm\xe4inen kuukausi", "sunday", "sunnuntai", "monday", "Maanantai", "tuesday", "Tiistai", "wednesday", "Keskiviikko", "thursday", "Torstai", "friday", "Perjantai", "saturday", "Lauantai", "january", "Tammikuu", "february", "Helmikuu", "march", "Maaliskuu", "april", "Huhtikuu", "may", "Toukokuu", "june", "Kes\xe4kuu", "july", "Hein\xe4kuu", "august", "Elokuu", "september", "Syyskuu", "october", "Lokakuu", "november", "Marraskuu", "december", "Joulukuu", "symbol", "Symboli", "ocde", "Koodi", "date_format", "P\xe4iv\xe4m\xe4\xe4r\xe4n muoto", "datetime_format", "P\xe4iv\xe4-Aika esitysmuoto", "military_time", "24 tunnin aika", _s18_87, "N\xe4yt\xe4 24 tunnin aikamuoto", "send_reminders", "l\xe4het\xe4 muistutukset", "timezone", "Aikavy\xf6hyke", _s19_51, _s19_52, _s17_107, "Filtered by ryhm\xe4", _s19_53, "Filtered by Lasku", _s18_88, "Filtered by asiakas", _s18_90, "Suodatettu: Kauppias", "group_settings", "ryhm\xe4 asetukset", "group", "ryhm\xe4", "groups", "ryhm\xe4t", "new_group", "uusi ryhm\xe4", "edit_group", "muokkaa ryhm\xe4", "created_group", "onnistuneesti luotu ryhm\xe4", "updated_group", "onnistuneesti p\xe4ivitetty ryhm\xe4", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "onnistuneesti arkistoitu ryhm\xe4", "deleted_group", "onnistuneesti poistettu ryhm\xe4", "restored_group", "onnistuneesti palautettu ryhm\xe4", "upload_logo", "Lataa Logo", "uploaded_logo", "Logo onnistuneesti ladattu palvelimelle", "logo", "Logo", "saved_settings", "onnistuneesti saved asetus", _s16_171, "Tuoteasetukset", "device_settings", "Device asetukset", "defaults", "Oletusasetukset", "basic_settings", "Perusasetukset", _s17_109, "Lis\xe4\xe4asetuksia", "company_details", "Yrityksen tiedot", "user_details", "K\xe4ytt\xe4j\xe4tiedot", "localization", "Lokalisointi", "online_payments", "Online maksut", "tax_rates", "Verokannat", "notifications", "S\xe4hk\xf6posti-ilmoitukset", "import_export", "Tuonti | Vienti", "custom_fields", _s17_159, "invoice_design", "Laskun muotoilu", "buy_now_buttons", "Osta nyt napit", "email_settings", "S\xe4hk\xf6postin asetukset", _s23_42, "Pohjat ja muistutukset", _s22_58, "luotto Cards & Banks", _s19_55, "Datan visualisaatiot", "price", "Hinta", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, "kiitos you sinun purchase!", "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, "Annual tilaus", "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count k\xe4ytt\xe4j\xe4\xe4", "upgrade", "Upgrade", _s25_46, "Anna etunimi", _s24_43, "Anna sukunimi", _s33_21, "Ole hyv\xe4 ja hyv\xe4ksy palveluehtomme sek\xe4 tietosuojak\xe4yt\xe4nt\xf6mme luodaksesi k\xe4ytt\xe4j\xe4tilin.", "i_agree_to_the", "Hyv\xe4ksyn", _s16_173, "K\xe4ytt\xf6ehdot", "privacy_policy", "Privacy Policy", "sign_up", "Rekister\xf6idy", "account_login", "Tiliin kirjautuminen", "view_website", "N\xe4yt\xe4 verkkosivu", "create_account", "Luo k\xe4ytt\xe4j\xe4tili", "email_login", "Email Login", "create_new", "luo uusi", _s18_92, "ei record selected", _s21_79, "save tai peruuta sinun muutokset", "download", "Lataa", _s27_43, "Requires enterprise plan", "take_picture", "Ota kuva", "upload_file", "Lataa tiedosto palvelimelle", "document", "Document", "documents", "Asiakirjat", "new_document", "Uusi asiakirja", "edit_document", "Muokkaa asiakirjaa", _s17_111, "onnistuneesti l\xe4hetetty dokumentti", _s16_175, "onnistuneesti p\xe4ivitetty dokumentti", _s17_112, "onnistuneesti arkistoitu dokumentti", _s16_176, "onnistuneesti poistettu dokumentti", _s17_113, "onnistuneesti palautettu dokumentti", _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "ei History", "expense_date", "Kulun p\xe4iv\xe4m\xe4\xe4r\xe4", "pending", "Odottaa vastausta", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Muunnettu", _s24_45, "Lis\xe4\xe4 asiakirjoja laskuun", "exchange_rate", "Exchange Rate", _s16_180, "Muunna valuutta", "mark_paid", "Merkitse maksetuksi", "category", "Kategoria", "address", "Osoite", "new_vendor", "Uusi kauppias", "created_vendor", "Kauppias luotin onnistuneesti", "updated_vendor", "Kauppias on p\xe4ivitetty onnistuneesti", "archived_vendor", "Kauppias on arkistoitu onnistuneesti", "deleted_vendor", "Kauppias on poistettu onnistuneesti", "restored_vendor", "Onnistuneesti palautettu kauppias", _s16_181, ":count kauppias(ta) arkistoitu onnistuneesti", "deleted_vendors", ":count kauppias(ta) poistettu onnistuneesti", _s16_182, _s36_11, "new_expense", "Lis\xe4\xe4 kulu", "created_expense", "onnistuneesti luotu kulu", "updated_expense", "onnistuneesti p\xe4ivitetty kulu", _s16_183, "Kulu arkistoitu onnistuneesti", "deleted_expense", "Kulu poistettu onnistuneesti", _s16_184, "onnistuneesti palautettu kulu", _s17_115, "onnistuneesti arkistoitu kulut", _s16_185, "onnistuneesti poistettu kulut", _s17_116, _s37_14, "copy_shipping", "Kopioi toimitus", "copy_billing", "Kopioi laskutus", "design", "malli", _s21_80, "Failed find record", "invoiced", "Laskutettu", "logged", "Kirjattu", "running", "K\xe4ynniss\xe4", "resume", "Jatka", "task_errors", "Ole hyv\xe4 ja korjaa p\xe4\xe4llek\xe4iset ajat", "start", "Aloitus", "stop", "Lopetus", "started_task", "Onnistuneesti aloitettu teht\xe4v\xe4", "stopped_task", "Teht\xe4v\xe4 lopetettu onnistuneesti", "resumed_task", "Onnistuneesti jatkettu teht\xe4v\xe4\xe4", "now", "Nyt", _s16_186, "Automaattinen teht\xe4vien aloitus", "timer", "Ajastin", "manual", "Manuaalinen", "budgeted", "Budjetoitu", "start_time", "Aloitusaika", "end_time", "Lopetusaika", "date", "P\xe4iv\xe4m\xe4\xe4r\xe4", "times", "Ajat", "duration", "Kesto", "new_task", "Uusi teht\xe4v\xe4", "created_task", "Teht\xe4v\xe4 luotu onnistuneesti", "updated_task", "Teht\xe4v\xe4 p\xe4ivitetty onnistuneesti", "archived_task", "Teht\xe4v\xe4 arkistoitu onnistuneesti", "deleted_task", "Teht\xe4v\xe4 poistettu onnistuneesti", "restored_task", "Teht\xe4v\xe4 palautettu onnistuneesti", "archived_tasks", ":count teht\xe4v\xe4\xe4 arkistoitu onnistuneesti", "deleted_tasks", ":count teht\xe4v\xe4\xe4 poistettu onnistuneesti", "restored_tasks", _s34_20, _s19_59, "Ole hyv\xe4 ja anna nimi", "budgeted_hours", "Budjetoidut ty\xf6tunnit", "created_project", "Onnistuneesti luotu projekti", "updated_project", "Onnistuneesti p\xe4ivitetty projekti", _s16_188, "Onnistuneesti arkistoitu projekti", "deleted_project", _s32_15, _s16_189, "Onnistuneesti palautettu projekti", _s17_117, "Onnistuneesti arkistoitu :count projekti(a)", _s16_190, "Onnistuneesti poistettu :count projekti(a)", _s17_118, _s37_15, "new_project", "Uusi projekti", _s27_47, "kiitos you using our app!", "if_you_like_it", _s21_82, "click_here", "klikkaa t\xe4st\xe4", _s18_96, "Klikkaa t\xe4st\xe4", "to_rate_it", "rate it.", "average", "Keskiarvo", "unapproved", "Hyv\xe4ksym\xe4tt\xf6m\xe4t", _s30_15, "authenticate change this asetus", "locked", "Locked", "authenticate", "Authenticate", _s19_61, "authenticate", _s24_47, _s24_48, "footer", "Alatunniste", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "t\xe4n\xe4\xe4n", "custom_range", "muokattu Range", "date_range", "P\xe4iv\xe4m\xe4\xe4r\xe4v\xe4li", "current", "nykyinen", "previous", "Previous", "current_period", "nykyinen kausi", _s17_119, "Comparison kausi", "previous_period", "Previous kausi", "previous_year", "Previous Year", "compare_to", "Compare", "last7_days", "viime 7 p\xe4iv\xe4\xe4", "last_week", "viime viikko", "last30_days", "viime 30 p\xe4iv\xe4\xe4", "this_month", "t\xe4m\xe4 kuukausi", "last_month", "viime kuukausi", "this_year", "t\xe4m\xe4 Year", "last_year", "viime Year", "custom", "Mukautettu", _s16_191, "kloonaa Lasku", "clone_to_quote", "Kopioi tarjous", "clone_to_credit", "Clone to Credit", "view_invoice", "Katso lasku", "convert", "Convert", "more", "Lis\xe4\xe4", "edit_client", "Muokkaa asiakas", "edit_product", "Muokkaa tuote", "edit_invoice", "Muokkaa laskua", "edit_quote", "Muokkaa tarjousta", "edit_payment", "Muokkaa maksua", "edit_task", "Muokkaa teht\xe4v\xe4", "edit_expense", "muokkaa kulu", "edit_vendor", "Muokkaa kauppiasta", "edit_project", "Muokkaa projektia", _s20_74, "Muokkaa toistuvaa tarjousta", "billing_address", "Laskutusosoite", _s16_193, "Toimitusosoite", "total_revenue", "Kokonaistulot", "average_invoice", "Laskujen keskiarvo", "outstanding", "Maksamattomat laskut", "invoices_sent", ":count laskua l\xe4hetetty", "active_clients", "Aktiiviset asiakkaat", "close", "Sulje", "email", "S\xe4hk\xf6posti", "password", "Salasana", "url", "URL", "secret", "Secret", "name", "Nimi", "logout", "Kirjaudu ulos", "login", "Kirjaudu sis\xe4\xe4n", "filter", "Suodata", "sort", "Sort", "search", "Etsi", "active", "Aktiivinen", "archived", "Arkistoitu", "deleted", "Poistettu", "dashboard", "Hallintapaneeli", "archive", "Arkisto", "delete", "Poista", "restore", "Palauta", _s16_195, _s16_196, _s23_43, "Anna s\xe4hk\xf6postiosoitteesi", _s26_34, "Anna salasanasi", _s21_83, "Anna sinun URL-osoitteesi", _s26_36, "Anna tuoteavain", "ascending", "Ascending", "descending", "Descending", "save", "Tallenna", _s17_121, "virhe occurred", "paid_to_date", "Maksettu t\xe4h\xe4n menness\xe4", "balance_due", "Avoin lasku", "balance", "Saldo", "overview", "Yleiskatsaus", "details", "Tiedot", "phone", "Puhelin", "website", "Kotisivu", "vat_number", "ALV-numero", "id_number", "Asiakasnumero", "create", "Luo", _s19_63, "Copied :arvo clipboard", "error", "Virhe", _s16_197, _s16_198, "contacts", "Yhteystiedot", "additional", "Lis\xe4ksi", "first_name", "Etunimi", "last_name", "Sukunimi", "add_contact", "Lis\xe4\xe4 yhteystieto", "are_you_sure", "Oletko varma?", "cancel", "Peruuta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Tuote", "products", "Tuotteet", "new_product", "Uusi tuote", "created_product", "Tuote on luotu onnistuneesti", "updated_product", "Tuote on p\xe4ivitetty onnistuneesti", _s16_201, "Tuote on arkistoitu onnistuneesti", "deleted_product", "onnistuneesti poistettu tuote", _s16_202, "onnistuneesti palautettu tuote", _s17_123, "onnistuneesti arkistoitu :count tuotteet", _s16_203, "onnistuneesti poistettu :count tuotteet", _s17_124, _s37_16, "product_key", "Tuote", "notes", "Viestit", "cost", "Hinta", "client", "Asiakas", "clients", "Asiakkaat", "new_client", "Uusi asiakas", "created_client", "Luotin onnistuneesti asiakas", "updated_client", "Asiakas on p\xe4ivitetty onnistuneesti", "archived_client", "Asiakas on arkistoitu onnistuneesti", _s16_204, _s43_3, "deleted_client", "Asiakas on poistettu onnistuneesti", "deleted_clients", "Poistettu onnistuneesti :count asiakas(ta)", "restored_client", "Asiakas palautettu onnistuneesti", _s16_205, _s36_13, "address1", "Katu", "address2", "Asunto", "city", "Kaupunki", "state", "L\xe4\xe4ni", "postal_code", "Postinumero", "country", "Maa", "invoice", "Lasku", "invoices", "Laskut", "new_invoice", "Uusi lasku", "created_invoice", "Lasku luotiin onnistuneesti", "updated_invoice", "Lasku p\xe4ivitettiin onnistuneesti", _s16_206, "Lasku arkistoitiin onnistuneesti", "deleted_invoice", "Lasku poistettiin onnistuneesti", _s16_207, "Lasku palautettu onnistuneesti", _s17_125, _s43_3, _s16_208, "Poistettiin onnistuneesti :count laskua", _s17_126, _s37_17, "emailed_invoice", "Lasku l\xe4hetettiin onnistuneesti", "emailed_payment", "onnistuneesti emailed maksu", "amount", "M\xe4\xe4r\xe4", "invoice_number", "Laskun numero", "invoice_date", "Laskun p\xe4iv\xe4m\xe4\xe4r\xe4", "discount", "Alennus", "po_number", "Tilaus numero", "terms", "Ehdot", "public_notes", "Julkiset muistiinpanot", "private_notes", "Yksityiset muistiinpanot", "frequency", "Kuinka usein", "start_date", "Alkamisp\xe4iv\xe4m\xe4\xe4r\xe4", "end_date", "Loppup\xe4iv\xe4m\xe4\xe4r\xe4", "quote_number", "Tarjous numero", "quote_date", "Tarjouksen p\xe4iv\xe4m\xe4\xe4r\xe4", "valid_until", "Voimassa", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Kuvaus", "unit_cost", "Kappalehinta", "quantity", "M\xe4\xe4r\xe4", "add_item", "Lis\xe4\xe4 nimike", "contact", "Yhteyshenkil\xf6", "work_phone", "Puhelin", "total_amount", "yhteens\xe4 m\xe4\xe4r\xe4", "pdf", "PDF", "due_date", "Er\xe4p\xe4iv\xe4", _s16_209, "Partial er\xe4p\xe4iv\xe4", "status", "Tila", _s17_127, "Lasku tila", "quote_status", "Tarjouksen tila", _s22_59, "Napsauta + lis\xe4t\xe4ksesi nimikkeen", _s22_61, "Napsauta + lis\xe4t\xe4ksesi ajan", "count_selected", ":count selected", "total", "Loppusumma", "percent", "Prosentti", "edit", "Muokkaa", "dismiss", "Dismiss", _s20_76, "valitse p\xe4iv\xe4m\xe4\xe4r\xe4", _s22_62, "valitse asiakas", _s24_49, "valitse lasku", "task_rate", "Teht\xe4v\xe4n luokitus", "settings", "Asetukset", "language", "Kieli", "currency", "Valuutta", "created_at", "Luotu", "created_on", "Created On", "updated_at", "p\xe4ivitetty", "tax", "Vero", _s30_17, "Ay\xf6t\xe4 laskunumero", _s27_51, "Ole hyv\xe4 ja anna tarjouksen numero", "past_due", "Past Due", "draft", "Luonnos", "sent", "L\xe4hetetty", "viewed", "N\xe4hty", "approved", "Hyv\xe4ksytty", "partial", "Osittainen/Talletus", "paid", "Maksettu", "mark_sent", "Merkitse l\xe4hetetyksi", _s22_64, "Onnistuneesti merkitty lasku l\xe4hetetyksi", _s22_65, "Lasku merkittiin l\xe4hetetyksi onnistuneesti", _s23_45, _s43_4, _s23_46, _s43_4, "done", "Valmis", _s37_18, "Anna asiakkaan tai yhteyshenkil\xf6n nimi", "dark_mode", "Tumma tila", _s27_53, "Uudelleenk\xe4ynnist\xe4 sovellus ottaaksesi muutoksen k\xe4ytt\xf6\xf6n", "refresh_data", "Refresh Data", "blank_contact", "Blank kontakti", "activity", "Toiminta", _s16_211, "ei records found", "clone", "Monista", "loading", "Loading", "industry", "Toimiala", "size", "Koko", "payment_terms", "Maksuehdot", "payment_date", "Maksun p\xe4iv\xe4m\xe4\xe4r\xe4", "payment_status", "maksu tila", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Asiakasportaali", "show_tasks", "N\xe4yt\xe4 teht\xe4v\xe4t", "email_reminders", "Email muistutukset", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Ensimm\xe4inen muistutus", "second_reminder", "Toinen muistutus", "third_reminder", "Kolmas muistutus", "reminder1", "ensimm\xe4inen muistutus", "reminder2", "toinen muistutus", "reminder3", "Third muistutus", "template", "Malli", "send", "l\xe4het\xe4", "subject", "Otsikko", "body", "Sis\xe4lt\xf6", "send_email", "L\xe4het\xe4 s\xe4hk\xf6posti", "email_receipt", "L\xe4het\xe4 maksukuitti s\xe4hk\xf6postilla asiakkaalle", "auto_billing", _s22_91, "button", "Button", "preview", "Esikatselu", "customize", "Mukauta", "history", "Historia", "payment", "Maksu", "payments", "Maksut", "refunded", "Refunded", "payment_type", "Maksutyyppi", _s21_85, "Tapahtuman viite", "enter_payment", "Kirjaa maksu", "new_payment", "Uusi maksutapahtuma", "created_payment", "Maksu on luotu onnistuneesti", "updated_payment", "Maksu p\xe4ivitetty onnistuneesti", _s16_219, "Maksu on arkistoitu onnistuneesti", "deleted_payment", "Maksu on poistettu onnistuneesti", _s16_220, "Maksu palautettu onnistuneesti", _s17_130, "Arkistoitu onnistuneesti :count maksu(a)", _s16_221, "Poistettu onnistuneesti :count maksu(a)", _s17_131, _s37_20, "quote", "Tarjous", "quotes", "Tarjoukset", "new_quote", "Uusi tarjous", "created_quote", "Tarjous on luotu onnistuneesti", "updated_quote", "Tarjous on p\xe4ivitetty onnistuneesti", "archived_quote", "Tarjous on arkistoitu onnistuneesti", "deleted_quote", "Tarjous on poistettu onnistuneesti", "restored_quote", "Tarjous palautettu onnistuneesti", "archived_quotes", ":count tarjous(ta) arkistoitu onnistuneesti", "deleted_quotes", ":count tarjous(ta) poistettu onnistuneesti", "restored_quotes", _s35_22, "expense", "Kulu", "expenses", "Kulut", "vendor", "Kauppias", "vendors", "Kauppiaat", "task", "Teht\xe4v\xe4", "tasks", "Teht\xe4v\xe4t", "project", "Projekti", "projects", "Projektit", "activity_1", ":user loi asiakkaan :client", "activity_2", ":user arkistoi asiakkaan :client", "activity_3", ":user poisti asiakkaan :client", "activity_4", ":k\xe4ytt\xe4j\xe4 loi laskun :invoice", "activity_5", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti laskun :invoice", "activity_6", ":k\xe4ytt\xe4j\xe4 emailed lasku :lasku for :asiakas :kontakti", "activity_7", ":kontakti katsoi lasku :lasku for :asiakas", "activity_8", ":k\xe4ytt\xe4j\xe4 arkistoi laskun :invoice", "activity_9", ":k\xe4ytt\xe4j\xe4 poisti laskun :invoice", "activity_10", ":kontakti entered maksu :maksu for :payment_amount on lasku :lasku for :asiakas", "activity_11", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti maksun :maksu", "activity_12", ":k\xe4ytt\xe4j\xe4 arkistoi maksun :maksu", "activity_13", ":k\xe4ytt\xe4j\xe4 poisti maksun :maksu", "activity_14", ":k\xe4ytt\xe4j\xe4 sy\xf6tti :luotto hyvityksen", "activity_15", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti :luotto hyvityksen", "activity_16", ":k\xe4ytt\xe4j\xe4 arkistoi :luotto hyvityksen", "activity_17", ":k\xe4ytt\xe4j\xe4 poisti :luotto hyvityksen", "activity_18", ":user loi tarjouksen :quote", "activity_19", ":user p\xe4ivitti tarjouksen :quote", "activity_20", ":user l\xe4hetti s\xe4hk\xf6postitse tarjouksen :quote asiakkaan :client yhteyshenkil\xf6lle :contact", "activity_21", ":contact luki tarjouksen :quote", "activity_22", ":user arkistoi tarjouksen :quote", "activity_23", ":user poisti tarjouksen :quote", "activity_24", ":user palautti tarjouksen :quote", "activity_25", ":k\xe4ytt\xe4j\xe4 palautti laskun :invoice", "activity_26", ":k\xe4ytt\xe4j\xe4 palautti asiakkaan :client", "activity_27", ":k\xe4ytt\xe4j\xe4 palautti maksun :maksu", "activity_28", ":k\xe4ytt\xe4j\xe4 palautti hyvityksen :luotto", "activity_29", ":contact hyv\xe4ksyi tarjouksen :quote asiakkaalle :client", "activity_30", ":k\xe4ytt\xe4j\xe4 loi kauppiaan :vendor", "activity_31", ":k\xe4ytt\xe4j\xe4 arkistoi kauppiaan :vendor", "activity_32", ":k\xe4ytt\xe4j\xe4 poisti kauppiaan :vendor", "activity_33", ":k\xe4ytt\xe4j\xe4 palautti kauppiaan :vendor", "activity_34", ":k\xe4ytt\xe4j\xe4 loi kulun :kulu", "activity_35", ":k\xe4ytt\xe4j\xe4 arkistoi kulun :kulu", "activity_36", ":k\xe4ytt\xe4j\xe4 poisti kulun :kulu", "activity_37", ":k\xe4ytt\xe4j\xe4 palautti kulun :kulu", "activity_39", ":k\xe4ytt\xe4j\xe4 perui :payment_amount maksun :maksu", "activity_40", ":k\xe4ytt\xe4j\xe4 refunded :adjustment a :payment_amount maksu :maksu", "activity_41", ":payment_amount maksu (:maksu) failed", "activity_42", ":k\xe4ytt\xe4j\xe4 loi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_43", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_44", ":k\xe4ytt\xe4j\xe4 arkistoi teht\xe4v\xe4n :teht\xe4v\xe4", "activity_45", ":k\xe4ytt\xe4j\xe4 poisti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_46", ":k\xe4ytt\xe4j\xe4 palautti teht\xe4v\xe4n :teht\xe4v\xe4", "activity_47", ":k\xe4ytt\xe4j\xe4 p\xe4ivitti kulun :kulu", "activity_48", ":user loi k\xe4ytt\xe4j\xe4n :user", "activity_49", ":user p\xe4ivitti k\xe4ytt\xe4j\xe4n :user", "activity_50", ":user arkistoi k\xe4ytt\xe4j\xe4n :user", "activity_51", ":user poisti k\xe4ytt\xe4j\xe4n :user", "activity_52", ":user palutti k\xe4ytt\xe4j\xe4n :user", "activity_53", ":user merkitsi l\xe4hetetyksi laskun :invoice", "activity_54", ":k\xe4ytt\xe4j\xe4 reopened tiketti :tiketti", "activity_55", ":kontakti vastasi tiketti :tiketti", "activity_56", ":k\xe4ytt\xe4j\xe4 katsoi tiketti :tiketti", "activity_57", "J\xe4rjestelm\xe4 ep\xe4onnistui l\xe4hett\xe4m\xe4\xe4n s\xe4hk\xf6postilaskun :invoice", "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Kertak\xe4ytt\xf6inen salasana", "emailed_quote", "Tarjous on l\xe4hetetty onnistuneesti", "emailed_credit", _s27_65, _s20_78, "Tarjous on onnistuneesti merkitty l\xe4hetetyksi", _s21_87, _s34_21, "expired", "Vanhentunut", "all", "Kaikki", "select", "Valitse", _s22_66, _s22_67, "custom_value1", "muokattu Value", "custom_value2", "Mukautettu arvo", "custom_value3", "Muokattu arvo 3", "custom_value4", "Muokattu arvo 4", _s18_97, "Muokattu email tyyli", _s24_54, "Muokattu Etusivu viesti", _s29_37, "Muokattu Avoin Lasku viesti", _s27_58, "Muokattu Maksettu Lasku viesti", _s31_18, "Oma Hyv\xe4ksym\xe4t\xf6n tarjous -viesti", "lock_invoices", "Lukitse lasku", "translations", "K\xe4\xe4nn\xf6kset", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, "Kauppiaan numerolaskuri", _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "Laskunumeroinnin kaava", _s22_78, "Laskun j\xe4rjestysnumero", _s20_79, "Tarjouksen numeroinnin kuvio", _s20_81, "Tarjouksen j\xe4rjestysnumero", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "Jaettu lasku tarjous laskuri", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "S\xe4hk\xf6postilaskun aihe", _s19_68, "Tarjouss\xe4hk\xf6postin otsikko", _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Asiakkaan kaupunki", "client_state", "Asiakkaan osavaltio", "client_country", "Asiakkaan valtio", _s16_222, "Asiakas on aktiivinen", "client_balance", "Client Balance", "client_address1", "Asiakkaan katu", "client_address2", "Asiakkaan huoneisto", "vendor_address1", "Toimittajan katuosoite", "vendor_address2", "Toimittajan huoneisto-osoite", _s24_56, "Asiakkaan toimituskatuosoite", _s24_57, "Asiakkaan toimitushuoneisto-osoite", "type", "Tyyppi", "invoice_amount", "Lasku m\xe4\xe4r\xe4", _s16_226, "Er\xe4p\xe4iv\xe4", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s22_91, "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Mukautettu Vero 1", "custom_taxes2", "Mukautettu Vero 2", "custom_taxes3", "Mukautettu Vero 3", "custom_taxes4", "Mukautettu Vero 4", _s17_134, _s22_87, _s17_135, _s22_88, _s17_136, _s22_89, _s17_137, _s22_90, "is_deleted", "On poistettu", "vendor_city", "Kauppiaan kaupunki", "vendor_state", "Kauppiaan alue", "vendor_country", "Kauppiaan maa", "is_approved", "On hyv\xe4ksytty", "tax_name", "veronimi", "tax_amount", "vero m\xe4\xe4r\xe4", "tax_paid", "vero Paid", "payment_amount", "Maksun m\xe4\xe4r\xe4", "age", "Age", "is_running", "Is Running", "time_log", "Aikaloki", "bank_id", "Pankki", _s19_70, _s19_71, _s16_227, "Kulujen kategoria", _s19_72, _s19_73, "tax_name1", "Veron nimi 1", "tax_name2", "Veron nimi 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "Port\xe9e", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Le frais pour une facture de :amount serait de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Accepter", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Client purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Afficher l'aper\xe7u PDF", _s21_20, "Afficher l'aper\xe7u PDF lors de la r\xe9daction des factures", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "D\xe9finir le mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, "M\xe9moriser localement les donn\xe9es afin de d\xe9marrer plus rapidement. La d\xe9sactivation peut am\xe9liorer les performances pour les grands comptes.", "persist_ui", "M\xe9moriser l'interface utilisateur", "persist_ui_help", "M\xe9moriser l'\xe9tat de l'interface utilisateur afin de reprendre l\xe0 o\xf9 vous en \xe9tiez. La d\xe9sactivation peut am\xe9liorer les performances.", _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Voir le relev\xe9", "sepa", "Pr\xe9l\xe8vement automatique/domiciliation SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom exp\xe9diteur", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "D\xe9pense r\xe9currente cr\xe9\xe9e avec succ\xe8s", _s25_4, "D\xe9pense r\xe9currente mise \xe0 jour avec succ\xe8s", _s26_4, "D\xe9pense r\xe9currente archiv\xe9e avec succ\xe8s", _s25_5, "Projet supprim\xe9 avec succ\xe8s", _s25_6, _s38_2, _s26_5, "D\xe9pense r\xe9currente restaur\xe9e avec succ\xe8s", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "M\xe9moriser les donn\xe9es", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Virgule d\xe9cimale", _s26_6, "Utiliser la virgule comme s\xe9parateur d\xe9cimal dans les formulaires", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer des donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Commande", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre sup\xe9rieur \xe0 z\xe9ro et inf\xe9rieur au total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activ\xe9(e)", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez un sous-domaine ou affichez la facture sur votre propre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Abonnements", _s16_41, _s16_42, _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Renvoyer une invitation", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Rebondi", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Scannez le code \xe0 barres avec une application compatible :link", _s18_36, "Authentification \xe0 deux facteurs activ\xe9e avec succ\xe8s", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Authentification \xe0 2 facteurs", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s18_132, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "To update run", _s18_39, _s20_102, _s16_54, _s16_55, "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facturer la d\xe9pense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9verser un document", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Couleur", "show", "Montrer", "hide", "Cacher", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Colonne", "sample", "Exemple", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", _s32_16, _s16_62, _s16_63, "csv_file", "S\xe9lectionner un fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "URL Webhook", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, 'Veuillez entrer ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner en", "clone_to_other", 'Cloner en "Autre"', "labels", "Labels", "add_custom", "Ajouter", "payment_tax", "Payment Tax", "unpaid", "Non pay\xe9", "white_label", "Marque blanche", "delivery_note", "Bon de livraison", _s24_24, _s39_7, _s24_26, _s37_28, "source_code", "Code source", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Devis expir\xe9", "partial_due", "Solde partiel", "invoice_total", "Montant total", "quote_total", "Montant du devis", "credit_total", "Total Cr\xe9dit", _s23_19, "Total facture", "actions", "Actions", "expense_number", "N\xb0 d\xe9pense", "task_number", "N\xb0 t\xe2che", "project_number", "N\xb0 projet", "project_name", "Project Name", "warning", "Avertissement", "view_settings", _s19_85, _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Devis p\xe9rim\xe9", "remind_invoice", "Remind Invoice", "cvv", "Cryptogramme visuel", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone client", "required_fields", "Champs requis", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Effacer le cache", "sort_order", "Ordre de tri", "task_status", "Statut", "task_statuses", "Statuts des t\xe2ches", "new_task_status", "Nouveau statut de t\xe2che", _s16_64, "Modifier les statuts de t\xe2ches", _s19_30, "Statut de t\xe2che cr\xe9\xe9", _s19_31, "Statut de t\xe2che mis \xe0 jour avec succ\xe8s", _s20_38, "Statut de t\xe2che archiv\xe9", _s19_32, "Statut de t\xe2che supprim\xe9", _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "R\xe9glages des t\xe2ches", _s20_46, _s20_47, _s18_46, "cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, _s21_47, _s24_29, "Cat\xe9gorie de d\xe9pense cr\xe9\xe9e avec succ\xe8s", _s24_30, "Cat\xe9gorie de d\xe9pense mise \xe0 jour avec succ\xe8s", _s25_20, "Cat\xe9gorie de d\xe9pense archiv\xe9e avec succ\xe8s", _s24_31, _s40_5, _s24_32, _s37_7, _s25_21, "Cat\xe9gorie de d\xe9pense restaur\xe9e avec succ\xe8s", _s27_23, ":count cat\xe9gorie(s) de d\xe9pense archiv\xe9e(s) avec succ\xe8s", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "Voir les changements", "force_update", _s21_122, _s17_48, "Vous utilisez la derni\xe8re version mais il se peut que des corrections soient en attente.", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9", _s23_21, _s33_23, _s29_8, "Rend les documents visibles", _s21_50, "D\xe9finir un taux de change", _s16_68, "R\xe9glages des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", _s18_134, "variables", "Variables", "show_password", "Montrer le mot de passe", "hide_password", "Cacher le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Marquer comme actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restant", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "Editer facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "Facture r\xe9currente archiv\xe9e avec succ\xe8s", _s25_29, "Facture r\xe9currente supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "Facture r\xe9currente restaur\xe9e avec succ\xe8s", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter le paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_34, "Supporter le paiement au minimum du montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouvert(e)", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de l'e-mail", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Logs syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Enregister les d\xe9tails de paiement", _s24_35, "Bienvenue sur Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Intitul\xe9", "client_number", _s16_272, "auto_convert", _s25_63, "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current sur :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par email avec succ\xe8s", "emailed_quotes", "Les offres ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par e-mail avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Lignes par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "Majoration", "apply_payment", _s21_124, "apply_credit", "Appliquer cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le label", "custom_labels", "Labels personnalis\xe9s", "record_type", _s21_125, "record_name", "Nom d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xc0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Autoriser les tierces parties \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "E-mail de paiement en ligne", _s20_53, "E-mail de paiement manuel", "completed", "Effectu\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres client", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Devis s\xe9lectionn\xe9s", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures en retard", "recent_payments", "Paiements r\xe9cents", "upcoming_quotes", "Devis \xe0 venir", "expired_quotes", "Devis expir\xe9s", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er un devis", "create_payment", "Nouveau paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour le devis", "delete_quote", "Supprimer ce devis", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer ce fournisseur", "create_expense", "Nouvelle d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une t\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la t\xe2che", "approve_quote", "Approuver le devis", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expire le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "Modifier le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Jetons d'API", "api_docs", "Documentation des API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter ce jeton", "created_token", "Jeton cr\xe9\xe9 avec succ\xe8s", "updated_token", "Jeton mis \xe0 jour avec succ\xe8s", "archived_token", "Jeton archiv\xe9 avec succ\xe8s", "deleted_token", "Jeton supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement client", _s24_37, "Autoriser les clients \xe0 s'enregistrer sur le portail", _s21_55, "Personnaliser & pr\xe9visualiser", "email_invoice", "Envoyer la facture par e-mail", "email_quote", "Envoyer ce devis par e-mail", "email_credit", "Cr\xe9dit par mail", "email_payment", "Re\xe7u du paiement par courriel", _s20_56, "Le client n'a pas d'adresse mail d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configurer les conditions de paiements", "payment_term", "Condition de paiement", _s16_83, "Nouvelle condition de paiement", _s17_71, "\xc9diter la condition de paiement", _s20_57, "Conditions de paiement cr\xe9\xe9es avec succ\xe8s", _s20_58, "Conditions de paiement mises \xe0 jour avec succ\xe8s", _s21_56, "Conditions de paiement archiv\xe9es avec succ\xe8s", _s20_59, _s40_6, _s20_60, _s40_6, _s21_57, "Les conditions de paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "S'identifier avec l'email", "change", "Modifier", _s23_26, "Modifier la mise en page pour le mobile ?", _s24_38, _s36_24, "send_from_gmail", "Envoyer depuis Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant devis", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, "Rembours\xe9 partiellement", _s16_85, "Rechercher des documents", "search_designs", "Rechercher des designs", "search_invoices", "Rechercher des factures", "search_clients", "Rechercher des clients", "search_products", "Rechercher des produits", "search_quotes", "Rechercher des devis", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Rechercher des utilisateurs", _s16_86, _s25_66, "search_tasks", "Rechercher des t\xe2ches", "search_settings", "Rechercher des param\xe8tres", "search_projects", "Rechercher des projets", "search_expenses", "Rechercher des d\xe9penses", "search_payments", "Rechercher des r\xe8glements", "search_groups", "Rechercher des groupes", "search_company", "Rechercher des entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 fournisseurs", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement du paiement", _s17_75, "Facture annul\xe9e", _s18_59, "Factures annul\xe9es", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/ Province (D\xe9partement)/ CP", _s17_79, "Ville/Province (D\xe9partement)/Code postal", "custom1", "Personnalis\xe91", "custom2", "Personnalis\xe92", "custom3", "Troisi\xe8me champ personnalis\xe9", "custom4", "Quatri\xe8me champ personnalis\xe9", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Attention : Cette action va supprimer vos donn\xe9es et est irr\xe9versible", "invoice_balance", "Solde facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 -60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Rafra\xeechir", "saved_design", "Design enregistr\xe9", "client_details", "Coordonn\xe9es du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de la facture", "quote_details", "D\xe9tail du devis", "credit_details", "D\xe9tails du cr\xe9dit", "product_columns", "Colonnes de produits", "task_columns", "Colonnes de t\xe2ches", "add_field", _s16_280, "all_events", "Tous les \xe9v\xe9nements", "permissions", "Permissions", "none", "Aucun(e)", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "\xc9chec du paiement", "invoice_sent", _s22_105, "quote_sent", "Devis envoy\xe9", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture vue", "quote_viewed", "Devis vue", "credit_viewed", "Cr\xe9dit vue", "quote_approved", "Devis approuv\xe9", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Attention : Ceci va supprimer d\xe9finitivement votre compte, il n'y a pas d'annulation possible.", "delete_company", "Supprimer la soci\xe9t\xe9", _s22_48, "Attention : Ceci supprimera d\xe9finitivement votre soci\xe9t\xe9, il n'y a pas d'annulation.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La devis a \xe9t\xe9 converti avec succ\xe8s", "credit_design", "Design des cr\xe9dits", "includes", "Inclus", "header", "En-t\xeate", "load_design", "Charger un mod\xe8le", "css_framework", "Framework CSS", "custom_designs", "Mod\xe8les personnalis\xe9s", "designs", "Mod\xe8les", "new_design", "Nouveau mod\xe8le", "edit_design", "\xc9diter le mod\xe8le", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propositions", "tickets", "Tickets", _s16_98, "Devis r\xe9current", "recurring_tasks", _s18_139, _s18_61, "Gestion des comptes", "credit_date", "Date d'avoir", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Entrer un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Cr\xe9dit cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Cr\xe9dit archiv\xe9 avec succ\xe8s", "deleted_credit", "Cr\xe9dit supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Cr\xe9dit restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits supprim\xe9s avec succ\xe8s", _s16_101, _s36_9, "current_version", "Version actuelle", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page des credits", "credit_terms", _s36_27, "new_company", "Nouveau compte", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e", "company1", "Champ personnalis\xe9 Entreprise 1", "company2", "Champ personnalis\xe9 Entreprise 2", "company3", "Champ personnalis\xe9 Entreprise 3", "company4", "Champ personnalis\xe9 Entreprise 4", "product1", "Champ personnalis\xe9 Produit 1", "product2", "Champ personnalis\xe9 Produit 2", "product3", "Champ personnalis\xe9 Produit 3", "product4", "Champ personnalis\xe9 Produit 4", "client1", "Champ personnalis\xe9 Client 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Champ personnalis\xe9 Contact 1", "contact2", "Champ personnalis\xe9 Contact 2", "contact3", "Champ personnalis\xe9 Contact 3", "contact4", "Champ personnalis\xe9 Contact 4", "task1", "Champ personnalis\xe9 T\xe2che 1", "task2", "Champ personnalis\xe9 T\xe2che 2", "task3", "Champ personnalis\xe9 T\xe2che 3", "task4", "Champ personnalis\xe9 T\xe2che 4", "project1", "Champ personnalis\xe9 Projet 1", "project2", "Champ personnalis\xe9 Projet 2", "project3", "Champ personnalis\xe9 Projet 3", "project4", "Champ personnalis\xe9 Projet 4", "expense1", "Champ personnalis\xe9 D\xe9pense 1", "expense2", "Champ personnalis\xe9 D\xe9pense 2", "expense3", "Champ personnalis\xe9 D\xe9pense 3", "expense4", "Champ personnalis\xe9 D\xe9pense 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Champ personnalis\xe9 Facture 1", "invoice2", "Champ personnalis\xe9 Facture 2", "invoice3", "Champ personnalis\xe9 Facture 3", "invoice4", "Champ personnalis\xe9 Facture 4", "payment1", "Champ personnalis\xe9 Paiement 1", "payment2", "Champ personnalis\xe9 Paiement 2", "payment3", "Champ personnalis\xe9 Paiement 3", "payment4", "Champ personnalis\xe9 Paiement 4", "surcharge1", "Autre frais 1", "surcharge2", "Autre frais 2", "surcharge3", "Autre frais 3", "surcharge4", "Autre frais 4", "group1", "Champ personnalis\xe9 Groupe 1", "group2", "Champ personnalis\xe9 Groupe 2", "group3", "Champ personnalis\xe9 Groupe 3", "group4", "Champ personnalis\xe9 Groupe 4", "reset", "Remettre \xe0 z\xe9ro", "number", "Nombre", "export", "Exporter", "chart", "Graphique", "count", "Compte", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom du contact", "contact_phone", _s20_118, _s21_59, "Valeur champ personnalis\xe9 Contact 1", _s21_60, "Valeur champ personnalis\xe9 Contact 2", _s21_61, "Valeur champ personnalis\xe9 Contact 3", _s21_62, "Valeur champ personnalis\xe9 Contact 4", _s17_85, "Rue", _s17_86, "Appt/B\xe2timent", "shipping_city", "Ville", "shipping_state", _s18_140, _s20_61, "Code postal", _s16_132, "Pays", _s16_134, "Rue", _s16_135, "Appt/B\xe2timent", "billing_city", "Ville", "billing_state", _s18_140, _s19_40, "Code postal", "billing_country", "Pays", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter une colonne", "edit_columns", "\xc9diter les colonnes", "columns", "Colonnes", "aging", "Vieillissement", "profit_and_loss", "Profits et Pertes", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter compte", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Devis non-approuv\xe9", "help", "Aide", "refund", "Remboursement", "refund_date", "Date du remboursement", "filtered_by", "Filtr\xe9 par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "\xc9tat", "verify_password", _s24_77, "applied", "Publi\xe9", _s21_63, "Contient les erreurs r\xe9centes des journaux", _s30_8, "Nous avons re\xe7u votre message et r\xe9pondrons dans les meilleurs d\xe9lais", "message", "Message", "from", "De", _s20_63, "Voir les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le g\xe9n\xe9rateur de PDF n\xe9cessite la version :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Modifier les param\xe8tres", "support_forum", "forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel de cr\xe9dit", "iframe_url", "Site internet", "domain_url", "URL du domaine", _s21_64, "Mot de passe trop court", _s20_66, "Le mot de passe doit comporter au moins une majuscule et un nombre", _s19_42, "T\xe2che du portail client", _s23_29, _s33_30, _s20_67, "Saisissez une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de l'enregistrement", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionner une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher/cacher", "menu_sidebar", "Barre lat\xe9rale du menu", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Bureau", "layout", "Pr\xe9sentation", "view", "Voir", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", _s22_107, "show_cost", "Voir le co\xfbt", _s17_88, _s17_89, "show_cost_help", "Afficher un champ co\xfbt du produit pour suivre la marge", _s21_65, "Voir la quantit\xe9 du produit", _s26_23, "Afficher un champ de quantit\xe9 du produit, sinon en choisir un par d\xe9faut", _s21_67, "Voir la quantit\xe9 sur la facture", _s26_24, "Afficher un champ de quantit\xe9 pour la position, sinon en choisir un par d\xe9faut", _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s19_93, _s21_71, "Mettre automatiquement la quantit\xe9 de la position \xe0 un", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxe", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de la facture", "line_item_tax", "Taxe de la position", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de la facture", "item_tax_rates", "Taux de taxe de la position", _s18_74, _s31_31, "configure_rates", "Configurer les taux", _s18_75, _s18_76, "tax_settings", "R\xe9glages des taxes", _s18_77, "Taux de taxes", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par des virgules", "options", "Options", _s16_142, "Texte sur une ligne", "multi_line_text", "Texte multi-lignes", "dropdown", _s16_283, "field_type", "Type du champ", _s27_37, "Un courriel de r\xe9cup\xe9ration du mot de passe a \xe9t\xe9 envoy\xe9", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rer votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro d'avoir", "payment_number", _s18_143, "late_fee_amount", "Montant de p\xe9nalit\xe9 de retard", _s16_145, "Pourcentage de p\xe9nalit\xe9 de retard", "schedule", "Planification", "before_due_date", "Avant la date d'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s la date d'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "E-mail de facture", "payment_email", "E-mail de paiement", "partial_payment", _s16_284, "payment_partial", "Partial Payment", _s21_72, "Mail de paiement partiel", "quote_email", "E-mail de devis", _s16_147, "Rappel sans fin", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permettre \xe0 l'utilisateur de g\xe9rer les utilisateurs, modifier les param\xe8tres et de modifier tous les enregistrements", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "Utilisateur cr\xe9\xe9 avec succ\xe8s avec succ\xe8s", "updated_user", "Utilisateur mis \xe0 jour avec succ\xe8s", "archived_user", "Utilisateur archiv\xe9 avec succ\xe8s", "deleted_user", "Utilisateur supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 supprim\xe9", "restored_user", "Commande restaur\xe9e avec succ\xe8s", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s19_94, "invoice_options", "Options de facturation", _s17_92, _s24_79, _s22_55, 'Afficher la ligne "Pay\xe9 \xe0 ce jour" sur vos factures seulement une fois qu\'un paiement a \xe9t\xe9 re\xe7u.', _s23_31, _s18_145, _s28_21, "Inclure l'image attach\xe9e dans la facture.", _s16_153, "Voir les en-t\xeates sur", _s16_154, "Voir les pieds de page sur", "first_page", "Premi\xe8re page", "all_pages", "Toutes les pages", "last_page", "Derni\xe8re page", "primary_font", "Police principale", "secondary_font", "Police secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de Page", "font_size", _s16_285, "quote_design", "Mise en page des Devis", "invoice_fields", _s17_169, "product_fields", "Champs de produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions des devis", "quote_footer", "Pied de page des devis", _s18_81, "Envoyer automatiquement par courriel", _s23_32, "Envoyer automatiquement par courriel les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9s.", _s18_82, "Archiver automatiquement", _s23_33, "Archiver automatiquement les devis lorsqu'ils sont convertis.", _s18_83, _s25_63, _s23_34, "Convertir automatiquement un devis en facture d\xe8s qu'il est approuv\xe9 par le client.", _s17_94, _s29_57, "freq_daily", "Quotidien", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Deux semaines", "freq_four_weeks", "Quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "Quatre mois", "freq_six_months", "Six mois", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Num\xe9ros g\xe9n\xe9r\xe9s", "charge_taxes", "Taxe suppl\xe9mentaire", "next_reset", _s23_64, "reset_counter", "Remettre le compteur \xe0 z\xe9ro", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ d'entreprise", "company_value", _s19_95, "credit_field", "Champ de Cr\xe9dit", "invoice_field", "Champ de facture", _s17_99, "Majoration de facture", "client_field", "Champ de client", "product_field", "Champ de produit", "payment_field", "Champ de Paiement", "contact_field", "Champ de contact", "vendor_field", "Champ de fournisseur", "expense_field", "Champ de d\xe9pense", "project_field", "Champ de projet", "task_field", "Champ de t\xe2che", "group_field", "Champ de Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture / le devis PDF.", _s25_41, _s48_3, _s30_9, "Exiger que le client confirme qu'il accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions d'offre", _s28_22, "Exiger que le client confirme qu'il accepte les conditions de l'offre", _s25_42, _s20_121, _s30_10, "Exiger que le client signe", _s23_36, "Signature de l'offre", _s22_57, _s42_16, _s27_38, "Autoriser la cr\xe9ation d'un mot de passe pour chaque contact. Si un mot de passe est cr\xe9\xe9, le contact devra entrer un mot de passe avant de voir les factures.", "authorization", "Autorisation", "subdomain", "Sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_39, "Rendez le r\xe8glement de vos clients plus facile en ajoutant les markup schema.org \xe0 vos courriels.", "plain", "Brut", "light", "Clair", "dark", "Sombre", "email_design", _s18_149, "attach_pdf", "Joindre PDF", _s16_160, "Joindre les Documents", "attach_ubl", "Joindre UBL", "email_style", "Style d'email", _s19_46, "Activer le balisage", "reply_to_email", "Adresse de r\xe9ponse", "reply_to_name", "Reply-To Name", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de Cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9e", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites/Frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mettre \xe0 jour l'adresse", _s19_49, "Mettre \xe0 jour l'adresse du client avec les d\xe9tails fournis", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Taux de taxe cr\xe9\xe9 avec succ\xe8s", _s16_163, "Taux de taxe mis \xe0 jour avec succ\xe8s", _s17_104, "Taux de taxe archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Remplissage auto des produits", _s18_86, "La s\xe9lection d\u2019un produit entrainera la MAJ de la description et du prix", "update_products", "Mise \xe0 jour auto des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement les prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiements", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_40, _s40_7, _s23_39, _s41_11, _s24_41, _s41_12, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continuer l'\xe9dition", "discard_changes", "Ignorer les modifications", "default_value", "Valeur Par D\xe9faut", "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier Jour de la Semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de la date", "datetime_format", _s17_173, "military_time", "24H", _s18_87, "Affichage sur 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtr\xe9 par Facture", _s18_88, "Filtr\xe9 par Client", _s18_90, "Filtr\xe9 par Vendeur", "group_settings", "Param\xe8tres de groupe", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau Groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "Envoyer le logo", "uploaded_logo", "Le logo a \xe9t\xe9 envoy\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 enregistr\xe9s avec succ\xe8s", _s16_171, "R\xe9glages du produit", "device_settings", _s24_80, "defaults", "Valeurs par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l\u2019entreprise", "user_details", "Utilisateur", "localization", "Localisation", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer/Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8le de facture", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres d'e-mail", _s23_42, "Mod\xe8les & Rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par email", "google_sign_up", _s23_68, _s27_42, "Merci pour votre achat !", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats ant\xe9rieurs", _s19_57, _s17_174, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count utilisateur(s)", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer un pr\xe9nom", _s24_43, _s22_112, _s33_21, "Veuillez accepter les conditions d'utilisation et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte les", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "S\u2019enregistrer", "account_login", "Connexion \xe0 votre compte", "view_website", "Voir le site Web", "create_account", "Cr\xe9er un compte", "email_login", "Email de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez enregistrer ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ac\u03bd\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "take_picture", "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03c3\u03b5\u03c4\u03b5", "upload_file", "Envoyer un fichier", "document", "Document", "documents", "Documents", "new_document", "\u039d\u03ad\u03bf \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03ba\u03b4\u03ce\u03c3\u03b5\u03c4\u03b5 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", _s17_111, "Le document a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s16_175, "Document mis \xe0 jour avec succ\xe8s", _s17_112, "Document archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1 \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", _s18_155, "pending", "En attente", _s16_177, "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", _s16_178, "\u03a3\u03b5 \u03b5\u03ba\u03ba\u03c1\u03b5\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_179, "\u039c\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "converted", "Converti", _s24_45, "Ajouter un document \xe0 la facture", "exchange_rate", "Taux de change", _s16_180, "Convertir la devise", "mark_paid", "Marquer comme pay\xe9", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Fournisseur cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Founisseur mis \xe0 jour avec succ\xe8s", "archived_vendor", "Fournisseur archiv\xe9 avec succ\xe8s", "deleted_vendor", "Fournisseur supprim\xe9 avec succ\xe8s", "restored_vendor", "Fournisseur restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs supprim\xe9s avec succ\xe8s", _s16_182, _s36_11, "new_expense", "Saisir une d\xe9pense", "created_expense", "D\xe9pense cr\xe9\xe9e avec succ\xe8s", "updated_expense", "D\xe9pense mise \xe0 jour avec succ\xe8s", _s16_183, "D\xe9pense archiv\xe9e avec succ\xe8s", "deleted_expense", "D\xe9pense supprim\xe9e avec succ\xe8s", _s16_184, "D\xe9pense restaur\xe9e avec succ\xe8s", _s17_115, "D\xe9penses archiv\xe9es avec succ\xe8s", _s16_185, "D\xe9penses supprim\xe9es avec succ\xe8s", _s17_116, _s37_14, "copy_shipping", "Copier exp\xe9dition", "copy_billing", _s18_156, "design", "Design", _s21_80, "\xc9l\xe9ment non trouv\xe9", "invoiced", "Factur\xe9", "logged", "Enregistr\xe9", "running", "En cours", "resume", "Reprendre", "task_errors", "Merci de corriger les horaires conflictuels", "start", "D\xe9but", "stop", "Fin", "started_task", "T\xe2che d\xe9marr\xe9e avec succ\xe8s", "stopped_task", "T\xe2che stopp\xe9e avec succ\xe8s", "resumed_task", "T\xe2che relanc\xe9e avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrer automatiquement les t\xe2ches", "timer", "Compteur", "manual", "Manuel", "budgeted", "Budg\xe9tis\xe9", "start_time", "D\xe9but", "end_time", "Heure de fin", "date", "Date", "times", "Horaires", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "T\xe2che cr\xe9\xe9e avec succ\xe8s", "updated_task", "T\xe2che mise \xe0 jour avec succ\xe8s", "archived_task", "T\xe2che archiv\xe9e avec succ\xe8s", "deleted_task", "T\xe2che supprim\xe9e avec succ\xe8s", "restored_task", "T\xe2che restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches supprim\xe9es avec succ\xe8s", "restored_tasks", _s34_20, _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_117, ":count projet(s) a (ont) \xe9t\xe9 archiv\xe9(s)", _s16_190, ":count projet(s) a (ont) \xe9t\xe9 supprim\xe9(s) avec succ\xe8s", _s17_118, _s37_15, "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app !", "if_you_like_it", _s27_79, "click_here", "cliquer ici", _s18_96, "Cliquer ici", "to_rate_it", "pour \xe9valuer notre app.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_47, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Authentification Hosted", "selfhost_login", "Authentification Selfhost", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Intervalle personnalis\xe9", "date_range", _s19_100, "current", "Actuel", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode actuelle", _s17_119, "Comparaison de p\xe9riode", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Semaine derni\xe8re", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Dupliquer la facture", "clone_to_quote", "Dupliquer en devis", "clone_to_credit", "Cloner en cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier ce client", "edit_product", "\xc9diter ce produit", "edit_invoice", _s19_101, "edit_quote", "\xc9diter ce devis", "edit_payment", "\xc9diter le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pensee", "edit_vendor", _s21_138, "edit_project", "Editer le projet", _s20_74, "Editer devis r\xe9current", "billing_address", _s22_113, _s16_193, "Adresse de Livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "E-mail", "password", "Mot de passe", "url", "URL", "secret", "Cl\xe9 secr\xe8te", "name", "Nom", "logout", "Se d\xe9connecter", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Rafraichissement termin\xe9", _s23_43, "Entrez votre adresse e-mail", _s26_34, "Entez votre mot de passe", _s21_83, "Entrez votre URL", _s26_36, "Entrez la cl\xe9 produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Une erreur s'est produite", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Montant d\xfb", "balance", "Solde", "overview", "Vue d'ensemble", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site Web", "vat_number", "Num\xe9ro de TVA", "id_number", "Num\xe9ro ID", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Informations de contact", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action ?", "cancel", "Annuler", "ok", "Ok", "remove", "Supprimer", _s16_199, "L'adresse de courriel n'est pas correcte", "product", "Produit", "products", "Produits", "new_product", "Nouvel article", "created_product", "Produit cr\xe9\xe9 avec succ\xe8s", "updated_product", "Produit mis \xe0 jour avec succ\xe8s", _s16_201, "Produit archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 r\xe9tabli avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produit(s) supprim\xe9(s) avec succ\xe8s", _s17_124, _s37_16, "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Client cr\xe9\xe9 avec succ\xe8s", "updated_client", "Client modifi\xe9 avec succ\xe8s", "archived_client", "Client archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Client supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients supprim\xe9s avec succ\xe8s", "restored_client", "Client restaur\xe9 avec succ\xe8s", _s16_205, _s36_13, "address1", "Rue", "address2", "Appt/B\xe2timent", "city", "Ville", "state", _s18_140, "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "Facture cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "Facture modifi\xe9e avec succ\xe8s", _s16_206, "Facture archiv\xe9e avec succ\xe8s", "deleted_invoice", "Facture supprim\xe9e avec succ\xe8s", _s16_207, "Facture restaur\xe9e avec succ\xe8s", _s17_125, ":count factures archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, _s37_17, "emailed_invoice", "Facture envoy\xe9e par e-mail avec succ\xe8s", "emailed_payment", "Paiement envoy\xe9 par email avec succ\xe8s", "amount", "Montant", "invoice_number", "Num\xe9ro de facture", "invoice_date", "Date de facture", "discount", "Remise", "po_number", "N\xb0 de Bon de Commande", "terms", "Conditions", "public_notes", "Note publique", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "Devis num\xe9ro", "quote_date", "Date du devis", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Depot Partial", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter Article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant Total", "pdf", "Fichier PDF", "due_date", "Date d'\xe9ch\xe9ance", _s16_209, _s16_284, "status", "Statut", _s17_127, "Etat de Facture", "quote_status", "\xc9tat du devis", _s22_59, "Cliquer pour ajouter un article (objet)", _s22_61, _s35_36, "count_selected", "nombre selectionne", "total", "Total", "percent", "Pourcent", "edit", "\xc9diter", "dismiss", "Quitter", _s20_76, "S\xe9lectionnez une date", _s22_62, "S\xe9lectionnez un client", _s24_49, "S\xe9lectionnez une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Date de cr\xe9ation", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "S\xe9lectionnez un num\xe9ro de facture", _s27_51, "S\xe9lectionner un num\xe9ro de devis", "past_due", "En retard", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vu", "approved", "Approuv\xe9", "partial", "Partiel/d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, "Facture marquee comme envoyee avec succes", _s22_65, "Facture marqu\xe9e comme envoy\xe9e", _s23_45, "Les factures ont \xe9t\xe9 marqu\xe9es envoy\xe9es", _s23_46, "Factures marqu\xe9es comme envoy\xe9es", "done", "Termin\xe9", _s37_18, "Veuillez introduire un nom de client", "dark_mode", "Mode sombre", _s27_53, "Recommencer k'app pour introduire l'app change", "refresh_data", "Rafra\xeechir les donn\xe9es", "blank_contact", "Details pour contacter la Banque", "activity", "Activit\xe9", _s16_211, "Pas d'archives trouves", "clone", "Dupliquer", "loading", "Chargement", "industry", "Champ", "size", "Taille", "payment_terms", "Conditions de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "En attente", _s16_214, "Annul\xe9", _s16_215, "\xc9chou\xe9", _s16_216, "Compl\xe9t\xe9", _s16_217, _s23_70, _s16_218, "Remboursement", _s17_128, "Non appliqu\xe9", _s17_129, _s19_27, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher des taches", "email_reminders", "Messages de rappel par courriel", "enabled", "Activ\xe9", "recipients", "Destinataires", "initial_email", _s16_297, "first_reminder", "Premier rappel", "second_reminder", "Second rappel", "third_reminder", _s16_298, "reminder1", "Premier Message de Rappel", "reminder2", "Deuxieme Message de Rappel", "reminder3", "Troisieme Message de Rappel", "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer l'e-mail", "email_receipt", "Envoyer le re\xe7u par e-mail au client", "auto_billing", "Debit Automatique", "button", "Bouton", "preview", "Pr\xe9visualisation", "customize", "Personnaliser", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9", "payment_type", _s16_274, _s21_85, "R\xe9f\xe9rence transaction", "enter_payment", "Saisissez un paiement", "new_payment", "Entrer un paiement", "created_payment", "Paiement cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Paiement mis \xe0 jour avec succ\xe8s", _s16_219, "Paiement archiv\xe9 avec succ\xe8s", "deleted_payment", "Paiement supprim\xe9 avec succ\xe8s", _s16_220, "Paiement restaur\xe9 avec succ\xe8s", _s17_130, ":count paiement archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements supprim\xe9s avec succ\xe8s", _s17_131, _s37_20, "quote", "Devis", "quotes", "Devis", "new_quote", "Nouveau devis", "created_quote", "Devis cr\xe9\xe9 avec succ\xe8s", "updated_quote", "Devis mis \xe0 jour avec succ\xe8s", "archived_quote", "Devis archiv\xe9 avec succ\xe8s", "deleted_quote", "Devis supprim\xe9 avec succ\xe8s", "restored_quote", "Devis restaur\xe9 avec succ\xe8s", "archived_quotes", ":count devis archiv\xe9s avec succ\xe8s", "deleted_quotes", ":count devis supprim\xe9s avec succ\xe8s", "restored_quotes", _s35_22, "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a mail\xe9 la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a vu la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi un paiement :payment concernant :invoice pour :client", "activity_11", ":user a mis \xe0 jour le moyen de paiement :payment", "activity_12", ":user a archiv\xe9 le moyen de paiement :payment", "activity_13", ":user a supprim\xe9 le moyen de paiement :payment", "activity_14", ":user a entr\xe9 le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 le devis :quote", "activity_19", ":user a mis \xe0 jour le devis :quote", "activity_20", ":user a mail\xe9 un devis :quote pour :client \xe0 :contact", "activity_21", ":contact a lu le devis :quote", "activity_22", ":user a archiv\xe9 le devis :quote", "activity_23", ":user a supprim\xe9 le devis :quote", "activity_24", ":user a restaur\xe9 le devis :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 le devis :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement de :payment_amount (:payment)", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement de :payment_amount (:payment)", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9-ouvert le ticket :ticket", "activity_55", ":contact a r\xe9pondu au ticket :ticket", "activity_56", ":user a visualis\xe9 le ticket :ticket", "activity_57", "La facture :invoice n'a pu \xeatre envoy\xe9e", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s27_81, "emailed_quote", "Devis envoy\xe9 par e-mail avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par mail avec succ\xe8s", _s20_78, "Le devis s\xe9lectionn\xe9 a \xe9t\xe9 envoy\xe9 avec succ\xe8s", _s21_87, "Le cr\xe9dit a bien \xe9t\xe9 marqu\xe9 comme envoy\xe9", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", "Valeur Personnalis\xe9e 1", "custom_value2", "Valeur Personnalis\xe9e 2", "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_54, _s39_12, _s29_37, "Message personnalis\xe9 pour une facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour un paiement de facture", _s31_18, "Message personnalis\xe9 pour un devis refus\xe9", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le de num\xe9ro de t\xe2che", _s19_66, "Mod\xe8le de compteur de t\xe2che", _s22_68, "Mod\xe8le de num\xe9ro de d\xe9pense", _s22_70, "Mod\xe8le de compteur de d\xe9pense", _s21_88, "Mod\xe8le de num\xe9ro de fournisseur", _s21_90, "Mod\xe8le de compteur de fournisseur", _s21_92, "Mod\xe8le de num\xe9ro de ticket", _s21_94, "Mod\xe8le de compteur de ticket", _s22_72, "Mod\xe8le de num\xe9ro de paiement", _s22_74, "Mod\xe8le de compteur de paiement", _s22_76, "Mod\xe8le de num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le de num\xe9ro de devis", _s20_81, "Compteur du num\xe9ro de devis", _s21_96, _s26_61, _s21_98, _s28_76, _s21_100, _s26_61, _s21_101, _s28_76, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les offres", _s18_101, "Nom par d\xe9faut de la taxe 1", _s18_103, "Taux par d\xe9faut de la taxe 1", _s18_105, "Nom par d\xe9faut de la taxe 2", _s18_107, "Taux par d\xe9faut de la taxe 2", _s18_109, "Nom par d\xe9faut de la taxe 3", _s18_111, "Taux par d\xe9faut de la taxe 3", _s21_102, "Sujet du courriel de la facture", _s19_68, "Sujet du courriel du devis", _s21_104, "Sujet du courriel du paiement", _s29_39, "Sujet du mail de paiement partiel", "show_table", "Afficher en tableau", "show_list", "Afficher en liste", "client_city", "Ville du client", "client_state", "R\xe9gion du client", "client_country", "Pays du client", _s16_222, "Le client est actif", "client_balance", "Solde du client", "client_address1", "Adresse du client", "client_address2", _s22_117, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "Adresse de livraison du client", _s24_57, "App / Bureau de livraison du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "Date limite", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 le", "has_expenses", "D\xe9penses en cours", "custom_taxes1", "Autres taxes 1", "custom_taxes2", "Autres taxes 2", "custom_taxes3", "Autres taxes 3", "custom_taxes4", "Autres taxes 4", _s17_134, "Autre frais 1", _s17_135, "Autre frais 2", _s17_136, "Autre frais 3", _s17_137, "Autre frais 4", "is_deleted", "Supprim\xe9", "vendor_city", _s20_127, "vendor_state", "R\xe9gion du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de la taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "Anciennet\xe9", "is_running", "Is Running", "time_log", _s16_299, "bank_id", "Banque", _s19_70, _s19_71, _s16_227, _s20_128, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fr_CA", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_160, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Fusionner", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accepter", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s22_92, "default", "Par d\xe9faut", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "En attente", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", _s22_93, _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Cr\xe9er votre compte en quelques secondes", "login_label", _s28_0, "add_to_invoice", _s29_53, _s17_11, _s17_12, "week", "Semaine", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s20_99, "range", "\xc9tendue", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Cr\xe9er un projet", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Les frais pour une facture de :amount serait :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approuver", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Le client a \xe9t\xe9 purg\xe9 avec succ\xe8s", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nouveau mot de passe", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s26_50, "view_statement", "Visualiser le relev\xe9", "sepa", "SEPA D\xe9bit direct", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Syst\xe8me", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nom de", _s16_23, _s16_232, _s17_19, _s18_131, _s18_19, _s20_100, _s21_22, _s27_72, _s22_27, _s28_70, _s25_3, "La d\xe9pense r\xe9currente a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", _s25_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s26_4, "La d\xe9pense r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_5, _s36_30, _s25_6, _s38_2, _s26_5, "La d\xe9pense r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", _s22_94, _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importer les donn\xe9es", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user a cr\xe9\xe9 une facture r\xe9currente :recurring_invoice", "activity_101", ":user a mis \xe0 jour une facture r\xe9currente :recurring_invoice", "activity_102", ":user a archiv\xe9 une facture r\xe9currente :recurring_invoice", "activity_103", ":user a supprim\xe9 une facture r\xe9currente :recurring_invoice", "activity_104", ":user a restaur\xe9 une facture r\xe9currente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s20_101, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s17_161, _s17_23, "Nom du contact", "order", "Order", "unassigned", "Non assign\xe9", "partial_value", "Doit \xeatre plus grand que z\xe9ro et moins que le total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Autoriser", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "D\xe9finissez le sous-domaine ou affichez la facture sur votre site web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Code promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe9curit\xe9", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Nouvel abonnement", _s17_29, _s19_84, _s20_29, _s27_73, _s20_30, _s33_26, _s21_34, _s30_37, _s20_31, "L'abonnement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_32, "L'abonnement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_35, "L'abonnement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s19_21, "Recherche de 1 abonnement", _s20_33, "Recherche :count abonnements", _s26_8, "Le sous-domaine n'est pas disponible", "connect_gmail", "Connectez Gmail", _s16_43, "D\xe9connecter Gmail", "connected_gmail", "Gmail a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s18_35, "Gmail a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", _s16_45, "Les modifications apport\xe9es au code de base peuvent bloquer la mise \xe0 jour, vous pouvez ex\xe9cuter cette commande pour annuler les modifications:", _s16_46, "Num\xe9ro d'identification du client", "count_minutes", ":count minutes", _s16_48, "D\xe9lai d'expiration du mot de passe", _s29_5, "Compteur partag\xe9 pour les factures et les cr\xe9dits", "use_last_email", "Utiliser le dernier e-mail", _s16_50, "Activer la soci\xe9t\xe9", _s21_37, "Activez les courriels, les factures r\xe9currentes et les notifications", _s27_16, "Une erreur s'est produite, veuillez r\xe9essayer", _s27_17, "Veuillez d'abord d\xe9finir un mot de passe", _s34_7, "Attention: modifier votre num\xe9ro de t\xe9l\xe9phone d\xe9sactivera l'authentification \xe0 deux facteurs (A2F)", "help_translate", "Aide \xe0 la traduction", _s23_16, "Veuillez s\xe9lectionner un pays", "resend_invite", "Renvoyer l'invitation", _s19_22, "L'authentification \xe0 deux facteurs (A2F) a \xe9t\xe9 d\xe9sactiv\xe9e avec succ\xe8s", _s16_52, "Le compte a \xe9t\xe9 connect\xe9 avec succ\xe8s", _s19_23, "Le comte a \xe9t\xe9 d\xe9connect\xe9 avec succ\xe8s", "delivered", "Livr\xe9", "bounced", "Rejet\xe9s", "spam", "Pourriel", "view_docs", "Afficher la documentation", _s32_4, "Veuillez fournir un num\xe9ro de t\xe9l\xe9phone mobile pour activer l'authentification \xe0 deux facteurs", "send_sms", "Envoyer un SMS", "sms_code", "Code SMS", _s21_38, "Scannez le code barre avec une :link app compatible.", _s18_36, "Vous avez activ\xe9 authentification \xe0 deux facteurs avec succ\xe8s.", "connect_google", "Connectez Google", _s17_31, "D\xe9connecter Google", _s17_33, "Authentification \xe0 deux facteurs", _s18_37, "D\xe9sactiver l'authentification \xe0 deux facteurs", _s34_8, "Requiert un mot de passe avec une connexion de r\xe9seau social", "stay_logged_in", "Restez connect\xe9", _s23_18, "Avertissement: Votre session va expirer bient\xf4t", "count_hours", ":count heures", "count_day", "1 jour", "count_days", ":count jours", _s19_24, "Expiration de la session web", _s17_34, "Param\xe8tres de s\xe9curit\xe9", "resend_email", "Renvoyer le courriel", _s26_10, "Veuillez confirmer votre adresse courriel", _s16_53, _s18_132, _s19_26, _s27_82, _s19_28, "Veuillez s\xe9lectionner un utilisateur authentifi\xe9 avec Gmail", "list_long_press", "Longue pression pour liste", "show_actions", "Afficher les actions", _s17_36, "D\xe9marrer la multis\xe9lection", _s27_19, "Un courriel a \xe9t\xe9 envoy\xe9 pour confirmer l'adresse courriel", _s21_39, "Pour utiliser :client_counter veuillez ajouter soit :client_number ou :client_id_number pour \xe9viter les conflits", "this_quarter", "Ce trimestre", "last_quarter", _s17_162, "to_update_run", "Pour mettre \xe0 jour l'ex\xe9cution", _s18_39, _s20_102, _s16_54, "URL d'enregistrement", "invoice_project", _s18_133, "invoice_task", _s17_163, "invoice_expense", "Facture de d\xe9pense", _s19_29, "Rechercher 1 d\xe9lai de paiement", _s20_34, "Rechercher :count d\xe9lais de paiement", _s16_56, _s28_71, "save_and_email", _s35_28, _s16_58, _s25_62, _s16_60, _s16_271, _s17_38, "Solde converti", _s22_31, "Pay\xe9 \xe0 ce jour converti", _s24_19, "Solde de cr\xe9dit converti", "converted_total", "Total converti", "is_sent", "Est Envoy\xe9", _s17_40, _s20_103, "document_upload", "T\xe9l\xe9versement de document", _s20_35, "Autoriser les clients \xe0 t\xe9l\xe9verser des documents", "expense_total", "Total des d\xe9penses", "enter_taxes", "Saisir les taxes", "by_rate", "Par taux", "by_amount", "Par montant", "enter_amount", "Entrer le montant", "before_taxes", "Avant taxes", "after_taxes", "Apr\xe8s taxes", "color", "Couleur", "show", "Voir", "hide", "Cacher", "empty_columns", "Colonnes vides", _s21_41, "Mode debug activ\xe9", _s26_11, "Avertissement: Pour usage local seulement. Fuites de donn\xe9es possible. En savoir plus.", "running_tasks", "T\xe2ches en cours", "recent_tasks", "T\xe2ches r\xe9centes", "recent_expenses", "D\xe9penses r\xe9centes", _s17_42, "D\xe9penses \xe0 venir", "update_app", "Mettre \xe0 jour l'App", "started_import", "L'importation a d\xe9marr\xe9 avec succ\xe8s", _s24_21, "Dupliquer le mappage de colonnes", _s20_36, "Utiliser taxes incluses", _s18_41, "Est Montant rabais", "column", "Colonne", "sample", "Exemple", "map_to", "Mapper vers", "import", "Importer", _s25_16, "Utiliser premi\xe8re rang\xe9e comme noms de colonnes", "select_file", _s32_16, _s16_62, "Aucun fichier s\xe9lectionn\xe9", "csv_file", "Fichier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Comptabilit\xe9", _s22_33, "Veuillez fournir tous les CSV.", "import_type", "Type d'importation", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Voir les licences", "webhook_url", "URL Webhook", _s17_44, "\xc9diteur plein \xe9cran", "sidebar_editor", "\xc9diteur de barre lat\xe9rale", _s22_34, 'Veuillez saisir ":value" pour confirmer', "purge", "Purger", "service", "Service", "clone_to", "Cloner vers", "clone_to_other", "Cloner vers Autre", "labels", "\xc9tiquettes", "add_custom", "Ajout personnalis\xe9", "payment_tax", "Paiement de taxe", "unpaid", "Impay\xe9", "white_label", "Sans marque", "delivery_note", "Note de livraison", _s24_24, _s39_7, _s24_26, _s37_28, "source_code", "Code source", "app_platforms", "Plateformes d'app", "invoice_late", "facture en retard", "quote_expired", _s18_160, "partial_due", "Montant partiel d\xfb", "invoice_total", "Montant total", "quote_total", "Total de la soumission", "credit_total", "Total du cr\xe9dit", _s23_19, "Total de facture", "actions", "Actions", "expense_number", "Num\xe9ro de d\xe9pense", "task_number", "Num\xe9ro de t\xe2che", "project_number", "Num\xe9ro de projet", "project_name", "Nom du projet", "warning", "Avertissement", "view_settings", _s19_85, _s24_28, "Avertissement: Cette entreprise n'a pas encore \xe9t\xe9 activ\xe9e", "late_invoice", "Facture en retard", "expired_quote", _s18_160, "remind_invoice", "Rappeler la facture", "cvv", "CVV", "client_name", "Nom du client", "client_phone", "T\xe9l\xe9phone du client", "required_fields", "Champs requis", "calculated_rate", "Taux calcul\xe9", _s17_46, "Taux de t\xe2che par d\xe9faut", "clear_cache", "Vider le cache", "sort_order", "Ordre de tri", "task_status", "\xc9tat", "task_statuses", "\xc9tats de t\xe2che", "new_task_status", "Nouvel \xe9tat de t\xe2che", _s16_64, "\xc9dition de l'\xe9tat de t\xe2che", _s19_30, "L'\xe9tat de t\xe2che a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s19_31, "Le statut de la t\xe2che a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s20_38, "L'\xe9tat de t\xe2che a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s19_32, "L'\xe9tat de t\xe2che a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s19_33, "L'\xe9tat de t\xe2che a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s20_39, "L'\xe9tat de t\xe2che a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_35, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 archiv\xe9s succ\xe8s", _s21_43, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_36, "Les :value \xe9tats de t\xe2che ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s18_43, "Recherche 1 \xe9tat de t\xe2che", _s20_41, "Recherche :count \xe9tats de t\xe2che", _s16_66, "Afficher le tableau des t\xe2ches", _s21_44, "Toujours afficher la section des t\xe2ches lors de la cr\xe9ation de factures", _s20_42, "Facturer le journal du temps des t\xe2ches", _s25_17, "Ajouter les d\xe9tails de temps aux lignes d'articles des factures", _s20_44, "Facturer le journal des dates des t\xe2ches", _s25_18, "Ajouter les d\xe9tails de date aux lignes d'articles des factures", _s21_45, "D\xe9marrer les t\xe2ches avant de sauvegarder", _s18_44, "Configurer les \xe9tats", "task_settings", "Param\xe8tres des t\xe2ches", _s20_46, "Configurer les cat\xe9gories", _s18_46, "Cat\xe9gories de d\xe9pense", _s20_48, _s29_54, _s21_46, "\xc9diter la cat\xe9gorie D\xe9pense", _s24_29, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s24_30, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s25_20, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s24_31, _s40_5, _s24_32, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 retir\xe9e avec succ\xe8s", _s25_21, "La cat\xe9gorie de d\xe9pense a \xe9t\xe9 r\xe9tablie avec succ\xe8s", _s27_23, ":count cat\xe9gories de d\xe9pense ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_12, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_24, "Les :value cat\xe9gories de d\xe9pense ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s23_20, "Recherche 1 cat\xe9gorie de d\xe9pense", _s25_23, "Recherche :count cat\xe9gorie de d\xe9pense", _s21_48, "Utiliser les cr\xe9dits disponibles", "show_option", "Afficher les options", _s22_37, "Le montant du cr\xe9dit ne peut pas exc\xe9der le montant du paiement", "view_changes", "Visualiser les changements", "force_update", _s21_122, _s17_48, "Vous \xeates sur la derni\xe8re version, mais il peut y avoir encore quelques mises \xe0 jour en cours", "mark_paid_help", _s38_17, _s18_48, "Devrait \xeatre factur\xe9e", _s23_21, "Activer la facturation de la d\xe9pense", _s29_8, "Rend visibles les documents", _s21_50, "D\xe9finir un taux d'\xe9change", _s16_68, "Param\xe8tres des d\xe9penses", _s18_49, _s20_104, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple / Google Pay", "user_field", _s18_134, "variables", "Variables", "show_password", "Afficher le mot de passe", "hide_password", "Masquer le mot de passe", "copy_error", "Erreur de copie", "capture_card", "Carte saisie", _s17_49, _s23_57, "total_taxes", "Taxes totales", "line_taxes", "Taxes par ligne", "total_fields", _s17_164, _s25_24, _s47_6, _s25_25, _s48_2, _s25_26, _s47_7, "gateway_refund", _s27_74, _s19_34, _s56_0, "due_date_days", "Date d'\xe9ch\xe9ance", "paused", "En pause", "mark_active", "Cocher actif", "day_count", "Jour :count", _s22_38, _s20_105, _s21_51, _s20_106, _s17_51, _s31_29, "endless", "Sans fin", "next_send_date", _s22_95, _s16_70, "Cycles restants", _s17_53, _s18_135, _s18_51, _s20_107, _s21_53, _s27_75, _s22_40, "\xc9diter la facture r\xe9currente", _s25_27, _s45_9, _s25_28, _s51_6, _s26_13, "La facture r\xe9currente a \xe9t\xe9 archiv\xe9e avec succ\xe8s", _s25_29, "La facture r\xe9currente a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s25_30, _s47_8, _s26_14, "La facture r\xe9currente a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s27_25, "Les :value factures r\xe9currentes ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s26_15, "Les :value factures r\xe9currentes ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s27_26, "Les :value factures r\xe9currentes ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s24_33, _s30_38, _s25_31, _s37_29, "send_date", "Date d'envoi", "auto_bill_on", "Autofacturer le", _s28_8, _s32_17, "profit", "Profit", "line_item", "Ligne d'article", _s18_53, _s21_123, _s23_22, "Accepter paiement suppl\xe9mentaire pour pourboire", _s19_35, _s22_96, _s24_34, "Accepter paiement au minimum le montant partiel/d\xe9p\xf4t", "test_mode", "Mode test", "opened", "Ouverts", _s30_4, _s24_72, _s30_5, _s20_108, "gateway_success", _s18_136, "gateway_failure", _s19_86, "gateway_error", _s20_109, "email_send", "Envoi de courriel", _s17_55, _s24_73, "failure", "\xc9chec", "quota_exceeded", "Quota d\xe9pass\xe9", _s16_72, "\xc9chec en amont", "system_logs", "Journaux syst\xe8me", "view_portal", "Voir le portail", "copy_link", "Copier le lien", "token_billing", "Sauvegarder les informations de carte de cr\xe9dit", _s24_35, "Bienvenue dans Invoice Ninja", "always", "Toujours", "optin", "Adh\xe9sion", "optout", "D\xe9sadh\xe9sion", "label", "Libell\xe9", "client_number", _s16_272, "auto_convert", "Conversion automatique", "company_name", _s19_87, "reminder1_sent", "Rappel 1 envoy\xe9", "reminder2_sent", "Rappel 2 envoy\xe9", "reminder3_sent", "Rappel 3 envoy\xe9", _s18_55, _s23_58, "pdf_page_info", "Page :current de :total", _s16_74, "Les factures ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_quotes", "Les soumissions ont \xe9t\xe9 envoy\xe9es par courriel avec succ\xe8s", "emailed_credits", "Les cr\xe9dits ont \xe9t\xe9 envoy\xe9s par courriel avec succ\xe8s", "gateway", "Passerelle", "view_in_stripe", _s16_273, "rows_per_page", "Rang\xe9es par page", "hours", "Heures", "statement", "Relev\xe9", "taxes", "Taxes", "surcharge", "surcharge", "apply_payment", _s21_124, "apply_credit", "Appliquer le cr\xe9dit", "apply", "Appliquer", "unapplied", "Non appliqu\xe9", "select_label", "S\xe9lectionnez le libell\xe9", "custom_labels", "\xc9tiquettes personnalis\xe9es", "record_type", _s21_125, "record_name", "Non d'enregistrement", "file_type", "Type de fichier", "height", "Hauteur", "width", "Largeur", "to", "\xe0", "health_check", "\xc9tat de sant\xe9", "payment_type_id", _s16_274, "last_login_at", "Derni\xe8re connexion \xe0", "company_key", _s16_275, "storefront", "Vitrine", "storefront_help", "Activer les applications externes \xe0 cr\xe9er des factures", "client_created", "Client cr\xe9\xe9", _s20_51, "Courriel de paiement en ligne", _s20_53, "Courriel de paiement manuel", "completed", "Compl\xe9t\xe9", "gross", "Brut", "net_amount", "Montant net", "net_balance", "Solde net", "client_settings", "Param\xe8tres clients", _s17_57, _s22_97, _s17_59, _s22_98, "selected_quotes", "Soumissions s\xe9lectionn\xe9es", "selected_tasks", _s20_110, _s17_61, _s22_99, _s17_63, _s16_276, _s17_65, "Factures impay\xe9es", "recent_payments", "Paiements re\xe7us", "upcoming_quotes", "Soumissions \xe0 venir", "expired_quotes", "Soumissions expir\xe9es", "create_client", "Cr\xe9er un client", "create_invoice", _s17_165, "create_quote", "Cr\xe9er une soumission", "create_payment", "Cr\xe9er un paiement", "create_vendor", _s20_111, "update_quote", "Mettre \xe0 jour la soumission", "delete_quote", "Supprimer la soumission", "update_invoice", _s24_74, "delete_invoice", _s20_112, "update_client", _s23_59, "delete_client", _s19_88, "delete_payment", _s21_126, "update_vendor", _s28_72, "delete_vendor", "Supprimer le fournisseur", "create_expense", "Cr\xe9er une d\xe9pense", "update_expense", _s24_75, "delete_expense", _s20_113, "create_task", "Cr\xe9er une T\xe2che", "update_task", _s22_100, "delete_task", "Supprimer la T\xe2che", "approve_quote", "Approuver la t\xe2che", "off", "Ferm\xe9", "when_paid", _s16_277, "expires_on", "Expiration le", "free", "Gratuit", "plan", "Plan", "show_sidebar", _s26_51, "hide_sidebar", _s25_64, "event_type", _s16_278, "target_url", "Cible", "copy", "Copier", "must_be_online", _s72_0, _s17_67, _s30_39, "api_webhooks", "API Webhooks", "search_webhooks", _s28_73, "search_webhook", _s22_101, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nouveau Webhook", "edit_webhook", "\xc9diter le Webhook", "created_webhook", _s33_27, "updated_webhook", _s39_8, _s16_76, _s36_23, "deleted_webhook", _s37_30, "removed_webhook", _s35_29, _s16_77, _s37_31, _s17_68, "Les :value webhooks ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_78, "Les :value webhooks ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_79, "Les :value webhooks ont \xe9t\xe9 retir\xe9s avec succ\xe8s", _s17_69, "Les :value webhooks ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "api_tokens", "Jetons API", "api_docs", "Docs API", "search_tokens", _s26_52, "search_token", _s20_114, "token", "Jeton", "tokens", "Jetons", "new_token", "Nouveau jeton", "edit_token", "\xc9diter le jeton", "created_token", "Le jeton a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_token", "Le jeton a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_token", "Le jeton a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_token", "Le jeton a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_token", _s33_28, "restored_token", _s35_30, "archived_tokens", _s46_10, "deleted_tokens", _s47_9, "restored_tokens", _s47_10, _s19_37, "Enregistrement d'un client", _s24_37, "Autoriser le client \xe0 s'inscrire sur le portail", _s21_55, "Personnaliser et pr\xe9visualiser", "email_invoice", "Envoyer la facture par courriel", "email_quote", "Envoyer la soumission par courriel", "email_credit", "Cr\xe9dit par courriel", "email_payment", _s20_129, _s20_56, "Le client n'a pas d'adresse courriel d\xe9finie", "ledger", "Grand livre", "view_pdf", "Voir PDF", "all_records", _s24_76, "owned_by_user", _s26_53, _s16_80, "Cr\xe9dit restant", "contact_name", "Nom du contact", "use_default", _s29_55, _s16_82, "Rappels infinis", "number_of_days", "Nombre de jours", _s23_24, "Configuration des d\xe9lais de paiements", "payment_term", "D\xe9lai de paiement", _s16_83, "Nouveau d\xe9lai de paiement", _s17_71, "Modifier le d\xe9lai de paiement", _s20_57, "Le d\xe9lai de paiement a \xe9t\xe9 cr\xe9 avec succ\xe8s", _s20_58, "Le d\xe9lai de paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s21_56, "Le d\xe9lai de paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s20_59, "Le d\xe9lai de paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s20_60, "Le d\xe9lai de paiement a \xe9t\xe9 retir\xe9 avec succ\xe8s", _s21_57, "Le d\xe9lai de paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s22_45, "Les :value d\xe9lais de paiement ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s21_58, "Les :value d\xe9lais de paiement ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s22_46, "Les :value d\xe9lais de paiement ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "email_sign_in", "Connexion par courriel", "change", "Basculer", _s23_26, "Basculer vers l'affichage mobile", _s24_38, _s36_24, "send_from_gmail", "Envoyer avec Gmail", "reversed", "Invers\xe9", "cancelled", "Annul\xe9", "credit_amount", _s17_166, "quote_amount", "Montant de la soumission", "hosted", "H\xe9berg\xe9", "selfhosted", "Auto-h\xe9berg\xe9", "exclusive", "Exclusif", "inclusive", "Inclusif", "hide_menu", "Masquer le menu", "show_menu", _s16_279, _s18_57, _s23_70, _s16_85, "Recherche de documents", "search_designs", "Recherche de designs", "search_invoices", "Recherche de factures", "search_clients", "Recherche de clients", "search_products", "Recherche de produits", "search_quotes", "Recherche de soumissions", "search_credits", _s20_115, "search_vendors", _s25_65, "search_users", "Recherche d'utilisateurs", _s16_86, _s25_66, "search_tasks", "Recherche de t\xe2ches", "search_settings", "Recherche de param\xe8tres", "search_projects", "Recherche de projets", "search_expenses", "Recherche de d\xe9penses", "search_payments", "Recherche de paiements", "search_groups", "Recherche de groupes", "search_company", "Recherche d'entreprises", "search_document", _s23_60, "search_design", _s21_127, "search_invoice", _s22_102, "search_client", _s21_128, "search_product", _s22_103, "search_quote", _s25_67, "search_credit", _s21_129, "search_vendor", "Recherche de 1 entreprise", "search_user", _s26_54, "search_tax_rate", _s27_76, "search_task", _s20_116, "search_project", _s21_130, "search_expense", _s22_104, "search_payment", _s23_61, "search_group", _s21_131, "refund_payment", "Remboursement", _s17_75, "La facture a \xe9t\xe9 annul\xe9e avec succ\xe8s", _s18_59, "Les factures ont \xe9t\xe9 annul\xe9es avec succ\xe8s", _s16_92, _s37_32, _s17_76, _s42_14, "reverse", "Inverse", "full_name", "Nom complet", _s17_77, "Ville/Prov/CP", _s17_79, "Ville/Province/Code postal", "custom1", "Personnalisation 1", "custom2", "Personnalisation 2", "custom3", _s22_107, "custom4", "Quatri\xe8me personnalis\xe9e", "optional", "Optionnel", "license", "Licence", "purge_data", _s18_137, _s16_93, "Toutes les donn\xe9es de l'entreprise ont \xe9t\xe9 purg\xe9es avec succ\xe8s", _s18_60, "Avertissement: Cette action est irr\xe9versible et va supprimer vos donn\xe9es de fa\xe7on d\xe9finitive.", "invoice_balance", "Solde de facture", "age_group_0", "0 - 30 jours", "age_group_30", "30 - 60 jours", "age_group_60", "60 - 90 jours", "age_group_90", "90 - 120 jours", "age_group_120", "120+ jours", "refresh", "Actualiser", "saved_design", "Le mod\xe8le a \xe9t\xe9 sauvegard\xe9 avec succ\xe8s", "client_details", "Informations du client", "company_address", _s23_62, "invoice_details", "D\xe9tails de facture", "quote_details", "Informations de la soumission", "credit_details", "Informations de cr\xe9dit", "product_columns", "Colonnes produit", "task_columns", "Colonnes t\xe2ches", "add_field", _s16_280, "all_events", "Ajouter un \xe9v\xe9nement", "permissions", "Permissions", "none", "Aucun", "owned", "Propri\xe9taire", "payment_success", "Paiement r\xe9ussi", "payment_failure", "Le paiement a \xe9chou\xe9", "invoice_sent", _s22_105, "quote_sent", "Soumission envoy\xe9e", "credit_sent", "Cr\xe9dit envoy\xe9", "invoice_viewed", "Facture visualis\xe9e", "quote_viewed", "Soumission visualis\xe9e", "credit_viewed", "Cr\xe9dit visualis\xe9", "quote_approved", "Soumission approuv\xe9e", _s25_33, _s33_29, _s16_94, _s19_89, "apply_license", _s18_138, "cancel_account", _s19_90, _s22_47, "Avertissement: cette action est irr\xe9versible et supprimera votre compte de fa\xe7on d\xe9finitive.", "delete_company", "Supprimer l'entreprise", _s22_48, "Avertissement: Cette entreprise sera d\xe9finitivement supprim\xe9e.", "enabled_modules", "Modules activ\xe9s", "converted_quote", "La soumission a \xe9t\xe9 convertie avec succ\xe8s", "credit_design", "Design de cr\xe9dit", "includes", "Inclusions", "header", "En-t\xeate", "load_design", "Charger le design", "css_framework", "Framework CSS", "custom_designs", "Designs personnalis\xe9s", "designs", "Designs", "new_design", "Nouveau design", "edit_design", "\xc9diter le design", "created_design", _s32_18, "updated_design", _s38_18, "archived_design", _s35_31, "deleted_design", _s36_25, "removed_design", _s34_25, "restored_design", _s36_26, _s16_96, "Les :value mod\xe8les ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_designs", "Les :value mod\xe8les ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_97, "Les :value mod\xe8les ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "proposals", "Propositions", "tickets", "Billets", _s16_98, "Soumissions r\xe9currentes", "recurring_tasks", _s18_139, _s18_61, "Gestion du compte", "credit_date", "Date du cr\xe9dit", "credit", "Cr\xe9dit", "credits", "Cr\xe9dits", "new_credit", "Inscrire un cr\xe9dit", "edit_credit", _s16_281, "created_credit", "Le cr\xe9dit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_credit", _s38_19, "archived_credit", "Le cr\xe9dit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_credit", "Le cr\xe9dit a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_credit", _s34_26, "restored_credit", "Le cr\xe9dit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_100, ":count cr\xe9dits ont archiv\xe9s avec succ\xe8s", "deleted_credits", ":count cr\xe9dits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_101, "Les :value cr\xe9dits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "current_version", "Version courante", "latest_version", _s16_282, "update_now", "Mettre \xe0 jour", _s26_21, _s56_1, _s16_102, _s22_106, "app_updated", _s42_15, "learn_more", "En savoir plus", "integrations", "Int\xe9grations", "tracking_id", "ID de suivi", _s17_81, _s20_117, "credit_footer", "Pied de page pour cr\xe9dit", "credit_terms", _s36_27, "new_company", "Nouvelle entreprise", "added_company", "L'entreprise a \xe9t\xe9 ajout\xe9e avec succ\xe8s", "company1", "Entreprise personnalis\xe9e 1", "company2", "Entreprise personnalis\xe9e 2", "company3", "Entreprise personnalis\xe9e 3", "company4", "Entreprise personnalis\xe9e 4", "product1", "Produit personnalis\xe9 1", "product2", "Produit personnalis\xe9 2", "product3", "Produit personnalis\xe9 3", "product4", "Produit personnalis\xe9 4", "client1", "Client personnalis\xe9 1", "client2", _s21_132, "client3", _s21_133, "client4", _s21_134, "contact1", "Contact personnalis\xe9 1", "contact2", "Contact personnalis\xe9 2", "contact3", "Contact personnalis\xe9 3", "contact4", "Contact personnalis\xe9 4", "task1", "T\xe2che personnalis\xe9e 1", "task2", "T\xe2che personnalis\xe9e 2", "task3", "T\xe2che personnalis\xe9e 3", "task4", "T\xe2che personnalis\xe9e 4", "project1", "Projet personnalis\xe9 1", "project2", "Projet personnalis\xe9 2", "project3", "Projet personnalis\xe9 3", "project4", "Projet personnalis\xe9 4", "expense1", "D\xe9pense personnalis\xe9e 1", "expense2", "D\xe9pense personnalis\xe9e 2", "expense3", "D\xe9pense personnalis\xe9e 3", "expense4", "D\xe9pense personnalis\xe9e 4", "vendor1", _s26_55, "vendor2", _s26_56, "vendor3", _s26_57, "vendor4", _s26_58, "invoice1", "Facture personnalis\xe9e 1", "invoice2", _s23_72, "invoice3", _s23_73, "invoice4", _s23_74, "payment1", "Paiement personnalis\xe9 1", "payment2", _s23_72, "payment3", _s23_73, "payment4", _s23_74, "surcharge1", _s25_70, "surcharge2", _s25_71, "surcharge3", _s25_72, "surcharge4", _s25_73, "group1", "Groupe personnalis\xe9 1", "group2", "Groupe personnalis\xe9 2", "group3", "Groupe personnalis\xe9 3", "group4", "Groupe personnalis\xe9 4", "reset", "Remise \xe0 z\xe9ro", "number", "Num\xe9ro", "export", "Exporter", "chart", "Graphique", "count", "Compteur", "totals", "Totaux", "blank", "Vide", "day", "Jour", "month", "Mois", "year", "Ann\xe9e", "subgroup", "Sous-groupe", "is_active", "Actif", "group_by", "Grouper par", "credit_balance", "Solde du cr\xe9dit", _s18_67, _s29_56, _s17_83, "Nom complet du contact", "contact_phone", _s20_118, _s21_59, "Valeur personnalis\xe9e du contact 1", _s21_60, "Valeur personnalis\xe9e du contact 2", _s21_61, "Valeur personnalis\xe9e du contact 3", _s21_62, "Valeur personnalis\xe9e du contact 4", _s17_85, "Rue de livraison", _s17_86, "App. de livraison", "shipping_city", "Ville de livraison", "shipping_state", "Province de livraison", _s20_61, "Code postal de livraison", _s16_132, "Pays de livraison", _s16_134, "Rue de facturation", _s16_135, "App. de facturation", "billing_city", "Ville de facturation", "billing_state", "Province de facturation", _s19_40, "Code postal de facturation", "billing_country", "Pays de facturation", "client_id", "ID du client", "assigned_to", "Assign\xe9 \xe0", "created_by", "Cr\xe9\xe9 par :name", "assigned_to_id", "Assign\xe9 \xe0 ID", "created_by_id", "Cr\xe9\xe9 par ID", "add_column", "Ajouter colonne", "edit_columns", "\xc9diter colonne", "columns", "Colonnes", "aging", "Impay\xe9s", "profit_and_loss", "Profit et perte", "reports", "Rapports", "report", "Rapport", "add_company", "Ajouter une entreprise", "unpaid_invoice", "Facture impay\xe9e", "paid_invoice", "Facture pay\xe9e", _s16_136, "Soumission non approuv\xe9e", "help", "Aide", "refund", "Rembousement", "refund_date", "Date de remboursement", "filtered_by", "Filtr\xe9e par", "contact_email", _s19_91, "multiselect", _s18_141, "entity_state", "Statut", "verify_password", _s24_77, "applied", "Appliqu\xe9", _s21_63, "Inclut les erreurs r\xe9centes des journaux syst\xe8me", _s30_8, "Nous avons re\xe7u votre message et vous r\xe9pondrons rapidement.", "message", "Message", "from", "De", _s20_63, "Afficher les d\xe9tails du produit", _s25_35, _s78_, _s20_65, "Le moteur de rendu PDF n\xe9cessite :version", _s18_70, _s31_30, _s23_28, _s41_10, _s18_72, "Configurer les param\xe8tres", "support_forum", "Forum de support", "about", "\xc0 propos", "documentation", "Documentation", "contact_us", "Nous joindre", "subtotal", "Sous-total", "line_total", "Total", "item", "Article", "credit_email", "Courriel pour le cr\xe9dit", "iframe_url", "Site web", "domain_url", "URL de domaine", _s21_64, "Le mot de passe est trop court", _s20_66, "Le mot de passe doit contenir une majuscule et un nombre", _s19_42, "T\xe2ches du portail client", _s23_29, _s33_30, _s20_67, "Veuillez saisir une valeur", "deleted_logo", "Le logo a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "yes", "Oui", "no", "Non", "generate_number", _s17_167, "when_saved", "Lors de la sauvegarde", "when_sent", "Lors de l'envoi", "select_company", "S\xe9lectionnez une entreprise", "float", "Flottant", "collapse", "R\xe9duire", "show_or_hide", "Afficher / masquer", "menu_sidebar", "Menu lat\xe9ral", "history_sidebar", _s18_142, "tablet", "Tablette", "mobile", "Mobile", "desktop", "Fixe", "layout", "Affichage", "view", "Visualiser", "module", "Module", "first_custom", _s20_119, "second_custom", _s19_92, "third_custom", "Troisi\xe8me lat\xe9ral", "show_cost", "Afficher le co\xfbt", _s17_88, "Afficher le montant du produit", "show_cost_help", "Afficher un champ de co\xfbt du produit pour suivre le profit", _s21_65, "Afficher la quantit\xe9 de produit", _s26_23, "Afficher un champ Quantit\xe9 de produit. 1 par d\xe9faut.", _s21_67, "Afficher la quantit\xe9 de facture", _s26_24, "Afficher un champ Quantit\xe9 d'article par ligne. 1 par d\xe9faut.", _s21_69, "Afficher le rabais de produit", _s26_25, "Afficher un champ rabais de ligne d'article", _s16_138, _s19_93, _s21_71, "D\xe9finit automatiquement la quantit\xe9 d'article par ligne \xe0 1.", "one_tax_rate", "Un taux de taxe", "two_tax_rates", _s17_168, "three_tax_rates", "Trois taux de taxes", _s16_140, _s23_63, "user", "Utilisateur", "invoice_tax", "Taxe de facture", "line_item_tax", "Taxe d'article par ligne", "inclusive_taxes", "Taxes incluses", _s17_90, "Taux de taxe de facture", "item_tax_rates", "Taux de taxe par article", _s18_74, _s31_31, "configure_rates", "Configuration des taux", _s18_75, "Configurer les passerelles", "tax_settings", "Param\xe8tres des taxes", _s18_77, "Taux de taxe", "accent_color", _s27_77, "switch", "Changer", _s19_44, "Liste s\xe9par\xe9e par virgule", "options", "Options", _s16_142, "Ligne de texte simple", "multi_line_text", "Multiligne de texte", "dropdown", _s16_283, "field_type", "Type de champ", _s27_37, "Un courriel a \xe9t\xe9 envoy\xe9 pour la r\xe9cup\xe9ration du mot de passe", "submit", "Envoyer", _s16_144, "R\xe9cup\xe9rez votre mot de passe", "late_fees", "Frais de retard", "credit_number", "Num\xe9ro de cr\xe9dit", "payment_number", _s18_143, "late_fee_amount", "Frais de retard", _s16_145, "Pourcentage de frais de retard", "schedule", "Calendrier", "before_due_date", "Avant l'\xe9ch\xe9ance", "after_due_date", "Apr\xe8s l'\xe9ch\xe9ance", _s18_79, _s28_74, "days", "Jours", "invoice_email", "Courriel de facturation", "payment_email", _s20_129, "partial_payment", _s16_284, "payment_partial", _s16_284, _s21_72, "Courriel du paiement partiel", "quote_email", "Courriel de soumission", _s16_147, "Rappel perp\xe9tuel", _s16_149, _s22_108, "administrator", "Administrateur", _s18_80, "Permet \xe0 un utilisateur de g\xe9rer d'autres utilisateurs, modifier les param\xe8tres et tous les enregistrements.", "user_management", _s24_78, "users", "Utilisateurs", "new_user", _s18_144, "edit_user", _s20_120, "created_user", "L'utilisateur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_user", "L'utilisateur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_user", "L'utilisateur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_user", "L'utilisateur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "removed_user", "L'utilisateur a \xe9t\xe9 retir\xe9 avec succ\xe8s", "restored_user", "L'utilisateur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", "archived_users", "Les :value utilisateurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_users", "Les :value utilisateurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "removed_users", "Les :value utilisateurs ont \xe9t\xe9 retir\xe9s avec succ\xe8s", "restored_users", "Les :value utilisateurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", _s16_151, _s19_94, "invoice_options", "Options de facture", _s17_92, _s24_79, _s22_55, 'Afficher seulement la ligne "Pay\xe9 \xe0 ce jour" sur les factures pour lesquelles il y a au moins un paiement.', _s23_31, _s18_145, _s28_21, "Inclure les images jointes dans la facture.", _s16_153, "Afficher l'en-t\xeate sur", _s16_154, "Afficher le pied de page sur", "first_page", "premi\xe8re page", "all_pages", "toutes les pages", "last_page", "derni\xe8re page", "primary_font", "Fonte principale", "secondary_font", "Fonte secondaire", "primary_color", _s18_146, "secondary_color", _s18_147, "page_size", "Taille de page", "font_size", _s16_285, "quote_design", "Design de soumission", "invoice_fields", _s17_169, "product_fields", "Champs produit", "invoice_terms", _s25_68, "invoice_footer", "Pied de facture", "quote_terms", "Conditions de soumission", "quote_footer", "Pied de soumission par d\xe9faut", _s18_81, "Envoi automatique", _s23_32, "Envoi automatiquement les factures r\xe9currentes lorsqu'elles sont cr\xe9\xe9es.", _s18_82, "Autoarchivage", _s23_33, "Archive automatiquement les soumissions lorsqu'elles sont converties.", _s18_83, "Autoconversion", _s23_34, "Convertir automatiquement une soumission en facture lorsque le client l'accepte.", _s17_94, _s29_57, "freq_daily", "Quotidienne", "freq_weekly", "Hebdomadaire", "freq_two_weeks", "Aux deux semaines", "freq_four_weeks", "Aux quatre semaines", "freq_monthly", "Mensuelle", "freq_two_months", "Deux mois", _s17_96, "Trimestrielle", _s16_155, "4 mois", "freq_six_months", "Semestrielle", "freq_annually", "Annuelle", "freq_two_years", "Deux ans", _s16_156, "Trois ans", "never", "Jamais", "company", "Entreprise", _s17_97, "Nombres g\xe9n\xe9r\xe9s", "charge_taxes", "Facturer les taxes", "next_reset", _s23_64, "reset_counter", "Remettre \xe0 z\xe9ro le compteur", _s16_157, _s17_170, "number_padding", _s23_65, "general", "G\xe9n\xe9ral", "surcharge_field", "Champ Surcharge", "company_field", "Champ Entreprise", "company_value", _s19_95, "credit_field", "Champ Cr\xe9dit", "invoice_field", "Champ Facture", _s17_99, "Surcharge de facture", "client_field", "Champ Client", "product_field", "Champ Produit", "payment_field", "Champ Paiement", "contact_field", "Champ Contact", "vendor_field", "Champ Fournisseur", "expense_field", "Champ D\xe9pense", "project_field", "Champ Projet", "task_field", "Champ T\xe2che", "group_field", "Champ Groupe", "number_counter", _s18_148, "prefix", "Pr\xe9fixe", "number_pattern", _s16_286, "messages", "Messages", "custom_css", _s16_287, _s17_101, _s23_66, _s16_159, _s19_96, _s21_74, "Afficher la signature du client sur la facture/soumission PDF.", _s25_41, _s48_3, _s30_9, "Requiert du client qu'il confirme et accepte les conditions de facturation", _s23_35, "Case \xe0 cocher pour les conditions de soumssion", _s28_22, "Requiert du client qu'il confirme et accepte les conditions de soumission", _s25_42, _s20_121, _s30_10, "Requiert une signature du client", _s23_36, "Signature de soumission", _s22_57, _s42_16, _s27_38, "Permet de sp\xe9cifier un mot de passe pour chaque contact. Si un mot de passe est sp\xe9cifi\xe9, le contact devra saisir ce mot de passe pour visualiser ses factures.", "authorization", "Autorisation", "subdomain", "sous-domaine", "domain", "Domaine", "portal_mode", "Mode portail", "email_signature", "Cordialement,", _s24_39, "rendez le paiement plus facile \xe0 vos client en ajoutant \xe0 vos courriel, le marquage de schema.org.", "plain", "Ordinaire", "light", "Clair", "dark", "Fonc\xe9", "email_design", _s18_149, "attach_pdf", "Joindre un PDF", _s16_160, "Joindre un document", "attach_ubl", "Joindre UBL", "email_style", "Style de courriel", _s19_46, "Autoriser le marquage", "reply_to_email", "Courriel de r\xe9ponse", "reply_to_name", "Nom de R\xe9pondre \xc0", "bcc_email", "Courriel CCI", "processed", "Trait\xe9", "credit_card", "Carte de cr\xe9dit", "bank_transfer", _s17_171, "priority", "Priorit\xe9", "fee_amount", _s17_172, "fee_percent", _s21_135, "fee_cap", _s16_288, "limits_and_fees", "Limites / frais", "enable_min", "Activer min", "enable_max", "Activer max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s26_59, "credentials", "Identifiants", "update_address", "Mise \xe0 jour de l'adresse", _s19_49, "Met \xe0 jour l'adresse du client avec les informations fournies", "rate", "Taux", "tax_rate", "Taux de taxe", "new_tax_rate", _s20_122, "edit_tax_rate", _s22_109, _s16_162, "Le taux de taxe a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", _s16_163, "Le taux de taxe a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_104, "Le taux de taxe a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_164, _s42_17, _s17_105, _s42_18, _s18_84, "Les :value taux de taxes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_106, "Les :value taux de taxes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_85, "Les :value taux de taxes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "fill_products", "Remplissage automatique des produits", _s18_86, "La s\xe9lection d'un produit entrainera la mise \xe0 jour de la description et du prix", "update_products", "Mise \xe0 jour automatique des produits", _s20_71, _s65_1, _s16_165, _s22_110, _s21_75, "Convertir automatiquement le prix des produits dans la devise du client", "fees", "Frais", "limits", "Limites", "provider", "Fournisseur", "company_gateway", _s22_111, _s16_167, "Passerelles de paiement", _s19_50, _s19_97, _s20_72, _s20_123, _s23_37, _s37_33, _s23_38, _s43_5, _s24_40, _s40_7, _s23_39, _s41_11, _s24_41, _s41_12, _s25_44, "Les :value passerelles ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s24_42, "Les :value passerelles ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s25_45, "Les :value passerelles ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s16_169, "Continuez l'\xe9dition", "discard_changes", "Annuler les changements", "default_value", _s17_177, "disabled", "D\xe9sactiv\xe9", "currency_format", _s16_289, _s21_76, "Premier jour de la semaine", _s23_40, _s23_67, "sunday", "Dimanche", "monday", "Lundi", "tuesday", "Mardi", "wednesday", "Mercredi", "thursday", "Jeudi", "friday", "Vendredi", "saturday", "Samedi", "january", "Janvier", "february", "F\xe9vrier", "march", "Mars", "april", "Avril", "may", "Mai", "june", "Juin", "july", "Juillet", "august", "Ao\xfbt", "september", "Septembre", "october", "Octobre", "november", "Novembre", "december", "D\xe9cembre", "symbol", "Symbole", "ocde", "Code", "date_format", "Format de date", "datetime_format", _s17_173, "military_time", "Format d'heure 24 h", _s18_87, "Affichage 24h", "send_reminders", _s19_98, "timezone", "Fuseau horaire", _s19_51, _s18_150, _s17_107, _s18_151, _s19_53, "Filtrer par facture", _s18_88, "Filtrer par client", _s18_90, "Filtrer par fournisseur", "group_settings", "Param\xe8tres des groupes", "group", "Groupe", "groups", "Groupes", "new_group", "Nouveau groupe", "edit_group", _s16_290, "created_group", _s32_19, "updated_group", _s38_20, "archived_groups", "Les :value groupes ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_groups", "Les :value groupes ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_groups", "Les :value groupes ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "archived_group", _s35_32, "deleted_group", _s36_28, "restored_group", _s36_29, "upload_logo", "T\xe9l\xe9verser le logo", "uploaded_logo", "Le logo a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", "logo", "Logo", "saved_settings", "Les param\xe8tres ont \xe9t\xe9 sauvegard\xe9s avec succ\xe8s", _s16_171, "Param\xe8tres des produits", "device_settings", _s24_80, "defaults", "Par d\xe9faut", "basic_settings", _s18_152, _s17_109, _s18_153, "company_details", "Informations sur l'entreprise", "user_details", "Profil utilisateur", "localization", "Param\xe8tres r\xe9gionaux", "online_payments", _s18_154, "tax_rates", "Taux de taxe", "notifications", "Notifications", "import_export", "Importer / Exporter", "custom_fields", _s20_124, "invoice_design", "Mod\xe8les de factures", "buy_now_buttons", _s26_60, "email_settings", "Param\xe8tres de courriel", _s23_42, "Mod\xe8les et rappels", _s22_58, _s27_78, _s19_55, _s25_69, "price", "Prix", "email_sign_up", "Inscription par courriel", "google_sign_up", _s23_68, _s27_42, "Merci de votre achat!", "redeem", "Rembourser", "back", "Retour", "past_purchases", "Achats pr\xe9c\xe9dents", _s19_57, _s17_174, "pro_plan", "Plan Pro", "enterprise_plan", "Plan Entreprise", "count_users", ":count utilisateurs", "upgrade", "Mettre \xe0 niveau", _s25_46, "Veuillez entrer votre pr\xe9nom", _s24_43, "Veuillez entrer votre nom", _s33_21, "Vous devez accepter les conditions et la politique de confidentialit\xe9 pour cr\xe9er un compte.", "i_agree_to_the", "J'accepte", _s16_173, _s24_81, "privacy_policy", _s28_75, "sign_up", "Inscription", "account_login", "Connexion", "view_website", "Visiter le site web", "create_account", "Cr\xe9er un compte", "email_login", "Courriel de connexion", "create_new", "Cr\xe9er", _s18_92, _s32_20, _s21_79, "Veuillez sauvegarder ou annuler vos modifications", "download", "T\xe9l\xe9charger", _s27_43, "Le plan Entreprise est requis", "take_picture", "Prendre un photo", "upload_file", "T\xe9l\xe9verser un fichier", "document", "Justificatifs", "documents", "Documents", "new_document", "Nouveau document", "edit_document", "\xc9diter un document", _s17_111, "Le document a \xe9t\xe9 t\xe9l\xe9vers\xe9 avec succ\xe8s", _s16_175, "Le document a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s17_112, "Le document a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_176, _s38_21, _s17_113, _s38_22, _s18_94, "Les :value documents ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s17_114, "Les :value documents ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s18_95, "Les :value documents ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "no_history", "Aucun historique", "expense_date", _s18_155, "pending", "En attente", _s16_177, "Connect\xe9", _s16_178, "En attente", _s16_179, "Factur\xe9", "converted", "Convertie", _s24_45, "Ajouter des documents aux factures", "exchange_rate", "Taux de change", _s16_180, "Conversion de devise", "mark_paid", "Marquer pay\xe9e", "category", "Cat\xe9gorie", "address", "Adresse", "new_vendor", _s19_99, "created_vendor", "Le fournisseur a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_vendor", "Le fournisseur a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", "archived_vendor", "Le fournisseur a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_vendor", "Le fournisseur a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "restored_vendor", "Le fournisseur a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_181, ":count fournisseurs ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", "deleted_vendors", ":count fournisseurs ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s16_182, "Les :value fournisseurs ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_expense", "Entrer une d\xe9pense", "created_expense", "La d\xe9pense a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_expense", "La d\xe9pense a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", _s16_183, "La d\xe9pense a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_expense", "La d\xe9pense a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_184, "La d\xe9pense a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_115, "Les d\xe9penses ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_185, "Les d\xe9penses ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", _s17_116, "Les :value d\xe9penses ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "copy_shipping", "Copier livraison", "copy_billing", _s18_156, "design", "Conception", _s21_80, "Enregistrement introuvable", "invoiced", "Factur\xe9e", "logged", "Enregistr\xe9e", "running", "En cours", "resume", "Continuer", "task_errors", "Veuillez corriger les plages de temps qui se chevauchent", "start", "D\xe9marrer", "stop", "Arr\xeater", "started_task", "La t\xe2che a d\xe9mar\xe9 avec succ\xe8s", "stopped_task", "La t\xe2che a \xe9t\xe9 arr\xeat\xe9e avec succ\xe8s", "resumed_task", "La t\xe2che a \xe9t\xe9 reprise avec succ\xe8s", "now", "Maintenant", _s16_186, "D\xe9marrage de t\xe2ches automatique", "timer", "Minuteur", "manual", "Manuel", "budgeted", "Budg\xe9t\xe9", "start_time", "D\xe9marr\xe9e \xe0", "end_time", "Arr\xeat\xe9e \xe0", "date", "Date", "times", "Temps", "duration", "Dur\xe9e", "new_task", "Nouvelle t\xe2che", "created_task", "La t\xe2che a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_task", "La t\xe2che a \xe9t\xe9 modifi\xe9e avec succ\xe8s", "archived_task", "La t\xe2che a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_task", "La t\xe2che a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_task", "La t\xe2che a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_tasks", ":count t\xe2ches ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_tasks", ":count t\xe2ches ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_tasks", "Les :value t\xe2ches ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", _s19_59, _s22_112, "budgeted_hours", _s16_291, "created_project", _s32_21, "updated_project", _s39_9, _s16_188, _s35_33, "deleted_project", _s36_30, _s16_189, "Le projet a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_117, ":count projets ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_190, ":count projets ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_118, "Les :value projets ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "new_project", "Nouveau projet", _s27_47, "Merci d'utiliser notre app!", "if_you_like_it", _s27_79, "click_here", "cliquez ici", _s18_96, "Cliquez ici", "to_rate_it", "pour l'\xe9valuer.", "average", "Moyenne", "unapproved", "Non approuv\xe9", _s30_15, _s49_2, "locked", "Verrouill\xe9", "authenticate", "Connexion", _s19_61, _s23_69, _s24_47, _s21_136, "footer", "Pied de page", "compare", "Comparer", "hosted_login", "Connexion h\xe9berg\xe9e", "selfhost_login", "Connexion autoh\xe9berg\xe9e", "google_sign_in", _s21_137, "today", "Aujourd'hui", "custom_range", "Personnalis\xe9", "date_range", _s19_100, "current", "En cours", "previous", "Pr\xe9c\xe9dent", "current_period", "P\xe9riode en cours", _s17_119, "P\xe9riode de comparaison", "previous_period", _s18_157, "previous_year", _s16_292, "compare_to", "Comparer \xe0", "last7_days", _s16_293, "last_week", "Derni\xe8re semaine", "last30_days", _s17_175, "this_month", "Mois en cours", "last_month", "Mois dernier", "this_year", "Cette ann\xe9e", "last_year", "Derni\xe8re ann\xe9e", "custom", "Personnalis\xe9", _s16_191, "Cloner en facture", "clone_to_quote", "Cloner en soumission", "clone_to_credit", "Cloner au cr\xe9dit", "view_invoice", "Voir la facture", "convert", "Convertir", "more", "Plus", "edit_client", "Modifier le client", "edit_product", "Modifier le produit", "edit_invoice", _s19_101, "edit_quote", "Modifier la soumission", "edit_payment", "Modifier le paiement", "edit_task", "\xc9diter la t\xe2che", "edit_expense", "\xc9diter la d\xe9pense", "edit_vendor", _s21_138, "edit_project", "\xc9diter le projet", _s20_74, "\xc9diter la soumission r\xe9currente", "billing_address", _s22_113, _s16_193, "Adresse de livraison", "total_revenue", "Revenu total", "average_invoice", "Facture moyenne", "outstanding", "Impay\xe9es", "invoices_sent", _s24_82, "active_clients", "clients actifs", "close", "Fermer", "email", "Courriel", "password", "Mot de passe", "url", "URL", "secret", "Secret", "name", "Nom", "logout", "D\xe9connexion", "login", "Connexion", "filter", "Filtrer", "sort", "Trier", "search", "Rechercher", "active", "Actif", "archived", "Archiv\xe9", "deleted", "Supprim\xe9", "dashboard", "Tableau de bord", "archive", "Archiver", "delete", "Supprimer", "restore", "Restaurer", _s16_195, "Actualisation compl\xe9t\xe9e", _s23_43, "Veuillez saisir votre courriel", _s26_34, "Veuillez saisir votre mot de passe", _s21_83, "Veuillez saisir votre URL", _s26_36, "Veuillez saisir la cl\xe9 de produit", "ascending", "Ascendant", "descending", "Descendant", "save", "Sauvegarder", _s17_121, "Il y a eu une erreur", "paid_to_date", "Pay\xe9 \xe0 ce jour", "balance_due", "Solde d\xfb", "balance", "Solde", "overview", "Survol", "details", "D\xe9tails", "phone", "T\xe9l\xe9phone", "website", "Site web", "vat_number", "N\xb0 de taxe", "id_number", "N\xb0 d'entreprise", "create", "Cr\xe9er", _s19_63, _s35_34, "error", "Erreur", _s16_197, _s20_125, "contacts", "Contacts", "additional", "Additionnel", "first_name", "Pr\xe9nom", "last_name", "Nom", "add_contact", _s18_158, "are_you_sure", "Voulez-vous vraiment effectuer cette action?", "cancel", "Annuler", "ok", "Ok", "remove", "Retirer", _s16_199, "Le courriel est invalide", "product", "Produit", "products", "Produits", "new_product", "Nouveau produit", "created_product", "Le produit a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_product", "Le produit a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_201, "Le produit a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_product", _s37_34, _s16_202, "Le produit a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_123, _s36_31, _s16_203, ":count produits ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_124, "Les :value produits ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "product_key", "Produit", "notes", "Notes", "cost", "Co\xfbt", "client", "Client", "clients", "Clients", "new_client", "Nouveau client", "created_client", "Le client a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_client", "Le client a \xe9t\xe9 modifi\xe9 avec succ\xe8s", "archived_client", "Le client a \xe9t\xe9 archiv\xe9 avec succ\xe8s", _s16_204, _s35_35, "deleted_client", "Le client a \xe9t\xe9 supprim\xe9 avec succ\xe8s", "deleted_clients", ":count clients ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", "restored_client", "Le client a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s16_205, "Les :value clients ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "address1", "Rue", "address2", "Appartement / bureau", "city", "Ville", "state", "\xc9tat / province", "postal_code", "Code postal", "country", "Pays", "invoice", "Facture", "invoices", "Factures", "new_invoice", _s16_294, "created_invoice", "La facture a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_invoice", "La facture a \xe9t\xe9 modifi\xe9e avec succ\xe8s", _s16_206, "La facture a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_invoice", "La facture a \xe9t\xe9 supprim\xe9e avec succ\xe8s", _s16_207, "La facture a \xe9t\xe9 restaur\xe9e avec succ\xe8s", _s17_125, ":count factures ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", _s16_208, _s38_23, _s17_126, "Les :value factures ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "emailed_invoice", "La facture a \xe9t\xe9 envoy\xe9e par courriel avec succ\xe8s", "emailed_payment", "Le paiement a \xe9t\xe9 envoy\xe9 par courriel avec succ\xe8s", "amount", "Montant", "invoice_number", "N\xb0 de facture", "invoice_date", "Date de facturation", "discount", "Escompte", "po_number", "N\xb0 de bon de commande", "terms", "Modalit\xe9s", "public_notes", "Notes publiques", "private_notes", _s18_159, "frequency", "Fr\xe9quence", "start_date", "Date de d\xe9but", "end_date", "Date de fin", "quote_number", "N\xb0 de soumission", "quote_date", "Date de soumission", "valid_until", "Valide jusqu'au", "items", "Articles", "partial_deposit", "Partiel / d\xe9p\xf4t", "description", "Description", "unit_cost", "Co\xfbt unitaire", "quantity", "Quantit\xe9", "add_item", "Ajouter un article", "contact", "Contact", "work_phone", "T\xe9l\xe9phone", "total_amount", "Montant total", "pdf", "PDF", "due_date", "\xc9ch\xe9ance", _s16_209, "Date d'\xe9ch\xe9ance du paiement partiel", "status", "Statut", _s17_127, "\xc9tat de la facture", "quote_status", "\xc9tat de la soumission", _s22_59, "Cliquez + pour ajouter un article", _s22_61, _s35_36, "count_selected", ":count s\xe9lectionn\xe9s", "total", "Total", "percent", "Pourcent", "edit", "Modifier", "dismiss", "Annuler", _s20_76, "Veuillez saisir une date", _s22_62, _s31_31, _s24_49, "Veuillez s\xe9lectionner une facture", "task_rate", "Taux de t\xe2che", "settings", "Param\xe8tres", "language", "Langue", "currency", "Devise", "created_at", "Cr\xe9\xe9 le", "created_on", "Cr\xe9\xe9 le", "updated_at", "Mis \xe0 jour", "tax", "Taxe", _s30_17, "Veuillez saisir un num\xe9ro de facture", _s27_51, "Veuillez saisir un num\xe9ro de soumission", "past_due", "En souffrance", "draft", "Brouillon", "sent", "Envoy\xe9", "viewed", "Vue", "approved", "Approuv\xe9e", "partial", "Partiel / d\xe9p\xf4t", "paid", "Pay\xe9", "mark_sent", _s20_126, _s22_64, _s50_12, _s22_65, _s50_12, _s23_45, _s56_2, _s23_46, _s56_2, "done", "Valider", _s37_18, "Veuillez saisir un nom de client ou de contact", "dark_mode", "Mode fonc\xe9", _s27_53, "Red\xe9marrez l'app pour mettre \xe0 jour les changements", "refresh_data", "Actualiser les donn\xe9es", "blank_contact", "Contact vide", "activity", "Activit\xe9", _s16_211, "Aucun enregistrement trouv\xe9", "clone", "Dupliquer", "loading", "Chargement", "industry", "Entreprise", "size", "Taille", "payment_terms", "D\xe9lais de paiement", "payment_date", _s16_295, "payment_status", _s16_296, _s16_213, "Em attente", _s16_214, "Annul\xe9e", _s16_215, "\xc9chou\xe9e", _s16_216, "Compl\xe9t\xe9e", _s16_217, "Partiellement rembours\xe9e", _s16_218, "Rembours\xe9e", _s17_128, "Non appliqu\xe9", _s17_129, _s27_82, "net", "Net", "client_portal", "Portail client", "show_tasks", "Afficher les t\xe2ches", "email_reminders", "Courriel de rappel", "enabled", "Activ\xe9", "recipients", "destinataires", "initial_email", _s16_297, "first_reminder", "1er rappel", "second_reminder", "2e rappel", "third_reminder", "3e rappel", "reminder1", "Premier rappel", "reminder2", "Deuxi\xe8me rappel", "reminder3", _s16_298, "template", "Mod\xe8le", "send", "Envoyer", "subject", "Sujet", "body", "Corps", "send_email", "Envoyer un courriel", "email_receipt", "Envoyer le re\xe7u de paiement par courriel au client", "auto_billing", _s23_71, "button", "Bouton", "preview", "PR\xc9VISUALISATION", "customize", "Personnalisation", "history", "Historique", "payment", "Paiement", "payments", "Paiements", "refunded", "Rembours\xe9e", "payment_type", _s16_274, _s21_85, "N\xb0 de r\xe9f\xe9rence", "enter_payment", _s20_130, "new_payment", _s20_130, "created_payment", "Le paiement a \xe9t\xe9 cr\xe9\xe9 avec succ\xe8s", "updated_payment", "Le paiement a \xe9t\xe9 mis \xe0 jour avec succ\xe8s", _s16_219, "Le paiement a \xe9t\xe9 archiv\xe9 avec succ\xe8s", "deleted_payment", "Le paiement a \xe9t\xe9 supprim\xe9 avec succ\xe8s", _s16_220, "Le paiement a \xe9t\xe9 restaur\xe9 avec succ\xe8s", _s17_130, ":count paiements ont \xe9t\xe9 archiv\xe9s avec succ\xe8s", _s16_221, ":count paiements ont \xe9t\xe9 supprim\xe9s avec succ\xe8s", _s17_131, "Les :value paiements ont \xe9t\xe9 restaur\xe9s avec succ\xe8s", "quote", "Soumission", "quotes", "Soumissions", "new_quote", "Nouvelle soumission", "created_quote", "La soumission a \xe9t\xe9 cr\xe9\xe9e avec succ\xe8s", "updated_quote", "La soumission a \xe9t\xe9 mise \xe0 jour avec succ\xe8s", "archived_quote", "La soumission a \xe9t\xe9 archiv\xe9e avec succ\xe8s", "deleted_quote", "La soumission a \xe9t\xe9 supprim\xe9e avec succ\xe8s", "restored_quote", "La soumission a \xe9t\xe9 restaur\xe9e avec succ\xe8s", "archived_quotes", ":count soumissions ont \xe9t\xe9 archiv\xe9es avec succ\xe8s", "deleted_quotes", ":count soumissions ont \xe9t\xe9 supprim\xe9es avec succ\xe8s", "restored_quotes", "Les :value soumissions ont \xe9t\xe9 restaur\xe9es avec succ\xe8s", "expense", "D\xe9pense", "expenses", "D\xe9penses", "vendor", "Fournisseur", "vendors", "Fournisseurs", "task", "T\xe2che", "tasks", "T\xe2ches", "project", "Projet", "projects", "Projets", "activity_1", _s30_40, "activity_2", _s33_31, "activity_3", _s34_27, "activity_4", _s32_22, "activity_5", _s38_24, "activity_6", ":user a envoy\xe9 par courriel la facture :invoice pour :client \xe0 :contact", "activity_7", ":contact a visualis\xe9 la facture :invoice pour :client", "activity_8", _s35_37, "activity_9", _s36_32, "activity_10", ":contact a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client", "activity_11", ":user a mis \xe0 jour le paiement :payment", "activity_12", ":user a archiv\xe9 le paiement :payment", "activity_13", ":user a supprim\xe9 le paiement :payment", "activity_14", ":user a saisi le cr\xe9dit :credit", "activity_15", _s36_33, "activity_16", _s33_32, "activity_17", _s34_28, "activity_18", ":user a cr\xe9\xe9 la soumission :quote", "activity_19", ":user a mis \xe0 jour la soumission :quote", "activity_20", ":user a envoy\xe9 par courriel la soumission :quote pour :client \xe0 :contact", "activity_21", ":contact a visualis\xe9 la soumission :quote", "activity_22", ":user a archiv\xe9 la soumission :quote", "activity_23", ":user a supprim\xe9 la soumission :quote", "activity_24", ":user a restaur\xe9 la soumission :quote", "activity_25", _s36_34, "activity_26", _s34_29, "activity_27", _s37_35, "activity_28", _s34_30, "activity_29", ":contact a approuv\xe9 la soumission :quote pour :client", "activity_30", _s35_38, "activity_31", _s38_25, "activity_32", _s39_10, "activity_33", _s39_11, "activity_34", _s32_23, "activity_35", _s35_39, "activity_36", _s36_35, "activity_37", _s36_36, "activity_39", ":user a annul\xe9 un paiement :payment de :payment_amount", "activity_40", ":user a rembours\xe9 :adjustment d'un paiement :payment de :payment_amount", "activity_41", _s50_11, "activity_42", _s27_80, "activity_43", _s33_33, "activity_44", _s30_41, "activity_45", _s31_32, "activity_46", _s31_33, "activity_47", _s38_26, "activity_48", _s32_24, "activity_49", _s38_27, "activity_50", _s35_40, "activity_51", _s36_37, "activity_52", _s36_38, "activity_53", _s48_4, "activity_54", ":user a r\xe9ouvert le billet :ticket", "activity_55", ":contact a r\xe9pondu au billet :ticket", "activity_56", ":user a vu le billet :ticket", "activity_57", "Le syst\xe8me n'a pas pu envoyer le courriel de la facture :invoice", "activity_58", _s35_41, "activity_59", _s34_31, "activity_60", ":contact a vu la soumission :quote", "activity_61", ":user a mis \xe0 jour le client :client", "activity_62", ":user a mis \xe0 jour le fournisseur :vendor", "activity_63", ":user a envoy\xe9 le premier rappel pour la facture :invoice de :contact", "activity_64", ":user a envoy\xe9 le deuxi\xe8me rappel pour la facture :invoice de :contact", "activity_65", ":user a envoy\xe9 le troisi\xe8me rappel pour la facture :invoice de :contact", "activity_66", ":user a envoy\xe9 un rappel sans fin pour la facture :invoice de :contact", "activity_80", ":user a cr\xe9\xe9 l'abonnement :subscription", "activity_81", ":user a mis \xe0 jour l'abonnement :subscription", "activity_82", ":user a archiv\xe9 l'abonnement :subscription", "activity_83", ":user a supprim\xe9 l'abonnement :subscription", "activity_84", ":user a restaur\xe9 l'abonnement :subscription", _s17_132, _s27_81, "emailed_quote", "La soumission a \xe9t\xe9 envoy\xe9e avec succ\xe8s", "emailed_credit", "Le cr\xe9dit a envoy\xe9 par courriel avec succ\xe8s", _s20_78, "La soumission a \xe9t\xe9 marqu\xe9e comme envoy\xe9e avec succ\xe8s", _s21_87, "Le cr\xe9dit a \xe9t\xe9 marqu\xe9 comme envoy\xe9 avec succ\xe8s", "expired", "Expir\xe9", "all", "Tous", "select", "S\xe9lectionner", _s22_66, _s34_32, "custom_value1", _s17_177, "custom_value2", _s17_177, "custom_value3", _s22_114, "custom_value4", _s22_115, _s18_97, _s30_42, _s24_54, _s39_12, _s29_37, "Message personnalis\xe9 pour facture impay\xe9e", _s27_58, "Message personnalis\xe9 pour facture pay\xe9e", _s31_18, "Message personnalis\xe9 pour soumission non approuv\xe9e", "lock_invoices", _s24_83, "translations", "Traductions", _s19_64, "Mod\xe8le du num\xe9ro de t\xe2che", _s19_66, "Compteur du num\xe9ro de t\xe2che", _s22_68, "Mod\xe8le du num\xe9ro de d\xe9pense", _s22_70, "Compteur du num\xe9ro de d\xe9pense", _s21_88, "Mod\xe8le du num\xe9ro de fournisseur", _s21_90, "Compteur du num\xe9ro de fournisseur", _s21_92, "Mod\xe8le du num\xe9ro de billet", _s21_94, "Compteur du num\xe9ro de billet", _s22_72, "Mod\xe8le du num\xe9ro de paiement", _s22_74, "Compteur du num\xe9ro de paiement", _s22_76, "Mod\xe8le du num\xe9ro de facture", _s22_78, _s29_58, _s20_79, "Mod\xe8le du num\xe9ro de soumission", _s20_81, "Compteur du num\xe9ro de soumission", _s21_96, _s26_62, _s21_98, _s28_77, _s21_100, _s26_62, _s21_101, _s28_77, _s18_99, _s33_34, "counter_padding", _s22_116, _s28_57, "Compteur partag\xe9 pour les factures et les soumissions", _s18_101, "Nom de taxe par d\xe9faut 1", _s18_103, "Taux de taxe par d\xe9faut 1", _s18_105, "Nom de taxe par d\xe9faut 2", _s18_107, "Taux de taxe par d\xe9faut 2", _s18_109, "Nom de taxe par d\xe9faut 3", _s18_111, "Taux de taxe par d\xe9faut 3", _s21_102, "Objet du courriel de facture", _s19_68, "Objet du courriel de soumission", _s21_104, "Objet du courriel de paiement", _s29_39, "Sujet du courriel de paiement partiel", "show_table", "Affiche la table", "show_list", "Afficher la liste", "client_city", "Ville du client", "client_state", "Province du client", "client_country", "Pays du client", _s16_222, "Client actif", "client_balance", "Solde du client", "client_address1", "Rue du clients", "client_address2", _s22_117, "vendor_address1", "Rue du fournisseur", "vendor_address2", "App du fournisseur", _s24_56, "Rue d'exp\xe9dition", _s24_57, "App / bureau d'exp\xe9dition du client", "type", "Type", "invoice_amount", _s21_139, _s16_226, "\xc9ch\xe9ance", "tax_rate1", "Taux de taxe 1", "tax_rate2", "Taux de taxe 2", "tax_rate3", "Taux de taxe 3", "auto_bill", _s23_71, "archived_at", "Archiv\xe9 \xe0", "has_expenses", "A D\xe9penses", "custom_taxes1", "Taxes personnalis\xe9es 1", "custom_taxes2", "Taxes personnalis\xe9es 2", "custom_taxes3", "Taxes personnalis\xe9es 3", "custom_taxes4", "Taxes personnalis\xe9es 4", _s17_134, _s25_70, _s17_135, _s25_71, _s17_136, _s25_72, _s17_137, _s25_73, "is_deleted", "Est supprim\xe9", "vendor_city", _s20_127, "vendor_state", "Province du fournisseur", "vendor_country", _s19_102, "is_approved", "Est approuv\xe9", "tax_name", "Nom de la taxe", "tax_amount", "Montant de taxe", "tax_paid", "Taxe pay\xe9e", "payment_amount", _s19_103, "age", "\xc2ge", "is_running", "En cours", "time_log", _s16_299, "bank_id", "Banque", _s19_70, "ID de cat\xe9gorie de d\xe9pense", _s16_227, _s20_128, _s19_72, "ID de la devise de facturation", "tax_name1", "Nom de la taxe 1", "tax_name2", "Nom de la taxe 2", "tax_name3", "Nom de taxe 3", "transaction_id", _s17_176, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "de", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s21_140, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", ":user hat Bestellung :purchase_order erstellt", "activity_131", ":user hat Bestellung :purchase_order aktualisiert", "activity_132", ":user hat Bestellung :purchase_order archiviert", "activity_133", ":user hat Bestellung :purchase_order gel\xf6scht", "activity_134", ":user hat Bestellung :purchase_order wiederhergestellt", "activity_135", ":user mailte Bestellung :purchase_order", "activity_136", ":contact hat Bestellung :purchase_order angsehen", "activity_137", ":contact nahm Bestellung :purchase_order an", "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Zusammenf\xfchren", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, "Bestelldatum", _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Akzeptieren", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Angenommen", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Bestellung", "purchase_orders", "Bestellungen", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Zahlungseinstellungen", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Aktueller Stand", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Zahlungsanbieter hinzuf\xfcgen", _s24_7, _s77_, "left", "Links", "right", "Rechts", "center", "Mittig", "page_numbering", "Seiten Nummerierung", _s24_8, "Ausrichtung der Seitennummerierung", _s31_1, "Rechnung versendet", _s24_10, "Produktbeschreibung anzeigen", _s29_3, "Beschreibung bei der Produktauswahl anzeigen", "invoice_items", "Rechnungselemente", "quote_items", "Angebotselemente", "profitloss", _s18_161, "import_format", "Import-Format", "export_format", "Export-Format", "export_type", "Export-Typ", "stop_on_unpaid", "Stoppen falls nicht bezahlt", _s19_10, "Erstelle keine neuen wiederkehrenden Rechnungen, falls die vorige Rechnung noch nicht bezahlt wurde.", "use_quote_terms", "Benutze Angebotsbedingungen", _s20_17, "Wenn ein Angebot in eine Rechnung umgewandelt wird", "add_country", "Land hinzuf\xfcgen", "enable_tooltips", "Quickinfo/Tooltips anzeigen", _s20_18, "Quickinfo/Tooltips beim Dr\xfcberfahren mit der Maus anzeigen", _s21_14, "Fehler: Eintr\xe4ge sind mehr als einem Kunden zugeordnet", "register_label", "Benutzerkonto in wenigen Sekunden erstellen", "login_label", "Mit einem bestehenden Benutzerkonto anmelden", "add_to_invoice", "Zur Rechnung :invoice hinzuf\xfcgen", _s17_11, "Keine Rechnungen gefunden", "week", "Woche", "created_record", "Eintrag erfolgreich erstellt.", _s26_1, "Bezahltes Automatisch Archivieren", _s31_2, "Automatische Archivierung von Rechnungen, wenn diese als bezahlt markiert werden.", _s31_3, "Auto-Archivierung abgebrochen", _s36_2, "Automatisch Rechnungen archivieren, wenn diese annulliert wurden.", _s20_19, "Alternativer PDF Viewer", _s25_2, "Verbessere das Scrolling \xfcber die PDF Vorschau [BETA]", _s16_10, "Rechnungs-W\xe4hrung", "range", "Bereich", "tax_amount1", "Steuerh\xf6he 1", "tax_amount2", "Steuerh\xf6he 2", "tax_amount3", "Steuerh\xf6he 3", "create_project", "Projekt erstellen", "update_project", "Projekt aktualisieren", "view_task", "Aufgabe anzeugen", "cancel_invoice", "Abbrechen", "changed_status", "Erfolgreich Aufgabenstatus ge\xe4ndert", "change_status", "Status \xe4ndern", "fees_sample", "Die Geb\xfchren f\xfcr eine Rechnung \xfcber :amount\xa0 w\xfcrden :total betragen.", _s19_11, "Touchscreen-Modus aktivieren", _s24_12, "Scrollen durch wischen", "after_saving", "Nach dem Speichern", "view_record", "Datensatz anzeigen", _s21_15, "Markdown in E-Mails verwenden", _s26_2, "Visuellen Markdown-Editor f\xfcr E-Mails verwenden", _s19_13, "Markdown in PDFs verwenden", "json_help", "Achtung: JSON-Dateien, die mit v4 der App erstellt wurden, werden nicht unterst\xfctzt", "release_notes", "Versionshinweise", _s23_9, "Upgrade deinen Tarif um Berichte anzusehen", "started_tasks", ":value Aufgaben erfolgreich gestartet", "stopped_tasks", ":value Aufgaben erfolgreich angehalten", "approved_quote", "Angebot erfolgreich angenommen", "approved_quotes", ":value Angebote erfolgreich angenommen", "approve", _s16_300, "client_website", "Kunden-Website", "invalid_time", "Ung\xfcltige Zeit", _s21_17, "Liefer-Region Kunde", _s20_21, "Lieferort Kunde", _s27_6, "Liefer-PLZ Kunde", _s23_10, "Kunde Lieferung LAND", "load_pdf", "PDF laden", _s16_12, "Kostenlose Testversion starten", _s24_13, "Teste den Pro-Tarif GRATIS f\xfcr 14 Tage", "due_on_receipt", "F\xe4llig bei Erhalt", "is_paid", "Ist bezahlt", "age_group_paid", "Bezahlt", "id", "ID", "convert_to", "Umwandeln in", "client_currency", "Kundenw\xe4hrung", _s16_14, "Firmenw\xe4hrung", "purged_client", "Kunde erfolgreich bereinigt", _s27_8, "Um Spam zu verhindern braucht es ein Upgrade zu einem bezahlten Account um das E-Mail anzupassen.", _s22_25, "Upgrade deinen Tarif um weitere Firmen hinzuzuf\xfcgen", _s30_1, "Die Datei wurde im Downloads-Ordner gespeichert", "small", "Klein", _s21_19, "Guthaben erfolgreich als bezahlt markiert", _s22_26, "Erfolgreich Kredite als bezahlt markiert", _s16_16, "Daten werden geladen - bitte warten Sie, bis der Vorgang abgeschlossen ist", "wait_for_saving", "Datenspeicherung - bitte warten Sie, bis der Vorgang abgeschlossen ist", _s20_23, "Hinweis: Die hier vorgenommenen \xc4nderungen werden nur in der Vorschau angezeigt, sie m\xfcssen in den obigen Registerkarten angewendet werden, um gespeichert zu werden.", "remaining", "Verbleibende", "invoice_paid", "Rechnung bezahlt", "activity_120", ":user erstellte wiederkehrende Ausgabe :recurring_expense", "activity_121", ":user aktualisiert wiederkehrende Ausgabe :recurring_expense", "activity_122", ":user archivierte wiederkehrende Ausgabe :recurring_expense", "activity_123", ":user l\xf6schte wiederkehrende Ausgabe :recurring_expense", "activity_124", ":user stellte wiederkehrende Ausgabe :recurring_expense wieder her", "normal", "Normal", "large", "Gro\xdf", "extra_large", "Extra Gro\xdf", _s16_17, "PDF-Vorschau anzeigen", _s21_20, "PDF-Vorschau bei der Bearbeitung von Rechnungen anzeigen", "print_pdf", "PDF drucken", "remind_me", "Erinnere mich", _s16_19, "Sofortige Bank\xfcberweisung", "click_selected", "Ausgew\xe4hltes anklicken", "hide_preview", "Vorschau ausblenden", "edit_record", "Datensatz bearbeiten", _s27_9, "Der Kreditbetrag kann nicht h\xf6her sein als der Rechnungsbetrag", "giropay", "GiroPay", "direct_debit", "Lastschriftverfahren", _s21_21, "Bitte legen Sie ein Kontopasswort fest", "set_password", "Passwort festlegen", _s17_14, "Wir empfehlen, die Desktop-Anwendung zu verwenden, um die beste Leistung zu erzielen.", _s16_21, "Wir empfehlen die Verwendung der mobilen App, um die beste Leistung zu erzielen.", _s20_24, "Gateway erfolgreich getrennt", "disconnect", "Trennen", "add_to_invoices", "Zu Rechnungen hinzuf\xfcgen", "acss", "Vorautorisierte Lastschriftzahlungen", "becs", "BECS-Lastschriftverfahren", "bulk_download", "Herunterladen", _s17_15, "Daten lokal speichern, damit die Anwendung schneller starten kann. (Deaktivierung kann die Leistung bei gro\xdfen Konten verbessern)", "persist_ui", "Benutzeroberfl\xe4che beibehalten", "persist_ui_help", "UI-Status lokal speichern, damit die Anwendung an der letzten Position startet (Deaktivierung kann die Leistung verbessern)", _s18_14, "Postleitzahl des Kunden", _s17_16, "Umsatzsteuer-Identifikationsnummer des Kunden", "has_tasks", "Hat Aufgaben", "registration", "Registrierung", _s27_10, "Bitte autorisieren Sie Stripe zur Annahme von Online-Zahlungen.", "view_expense", "Ausgabe # :expense ansehen", "view_statement", "Zeige Bericht", "sepa", "SEPA-Lastschrift", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Alle Datens\xe4tze aktualisieren", "system", "System", _s19_15, "Standardunternehmen festlegen", "updated_company", "Unternehmen wurde erfolgreich aktualisiert", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Helfen Sie uns, uns zu verbessern, indem Sie uns sagen, warum (optional)", "webhook_success", "Webhook erfolgreich", _s24_14, "Die Aufgaben m\xfcssen alle zum selben Kunden geh\xf6ren", _s27_11, "Die Ausgaben m\xfcssen alle zu demselben Kunden geh\xf6ren", "app", "App", _s20_25, "F\xfcr die beste Leistung laden Sie die App herunter :app", _s16_22, "Bruttozeile gesamt", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Absendername", _s16_23, "Klonen zu Ausgabe", _s17_19, "Wiederkehrende Ausgabe", _s18_19, "Wiederkehrende Ausgaben", _s21_22, "Wiederkehrende Ausgabe eingeben", _s22_27, "Wiederkehrende Ausgabe bearbeiten", _s25_3, "Wiederkehrende Ausgabe wurde erstellt", _s25_4, "Wiederkehrende Ausgabe wurde aktualisiert", _s26_4, "Wiederkehrende Ausgabe wurde archiviert", _s25_5, "Projekt wurde gel\xf6scht", _s25_6, "Erfolgreich wiederkehrende Ausgaben entfernt", _s26_5, "Wiederkehrende Ausgabe wurde wiederhergestellt", _s24_15, _s30_43, _s25_7, _s30_43, "last_sent_date", "Datum des letzten Versands", "include_drafts", "Entw\xfcrfe einschlie\xdfen", _s19_19, "Entw\xfcrfe von Aufzeichnungen in Berichte einbeziehen", "is_invoiced", "Ist in Rechnung gestellt", "change_plan", "Tarif \xe4ndern", "persist_data", "Daten aufbewahren", "customer_count", "Kundenzahl", _s16_24, "Kunden \xfcberpr\xfcfen", _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Dezimaltrennzeichen", _s26_6, "Komma als Dezimalstelle in Formularen verwenden", "select_method", "Methode ausw\xe4hlen", "select_platform", "Plattform ausw\xe4hlen", _s28_4, "Bitte verwenden Sie die Web-App, um sich mit Gmail zu verbinden", _s16_28, "Postensteuers\xe4tze sind deaktiviert", "enable_markdown", "Markdown verwenden", _s20_26, "Konvertierung von Markdown in HTML in der PDF-Datei", "user_guide", "Nutzer-Anleitung", _s18_21, "Zweiten Kontakt hinzuf\xfcgen", "previous_page", "Vorherige Seite", "next_page", "N\xe4chste Seite", "export_colors", "Farben exportieren", "import_colors", "Farben importieren", "clear_all", "Alle l\xf6schen", "contrast", "Kontrast", "custom_colors", "Eigene Farben", "colors", "Farben", _s31_4, "Aktive Hintergrundfarbe der Seitenleiste", _s25_9, "Schriftfarbe der aktiven Seitenleiste", _s33_5, "Seitenleiste Inaktive Hintergrundfarbe", _s27_12, "Seitenleiste Inaktiv Schriftfarbe", _s36_3, "Tabelle alternierende Zeilenhintergrundfarbe", _s31_6, "Hintergrundfarbe der Rechnungskopfzeile", _s25_11, "Schriftfarbe der Rechnungskopfzeile", "net_subtotal", "Netto", "review_app", "App bewerten", "check_status", "Status pr\xfcfen", "free_trial", "Kostenlose Testversion", _s23_12, "Die Testversion des Pro-Plans endet in :count Tagen, klicken Sie zum Upgrade.", _s21_24, "Heute ist der letzte Tag des Pro-Tarifs, klicken Sie zum Upgrade.", "change_email", "E-Mail \xe4ndern", _s25_13, "Konfigurieren Sie optional eine separate Kunden-Portal-Dom\xe4ne", _s21_25, "Im Portal angezeigte Aufgaben", "uninvoiced", "Nicht in Rechnung gestellt", "subdomain_guide", "Die Subdomain wird im Kundenportal verwendet, um Links zu personalisieren, die Ihrer Marke entsprechen. z.B. https://your-brand.invoicing.co", "send_time", "Sendezeit", "import_data", "Importiere Daten", "import_settings", "Einstellungen importieren", _s17_21, "Bitte stellen Sie die JSON-Datei zur Verf\xfcgung", _s19_20, "Bitte w\xe4hlen Sie, um die Einstellungen und/oder Daten zu importieren", "json", "JSON", _s24_17, "Keine Zahlungsarten aktiviert", "wait_for_data", "Bitte warten Sie, bis die Daten vollst\xe4ndig geladen sind", "net_total", "Netto Gesamt", "has_taxes", "enth\xe4lt Steuern", _s16_29, "Kunden importieren", _s18_23, _s40_0, "login_success", "Erfolgreiche Anmeldung", "login_failure", "Anmeldung fehlgeschlagen", "exported_data", "Sobald die Datei fertig ist, erhalten Sie eine E-Mail mit einem Download-Link.", _s23_13, "Gel\xf6schte Kunden einbeziehen", _s28_6, "Datens\xe4tze von gel\xf6schten Kunden laden", "step_1_sign_in", "Schritt 1: Registrieren", _s16_32, "Schritt 2: autorisieren", "account_id", "Konto-ID", _s27_14, "Die Migration ist noch nicht abgeschlossen", "activity_100", ":user hat die wiederkehrende Rechnung :recurring_invoice erstellt.", "activity_101", ":user hat die wiederkehrende Rechnung :recurring_invoice aktuallisiert", "activity_102", ":user hat die wiederkehrende Rechnung :recurring_invoice archiviert", "activity_103", ":user hat die wiederkehrende Rechnung :recurring_invoice gel\xf6scht.", "activity_104", ":user hat die wiederkehrende Rechnung :recurring_invoice wiederhergestellt.", _s18_24, "Ende der Aufgabe anzeigen", _s23_15, "Aktivieren Sie die Angabe des Enddatums der Aufgabe", "gateway_setup", "Gateway-Einstellungen", "preview_sidebar", "Vorschau der Seitenleiste", _s16_33, "Daten f\xfcr wie viele Jahre anzeigen?", _s18_26, "alle Sitzungen erfolgreich beendet", _s16_35, "Alle Sitzungen beenden", "count_session", "1 Sitzung", "count_sessions", ":count Sitzungen", "invoice_created", "Rechnung erstellt", "quote_created", "Angebot erstellt", "credit_created", "Gutschrift erstellt", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Zuletzt aktualisiert", "invoice_item", "Rechnungsposition", "quote_item", "Angebotsposition", _s18_27, "Kontakt Vorname", _s17_23, "Kontakt Nachname", "order", "Bestellung", "unassigned", "Nicht zugewiesen", "partial_value", "Muss gr\xf6sser als Null und kleiner als der Gesamtbetrag sein", "search_kanban", _s16_301, "search_kanbans", _s16_301, "kanban", "Kanban", "enable", "Aktivieren", "move_top", "Ganz nach oben verschieben", "move_up", "Nach oben verschieben", "move_down", "Nach unten verschieben", "move_bottom", "Ganz nach unten verschieben", "subdomain_help", "Passen Sie die Rechnungslink-Subdom\xe4ne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verf\xfcgung.", _s21_27, "Fehler: das benutzerdefinierte E-Mail Template muss die :body Variable beinhalten", _s25_14, "bitte stelle sicher das die :body Variable eingef\xfcgt ist", _s17_25, "Zeige Datumsformate", "is_viewed", "Ist angesehen", "letter", "Letter", "legal", "Rechtliches", "page_layout", "Seiten Layout", "portrait", "Hochformat", "landscape", "Querformat", _s26_7, "Der Kontoinhaber kann auf einen kostenpflichtigen Plan upgraden, um die erweiterten erweiterten Einstellungen zu aktivieren", _s20_27, "F\xfchren Sie ein Upgrade auf einen kostenpflichtigen Plan durch, um die erweiterten Einstellungen zu aktivieren", _s21_28, "Zahlungsbedingungen f\xfcr Rechnungen", _s17_27, "Angebot g\xfcltig bis", "no_headers", "Keine Header", "add_header", "Header hinzuf\xfcgen", "remove_header", "Kopfzeile entfernen", "return_url", "Return-URL", "rest_method", "REST-Methode", "header_key", "Header-Key", "header_value", "Header-Wert", _s18_29, "Wiederkehrende Produkte", "promo_code", "Gutscheincode", "promo_discount", "Promo-Rabatt", _s18_31, "Erm\xf6gliche Storno", _s16_37, "Pro Platz Aktiviert", "max_seats_limit", "Max. Pl\xe4tze Limit", "trial_enabled", "Testversion aktiv", "trial_duration", "Testzeitraum", _s21_30, "\xdcberschreiben von Abfragen zulassen", _s18_33, "Plan\xe4nderungen zulassen", "plan_map", "Plan Map", "refund_period", "Erstattungszeitraum", _s21_32, "Webhook-Konfiguration", "purchase_page", "Kauf-Seite", "security", "Sicherheit", "email_bounced", "E-Mail zur\xfcckgesendet", _s20_28, "Spam-Beschwerde", "email_delivery", "E-Mail-Zustellung", _s16_39, "Webhook-Antwort", "pdf_response", "PDF-Antwort", _s22_29, "Authentifizierungsfehler", "pdf_failed", "PDF fehgeschlagen", "pdf_success", "PDF erfolgreich", "modified", "ge\xe4ndert", "subscription", "Abonnement", "subscriptions", "Abonnements", _s16_41, "Neues Abonnement", _s17_29, "Abonnement bearbeiten", _s20_29, "Abonnement erfolgreich erstellt", _s20_30, "Abonnement erfolgreich aktualisiert", _s21_34, "Abonnement erfolgreich archiviert", _s20_31, "Abonnement gel\xf6scht", _s20_32, "Abonnement entfernt", _s21_35, "Abonnement wiederhergestellt", _s19_21, "Suchen Sie 1 Abonnement", _s20_33, ":count Abonnements durchsuchen", _s26_8, "Subdomain ist nicht verf\xfcgbar", "connect_gmail", "Mit Gmail verbinden", _s16_43, "von Gmail trennen", "connected_gmail", "Mit Gmail erfolgreich verbunden", _s18_35, "Von Gmail erfolgreich getrennt", _s16_45, "\xc4nderungen an der Codebasis k\xf6nnen das Update blockieren, Sie k\xf6nnen diesen Befehl ausf\xfchren, um die \xc4nderungen zu verwerfen:", _s16_46, "Kundennummer", "count_minutes", ":count Minuten", _s16_48, "Passwort Timeout", _s29_5, "gemeinsamer Rechnungs- / Kreditz\xe4hler", "use_last_email", "Vorherige E-Mail benutzen", _s16_50, "Unternehmen aktivieren", _s21_37, "E-Mails, wiederkehrende Rechnungen und Benachrichtigungen aktivieren", _s27_16, "Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.", _s27_17, "Bitte vergeben Sie zuerst ein Passwort.", _s34_7, "Achtung: Das \xc4ndern deiner Telefonnummer wird die Zwei-Faktor-Authentifizierung deaktivieren", "help_translate", "Hilf mit beim \xdcbersetzen", _s23_16, "Bitte w\xe4hlen Sie ein Land", "resend_invite", "Einladung erneut versenden", _s19_22, "2FA erfolgreich deaktiviert", _s16_52, "Konto erfolgreich verbunden.", _s19_23, "Konto erfolgreich getrennt.", "delivered", "zugestellt", "bounced", "Abpraller", "spam", "Spam", "view_docs", "Dokumentation ansehen.", _s32_4, "Bitte gib eine Handynummer an, um die Zwei-Faktor-Authentifizierung zu aktivieren", "send_sms", "SMS senden", "sms_code", "SMS-Code", _s21_38, "Barcode mit :link kompatibler App scannen.", _s18_36, "Zwei-Faktor-Authentifizierung erfolgreich aktiviert", "connect_google", "Google-Konto verbinden", _s17_31, "Google-Konto entfernen", _s17_33, "Zwei-Faktor-Authentifizierung", _s18_37, "Zwei-Faktor-Authentifizierung deaktivieren", _s34_8, "Password mit Verkn\xfcpfung zu Sozialmedia notwendig", "stay_logged_in", "Eingeloggt bleiben", _s23_18, "Warnung: Ihre Sitzung l\xe4uft bald ab", "count_hours", ":count Stunden", "count_day", "1 Tag", "count_days", ":count Tage", _s19_24, "Web-Sitzungs-Timeout", _s17_34, "Sicherheitseinstellungen", "resend_email", "Best\xe4tigungs-E-Mail erneut versenden", _s26_10, "Bitte best\xe4tigen Sie Ihre E-Mail-Adresse", _s16_53, "Zahlung erstattet", _s19_26, "Teilweise unangewandt", _s19_28, "Bitte w\xe4hlen Sie einen mit Gmail authentifizierten Benutzer", "list_long_press", "Liste Langes Dr\xfccken", "show_actions", "Zeige Aktionen", _s17_36, "Mehrfachauswahl", _s27_19, "Eine E-Mail wurde versandt um Ihre E-Mail-Adresse zu best\xe4tigen.", _s21_39, "Um :client_counter zu verwenden, f\xfcgen Sie bitte entweder :client_number oder :client_id_number hinzu, um Konflikte zu vermeiden", "this_quarter", "Dieses Quartal", "last_quarter", "Letztes Quartal", "to_update_run", "Zum \xc4nderungslauf", _s18_39, "In Rechnung umwandeln", _s16_54, "Registrierungs-URL", "invoice_project", "Projekt berechnen", "invoice_task", "Aufgabe in Rechnung stellen", "invoice_expense", "Ausgabe abrechnen", _s19_29, "Suche 1 Zahlungsbedingung", _s20_34, "Suche :count Zahlungsbedingungen", _s16_56, "Speichern und Vorschau anzeigen", "save_and_email", "Speichern und verschicken", _s16_58, "Unterst\xfctzte Ereignisse", _s16_60, "Umgerechneter Betrag", _s17_38, "Guthabenstand", _s22_31, "Umgewandelt Bezahlt bis Datum", _s24_19, "Umgerechneter Guthabenbetrag", "converted_total", "Umgerechnet Total", "is_sent", "Gesendet", _s17_40, "Standard-Dokumente", "document_upload", "Dokument hochladen", _s20_35, "Erlaube Kunden Dokumente hochzuladen", "expense_total", "Ausgabensumme", "enter_taxes", "Steuers\xe4tze eingeben", "by_rate", "Nach Satz", "by_amount", "Nach Betrag", "enter_amount", "Betrag eingeben", "before_taxes", "Vor Steuern", "after_taxes", "Nach Steuern", "color", "Farbe", "show", "Anzeigen", "hide", "Verbergen", "empty_columns", "Leere Spalten", _s21_41, "Der Entwicklungsmodus ist aktiviert", _s26_11, "Warnung: Es ist f\xfcr die Verwendung auf lokalen Rechnern gedacht und kann Anmeldedaten preisgeben. Klicken Sie, um mehr zu erfahren.", "running_tasks", "Laufende Aufgaben", "recent_tasks", "K\xfcrzliche Aufgaben", "recent_expenses", "K\xfcrzliche Ausgaben", _s17_42, "Zuk\xfcnftige Ausgaben", "update_app", "App aktualisieren", "started_import", "Import erfolgreich gestartet", _s24_21, "Dupliziere Spaltenzuordnung", _s20_36, "Benutzt Inklusive Steuern", _s18_41, "Ist Betrag erm\xe4\xdfigt", "column", "Spalte", "sample", "Beispiel", "map_to", "Zuordnen", "import", "Importieren", _s25_16, "Benutze erste Zeile als Spalten\xfcberschrift", "select_file", "Bitte w\xe4hlen sie eine Datei", _s16_62, "Keine Datei ausgew\xe4hlt", "csv_file", "W\xe4hle CSV Datei", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Buchhaltung", _s22_33, "Bitte geben Sie alle CSV-Dateien an.", "import_type", "Import Typ", "html_mode", "HTML Modus", "html_mode_help", "Vorschau von Aktualisierungen schneller, aber weniger genau", "view_licenses", "Lizenzen anzeigen", "webhook_url", "Webhook URL", _s17_44, "Vollbild Editor", "sidebar_editor", "Seitenmen\xfc Editor", _s22_34, 'Bitte geben Sie ":value" zur Best\xe4tigung ein', "purge", "Bereinigen", "service", "Dienst", "clone_to", "Duplizieren zu", "clone_to_other", "Duplizieren zu anderem", "labels", "Beschriftung", "add_custom", "Beschriftung hinzuf\xfcgen", "payment_tax", "Steuer-Zahlung", "unpaid", "Unbezahlt", "white_label", "White Label", "delivery_note", "Lieferschein", _s24_24, "Versendete Rechnungen sind gesperrt", _s24_26, "Bezahlte Rechnungen sind gesperrt", "source_code", "Quellcode", "app_platforms", "Applikations Platform", "invoice_late", _s18_162, "quote_expired", "Angebot abgelaufen", "partial_due", "Anzahlung", "invoice_total", "Rechnungsbetrag", "quote_total", "Angebotssumme", "credit_total", "Gesamtguthaben", _s23_19, "Gesamtbetrag", "actions", "Aktionen", "expense_number", "Ausgabennummer", "task_number", "Aufgabennummer", "project_number", "Projektnummer", "project_name", "Projektname", "warning", "Warnung", "view_settings", "Einstellungen anzeigen", _s24_28, "Warnung: diese Firma wurde noch nicht aktiviert", "late_invoice", _s18_162, "expired_quote", "Abgelaufenes Angebot", "remind_invoice", "Rechnungserinnerung", "cvv", "Kartenpr\xfcfziffer", "client_name", "Kunde", "client_phone", "Kunden Telefon", "required_fields", "Ben\xf6tigte Felder", "calculated_rate", "Berechneter Satz", _s17_46, _s19_104, "clear_cache", "Zwischenspeicher leeren", "sort_order", "Sortierreihenfolge", "task_status", "Status", "task_statuses", "Aufgaben Status", "new_task_status", "Neuer Aufgaben Status", _s16_64, "Aufgaben Status bearbeiten", _s19_30, "Aufgaben Status erfolgreich erstellt", _s19_31, "Aufgabenstatus erfolgreich aktualisiert", _s20_38, "Aufgaben Status erfolgreich archiviert", _s19_32, "Aufgaben Status erfolgreich gel\xf6scht", _s19_33, "Aufgaben Status erfolgreich entfernt", _s20_39, "Aufgaben Status erfolgreich wiederhergestellt", _s22_35, ":value Aufgaben Stati erfolgreich archiviert", _s21_43, ":value Aufgaben Stati erfolgreich gel\xf6scht", _s22_36, ":value Aufgaben Stati erfolgreich wiederhergestellt", _s18_43, "Suche 1 Aufgaben Status", _s20_41, "Suche :count Aufgaben Status", _s16_66, "Zeige Aufgaben Tabelle", _s21_44, "Beim Erstellen von Rechnungen immer die Aufgabenauswahl anzeigen", _s20_42, "Aufgaben Zeiterfassung in Rechnung stellen", _s25_17, "Zeitdetails in der Rechnungsposition ausweisen", _s20_44, "Aufgabenzeiterfassung in Rechnung stellen", _s25_18, "Datumsdetails zu den Rechnungsposten hinzuf\xfcgen", _s21_45, "Beginne Aufgabe vor dem Speichern", _s18_44, "Stati bearbeiten", "task_settings", "Aufgaben-Einstellungen", _s20_46, "Kategorien bearbeiten", _s18_46, "Ausgabenkategorien", _s20_48, "Neue Ausgabenkategorie", _s21_46, "Ausgaben Kategorie bearbeiten", _s24_29, "Ausgabenkategorie erfolgreich erstellt", _s24_30, "Ausgabenkategorie erfolgreich aktualisiert", _s25_20, "Ausgabenkategorie erfolgreich archiviert", _s24_31, "Kategorie erfolgreich gel\xf6scht", _s24_32, "Ausgaben Kategorie erfolgreich entfernt", _s25_21, "Ausgabenkategorie erfolgreich wiederhergestellt", _s27_23, ":count Ausgabenkategorien erfolgreich archiviert", _s26_12, ":value Ausgabenkategorien erfolgreich gel\xf6scht", _s27_24, ":value Ausgabenkategorien erfolgreich wiederhergestellt", _s23_20, "Suche 1 Ausgabenkategorie", _s25_23, "Suche :count Ausgabenkategorie", _s21_48, "Verf\xfcgbares Guthaben verwenden", "show_option", "Zeige Option", _s22_37, "Der Guthabenbetrag darf den Zahlungsbetrag nicht \xfcbersteigen", "view_changes", "\xc4nderungen anzeigen", "force_update", "Aktualisierungen erzwingen", _s17_48, "Du benutzt die aktuellste Version, aber es stehen noch ausstehende Fehlerbehebungen zur Verf\xfcgung", "mark_paid_help", "Verfolge ob Ausgabe bezahlt wurde", _s18_48, "Sollte in Rechnung gestellt werden", _s23_21, "Erm\xf6gliche diese Ausgabe in Rechnung zu stellen", _s29_8, "Dokumente sichtbar machen", _s21_50, "Wechselkurs setzen", _s16_68, "Ausgaben-Einstellungen", _s18_49, "Duplizieren zu Widerkehrend", "crypto", "Verschl\xfcsselung", "paypal", "PayPal", "alipay", "Alipay", "sofort", "SOFORT-\xdcberweisung", "apple_pay", _s16_233, "user_field", "Benutzerfeld", "variables", "Variablen", "show_password", "Zeige Passwort", "hide_password", "Verstecke Passwort", "copy_error", "Kopier Fehler", "capture_card", "Zahlungsmittel f\xfcr die weitere Verwendung speichern", _s17_49, "Automatische Bezahlung aktivieren", "total_taxes", "Gesamt Steuern", "line_taxes", _s20_131, "total_fields", "Gesamt Felder", _s25_24, "Wiederkehrende Rechnung erfolgreich gestoppt", _s25_25, "Wiederkehrende Rechnung erfolgreich gestartet", _s25_26, "Wiederkehrende Rechnung erfolgreich fortgesetzt", "gateway_refund", "Zahlungsanbieter R\xfcckerstattung", _s19_34, "R\xfcckerstattung \xfcber das Zahlungs-Gateway abwickeln", "due_date_days", _s16_302, "paused", "Pausiert", "mark_active", "Markiere aktiv", "day_count", "Tag :count", _s22_38, "Erster Tag des Monats", _s21_51, "Letzter Tag des Monats", _s17_51, "Benutze Zahlungsbedingung", "endless", "Endlos", "next_send_date", "N\xe4chstes Versanddatum", _s16_70, "Verbleibende Durchg\xe4nge", _s17_53, "Wiederkehrende Rechnung", _s18_51, "Wiederkehrende Rechnungen", _s21_53, "Neue wiederkehrende Rechnung", _s22_40, "Bearbeite wiederkehrende Rechnung", _s25_27, "Wiederkehrende Rechnung erfolgreich erstellt", _s25_28, "Wiederkehrende Rechnung erfolgreich aktualisiert", _s26_13, "Wiederkehrende Rechnung erfolgreich archiviert", _s25_29, "Wiederkehrende Rechnung erfolgreich gel\xf6scht", _s25_30, "Wiederkehrende Rechnung erfolgreich entfernt", _s26_14, "Wiederkehrende Rechnung erfolgreich wiederhergestellt", _s27_25, ":value Wiederkehrende Rechnung erfolgreich archiviert", _s26_15, ":value Wiederkehrende Rechnungen erfolgreich gel\xf6scht", _s27_26, ":value Wiederkehrende Rechnungen erfolgreich wiederhergestellt", _s24_33, "Suche 1 wiederkehrende Rechnung", _s25_31, "Suche :count Wiederkehrende Rechnungen", "send_date", "Versanddatum", "auto_bill_on", "Automatische Rechnungsstellung zum", _s28_8, "Minimaler Unterzahlungsbetrag", "profit", "Profit", "line_item", "Posten", _s18_53, "\xdcberzahlung zulassen", _s23_22, "\xdcberzahlungen zulassen, beispielsweise Trinkgelder", _s19_35, "Unterzahlung zulassen", _s24_34, "Teilzahlungen zulassen", "test_mode", "Test Modus", "opened", "Ge\xf6ffnet", _s30_4, "Fehler bei Kontenabstimmung", _s30_5, "Kontenabstimmung erfolgreich", "gateway_success", "Zahlungsanbieter erfolgreich", "gateway_failure", _s23_75, "gateway_error", _s23_75, "email_send", "E-Mail gesendet", _s17_55, "E-Mail Wiederholungswarteschlange", "failure", "Fehler", "quota_exceeded", "Quota erreicht", _s16_72, "Upstream Fehler", "system_logs", "System-Log", "view_portal", "Portal anzeigen", "copy_link", "Link kopieren", "token_billing", "Kreditkarte merken", _s24_35, "Willkommen bei Invoice Ninja", "always", "Immer", "optin", "Anmelden", "optout", "Abmelden", "label", "Label", "client_number", "Kundennummer", "auto_convert", _s24_84, "company_name", "Firmenname", "reminder1_sent", "Erste Erinnerung verschickt", "reminder2_sent", "Zweite Erinnerung verschickt", "reminder3_sent", "Dritte Erinnerung verschickt", _s18_55, "Letzte Erinnerung verschickt", "pdf_page_info", "Seite :current von :total", _s16_74, "Rechnungen erfolgreich versendet", "emailed_quotes", "Angebote erfolgreich versendet", "emailed_credits", _s41_13, "gateway", "Provider", "view_in_stripe", "In Stripe anzeigen", "rows_per_page", "Eintr\xe4ge pro Seite", "hours", "Stunden", "statement", "Bericht", "taxes", "Steuern", "surcharge", "Geb\xfchr", "apply_payment", "Zahlungen anwenden", "apply_credit", "Guthaben anwenden", "apply", "Anwenden", "unapplied", "unangewendet", "select_label", "Bezeichnung w\xe4hlen", "custom_labels", "Eigene Beschriftungen", "record_type", "Eintragstyp", "record_name", "Eintragsname", "file_type", "Dateityp", "height", "H\xf6he", "width", "Breite", "to", "An", "health_check", "Systempr\xfcfung", "payment_type_id", "Zahlungsart", "last_login_at", "Letzter Login", "company_key", "Firmen Schl\xfcssel", "storefront", "Storefront", "storefront_help", "Drittanbieter Applikationen erlauben Rechnungen zu erstellen", "client_created", "Kunde wurde erstellt", _s20_51, "Online-Zahlung E-Mail Adresse", _s20_53, "manuelle Zahlung E-Mail Adresse", "completed", "Abgeschlossen", "gross", "Gesamtbetrag", "net_amount", "Netto Betrag", "net_balance", "Netto Betrag", "client_settings", "Kunden-Einstellungen", _s17_57, "Ausgew\xe4hlte Rechnungen", _s17_59, "Ausgew\xe4hlte Zahlungen", "selected_quotes", "Ausgew\xe4hlte Angebote", "selected_tasks", "Ausgew\xe4hlte Aufgaben", _s17_61, "Ausgew\xe4hlte Ausgaben", _s17_63, "Ausstehende Rechnungen", _s17_65, "\xdcberf\xe4llige Rechnungen", "recent_payments", "K\xfcrzliche Zahlungen", "upcoming_quotes", "Ausstehende Angebote", "expired_quotes", "Abgelaufene Angebote", "create_client", "Kunden erstellen", "create_invoice", "Rechnung erstellen", "create_quote", "Angebot erstellen", "create_payment", "Zahlung erstellen", "create_vendor", "Lieferanten erstellen", "update_quote", "Angebot aktualisieren", "delete_quote", "Angebot l\xf6schen", "update_invoice", "Rechnung aktualisieren", "delete_invoice", "Rechnung l\xf6schen", "update_client", "Kunde aktualisieren", "delete_client", "Kunde l\xf6schen", "delete_payment", "Zahlung l\xf6schen", "update_vendor", "Lieferant aktualisieren", "delete_vendor", "Lieferant L\xf6schen", "create_expense", "Ausgabe erstellen", "update_expense", "Ausgabe aktualisieren", "delete_expense", "Ausgabe L\xf6schen", "create_task", "Aufgabe erstellen", "update_task", "Aufgabe aktualisieren", "delete_task", "Aufgabe l\xf6schen", "approve_quote", _s16_300, "off", "Aus", "when_paid", "Bei Zahlung", "expires_on", "G\xfcltig bis", "free", "Kostenlos", "plan", "Plan", "show_sidebar", "Zeige Seitenmen\xfc", "hide_sidebar", "Verstecke Seitenmenu", "event_type", "Ereignistyp", "target_url", "Ziel", "copy", "kopieren", "must_be_online", "Bitte starten Sie die App sobald Sie mit dem Internet verbunden sind", _s17_67, "Die Crons m\xfcssen aktiviert werden", "api_webhooks", "API Webhooks", "search_webhooks", "Suche :count Webhooks", "search_webhook", "Suche 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Neuer Webhook", "edit_webhook", "Webhook bearbeiten", "created_webhook", "Webhook erfolgreich erstellt", "updated_webhook", "Webhook erfolgreich aktualisiert", _s16_76, "Webhook erfolgreich archiviert", "deleted_webhook", "Webhook erfolgreich gel\xf6scht", "removed_webhook", "Webhook erfolgreich entfernt", _s16_77, "Webhook erfolgreich wiederhergestellt", _s17_68, ":value Webhooks erfolgreich archiviert", _s16_78, ":value Webhooks erfolgreich gel\xf6scht", _s16_79, ":value Webhooks erfolgreich entfernt", _s17_69, ":value Webhooks erfolgreich wiederhergestellt", "api_tokens", "API Token", "api_docs", "API Doku", "search_tokens", "Suche :count Token", "search_token", "Suche 1 Token", "token", "Token", "tokens", "Token", "new_token", "Neues Token", "edit_token", "Token bearbeiten", "created_token", "Token erfolgreich erstellt", "updated_token", "Token erfolgreich aktualisiert", "archived_token", "Token erfolgreich archiviert", "deleted_token", "Token erfolgreich gel\xf6scht", "removed_token", "Token erfolgreich entfernt", "restored_token", "Token erfolgreich wiederhergestellt", "archived_tokens", ":count Token erfolgreich archiviert", "deleted_tokens", ":count Token erfolgreich gel\xf6scht", "restored_tokens", ":value Token erfolgreich wiederhergestellt", _s19_37, "Kunden Registration", _s24_37, "Den Kunden erm\xf6glichen, sich selbst im Portal zu registrieren.", _s21_55, "Anpassung und Vorschau", "email_invoice", "Rechnung versenden", "email_quote", "Angebot per E-Mail senden", "email_credit", "Guthaben per E-Mail versenden", "email_payment", "Sende Zahlungs-E-Mail", _s20_56, "Es wurde noch keine E-Mail Adresse beim Kunden eingetragen.", "ledger", "Hauptbuch", "view_pdf", "Zeige PDF", "all_records", "Alle Eintr\xe4ge", "owned_by_user", "Eigent\xfcmer", _s16_80, "Verbleibendes Guthaben", "contact_name", "Name des Kontakts", "use_default", "Benutze Standardwert", _s16_82, "Endlose Reminder", "number_of_days", "Anzahl Tage", _s23_24, "Zahlungsbedingungen bearbeiten", "payment_term", "Zahlungsbedingung", _s16_83, "Neue Zahlungsbedingung", _s17_71, "Bearbeite Zahlungsbedingungen", _s20_57, "Zahlungsbedingung erfolgreich erstellt", _s20_58, "Zahlungsbedingung erfolgreich aktualisiert", _s21_56, "Zahlungsbedingung erfolgreich archiviert", _s20_59, "Zahlungsbedingung erfolgreich gel\xf6scht", _s20_60, "Zahlungsbedingung erfolgreich entfernt", _s21_57, "Zahlungsbedingungen erfolgreich wiederhergestellt", _s22_45, ":value Zahlungsbedingungen erfolgreich archiviert", _s21_58, ":value Zahlungsbedingungen erfolgreich gel\xf6scht", _s22_46, ":value Zahlungsbedingungen erfolgreich wiederhergestellt", "email_sign_in", "Mit E-Mail anmelden", "change", "\xc4ndern", _s23_26, "M\xf6chten Sie zur mobilen Ansicht wechseln?", _s24_38, "M\xf6chten Sie zur Desktopansicht wechseln?", "send_from_gmail", "Mit Gmail versenden", "reversed", "Umgekehrt", "cancelled", "Storniert", "credit_amount", "Guthabenbetrag", "quote_amount", "Angebotsbetrag", "hosted", "Gehostet", "selfhosted", "Selbstgehostet", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "Men\xfc ausblenden", "show_menu", "Men\xfc einblenden", _s18_57, _s19_105, _s16_85, "Suche nach Dokumenten", "search_designs", "Suche nach Designs", "search_invoices", "Suche Rechnungen", "search_clients", "Suche Kunden", "search_products", "Suche Produkte", "search_quotes", "Suche Angebote", "search_credits", "Suche Guthaben", "search_vendors", "Suche Lieferanten", "search_users", "Suche Benutzer", _s16_86, "Suche Steuersatz", "search_tasks", "Suche Aufgaben", "search_settings", "Such-Einstellungen", "search_projects", "Suche nach Projekten", "search_expenses", "Suche Ausgaben", "search_payments", "Suche Zahlungen", "search_groups", "Suche nach Gruppen", "search_company", "Suche Firma", "search_document", "Suche 1 Dokument", "search_design", "Suche 1 Design", "search_invoice", "Suche 1 Angebot", "search_client", "Suche 1 Kunden", "search_product", "Suche 1 Produkt", "search_quote", "Suche 1 Angebot", "search_credit", "Suche 1 Guthaben", "search_vendor", "Suche 1 Hersteller", "search_user", "Suche 1 Benutzer", "search_tax_rate", "Suche 1 Steuersatz", "search_task", "Suche 1 Aufgabe", "search_project", "Suche 1 Projekt", "search_expense", "Suche 1 Ausgabe", "search_payment", "Suche 1 Zahlung", "search_group", "Suche 1 Gruppen", "refund_payment", "Zahlung erstatten", _s17_75, "Rechnung erfolgreich storniert", _s18_59, "Rechnungen erfolgreich storniert", _s16_92, "Rechnung erfolgreich zur\xfcckgebucht", _s17_76, "Rechnungen erfolgreich zur\xfcckgebucht", "reverse", "R\xfcckbuchung", "full_name", "Voller Name", _s17_77, "Stadt / Bundesland / PLZ", _s17_79, "Plz/Stadt/Staat", "custom1", "Benutzerdefiniert 1", "custom2", "Benutzerdefiniert 2", "custom3", _s19_106, "custom4", _s19_106, "optional", "optional", "license", "Lizenz", "purge_data", "Daten s\xe4ubern", _s16_93, "Die Kontodaten wurden erfolgreich gel\xf6scht", _s18_60, "Achtung: Alle Daten werden vollst\xe4ndig gel\xf6scht. Dieser Vorgang kann nicht r\xfcckg\xe4ngig gemacht werden.", "invoice_balance", "Rechnungssaldo", "age_group_0", "0 - 30 Tage", "age_group_30", "30 - 60 Tage", "age_group_60", "60 - 90 Tage", "age_group_90", "90 - 120 Tage", "age_group_120", "120+ Tage", "refresh", "Aktualisieren", "saved_design", "Design erfolgreich gespeichert", "client_details", "Kundeninformationen", "company_address", "Firmenadresse", "invoice_details", "Rechnungsdetails", "quote_details", "Kostenvoranschlag-Details", "credit_details", "Gutschrift Details", "product_columns", "Produktspalten", "task_columns", "Aufgabenspalten", "add_field", "Feld hinzuf\xfcgen", "all_events", "Alle Ereignisse", "permissions", "Berechtigungen", "none", "Nichts", "owned", "Eigent\xfcmer", "payment_success", "Bezahlung erfolgreich", "payment_failure", "Bezahlung fehlgeschlagen", "invoice_sent", ":count Rechnung versendet", "quote_sent", "Kostenvoranschlag versendet", "credit_sent", "Guthaben gesendet", "invoice_viewed", "Rechnung angesehen", "quote_viewed", "Kostenvoranschlag angesehen", "credit_viewed", "Guthaben angesehen", "quote_approved", "Kostenvoranschlag angenommen", _s25_33, "Empfange alle Benachrichtigungen", _s16_94, "Lizenz kaufen", "apply_license", "Lizenz anwenden", "cancel_account", "Konto k\xfcndigen", _s22_47, "Warnung: Diese Aktion wird dein Konto unwiderruflich l\xf6schen.", "delete_company", "Firma l\xf6schen", _s22_48, "Achtung: Dadurch wird Ihre Firma unwiderruflich gel\xf6scht. Es gibt kein Zur\xfcck.", "enabled_modules", "Module aktivieren", "converted_quote", "Angebot erfolgreichen konvertiert", "credit_design", "Guthaben Design", "includes", "Beinhaltet", "header", "Header-Code", "load_design", "Designvorlage laden", "css_framework", "CSS-Framework", "custom_designs", "Benutzerdefinierte Designs", "designs", "Designs", "new_design", "Neues Design", "edit_design", "Design bearbeiten", "created_design", "Design erfolgreich erstellt", "updated_design", "Design erfolgreich aktualisiert", "archived_design", "Design erfolgreich archiviert", "deleted_design", "Design erfolgreich gel\xf6scht", "removed_design", "Design erfolgreich entfernt", "restored_design", "Design erfolgreich wiederhergestellt", _s16_96, ":value Designs erfolgreich archiviert", "deleted_designs", ":value Designs erfolgreich gel\xf6scht", _s16_97, ":value Designs erfolgreich wiederhergestellt", "proposals", "Vorschl\xe4ge", "tickets", "Tickets", _s16_98, "Wiederkehrende Angebote", "recurring_tasks", "Wiederkehrende Aufgabe", _s18_61, "Kontoverwaltung", "credit_date", "Guthabendatum", "credit", "Gutschrift", "credits", "Guthaben", "new_credit", "Guthaben eingeben", "edit_credit", "Saldo bearbeiten", "created_credit", "Guthaben erfolgreich erstellt", "updated_credit", "Saldo erfolgreich aktualisiert", "archived_credit", "Guthaben erfolgreich archiviert", "deleted_credit", "Guthaben erfolgreich gel\xf6scht", "removed_credit", "Guthaben erfolgreich entfernt", "restored_credit", "Guthaben erfolgreich wiederhergestellt", _s16_100, ":count Guthaben erfolgreich archiviert", "deleted_credits", ":count Guthaben erfolgreich gel\xf6scht", _s16_101, ":value Guthaben erfolgreich archiviert", "current_version", "Aktuelle Version", "latest_version", "Neueste Version", "update_now", "Jetzt aktualisieren", _s26_21, "Eine neue Version der Webapp ist verf\xfcgbar.", _s16_102, "Update verf\xfcgbar", "app_updated", "Update erfolgreich", "learn_more", "Mehr erfahren", "integrations", "Integrationen", "tracking_id", "Sendungsnummer", _s17_81, "Slack-Webhook-URL", "credit_footer", "Guthaben-Fu\xdfzeile", "credit_terms", "Gutschrift Bedingungen", "new_company", "Neues Konto", "added_company", "Erfolgreich Firma hinzugef\xfcgt", "company1", "Benutzerdefinierte Firma 1", "company2", "Benutzerdefinierte Firma 2", "company3", "Benutzerdefinierte Firma 3", "company4", "Benutzerdefinierte Firma 4", "product1", "Benutzerdefiniertes Produkt 1", "product2", "Benutzerdefiniertes Produkt 2", "product3", "Benutzerdefiniertes Produkt 3", "product4", "Benutzerdefiniertes Produkt 4", "client1", "Benutzerdefinierter Kunde 1", "client2", "Benutzerdefinierter Kunde 2", "client3", "Benutzerdefinierter Kunde 3", "client4", "Benutzerdefinierter Kunde 4", "contact1", "Benutzerdefinierter Kontakt 1", "contact2", "Benutzerdefinierter Kontakt 2", "contact3", "Benutzerdefinierter Kontakt 3", "contact4", "Benutzerdefinierter Kontakt 4", "task1", "Benutzerdefinierte Aufgabe 1", "task2", "Benutzerdefinierte Aufgabe 2", "task3", "Benutzerdefinierte Aufgabe 3", "task4", "Benutzerdefinierte Aufgabe 4", "project1", "Benutzerdefiniertes Projekt 1", "project2", "Benutzerdefiniertes Projekt 2", "project3", "Benutzerdefiniertes Projekt 3", "project4", "Benutzerdefiniertes Projekt 4", "expense1", "Benutzerdefinierte Ausgabe 1", "expense2", "Benutzerdefinierte Ausgabe 2", "expense3", "Benutzerdefinierte Ausgabe 3", "expense4", "Benutzerdefinierte Ausgabe 4", "vendor1", "Benutzerdefinierter Lieferant 1", "vendor2", "Benutzerdefinierter Lieferant 2", "vendor3", "Benutzerdefinierter Lieferant 3", "vendor4", "Benutzerdefinierter Lieferant 4", "invoice1", "Benutzerdefinierte Rechnung 1", "invoice2", "Benutzerdefinierte Rechnung 2", "invoice3", "Benutzerdefinierte Rechnung 3", "invoice4", "Benutzerdefinierte Rechnung 4", "payment1", "Benutzerdefinierte Zahlung 1", "payment2", "Benutzerdefinierte Zahlung 2", "payment3", "Benutzerdefinierte Zahlung 3", "payment4", "Benutzerdefinierte Zahlung 4", "surcharge1", _s30_44, "surcharge2", _s30_45, "surcharge3", _s30_46, "surcharge4", _s30_47, "group1", "Benutzerdefinierte Gruppe 1", "group2", "Benutzerdefinierte Gruppe 2", "group3", "Benutzerdefinierte Gruppe 3", "group4", "Benutzerdefinierte Gruppe 4", "reset", "Zur\xfccksetzen", "number", "Nummer", "export", "Exportieren", "chart", "Diagramm", "count", "Anzahl", "totals", "Summe", "blank", "Leer", "day", "Tag", "month", "Monat", "year", "Jahr", "subgroup", "Untergruppe", "is_active", "Ist aktiv", "group_by", "Gruppieren nach", "credit_balance", "Guthabenstand", _s18_67, "Letzter Login des Kontakts", _s17_83, "Vollst\xe4ndiger Name des Kontakts", "contact_phone", "Telefonnummer des Kontakts", _s21_59, "Kontakt Benutzerdefinierter Wert 1", _s21_60, "Kontakt Benutzerdefinierter Wert 2", _s21_61, "Kontakt Benutzerdefinierter Wert 3", _s21_62, "Kontakt Benutzerdefinierter Wert 4", _s17_85, "Strasse Versandanschrift", _s17_86, "Versand Adresszusatz", "shipping_city", "Stadt Versandanschrift", "shipping_state", "Versand Bundesland", _s20_61, "Postleitzahl Versandanschrift", _s16_132, "Lieferungsland", _s16_134, "Strasse Rechnungsanschrift", _s16_135, "Rechnung Adresszusatz", "billing_city", "Stadt Rechnungsanschrift", "billing_state", "Rechnung Bundesland", _s19_40, "Postleitzahl Rechnungsanschrift", "billing_country", "Rechnungsland", "client_id", "Kundennummer", "assigned_to", "Zugewiesen an", "created_by", "Erstellt von :name", "assigned_to_id", "Zugewiesen zur ID", "created_by_id", "Erstellt von ID", "add_column", "Spalte hinzuf\xfcgen", "edit_columns", "Spalten bearbeiten", "columns", "Spalten", "aging", "Versendet", "profit_and_loss", _s18_161, "reports", "Berichte", "report", "Bericht", "add_company", "Konto hinzuf\xfcgen", "unpaid_invoice", "Unbezahlte Rechnung", "paid_invoice", "Bezahlte Rechnung", _s16_136, "Nicht genehmigtes Angebot", "help", "Hilfe", "refund", "Erstattung", "refund_date", "Erstattungsdatum", "filtered_by", "Gefiltert nach", "contact_email", "E-Mail-Adresse des Kontakts", "multiselect", "Mehrfachauswahl", "entity_state", "Status", "verify_password", "Passwort \xfcberpr\xfcfen", "applied", "Angewendet", _s21_63, "K\xfcrzliche Fehler aus den Logs einf\xfcgen", _s30_8, "Wir haben ihre Nachricht erhalten und bem\xfchen uns schnellstm\xf6glich zu antworten.", "message", "Nachricht", "from", "Von", _s20_63, "Produktdetails anzeigen", _s25_35, "Beschreibung und Kosten in die Produkt-Dropdown-Liste einf\xfcgen", _s20_65, "Der PDF-Renderer ben\xf6tigt :version", _s18_70, "Anpassungszuschlag Prozent", _s23_28, "Geb\xfchren Prozentsatz an das Konto anpassen", _s18_72, "Einstellungen bearbeiten", "support_forum", "Support-Forum", "about", "\xdcber", "documentation", "Dokumentation", "contact_us", "Kontaktieren Sie uns", "subtotal", "Zwischensumme", "line_total", "Summe", "item", "Artikel", "credit_email", "Guthaben E-Mail", "iframe_url", "Webseite", "domain_url", "Domain-URL", _s21_64, "Das Passwort ist zu kurz", _s20_66, "Das Passwort muss einen Gro\xdfbuchstaben und eine Nummer enthalten", _s19_42, "Kundenportal-Aufgaben", _s23_29, "Kundenportal-\xdcbersicht", _s20_67, "Bitte einen Wert eingeben", "deleted_logo", "Logo erfolgreich gel\xf6scht", "yes", "Ja", "no", "Nein", "generate_number", "Nummer generieren", "when_saved", "Wenn gespeichert", "when_sent", "Wenn gesendet", "select_company", "Firma ausw\xe4hlen", "float", "Schwebend", "collapse", "Einklappen", "show_or_hide", "Anzeigen/verstecken", "menu_sidebar", "Men\xfcleiste", "history_sidebar", "Verlaufs-Seitenleiste", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Ansehen", "module", "Modul", "first_custom", "Erste benutzerdefinierte", "second_custom", "Zweite benutzerdefinierte", "third_custom", "Dritte benutzerdefinierte", "show_cost", "Kosten anzeigen", _s17_88, "Produktkosten anzeigen", "show_cost_help", "Feld f\xfcr Einkaufspreis anzeigen, um Gewinnspanne zu verfolgen", _s21_65, "Produktanzahl anzeigen", _s26_23, "Zeigen ein Mengenangabe Feld, sonst den Standardwert 1", _s21_67, "Rechnungsanzahl anzeigen", _s26_24, "Zeige ein Rechnungsposten Anzahlfeld, sonst den Standardwert 1", _s21_69, "Produkterm\xe4\xdfigung anzeigen", _s26_25, "Zeige Rabattfeld in Belegposition", _s16_138, "Standardanzahl", _s21_71, "Setze den Rechnungsposten automatisch auf Anzahl 1", "one_tax_rate", "Ein Steuersatz", "two_tax_rates", "Zwei Steuers\xe4tze", "three_tax_rates", "Drei Steuers\xe4tze", _s16_140, _s19_104, "user", "Benutzer", "invoice_tax", "Rechnungssteuer", "line_item_tax", _s20_131, "inclusive_taxes", "Inklusive Steuern", _s17_90, "Rechnungs-Steuers\xe4tze", "item_tax_rates", "Element-Steuers\xe4tze", _s18_74, _s29_59, "configure_rates", "Steuers\xe4tze bearbeiten", _s18_75, "Zahlungsanbieter bearbeiten", "tax_settings", "Steuer-Einstellungen", _s18_77, "Steuers\xe4tze", "accent_color", "Akzent-Farbe", "switch", "Switch", _s19_44, "Komma-separierte Liste", "options", "Optionen", _s16_142, "Einzeiliger Text", "multi_line_text", "Mehrzeiliger Text", "dropdown", "Dropdown", "field_type", "Feldtyp", _s27_37, "Eine Passwort-Wiederherstellungs-Mail wurde versendet", "submit", "Abschicken", _s16_144, "Passwort wiederherstellen", "late_fees", "Versp\xe4tungszuschl\xe4ge", "credit_number", "Gutschriftnummer", "payment_number", "Zahlungsnummer", "late_fee_amount", "H\xf6he des Versp\xe4tungszuschlags", _s16_145, "Versp\xe4tungszuschlag Prozent", "schedule", "Zeitgesteuert", "before_due_date", "Vor dem F\xe4lligkeitsdatum", "after_due_date", "Nach dem F\xe4lligkeitsdatum", _s18_79, "Nach dem Rechnungsdatum", "days", "Tage", "invoice_email", "Rechnungsmail", "payment_email", "Zahlungsmail", "partial_payment", "Teilzahlung", "payment_partial", "Teilzahlung", _s21_72, "Teilzahlungsmail", "quote_email", "Angebotsmail", _s16_147, "Endlose Erinnnerung", _s16_149, "Gefiltert nach Benutzer", "administrator", "Administrator", _s18_80, "Dem Benutzer erlauben, andere Benutzer zu administrieren, Einstellungen zu \xe4ndern und alle Eintr\xe4ge zu bearbeiten", "user_management", "Benutzerverwaltung", "users", "Benutzer", "new_user", "Neuer Benutzer", "edit_user", "Benutzer bearbeiten", "created_user", "Benutzer erfolgreich erstellt", "updated_user", "Benutzer erfolgreich aktualisiert", "archived_user", "Benutzer erfolgreich archiviert", "deleted_user", "Benutzer erfolgreich gel\xf6scht", "removed_user", "Benutzer erfolgreich entfernt", "restored_user", "Benutzer erfolgreich wiederhergestellt", "archived_users", ":value Benutzer erfolgreich archiviert", "deleted_users", ":value Benutzer erfolgreich gel\xf6scht", "removed_users", ":value Benutzer erfolgreich entfernt", "restored_users", ":value Benutzer erfolgreich wiederhergestellt", _s16_151, _s24_85, "invoice_options", "Rechnungsoptionen", _s17_92, '"Bereits gezahlt" ausblenden', _s22_55, '"Bereits gezahlt" nur anzeigen, wenn eine Zahlung eingegangen ist.', _s23_31, "Dokumente einbetten", _s28_21, "Bildanh\xe4nge zu den Rechnungen hinzuf\xfcgen.", _s16_153, "Zeige Kopf auf", _s16_154, "Zeige Fu\xdfzeilen auf", "first_page", "Erste Seite", "all_pages", "Alle Seiten", "last_page", "Letzte Seite", "primary_font", "Prim\xe4re Schriftart", "secondary_font", "Sekund\xe4re Schriftart", "primary_color", "Prim\xe4re Farbe", "secondary_color", "Sekund\xe4re Farbe", "page_size", "Seitengr\xf6\xdfe", "font_size", "Schriftgr\xf6\xdfe", "quote_design", "Angebots-Layout", "invoice_fields", "Rechnungsfelder", "product_fields", "Produktfelder", "invoice_terms", "Rechnungsbedingungen", "invoice_footer", "Rechnungsfu\xdfzeile", "quote_terms", "Angebotsbedingungen", "quote_footer", "Angebots-Fu\xdfzeile", _s18_81, "Automatischer E-Mail-Versand", _s23_32, "Senden Sie wiederkehrende Rechnungen automatisch per E-Mail, wenn sie erstellt werden.", _s18_82, "Automatisches Archiv", _s23_33, "Archivieren Sie Angebote automatisch, wenn sie konvertiert werden.", _s18_83, _s24_84, _s23_34, "Das Angebot automatisch in eine Rechnung umwandeln wenn es vom Kunden angenommen wird.", _s17_94, "Workflow-Einstellungen", "freq_daily", "T\xe4glich", "freq_weekly", "W\xf6chentlich", "freq_two_weeks", "Zweiw\xf6chentlich", "freq_four_weeks", "Vierw\xf6chentlich", "freq_monthly", "Monatlich", "freq_two_months", "Zwei Monate", _s17_96, "Dreimonatlich", _s16_155, "Vier Monate", "freq_six_months", "Halbj\xe4hrlich", "freq_annually", "J\xe4hrlich", "freq_two_years", "Zwei Jahre", _s16_156, "Drei Jahre", "never", "Niemals", "company", "Firma", _s17_97, "Generierte Nummern", "charge_taxes", "Steuern erheben", "next_reset", "N\xe4chster Reset", "reset_counter", "Z\xe4hler-Reset", _s16_157, "Wiederkehrender Pr\xe4fix", "number_padding", "Nummernabstand", "general", "Allgemein", "surcharge_field", "Zuschlagsfeld", "company_field", "Firmenfeld", "company_value", "Firmenwert", "credit_field", "Kredit-Feld", "invoice_field", "Rechnungsfeld", _s17_99, "Rechnungsgeb\xfchr", "client_field", "Kundenfeld", "product_field", "Produktfeld", "payment_field", "Zahlungsfeld", "contact_field", "Kontaktfeld", "vendor_field", "Lieferantenfeld", "expense_field", "Ausgabenfeld", "project_field", "Projektfeld", "task_field", "Aufgabenfeld", "group_field", "Gruppen-Feld", "number_counter", "Nummernz\xe4hler", "prefix", "Pr\xe4fix", "number_pattern", "Nummernschema", "messages", "Nachrichten", "custom_css", "Benutzerdefiniertes CSS", _s17_101, "Benutzerdefiniertes JavaScript", _s16_159, "Auf PDF anzeigen", _s21_74, "Unterschrift des Kunden auf dem Angebots/Rechnungs PDF anzeigen.", _s25_41, "Checkbox f\xfcr Rechnungsbedingungen", _s30_9, "Erfordern Sie die Best\xe4tigung der Rechnungsbedingungen durch den Kunden.", _s23_35, "Checkbox f\xfcr Angebotsbedingungen", _s28_22, "Erfordern Sie die Best\xe4tigung der Angebotsbedingungen durch den Kunden.", _s25_42, "Rechnungsunterschrift", _s30_10, "Erfordern Sie die Unterschrift des Kunden bei Rechnungen.", _s23_36, "Angebotsunterschrift", _s22_57, "Rechnungen mit Passwort sch\xfctzen", _s27_38, "Erlaubt Ihnen ein Passwort f\xfcr jeden Kontakt zu erstellen. Wenn ein Passwort erstellt wurde, muss der Kunde dieses eingeben, bevor er eine Rechnung ansehen darf.", "authorization", "Genehmigung", "subdomain", "Subdom\xe4ne", "domain", "Dom\xe4ne", "portal_mode", "Portalmodus", "email_signature", "Mit freundlichen Gr\xfc\xdfen", _s24_39, "Machen Sie es einfacher f\xfcr Ihre Kunden zu bezahlen, indem Sie schema.org Markup zu Ihren E-Mails hinzuf\xfcgen.", "plain", "Einfach", "light", "Hell", "dark", "Dunkel", "email_design", "E-Mail-Design", "attach_pdf", "PDF anh\xe4ngen", _s16_160, "Dokumente anh\xe4ngen", "attach_ubl", "UBL anh\xe4ngen", "email_style", "E-Mail-Stil", _s19_46, "Markup erlauben", "reply_to_email", "Antwort-E-Mail-Adresse", "reply_to_name", "Name der Antwortadresse", "bcc_email", "BCC E-Mail", "processed", "Verarbeitet", "credit_card", "Kreditkarte", "bank_transfer", "\xdcberweisung", "priority", "Priorit\xe4t", "fee_amount", "Zuschlag Betrag", "fee_percent", "Zuschlag Prozent", "fee_cap", "Geb\xfchrenobergrenze", "limits_and_fees", "Grenzwerte/Geb\xfchren", "enable_min", "Min aktivieren", "enable_max", "Max aktivieren", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos der akzeptierten Kreditkarten", "credentials", "Zugangsdaten", "update_address", "Adresse aktualisieren", _s19_49, "Kundenadresse mit den gemachten Angaben aktualisieren", "rate", "Satz", "tax_rate", "Steuersatz", "new_tax_rate", "Neuer Steuersatz", "edit_tax_rate", "Steuersatz bearbeiten", _s16_162, "Steuersatz erstellt", _s16_163, "Steuersatz aktualisiert", _s17_104, "Steuersatz archiviert", _s16_164, "Steuersatz erfolgreich gel\xf6scht", _s17_105, "Steuersatz erfolgreich wiederhergestellt", _s18_84, ":value Steuers\xe4tze erfolgreich archiviert", _s17_106, ":value Steuers\xe4tze erfolgreich gel\xf6scht", _s18_85, ":value Steuers\xe4tze erfolgreich wiederhergestellt", "fill_products", "Produkte automatisch ausf\xfcllen", _s18_86, "Beim Ausw\xe4hlen eines Produktes werden automatisch Beschreibung und Kosten ausgef\xfcllt", "update_products", "Produkte automatisch aktualisieren", _s20_71, "Beim Aktualisieren einer Rechnung werden die Produkte automatisch aktualisiert", _s16_165, "Produkte konvertieren", _s21_75, "Produktpreise automatisch in die W\xe4hrung des Kunden konvertieren", "fees", "Geb\xfchren", "limits", "Grenzwerte", "provider", "Anbieter", "company_gateway", "Zahlungs-Gateway", _s16_167, "Zahlungs-Gateways", _s19_50, "Neues Gateway", _s20_72, "Gateway bearbeiten", _s23_37, "Gateway erfolgreich erstellt", _s23_38, "Gateway erfolgreich aktualisiert", _s24_40, "Gateway erfolgreich archiviert", _s23_39, "Gateway erfolgreich gel\xf6scht", _s24_41, "Gateway erfolgreich wiederhergestellt", _s25_44, ":value Zahlungsanbieter erfolgreich archiviert", _s24_42, ":value Zahlungsanbieter erfolgreich gel\xf6scht", _s25_45, ":value Zahlungsanbieter erfolgreich wiederhergestellt", _s16_169, "Weiterbearbeiten", "discard_changes", "\xc4nderungen verwerfen", "default_value", "Standardwert", "disabled", "Deaktiviert", "currency_format", "W\xe4hrungsformat", _s21_76, "Erster Tag der Woche", _s23_40, "Erster Monat des Jahres", "sunday", "Sonntag", "monday", "Montag", "tuesday", "Dienstag", "wednesday", "Mittwoch", "thursday", "Donnerstag", "friday", "Freitag", "saturday", "Samstag", "january", "Januar", "february", "Februar", "march", "M\xe4rz", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Dezember", "symbol", "Symbol", "ocde", "Code", "date_format", "Datumsformat", "datetime_format", "Datums-/Zeitformat", "military_time", "24-Stunden-Zeit", _s18_87, "24-Stunden-Anzeige", "send_reminders", "Mahnung senden", "timezone", "Zeitzone", _s19_51, "Nach Projekt filtern", _s17_107, "Gefiltert nach Gruppe", _s19_53, "Gefiltert nach Rechnung", _s18_88, "Gefiltert nach Kunde", _s18_90, "Gefiltert nach Lieferant", "group_settings", "Gruppeneinstellungen", "group", "Gruppe", "groups", "Gruppen", "new_group", "Neue Gruppe", "edit_group", "Gruppe bearbeiten", "created_group", "Gruppe erfolgreich erstellt", "updated_group", "Gruppe erfolgreich aktualisiert", "archived_groups", ":value Gruppen erfolgreich archiviert", "deleted_groups", ":value Gruppen erfolgreich gel\xf6scht", "restored_groups", ":value Gruppen erfolgreich wiederhergestellt", "archived_group", "Gruppe erfolgreich archiviert", "deleted_group", "Gruppe erfolgreich gel\xf6scht", "restored_group", "Gruppe erfolgreich wiederhergestellt", "upload_logo", "Logo hochladen", "uploaded_logo", "Logo erfolgreich hochgeladen", "logo", "Logo", "saved_settings", "Einstellungen erfolgreich gespeichert", _s16_171, "Produkt-Einstellungen", "device_settings", "Ger\xe4te-Einstellungen", "defaults", "Standards", "basic_settings", _s24_85, _s17_109, "Erweiterte Einstellungen", "company_details", "Firmendaten", "user_details", "Benutzerdaten", "localization", "Lokalisierung", "online_payments", "Online-Zahlungen", "tax_rates", "Steuers\xe4tze", "notifications", "Benachrichtigungen", "import_export", "Import/Export", "custom_fields", "Benutzerdefinierte Felder", "invoice_design", "Rechnungsdesign", "buy_now_buttons", '"Kaufe jetzt"-Buttons', "email_settings", "E-Mail-Einstellungen", _s23_42, "Vorlagen & Mahnungen", _s22_58, _s21_140, _s19_55, "Datenvisualisierungen", "price", "Preis", "email_sign_up", "E-Mail-Registrierung", "google_sign_up", "Registrierung via Google", _s27_42, "Vielen Dank f\xfcr Ihren Kauf!", "redeem", "Einl\xf6sen", "back", "Zur\xfcck", "past_purchases", "Vergangene K\xe4ufe", _s19_57, "Jahres-Abonnement", "pro_plan", "Pro-Tarif", "enterprise_plan", "Enterprise-Tarif", "count_users", ":count Benutzer", "upgrade", "Upgrade", _s25_46, "Bitte geben Sie einen Vornamen ein", _s24_43, "Bitte geben Sie einen Nachnamen ein", _s33_21, "Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerkl\xe4rung zu, um ein Konto zu erstellen.", "i_agree_to_the", "Ich stimme den", _s16_173, "Service-Bedingungen", "privacy_policy", "Datenschutzerkl\xe4rung", "sign_up", "Anmeldung", "account_login", "Konto Login", "view_website", "Webseite anschauen", "create_account", "Konto erstellen", "email_login", "E-Mail-Anmeldung", "create_new", "Neu...", _s18_92, "Kein Eintrag ausgew\xe4hlt", _s21_79, "Bitte speichern oder verwerfen Sie Ihre \xc4nderungen", "download", "Herunterladen", _s27_43, "Ben\xf6tigt einen Enterprise Plan", "take_picture", "Bild aufnehmen", "upload_file", "Datei hochladen", "document", "Dokument", "documents", "Dokumente", "new_document", "Neues Dokument", "edit_document", "Dokument bearbeiten", _s17_111, "Dokument erfolgreich hochgeladen", _s16_175, "Dokument erfolgreich aktualisiert", _s17_112, "Dokument erfolgreich archiviert", _s16_176, "Dokument erfolgreich gel\xf6scht", _s17_113, "Dokument erfolgreich wiederhergestellt", _s18_94, ":value Dokumente erfolgreich archiviert", _s17_114, ":value Dokumente erfolgreich gel\xf6scht", _s18_95, ":value Dokumente erfolgreich wiederhergestellt", "no_history", "Kein Verlauf", "expense_date", "Ausgabendatum", "pending", "Ausstehend", _s16_177, "Aufgezeichnet", _s16_178, "Ausstehend", _s16_179, "Fakturiert", "converted", "Umgewandelt", _s24_45, "F\xfcgen Sie Dokumente zur Rechnung hinzu", "exchange_rate", "Wechselkurs", _s16_180, "W\xe4hrung umrechnen", "mark_paid", "Als bezahlt markieren", "category", "Kategorie", "address", "Adresse", "new_vendor", "Neuer Lieferant", "created_vendor", "Lieferant erfolgreich erstellt", "updated_vendor", "Lieferant erfolgreich aktualisiert", "archived_vendor", "Lieferant erfolgreich archiviert", "deleted_vendor", "Lieferant erfolgreich gel\xf6scht", "restored_vendor", "Lieferant erfolgreich wiederhergestellt", _s16_181, ":count Lieferanten erfolgreich archiviert", "deleted_vendors", ":count Lieferanten erfolgreich gel\xf6scht", _s16_182, ":value Lieferanten erfolgreich wiederhergestellt", "new_expense", "Ausgabe eingeben", "created_expense", "Ausgabe erfolgreich erstellt", "updated_expense", "Ausgabe erfolgreich aktualisiert", _s16_183, "Ausgabe erfolgreich archiviert", "deleted_expense", "Ausgabe erfolgreich gel\xf6scht", _s16_184, "Ausgabe erfolgreich wiederhergestellt", _s17_115, "Ausgaben erfolgreich archiviert", _s16_185, "Ausgaben erfolgreich gel\xf6scht", _s17_116, ":value Ausgaben erfolgreich wiederhergestellt", "copy_shipping", "Versand kopieren", "copy_billing", "Zahlung kopieren", "design", "Design", _s21_80, "Eintrag konnte nicht gefunden werden", "invoiced", "In Rechnung gestellt", "logged", "Protokolliert", "running", "L\xe4uft", "resume", "Fortfahren", "task_errors", "Bitte korrigieren Sie alle \xfcberlappenden Zeiten", "start", "Starten", "stop", "Anhalten", "started_task", "Aufgabe erfolgreich gestartet", "stopped_task", "Aufgabe erfolgreich angehalten", "resumed_task", "Aufgabe fortgesetzt", "now", "Jetzt", _s16_186, "Aufgaben f\xfcr den automatischen Start", "timer", "Zeitmesser", "manual", "Manuell", "budgeted", "Budgetiert", "start_time", "Startzeit", "end_time", "Endzeit", "date", "Datum", "times", "Zeiten", "duration", "Dauer", "new_task", "Neue Aufgabe", "created_task", "Aufgabe erfolgreich erstellt", "updated_task", "Aufgabe erfolgreich aktualisiert", "archived_task", "Aufgabe erfolgreich archiviert", "deleted_task", "Aufgabe erfolgreich gel\xf6scht", "restored_task", "Aufgabe erfolgreich wiederhergestellt", "archived_tasks", ":count Aufgaben wurden erfolgreich archiviert", "deleted_tasks", ":count Aufgaben wurden erfolgreich gel\xf6scht", "restored_tasks", ":value Aufgaben erfolgreich wiederhergestellt", _s19_59, "Bitte geben Sie einen Namen ein", "budgeted_hours", "Budgetierte Stunden", "created_project", "Projekt erfolgreich erstellt", "updated_project", "Projekt erfolgreich aktualisiert", _s16_188, "Projekt erfolgreich archiviert", "deleted_project", "Projekt erfolgreich gel\xf6scht", _s16_189, "Projekt erfolgreich wiederhergestellt", _s17_117, "Erfolgreich :count Projekte archiviert", _s16_190, "Erfolgreich :count Projekte gel\xf6scht", _s17_118, ":value Projekte erfolgreich wiederhergestellt", "new_project", "neues Projekt", _s27_47, "Vielen Dank, dass Sie unsere App nutzen!", "if_you_like_it", "Wenn es dir gef\xe4llt, bitte", "click_here", "hier klicken", _s18_96, "Klicke hier", "to_rate_it", ", um es zu bewerten.", "average", "Durchschnittlich", "unapproved", "Nicht genehmigt", _s30_15, "Bitte authentifizieren Sie sich, um diese Einstellung zu \xe4ndern.", "locked", "Gesperrt", "authenticate", "Authentifizieren", _s19_61, "Bitte authentifizieren Sie sich", _s24_47, "Biometrische Authentifizierung", "footer", "Footer-Code", "compare", "Vergleiche", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Anmeldung mit Google", "today", "Heute", "custom_range", "Benutzerdefinierter Bereich", "date_range", "Datumsbereich", "current", "Aktuell", "previous", "Vorherige", "current_period", "Aktuelle Periode", _s17_119, "Vergleichsperiode", "previous_period", "Vorherige Periode", "previous_year", "Vorjahr", "compare_to", "Vergleiche mit", "last7_days", "Letzte 7 Tage", "last_week", "Letzte Woche", "last30_days", "Letzte 30 Tage", "this_month", "Dieser Monat", "last_month", "Letzter Monat", "this_year", "Dieses Jahr", "last_year", "Letztes Jahr", "custom", "Benutzerdefiniert", _s16_191, "Klone in Rechnung", "clone_to_quote", "Klone in Angebot", "clone_to_credit", "Duplizieren in Gutschrift", "view_invoice", "Rechnung anschauen", "convert", "Konvertiere", "more", "Mehr", "edit_client", "Kunde bearbeiten", "edit_product", "Produkt bearbeiten", "edit_invoice", "Rechnung bearbeiten", "edit_quote", "Angebot bearbeiten", "edit_payment", "Zahlung bearbeiten", "edit_task", "Aufgabe bearbeiten", "edit_expense", "Ausgabe Bearbeiten", "edit_vendor", "Lieferant Bearbeiten", "edit_project", "Projekt bearbeiten", _s20_74, "Bearbeite wiederkehrendes Angebot", "billing_address", "Rechnungsadresse", _s16_193, "Lieferadresse", "total_revenue", "Gesamteinnahmen", "average_invoice", "Durchschnittlicher Rechnungsbetrag", "outstanding", "Ausstehend", "invoices_sent", ":count Rechnungen versendet", "active_clients", "aktive Kunden", "close", "Schlie\xdfen", "email", "E-Mail", "password", "Passwort", "url", "URL", "secret", "Passwort", "name", "Name", "logout", "Abmelden", "login", "Login", "filter", "Filter", "sort", "Sortierung", "search", "Suche", "active", "Aktiv", "archived", "Archiviert", "deleted", "Gel\xf6scht", "dashboard", "Dashboard", "archive", "Archivieren", "delete", "L\xf6schen", "restore", "Wiederherstellen", _s16_195, "Aktualisieren beendet", _s23_43, "Bitte geben Sie Ihre E-Mail-Adresse ein", _s26_34, "Bitte geben Sie Ihr Passwort ein", _s21_83, "Bitte geben Sie Ihre URL ein", _s26_36, "Bitte geben Sie Ihren Produkt schl\xfcssel ein", "ascending", "Aufsteigend", "descending", "Absteigend", "save", "Speichern", _s17_121, "Ein Fehler ist aufgetreten", "paid_to_date", "Bereits gezahlt", "balance_due", "Offener Betrag", "balance", "Saldo", "overview", "\xdcbersicht", "details", "Details", "phone", "Telefon", "website", "Webseite", "vat_number", "USt-IdNr.", "id_number", "Registernummer", "create", "Erstellen", _s19_63, ":value in die Zwischenablage kopiert", "error", "Fehler", _s16_197, "Konnte nicht gestartet werden", "contacts", "Kontakte", "additional", "Zus\xe4tzlich", "first_name", "Vorname", "last_name", "Nachname", "add_contact", "Kontakt hinzuf\xfcgen", "are_you_sure", "Sind Sie sicher?", "cancel", "Abbrechen", "ok", "Ok", "remove", "Entfernen", _s16_199, "E-Mail ist ung\xfcltig", "product", "Produkt", "products", "Produkte", "new_product", "Neues Produkt", "created_product", "Produkt erfolgreich erstellt", "updated_product", "Produkt erfolgreich aktualisiert", _s16_201, "Produkt erfolgreich archiviert", "deleted_product", "Produkt erfolgreich gel\xf6scht", _s16_202, "Produkt erfolgreich wiederhergestellt", _s17_123, "Archivierung erfolgreich :Produktz\xe4hler", _s16_203, "Erfolgreich :count Produkte gel\xf6scht", _s17_124, ":value Produkte erfolgreich wiederhergestellt", "product_key", "Produkt", "notes", "Notizen", "cost", "Kosten", "client", "Kunde", "clients", "Kunden", "new_client", "Neuer Kunde", "created_client", "Kunde erfolgreich angelegt", "updated_client", "Kunde erfolgreich aktualisiert", "archived_client", "Kunde erfolgreich archiviert", _s16_204, ":count Kunden erfolgreich archiviert", "deleted_client", "Kunde erfolgreich gel\xf6scht", "deleted_clients", ":count Kunden erfolgreich gel\xf6scht", "restored_client", "Kunde erfolgreich wiederhergestellt", _s16_205, ":value Kunden erfolgreich wiederhergestellt", "address1", "Stra\xdfe", "address2", "Adresszusatz", "city", "Stadt", "state", "Bundesland", "postal_code", "Postleitzahl", "country", "Land", "invoice", "Rechnung", "invoices", "Rechnungen", "new_invoice", "Neue Rechnung", "created_invoice", "Rechnung erfolgreich erstellt", "updated_invoice", "Rechnung erfolgreich aktualisiert", _s16_206, "Rechnung erfolgreich archiviert", "deleted_invoice", "Rechnung erfolgreich gel\xf6scht", _s16_207, "Rechnung erfolgreich wiederhergestellt", _s17_125, ":count Rechnungen erfolgreich archiviert", _s16_208, ":count Rechnungen erfolgreich gel\xf6scht", _s17_126, ":value Rechnungen erfolgreich wiederhergestellt", "emailed_invoice", "Rechnung erfolgreich versendet", "emailed_payment", "Zahlungs-E-Mail erfolgreich gesendet", "amount", "Betrag", "invoice_number", "Rechnungsnummer", "invoice_date", "Rechnungsdatum", "discount", "Rabatt", "po_number", "Bestellnummer", "terms", "Bedingungen", "public_notes", "\xd6ffentliche Notizen", "private_notes", "Interne Notizen", "frequency", "H\xe4ufigkeit", "start_date", "Startdatum", "end_date", "Enddatum", "quote_number", "Angebotsnummer", "quote_date", "Angebotsdatum", "valid_until", "G\xfcltig bis", "items", "Element", "partial_deposit", "Teil-/Anzahlung", "description", "Beschreibung", "unit_cost", "Einzelpreis", "quantity", "Menge", "add_item", "Artikel hinzuf\xfcgen", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Gesamtbetrag", "pdf", "PDF", "due_date", _s16_302, _s16_209, "Teilzahlungsziel", "status", "Status", _s17_127, "Rechnungs Status", "quote_status", "Angebotsstatus", _s22_59, "Klicken Sie auf +, um ein Element hinzuzuf\xfcgen.", _s22_61, "Klicken Sie auf +, um die Zeit hinzuzuf\xfcgen.", "count_selected", ":count ausgew\xe4hlt", "total", "Gesamt", "percent", "Prozent", "edit", "Bearbeiten", "dismiss", "Verwerfen", _s20_76, "Bitte w\xe4hlen Sie ein Datum", _s22_62, _s29_59, _s24_49, "Bitte w\xe4hlen Sie eine Rechnung aus", "task_rate", "Kosten f\xfcr T\xe4tigkeit", "settings", "Einstellungen", "language", "Sprache", "currency", "W\xe4hrung", "created_at", "Erstellt am", "created_on", "Erstellt am", "updated_at", "Aktualisiert", "tax", "Steuer", _s30_17, "Bitte geben Sie eine Rechnungs Nummer ein", _s27_51, "Bitte geben Sie eine Angebots Nummer ein", "past_due", "\xdcberf\xe4llig", "draft", "Entwurf", "sent", "Versendet", "viewed", "Angesehen", "approved", "Best\xe4tigt", "partial", "Teil-/Anzahlung", "paid", "Bezahlt", "mark_sent", "Als versendet markieren", _s22_64, "Rechnung erfolgreich als versendet markiert", _s22_65, _s55_2, _s23_45, "Erfolgreich Rechnungen als versendet markiert", _s23_46, _s55_2, "done", "Erledigt", _s37_18, "Bitte geben Sie einen Kunden- oder Kontaktnamen ein", "dark_mode", "Dunkler Modus", _s27_53, "Starten Sie die App neu, um die \xc4nderung zu \xfcbernehmen.", "refresh_data", "Daten aktualisieren", "blank_contact", "Leerer Kontakt", "activity", "Aktivit\xe4t", _s16_211, "Kein Eintr\xe4ge gefunden", "clone", "Duplizieren", "loading", "L\xe4dt", "industry", "Kategorie", "size", "Gr\xf6\xdfe", "payment_terms", "Zahlungsbedingungen", "payment_date", "Zahlungsdatum", "payment_status", "Zahlungsstatus", _s16_213, "Ausstehend", _s16_214, "entwertet", _s16_215, "Fehlgeschlagen", _s16_216, "Abgeschlossen", _s16_217, _s19_105, _s16_218, "Erstattet", _s17_128, "nicht angewendet", _s17_129, "Teilweise nicht angewendet", "net", "Netto", "client_portal", "Kunden-Portal", "show_tasks", "Aufgaben anzeigen", "email_reminders", "Mahnungs-E-Mail", "enabled", "Aktiviert", "recipients", "Empf\xe4nger", "initial_email", "Initiale E-Mail", "first_reminder", _s16_303, "second_reminder", _s17_178, "third_reminder", _s17_179, "reminder1", _s16_303, "reminder2", _s17_178, "reminder3", _s17_179, "template", "Vorlage", "send", "Senden", "subject", "Betreff", "body", "Inhalt", "send_email", "E-Mail senden", "email_receipt", "Zahlungsbest\xe4tigung an Kunden per E-Mail senden", "auto_billing", "Automatische Rechnungsstellung", "button", "Knopf", "preview", "Vorschau", "customize", "Anpassen", "history", "Verlauf", "payment", "Zahlung", "payments", "Zahlungen", "refunded", "Erstattet", "payment_type", "Zahlungsart", _s21_85, "Abwicklungsreferenz", "enter_payment", _s16_304, "new_payment", _s16_304, "created_payment", "Zahlung erfolgreich erstellt", "updated_payment", "Zahlung erfolgreich aktualisiert", _s16_219, "Zahlung erfolgreich archiviert", "deleted_payment", "Zahlung erfolgreich gel\xf6scht", _s16_220, "Zahlung erfolgreich wiederhergestellt", _s17_130, ":count Zahlungen erfolgreich archiviert", _s16_221, ":count Zahlungen erfolgreich gel\xf6scht", _s17_131, ":value Zahlungen erfolgreich wiederhergestellt", "quote", "Angebot", "quotes", "Angebote", "new_quote", "Neues Angebot", "created_quote", "Angebot erfolgreich erstellt", "updated_quote", "Angebot erfolgreich aktualisiert", "archived_quote", "Angebot erfolgreich archiviert", "deleted_quote", "Angebot erfolgreich gel\xf6scht", "restored_quote", "Angebot erfolgreich wiederhergestellt", "archived_quotes", ":count Angebote erfolgreich archiviert", "deleted_quotes", ":count Angebote erfolgreich gel\xf6scht", "restored_quotes", ":value Angebote erfolgreich wiederhergestellt", "expense", "Ausgabe", "expenses", "Ausgaben", "vendor", "Lieferant", "vendors", "Lieferanten", "task", "Aufgabe", "tasks", "Zeiterfassung", "project", "Projekt", "projects", "Projekte", "activity_1", ":user erstellte Kunde :client", "activity_2", ":user archivierte Kunde :client", "activity_3", ":user l\xf6schte Kunde :client", "activity_4", ":user erstellte Rechnung :invoice", "activity_5", ":user aktualisierte Rechnung :invoice", "activity_6", ":user mailte Rechnung :invoice f\xfcr :client an :contact", "activity_7", ":contact schaute Rechnung :invoice f\xfcr :client an", "activity_8", ":user archivierte Rechnung :invoice", "activity_9", ":user l\xf6schte Rechnung :invoice", "activity_10", ":contact gab Zahlungsinformation :payment \xfcber :payment_amount f\xfcr Rechnung :invoice f\xfcr Kunde :client", "activity_11", ":user aktualisierte Zahlung :payment", "activity_12", ":user archivierte Zahlung :payment", "activity_13", ":user l\xf6schte Zahlung :payment", "activity_14", ":user gab :credit Guthaben ein", "activity_15", ":user aktualisierte :credit Guthaben", "activity_16", ":user archivierte :credit Guthaben", "activity_17", ":user l\xf6schte :credit Guthaben", "activity_18", ":user erstellte Angebot :quote", "activity_19", ":user aktualisierte Angebot :quote", "activity_20", ":user mailte Angebot :quote f\xfcr :client an :contact", "activity_21", _s34_33, "activity_22", ":user archivierte Angebot :quote", "activity_23", ":user l\xf6schte Angebot :quote", "activity_24", ":user stellte Angebot :quote wieder her", "activity_25", ":user stellte Rechnung :invoice wieder her", "activity_26", ":user stellte Kunde :client wieder her", "activity_27", ":user stellte Zahlung :payment wieder her", "activity_28", ":user stellte Guthaben :credit wieder her", "activity_29", ":contact akzeptierte Angebot :quote f\xfcr :client", "activity_30", ":user hat Lieferant :vendor erstellt", "activity_31", ":user hat Lieferant :vendor archiviert", "activity_32", ":user hat Lieferant :vendor gel\xf6scht", "activity_33", ":user hat Lieferant :vendor wiederhergestellt", "activity_34", ":user erstellte Ausgabe :expense", "activity_35", ":user hat Ausgabe :expense archiviert", "activity_36", ":user hat Ausgabe :expense gel\xf6scht", "activity_37", ":user hat Ausgabe :expense wiederhergestellt", "activity_39", ":user brach eine Zahlung \xfcber :payment_amount ab :payment", "activity_40", ":user hat :adjustment von :payment_amount der Zahlung :payment zur\xfcck erstattet", "activity_41", ":payment_amount Zahlung (:payment) schlug fehl", "activity_42", ":user hat Aufgabe :task erstellt", "activity_43", ":user hat Aufgabe :task bearbeitet", "activity_44", ":user hat Aufgabe :task archiviert", "activity_45", ":user hat Aufgabe :task gel\xf6scht", "activity_46", ":user hat Aufgabe :task wiederhergestellt", "activity_47", ":user hat Ausgabe :expense bearbeitet", "activity_48", ":user erstellte Benutzer :user", "activity_49", ":user aktualisierte Benutzer :user", "activity_50", ":user archivierte Benutzer :user", "activity_51", ":user l\xf6schte Benutzer :user", "activity_52", ":user hat Benutzer :user wiederhergestellt", "activity_53", ":user markierte Rechnung :invoice als versendet", "activity_54", ":user hat Ticket :ticket wieder ge\xf6ffnet", "activity_55", ":contact hat auf Ticket :ticket geantwortet", "activity_56", ":user hat Ticket :ticket angesehen", "activity_57", "Das System konnte die Rechnung :invoice nicht per E-Mail versenden", "activity_58", ":user buchte Rechnung :invoice zur\xfcck", "activity_59", ":user brach Rechnung :invoice ab", "activity_60", _s34_33, "activity_61", ":user hat Kunde :client aktualisiert", "activity_62", ":user hat Lieferant :vendor aktualisiert", "activity_63", ":user mailte erste Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_64", ":user mailte zweite Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_65", ":user mailte dritte Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_66", ":user mailte endlose Erinnerung f\xfcr Rechnung :invoice an :contact", "activity_80", ":user hat Abonnement :subscription erstellt", "activity_81", ":user hat Abonnement :subscription ge\xe4ndert", "activity_82", ":user hat Abonnement :subscription archiviert", "activity_83", ":user hat Abonnement :subscription gel\xf6scht", "activity_84", ":user hat Abonnement :subscription wiederhergestellt", _s17_132, "Einmaliges Passwort", "emailed_quote", "Angebot erfolgreich versendet", "emailed_credit", _s41_13, _s20_78, "Angebot erfolgreich als versendet markiert", _s21_87, "Guthaben erfolgreich als versendet markiert", "expired", "Abgelaufen", "all", "Alle", "select", "W\xe4hlen", _s22_66, "Mehrfachauswahl durch langes Dr\xfccken", "custom_value1", _s24_86, "custom_value2", _s24_86, "custom_value3", "Benutzerdefinierter Wert 3", "custom_value4", "Benutzerdefinierter Wert 4", _s18_97, "Benutzer definierter E-Mail-Stil", _s24_54, "Benutzerdefinierte Dashboard-Nachricht", _s29_37, "Benutzerdefinierte Nachricht f\xfcr unbezahlte Rechnung", _s27_58, "Benutzerdefinierte Nachricht f\xfcr bezahlte Rechnung", _s31_18, "Benutzerdefinierte Nachricht f\xfcr nicht genehmigten Kostenvoranschlag", "lock_invoices", "Rechnung sperren", "translations", "\xdcbersetzungen", _s19_64, "Aufgabennummernschema", _s19_66, "Aufgabennummernz\xe4hler", _s22_68, "Ausgabennummernschema", _s22_70, "Ausgabennummernz\xe4hler", _s21_88, "Lieferantennummernschema", _s21_90, "Lieferantennummernz\xe4hler", _s21_92, "Ticketnummernschema", _s21_94, "Ticketnummernz\xe4hler", _s22_72, "Zahlungsnummernschema", _s22_74, "Zahlungsnummernz\xe4hler", _s22_76, "Rechnungsnummernschema", _s22_78, "Z\xe4hler f\xfcr Rechnungsnummer", _s20_79, "Kostenvoranschlags-Nummernschema", _s20_81, "Z\xe4hler f\xfcr Angebotsnummer", _s21_96, "Gutschriftnummernschema", _s21_98, _s23_76, _s21_100, _s23_76, _s21_101, _s23_76, _s18_99, "Z\xe4hlerdatum zur\xfccksetzen", "counter_padding", "Z\xe4hler-Innenabstand", _s28_57, "Gemeinsamen Nummernz\xe4hler f\xfcr Rechnungen und Angebote verwenden", _s18_101, "Standard-Steuername 1", _s18_103, "Standard-Steuersatz 1", _s18_105, "Standard-Steuername 2", _s18_107, "Standard-Steuersatz 2", _s18_109, "Standard-Steuername 3", _s18_111, "Standard-Steuersatz 3", _s21_102, "E-Mail Rechnung Betreff", _s19_68, "E-Mail Angebot Betreff", _s21_104, "E-Mail Zahlung Betreff", _s29_39, "E-Mail Teilzahlung Betreff", "show_table", "Zeige Tabelle", "show_list", "Zeige Liste", "client_city", "Kunden-Stadt", "client_state", "Kunden-Bundesland/Kanton", "client_country", "Kunden-Land", _s16_222, "Kunde ist aktiv", "client_balance", "Kunden Betrag", "client_address1", "Stra\xdfe des Kunden", "client_address2", "Adresszusatz", "vendor_address1", "Stra\xdfe Lieferant", "vendor_address2", "Lieferant Apt/Suite", _s24_56, "Strasse Kundenlieferanschrift", _s24_57, "Addresszusatz Kundenlieferadresse", "type", "Typ", "invoice_amount", "Rechnungssumme", _s16_226, _s16_302, "tax_rate1", "Steuersatz 1", "tax_rate2", "Steuersatz 2", "tax_rate3", "Steuersatz 3", "auto_bill", "Automatische Verrechnung", "archived_at", "Archiviert um", "has_expenses", "Hat Ausgaben", "custom_taxes1", "Benutzerdefinierte Steuern 1", "custom_taxes2", "Benutzerdefinierte Steuern 2", "custom_taxes3", "Benutzerdefinierte Steuern 3", "custom_taxes4", "Benutzerdefinierte Steuern 4", _s17_134, _s30_44, _s17_135, _s30_45, _s17_136, _s30_46, _s17_137, _s30_47, "is_deleted", "ist gel\xf6scht", "vendor_city", "Lieferanten-Stadt", "vendor_state", "Lieferanten-Bundesland/Kanton", "vendor_country", "Lieferanten-Land", "is_approved", "Wurde angenommen", "tax_name", "Steuersatz Name", "tax_amount", "Steuerwert", "tax_paid", "Steuern bezahlt", "payment_amount", "Zahlungsbetrag", "age", "Alter", "is_running", "L\xe4uft derzeit", "time_log", "Zeiten", "bank_id", "Bank", _s19_70, "Ausgabenkategorie ID", _s16_227, "Ausgabenkategorie", _s19_72, "Rechnungs-W\xe4hrungs-ID", "tax_name1", "Steuersatz Name 1", "tax_name2", "Steuersatz Name 2", "tax_name3", "Steuersatz Name 3", "transaction_id", "Transaktions ID", _s18_113, "Status Farbschema", _s16_228, "lade Farbschema"], t1, t1), "el", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s28_78, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u03a3\u03c5\u03bd\u03ad\u03bd\u03c9\u03c3\u03b7", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "default", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0398\u03ad\u03c3\u03b7", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :Invoice", _s17_11, _s17_12, "week", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "range", "\u0395\u03cd\u03c1\u03bf\u03c2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u03a4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03bf\u03c3\u03bf\u03cd :amount \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 # :expense", "view_statement", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0394\u03ae\u03bb\u03c9\u03c3\u03b7\u03c2", "sepa", "\u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0391\u03c0\u03cc \u038c\u03bd\u03bf\u03bc\u03b1", _s16_23, _s16_232, _s17_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s18_19, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s21_22, "\u039d\u03ad\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", _s22_27, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_3, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s26_4, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_5, _s25_74, _s25_6, _s38_2, _s26_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae", "enterprise", "Enterprise", "last_updated", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_23, "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "order", "Order", "unassigned", "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c4\u03b5\u03b8\u03b5\u03af", "partial_value", "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b7\u03b4\u03b5\u03bd\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf.", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1 \u03ae \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0391\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", _s16_41, _s16_42, _s17_29, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s21_34, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7\u03c2", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u03a3\u03ba\u03b1\u03bd\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03bf barcode \u03bc\u03b5 \u03bc\u03af\u03b1 :link \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae.", _s18_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u0394\u03cd\u03bf \u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b4\u03cd\u03bf \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0395\u03c0\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "last_quarter", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf \u03a4\u03b5\u03c4\u03c1\u03ac\u03bc\u03b7\u03bd\u03bf", "to_update_run", "\u0393\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5", _s18_39, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_54, "URL \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoice_project", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 Project", "invoice_task", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "invoice_expense", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_29, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_34, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_56, "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "save_and_email", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", _s16_58, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", _s16_60, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", _s17_38, "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03b1\u03c0\u03cc \u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "\u0388\u03c7\u03b5\u03b9 \u0391\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", _s17_40, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "document_upload", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s20_35, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03bf\u03c5\u03bd \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "expense_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "enter_taxes", "\u0395\u03b9\u03c3\u03b1\u03b3\u03b5\u03c4\u03b5 \u03a6\u03cc\u03c1\u03bf\u03c5\u03c2", "by_rate", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "by_amount", "\u039c\u03b5 \u03a0\u03bf\u03c3\u03cc", "enter_amount", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03bf\u03c3\u03cc", "before_taxes", "\u03a0\u03c1\u03bf \u03a6\u03cc\u03c1\u03c9\u03bd", "after_taxes", "\u039c\u03b5\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "color", "\u03a7\u03c1\u03ce\u03bc\u03b1", "show", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5", "hide", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "empty_columns", "\u039a\u03b5\u03bd\u03ad\u03c2 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", _s21_41, "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03b1\u03c0\u03bf\u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af", _s26_11, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c3\u03b5 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b4\u03b9\u03b1\u03c1\u03c1\u03bf\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03ce\u03bd. \u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1.", "running_tasks", "\u0395\u03ba\u03c4\u03b5\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_tasks", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "recent_expenses", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_42, "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "update_app", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "started_import", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", _s24_21, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", _s20_36, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s18_41, "\u0395\u03af\u03bd\u03b1\u03b9 \u03a0\u03bf\u03c3\u03cc \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2", "column", "\u039a\u03bf\u03bb\u03cc\u03bd\u03b1", "sample", "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1", "map_to", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7 \u03a3\u03b5", "import", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae", _s25_16, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "select_file", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", _s16_62, "\u0394\u03b5\u03bd \u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u0391\u03c1\u03c7\u03b5\u03af\u03bf", "csv_file", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0391\u03b4\u03b5\u03b9\u03ce\u03bd \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "webhook_url", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook", _s17_44, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2 \u039f\u03b8\u03cc\u03bd\u03b7\u03c2", "sidebar_editor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a0\u03bb\u03ac\u03b3\u03b9\u03b1\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", _s22_34, '\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bb\u03b7\u03ba\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 ":value" \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7', "purge", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7", "service", "\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1", "clone_to", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b5", "clone_to_other", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0386\u03bb\u03bb\u03bf", "labels", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "add_custom", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "payment_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "unpaid", "\u039c\u03b7 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b7", "white_label", "\u039b\u03b5\u03c5\u03ba\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "delivery_note", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03a0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2", _s24_24, "\u03a4\u03b1 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", _s24_26, "\u03a4\u03b1 \u03b5\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b1", "source_code", "\u03a0\u03b7\u03b3\u03b1\u03af\u03bf\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "app_platforms", "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2", "invoice_late", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "partial_due", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "invoice_total", _s17_180, "quote_total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_total", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", _s23_19, _s17_180, "actions", "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2", "expense_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "task_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "project_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 Project", "project_name", "\u038c\u03bd\u03bf\u03bc\u03b1 Project", "warning", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "view_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2", _s24_28, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03ae \u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b1\u03ba\u03cc\u03bc\u03b1", "late_invoice", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "expired_quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b5", "remind_invoice", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "cvv", "CVV", "client_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "required_fields", "\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "calculated_rate", "\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2", _s17_46, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "clear_cache", "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ae\u03c2 \u039c\u03bd\u03ae\u03bc\u03b7\u03c2", "sort_order", "\u03a3\u03b5\u03b9\u03c1\u03ac \u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2", "task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "task_statuses", "\u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "new_task_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u039d\u03ad\u03b1\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_64, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_33, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_35, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s21_43, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_36, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s18_43, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_41, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s16_66, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s21_44, "\u03a0\u03ac\u03bd\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03bf \u03c4\u03bc\u03ae\u03bc\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s20_42, "\u03a7\u03c1\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s25_17, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b9\u03ce\u03bd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03c3\u03c4\u03b9\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, "\u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s18_44, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd", "task_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s20_46, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s18_46, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s20_48, "\u039d\u03ad\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_46, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s24_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s25_20, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s24_31, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2", _s24_32, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_21, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s27_23, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s26_12, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s27_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 :value \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03b9\u03ce\u03bd", _s23_20, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s25_23, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s21_48, "\u03a7\u03c1\u03ae\u03c3\u03b7 \u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "show_option", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s22_37, "\u03a4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c0\u03bf\u03c3\u03cc \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "view_changes", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "force_update", "\u0395\u03be\u03b1\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", _s17_48, "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae.", "mark_paid_help", "\u0395\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s18_48, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s23_21, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03b8\u03b5\u03af", _s29_8, "\u039a\u03ac\u03bd\u03b5 \u03c4\u03b1 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03b9\u03bc\u03b1", _s21_50, "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1\u03c2 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_68, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s18_49, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf", "crypto", "\u039a\u03c1\u03cd\u03c0\u03c4\u03bf", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", "Apple/Google \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "user_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "variables", "\u039c\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2", "show_password", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "hide_password", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "copy_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03b3\u03ae\u03c2", "capture_card", "\u039a\u03ac\u03c1\u03c4\u03b1 \u03a3\u03cd\u03bb\u03bb\u03b7\u03c8\u03b7\u03c2", _s17_49, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", "total_taxes", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03bf\u03af \u03a6\u03cc\u03c1\u03bf\u03b9", "line_taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "total_fields", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u03a0\u03b5\u03b4\u03af\u03b1", _s25_24, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "gateway_refund", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s19_34, "\u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03bd\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03ad\u03c3\u03c9 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "due_date_days", _s22_118, "paused", "\u03a3\u03b5 \u03c0\u03b1\u03cd\u03c3\u03b7", "mark_active", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc", "day_count", "\u0397\u03bc\u03ad\u03c1\u03b1 :count", _s22_38, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s21_51, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u039c\u03ad\u03c1\u03b1 \u03c4\u03bf\u03c5 \u039c\u03ae\u03bd\u03b1", _s17_51, "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "endless", "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "next_send_date", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_70, "\u0395\u03bd\u03b1\u03c0\u03bf\u03bc\u03b5\u03af\u03bd\u03b1\u03bd\u03c4\u03b5\u03c2 \u039a\u03cd\u03ba\u03bb\u03bf\u03b9", _s17_53, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_51, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s21_53, "\u039d\u03ad\u03bf \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s22_40, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s25_27, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_28, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_13, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_29, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_30, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_14, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_25, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s26_15, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s27_26, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac :value \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s24_33, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s25_31, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "send_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "auto_bill_on", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2", _s28_8, "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03a0\u03bf\u03c3\u03cc \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "profit", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2", "line_item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s18_53, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03b5\u03c1\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s23_22, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03b5\u03cc\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03ad\u03c7\u03b5\u03c3\u03c4\u03b5 \u03c6\u03b9\u03bb\u03bf\u03b4\u03bf\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1", _s19_35, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03a5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s24_34, "\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4' \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03c0\u03bf\u03c3\u03bf\u03cd", "test_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03a4\u03b5\u03c3\u03c4", "opened", "\u0391\u03bd\u03bf\u03af\u03c7\u03b8\u03b7\u03ba\u03b5", _s30_4, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", _s30_5, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a3\u03c5\u03bc\u03b2\u03b9\u03b2\u03b1\u03c3\u03bc\u03bf\u03cd", "gateway_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "gateway_error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_send", "Email \u03b1\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s17_55, "\u039f\u03c5\u03c1\u03ac \u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 Email", "failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1", "quota_exceeded", "\u03a5\u03c0\u03ad\u03c1\u03b2\u03b1\u03c3\u03b7 \u039f\u03c1\u03af\u03bf\u03c5", _s16_72, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a1\u03bf\u03ae\u03c2", "system_logs", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "view_portal", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae portal", "copy_link", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5", "token_billing", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2", _s24_35, "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Invoice Ninja", "always", "\u03a0\u03ac\u03bd\u03c4\u03b1", "optin", "\u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "optout", "\u039c\u03b7 \u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae", "label", "\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1", "client_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_convert", _s18_163, "company_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "reminder1_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 1 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder2_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 2 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "reminder3_sent", "\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 3 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", _s18_55, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u0391\u03c0\u03b5\u03c3\u03c4\u03ac\u03bb\u03b7", "pdf_page_info", "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 :current \u03b1\u03c0\u03cc :total", _s16_74, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "emailed_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u0384\u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5 email", "gateway", "\u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", "view_in_stripe", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03c4\u03bf Stripe", "rows_per_page", "\u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b1\u03bd\u03ac \u03a3\u03b5\u03bb\u03af\u03b4\u03b1", "hours", "\u038f\u03c1\u03b5\u03c2", "statement", "\u0394\u03ae\u03bb\u03c9\u03c3\u03b7", "taxes", "\u03a6\u03cc\u03c1\u03bf\u03b9", "surcharge", "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7", "apply_payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "apply_credit", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "apply", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "unapplied", "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", "select_label", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2", "custom_labels", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2", "record_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "record_name", "\u038c\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "file_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "height", "\u038e\u03c8\u03bf\u03c2", "width", "\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2", "to", "\u03a0\u03c1\u03bf\u03c2", "health_check", "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2", "payment_type_id", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "last_login_at", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03b9\u03c2", "company_key", "\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "storefront", "\u0392\u03b9\u03c4\u03c1\u03af\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", "storefront_help", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "client_created", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5", _s20_51, "Email Online \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s20_53, "Email \u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "completed", "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "gross", "\u039c\u03b5\u03b9\u03ba\u03c4\u03cc", "net_amount", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a0\u03bf\u03c3\u03cc", "net_balance", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc \u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "client_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s17_57, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_59, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "selected_quotes", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "selected_tasks", "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s17_61, "\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", _s17_63, "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", _s17_65, "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "recent_payments", "\u03a0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "upcoming_quotes", "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03b5\u03af\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "expired_quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03bb\u03b7\u03be\u03b1\u03bd", "create_client", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "create_invoice", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "create_quote", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "create_payment", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "create_vendor", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "update_quote", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "delete_quote", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "update_invoice", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "delete_invoice", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "update_client", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_client", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "delete_payment", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "update_vendor", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "delete_vendor", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "create_expense", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "update_expense", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "delete_expense", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "create_task", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "update_task", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "delete_task", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "approve_quote", "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "off", "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc", "when_paid", "\u039f\u03c4\u03b1\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af", "expires_on", "\u039b\u03ae\u03b3\u03b5\u03b9 \u03c4\u03b7\u03bd", "free", "\u0394\u03c9\u03c1\u03b5\u03ac\u03bd", "plan", "\u03a0\u03bb\u03ac\u03bd\u03bf", "show_sidebar", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "hide_sidebar", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03c0\u03ac\u03c1\u03b1\u03c2", "event_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03bf\u03c2", "target_url", "\u03a3\u03c4\u03cc\u03c7\u03bf\u03c2", "copy", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "must_be_online", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03cc\u03bb\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf internet", _s17_67, "\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 crons", "api_webhooks", "API Webhooks", "search_webhooks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count Webhooks", "search_webhook", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "\u039d\u03ad\u03bf Webhook", "edit_webhook", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Webhook", "created_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 webhook", "updated_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 webhook", _s16_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 webhook", "deleted_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae webhook", "removed_webhook", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 webhook", _s16_77, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 webhook", _s17_68, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value webhooks", _s16_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value webhooks", _s16_79, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value webhooks", _s17_69, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value webhooks", "api_tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac API", "api_docs", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03b1 API", "search_tokens", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 :count \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "search_token", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "token", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "tokens", "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ac", "new_token", "\u039d\u03ad\u03bf \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03cc", "edit_token", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "created_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "updated_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "deleted_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "removed_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "restored_token", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03bf\u03cd", "archived_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "deleted_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", "restored_tokens", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd", _s19_37, "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_37, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c3\u03c4\u03bf portal", _s21_55, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae & \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "email_invoice", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 email", "email_quote", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "email_credit", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", "email_payment", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", _s20_56, "\u039f \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bc\u03af\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email", "ledger", "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc", "view_pdf", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae PDF", "all_records", "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "owned_by_user", "\u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", _s16_80, "\u03a5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "contact_name", "\u038c\u03bd\u03bf\u03bc\u03b1 \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "use_default", "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", _s16_82, _s18_164, "number_of_days", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03ce\u03bd", _s23_24, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u038c\u03c1\u03c9\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_term", "\u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_83, "\u039d\u03ad\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_71, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u038c\u03c1\u03bf\u03c5 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b9\u03ba\u03b1\u03b9\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_56, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s20_60, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_57, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03cc\u03c1\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_58, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_46, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03cc\u03c1\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "email_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 email", "change", "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae", _s23_26, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", _s24_38, "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03b5 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 Desktop \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2;", "send_from_gmail", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03bc\u03ad\u03c3\u03c9 Gmail", "reversed", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", "cancelled", "\u0391\u03ba\u03c5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7", "credit_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "quote_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "hosted", "\u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "selfhosted", "\u0399\u03b4\u03af\u03b1\u03c2 \u03a6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03af\u03b1\u03c2", "exclusive", "\u0394\u03b5\u03bd \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "inclusive", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9", "hide_menu", "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", "show_menu", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd", _s18_57, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_85, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "search_designs", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "search_invoices", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "search_clients", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "search_products", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "search_quotes", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "search_credits", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "search_vendors", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "search_users", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_86, "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_tasks", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "search_settings", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "search_projects", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 Projects", "search_expenses", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "search_payments", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "search_groups", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "search_company", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ce\u03bd", "search_document", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", "search_design", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "search_invoice", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "search_client", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "search_product", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "search_quote", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "search_credit", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "search_vendor", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "search_user", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "search_tax_rate", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03a6\u03cc\u03c1\u03bf\u03c5", "search_task", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "search_project", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 Project", "search_expense", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "search_payment", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "search_group", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "refund_payment", "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_75, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_59, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_92, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_76, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "reverse", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae", "full_name", "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u038c\u03bd\u03bf\u03bc\u03b1", _s17_77, "\u03a0\u03cc\u03bb\u03b7/\u039d\u03bf\u03bc\u03cc\u03c2/\u03a4.\u039a.", _s17_79, "\u03a4\u039a/\u03a0\u03cc\u03bb\u03b7/\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae", "custom1", _s16_305, "custom2", _s18_165, "custom3", _s16_306, "custom4", "\u03a4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7 \u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "optional", "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc", "license", "\u0386\u03b4\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "purge_data", "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", _s16_93, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s18_60, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c3\u03b1\u03c2 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "invoice_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "age_group_0", "0 - 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_30", "30 - 60 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_60", "60 - 90 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_90", "90 - 120 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "age_group_120", "120+ \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "refresh", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7", "saved_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "client_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "company_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "invoice_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_details", "\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "product_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "task_columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "add_field", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", "all_events", "\u038c\u03bb\u03b1 \u03c4\u03b1 \u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", "permissions", "\u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1", "none", "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1", "owned", "\u039a\u03b1\u03c4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9", "payment_success", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_failure", "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "invoice_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "quote_sent", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "credit_sent", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b5", "invoice_viewed", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_viewed", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "credit_viewed", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5", "quote_approved", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac \u03ad\u03b3\u03b9\u03bd\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", _s25_33, "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd", _s16_94, "\u03a0\u03c1\u03bf\u03bc\u03ae\u03b8\u03b5\u03b9\u03b1 \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "apply_license", "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u0386\u03b4\u03b5\u03b9\u03b1\u03c2 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", "cancel_account", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s22_47, "\u03a0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b2\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2.", "delete_company", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", _s22_48, "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7: \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7, \u03c7\u03c9\u03c1\u03af\u03c2 \u03b1\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7.", "enabled_modules", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2", "converted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "credit_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "includes", "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b1", "header", "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "load_design", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "css_framework", "CSS Framework", "custom_designs", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "designs", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03b1", "new_design", "\u039d\u03ad\u03bf \u03c3\u03c7\u03bb\u03b5\u03b4\u03b9\u03bf", "edit_design", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5", "created_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "updated_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "archived_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "deleted_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "removed_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "restored_design", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", _s16_96, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "deleted_designs", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", _s16_97, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c3\u03c7\u03b5\u03b4\u03af\u03c9\u03bd", "proposals", "\u03a0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2", "tickets", "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", _s16_98, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "recurring_tasks", "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", _s18_61, "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "credit_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit", "\u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "credits", "\u03a0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "new_credit", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "edit_credit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "created_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "updated_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "archived_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "deleted_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "removed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03af\u03b1\u03c1\u03b5\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "restored_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s16_100, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "deleted_credits", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", _s16_101, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b9\u03c3\u03c4\u03ce\u03c3\u03b5\u03c9\u03bd", "current_version", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "latest_version", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u0388\u03ba\u03b4\u03bf\u03c3\u03b7", "update_now", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a4\u03ce\u03c1\u03b1", _s26_21, "\u03a5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03bd\u03b5\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 web", _s16_102, "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "app_updated", "\u0397 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03bf\u03ba\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", "learn_more", "\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "integrations", "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2", "tracking_id", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2", _s17_81, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 Webhook \u03b3\u03b9\u03b1 \u03c4\u03bf Slack", "credit_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "credit_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "new_company", "\u039d\u03ad\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "added_company", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7\u03c2", "company1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 1", "company2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 2", "company3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 3", "company4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 4", "product1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 1", "product2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 2", "product3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 3", "product4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd 4", "client1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 1", "client2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 2", "client3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 3", "client4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 4", "contact1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 1", "contact2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 2", "contact3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 3", "contact4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c0\u03b1\u03c6\u03ae 4", "task1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 1", "task2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 2", "task3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 3", "task4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 4", "project1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 1", "project2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 2", "project3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 3", "project4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03c1\u03b3\u03bf 4", "expense1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 1", "expense2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 2", "expense3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 3", "expense4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 4", "vendor1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 1", "vendor2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 2", "vendor3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 3", "vendor4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 4", "invoice1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 1", "invoice2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 2", "invoice3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 3", "invoice4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf 4", "payment1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 1", "payment2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 2", "payment3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 3", "payment4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae 4", "surcharge1", _s26_63, "surcharge2", _s26_64, "surcharge3", _s26_65, "surcharge4", _s26_66, "group1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 1", "group2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 2", "group3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 3", "group4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03ad\u03bd\u03b7 \u039f\u03bc\u03ac\u03b4\u03b1 4", "reset", "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "export", "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "chart", "\u0394\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "count", "\u039c\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7", "totals", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03b1", "blank", "\u039a\u03b5\u03bd\u03cc", "day", "\u0397\u03bc\u03ad\u03c1\u03b1", "month", "\u039c\u03ae\u03bd\u03b1\u03c2", "year", "\u0388\u03c4\u03bf\u03c2", "subgroup", "\u03a5\u03c0\u03bf\u03bf\u03bc\u03ac\u03b4\u03b1", "is_active", "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc", "group_by", "\u039f\u03bc\u03b1\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5", "credit_balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", _s18_67, "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", _s17_83, "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "contact_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", _s21_59, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 1", _s21_60, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 2", _s21_61, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 3", _s21_62, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae \u0395\u03c0\u03b1\u03c6\u03ae\u03c2 4", _s17_85, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s17_86, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_city", "\u03a0\u03cc\u03bb\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "shipping_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s20_61, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_132, "\u03a7\u03ce\u03c1\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", _s16_134, "\u039f\u03b4\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s16_135, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_city", "\u03a0\u03cc\u03bb\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_state", "\u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", _s19_40, "\u03a4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03cc\u03c2 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "billing_country", "\u03a7\u03ce\u03c1\u03b1 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "client_id", "Id \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "assigned_to", "\u0391\u03bd\u03b1\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c3\u03b5", "created_by", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc :name", "assigned_to_id", "\u039f\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03b5 Id", "created_by_id", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03bf Id", "add_column", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03ae\u03bb\u03b7\u03c2", "edit_columns", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03b7\u03bb\u03ce\u03bd", "columns", "\u03a3\u03c4\u03ae\u03bb\u03b5\u03c2", "aging", "\u0393\u03ae\u03c1\u03b1\u03bd\u03c3\u03b7", "profit_and_loss", "\u039a\u03ad\u03c1\u03b4\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0396\u03b7\u03bc\u03b9\u03ac", "reports", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2", "report", "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac", "add_company", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "unpaid_invoice", "\u039c\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "paid_invoice", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_136, "\u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "refund", _s18_166, "refund_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", "filtered_by", "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03bc\u03b5", "contact_email", "Email \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2", "multiselect", "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", "entity_state", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", "verify_password", "\u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", "applied", "\u0395\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", _s21_63, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03c9\u03bd \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", _s30_8, "\u0395\u03c7\u03bf\u03c5\u03bc\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03ac \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1.", "message", "\u039c\u03ae\u03bd\u03c5\u03bc\u03b1", "from", "\u0391\u03c0\u03cc", _s20_63, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s25_35, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03b9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s20_65, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03ae\u03c2 PDF \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af :version", _s18_70, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c4\u03ad\u03bb\u03bf\u03c5\u03c2", _s23_28, "\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03ad\u03bb\u03bf\u03c2", _s18_72, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "support_forum", "\u03c6\u03cc\u03c1\u03bf\u03c5\u03bc \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2", "about", "\u03a0\u03b5\u03c1\u03af", "documentation", "\u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7", "contact_us", "\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2", "subtotal", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "line_total", "\u0391\u03be\u03af\u03b1", "item", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "credit_email", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03cc \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", "iframe_url", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "domain_url", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 URL", _s21_64, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc\u03c2", _s20_66, "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc", _s19_42, "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s23_29, "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", _s20_67, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c4\u03b9\u03bc\u03ae", "deleted_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bb\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf\u03c5", "yes", "\u039d\u03b1\u03b9", "no", "\u038c\u03c7\u03b9", "generate_number", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", "when_saved", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af", "when_sent", "\u039f\u03c4\u03b1\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af", "select_company", "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", "float", "Float", "collapse", "\u03a3\u03c5\u03c1\u03c1\u03af\u03ba\u03bd\u03c9\u03c3\u03b7", "show_or_hide", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7/\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", "menu_sidebar", "\u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03cc \u039c\u03b5\u03bd\u03bf\u03cd", "history_sidebar", "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03bb\u03b5\u03c5\u03c1\u03b9\u03ba\u03bf\u03cd \u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03bf\u03cd", "tablet", "\u03a4\u03ac\u03bc\u03c0\u03bb\u03b5\u03c4", "mobile", "\u039a\u03b9\u03bd\u03b7\u03c4\u03cc", "desktop", "\u03a3\u03c4\u03b1\u03b8\u03b5\u03c1\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2", "layout", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7", "view", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", "module", "\u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "first_custom", _s16_305, "second_custom", _s18_165, "third_custom", _s16_306, "show_cost", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2", _s17_88, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", "show_cost_help", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03c1\u03b4\u03bf\u03c5\u03c2", _s21_65, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_23, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_67, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s26_24, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2, \u03b1\u03bb\u03bb\u03b9\u03ce\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", _s21_69, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03b9\u03cc\u03bd\u03c4\u03bf\u03c2", _s26_25, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03ad\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", _s16_138, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", _s21_71, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1", "one_tax_rate", "\u0388\u03bd\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "two_tax_rates", "\u0394\u03cd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "three_tax_rates", "\u03a4\u03c1\u03af\u03b1 \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", _s16_140, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "user", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "invoice_tax", "\u03a6\u03cc\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "line_item_tax", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5 \u0393\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "inclusive_taxes", "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03a6\u03cc\u03c1\u03bf\u03b9", _s17_90, "\u03a6\u03cc\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "item_tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s18_74, _s24_87, "configure_rates", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd", _s18_75, "\u03a0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a0\u03c5\u03bb\u03ce\u03bd \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", "tax_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a6\u03cc\u03c1\u03c9\u03bd", _s18_77, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "accent_color", "\u03a7\u03c1\u03ce\u03bc\u03b1 \u03a4\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd", "switch", "\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", _s19_44, "\u039b\u03af\u03c3\u03c4\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bc\u03b5 \u03ba\u03cc\u03bc\u03bc\u03b1\u03c4\u03b1", "options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", _s16_142, "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03bc\u03bf\u03bd\u03ae\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "multi_line_text", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ce\u03bd", "dropdown", "\u03a0\u03c4\u03c5\u03c3\u03ce\u03bc\u03b5\u03bd\u03bf", "field_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03b5\u03b4\u03af\u03bf\u03c5", _s27_37, "\u0388\u03bd\u03b1 email \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03b5\u03af", "submit", "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", _s16_144, "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", "late_fees", "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03a4\u03ad\u03bb\u03b7", "credit_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "payment_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "late_fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", _s16_145, "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2 \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u0395\u03be\u03cc\u03c6\u03bb\u03b7\u03c3\u03b7\u03c2", "schedule", "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03b9\u03c3\u03b5", "before_due_date", "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "after_due_date", "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s18_79, "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "days", "\u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "invoice_email", "Email \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "payment_email", "Email \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "partial_payment", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payment_partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", _s21_72, "Email \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "quote_email", "Email \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", _s16_147, _s18_164, _s16_149, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "administrator", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", _s18_80, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2, \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "user_management", "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03b7 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "users", "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "new_user", "\u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2", "edit_user", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "created_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "updated_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "deleted_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "removed_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "restored_user", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", "archived_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "deleted_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "removed_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", "restored_users", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd", _s16_151, "\u0393\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "invoice_options", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_92, "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a0\u03bf\u03c3\u03bf\u03cd", _s22_55, '\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc" \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03c3\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc \u03cc\u03c4\u03b1\u03bd \u03bb\u03b7\u03c6\u03b8\u03b5\u03af \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae.', _s23_31, "\u0395\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1 \u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", _s28_21, "\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s16_153, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1\u03c2", _s16_154, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf\u03c5", "first_page", "\u03a0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "all_pages", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "last_page", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "primary_font", "\u039a\u03cd\u03c1\u03b9\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "secondary_font", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac", "primary_color", "\u039a\u03cd\u03c1\u03b9\u03bf \u03a7\u03c1\u03ce\u03bc\u03b1", "secondary_color", "\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd \u03a7\u03c1\u03ce\u03bc\u03b1", "page_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "font_size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd", "quote_design", "\u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "invoice_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "product_fields", "\u03a0\u03b5\u03b4\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "invoice_terms", "\u038c\u03c1\u03bf\u03b9 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "quote_footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s18_81, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Email", _s23_32, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 email \u03cc\u03c4\u03b1\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03b8\u03bf\u03cd\u03bd.", _s18_82, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", _s23_33, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03cc\u03c4\u03b1\u03bd \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03b1\u03c0\u03bf\u03cd\u03bd.", _s18_83, _s18_163, _s23_34, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c3\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7.", _s17_94, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a1\u03bf\u03ae\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "freq_daily", "\u0397\u03bc\u03b5\u03c1\u03ae\u03c3\u03b9\u03bf", "freq_weekly", "\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "freq_two_weeks", "\u0394\u03cd\u03bf \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_four_weeks", "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2", "freq_monthly", "\u039c\u03ae\u03bd\u03b1\u03c2", "freq_two_months", "\u0394\u03cd\u03bf \u03bc\u03ae\u03bd\u03b5\u03c2", _s17_96, "\u03a4\u03c1\u03b5\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", _s16_155, "\u03a4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b9\u03c2 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_six_months", "\u0388\u03be\u03b9 \u03bc\u03ae\u03bd\u03b5\u03c2", "freq_annually", "\u0388\u03c4\u03bf\u03c2", "freq_two_years", "\u0394\u03cd\u03bf \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1", _s16_156, "\u03a4\u03c1\u03af\u03b1 \u03a7\u03c1\u03cc\u03bd\u03b9\u03b1", "never", "\u03a0\u03bf\u03c4\u03ad", "company", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1", _s17_97, "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af", "charge_taxes", "\u03a7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03c6\u03cc\u03c1\u03c9\u03bd", "next_reset", "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7", "reset_counter", "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae", _s16_157, "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_padding", "\u03a0\u03b5\u03c1\u03b9\u03b8\u03ce\u03c1\u03b9\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "general", "\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2", "surcharge_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7\u03c2", "company_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "company_value", "\u0391\u03be\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03af\u03b1\u03c2", "credit_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2", "invoice_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_99, "\u0395\u03c0\u03b9\u03b2\u03ac\u03c1\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "client_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "product_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "payment_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "contact_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c0\u03b1\u03c6\u03ae\u03c2", "vendor_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "expense_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "project_field", "\u03a0\u03b5\u03b4\u03af\u03bf Project", "task_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "group_field", "\u03a0\u03b5\u03b4\u03af\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "number_counter", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "prefix", "\u03a0\u03c1\u03cc\u03b8\u03b5\u03bc\u03b1", "number_pattern", "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2", "messages", "\u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1", "custom_css", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf CSS", _s17_101, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 JavaScript", _s16_159, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c3\u03c4\u03bf PDF", _s21_74, "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03c3\u03c4\u03bf PDF \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5/\u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2.", _s25_41, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_9, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s23_35, "\u039a\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u038c\u03c1\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s28_22, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s25_42, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s30_10, "\u0391\u03c0\u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5.", _s23_36, "\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_57, "\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd \u03bc\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", _s27_38, "\u0395\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c0\u03b1\u03c6\u03ae. \u0391\u03bd \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2, \u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae \u03b8\u03b1 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03bf\u03cd\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c4\u03c9\u03bd \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd.", "authorization", "\u0395\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7", "subdomain", "\u03a5\u03c0\u03bf\u03c4\u03bf\u03bc\u03ad\u03b1\u03c2", "domain", "Domain", "portal_mode", "\u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd Portal", "email_signature", "\u039c\u03b5 \u03b5\u03ba\u03c4\u03af\u03bc\u03b7\u03c3\u03b7,", _s24_39, "\u039a\u03ac\u03bd\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf schema.org \u03c3\u03c4\u03b1 emails \u03c3\u03b1\u03c2.", "plain", "\u0391\u03c0\u03bb\u03cc", "light", "\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc", "dark", "\u03a3\u03ba\u03bf\u03cd\u03c1\u03bf", "email_design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 Email", "attach_pdf", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b5 PDF", _s16_160, "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "attach_ubl", "\u0395\u03c0\u03b9\u03c3\u03cd\u03bd\u03b1\u03c8\u03b7 UBL", "email_style", "\u03a3\u03c4\u03c5\u03bb Email", _s19_46, "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03a3\u03b7\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2", "reply_to_email", "Email \u0391\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2", "reply_to_name", "Reply-To Name", "bcc_email", "Email \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b7\u03c2 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2", "processed", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b8\u03b7\u03ba\u03b5", "credit_card", "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u039a\u03ac\u03c1\u03c4\u03b1", "bank_transfer", "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03cc \u0388\u03bc\u03b2\u03b1\u03c3\u03bc\u03b1", "priority", "\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", "fee_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "fee_cap", "\u0391\u03bd\u03ce\u03c4\u03b1\u03c4\u03bf \u038c\u03c1\u03b9\u03bf \u03a4\u03ad\u03bb\u03bf\u03c5\u03c2", "limits_and_fees", "\u038c\u03c1\u03b9\u03b1/\u03a4\u03ad\u03bb\u03b7", "enable_min", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c5", "enable_max", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5", "min_limit", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf: :min", "max_limit", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf: :max", "min", "\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf", "max", "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf", _s19_47, "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ce\u03bd \u039a\u03b1\u03c1\u03c4\u03ce\u03bd", "credentials", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5", "update_address", "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2", _s19_49, "\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "tax_rate", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "new_tax_rate", "\u039d\u03ad\u03bf \u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "edit_tax_rate", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_162, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_163, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_104, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s16_164, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_105, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_84, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s17_106, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", _s18_85, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ce\u03bd \u03c6\u03cc\u03c1\u03bf\u03c5", "fill_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s18_86, "\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03b1\u03b9 \u03b7 \u03b1\u03be\u03af\u03b1", "update_products", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s20_71, "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af \u03ba\u03b1\u03b9 \u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_165, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s21_75, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b9\u03bc\u03ce\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03c3\u03c4\u03bf \u03bd\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "fees", "\u03a4\u03ad\u03bb\u03b7", "limits", "\u038c\u03c1\u03b9\u03b1", "provider", "Provider", "company_gateway", "\u03a0\u03cd\u03bb\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s16_167, "\u03a0\u03cd\u03bb\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateways)", _s19_50, "\u039d\u03ad\u03b1 \u03a0\u03cd\u03bb\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (Gateway)", _s20_72, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03cd\u03bb\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_37, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_38, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_40, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s23_39, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s24_41, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03cd\u03bb\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (Gateway)", _s25_44, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s24_42, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s25_45, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c5\u03bb\u03ce\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd (gateways)", _s16_169, "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "discard_changes", "\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 \u0391\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", "default_value", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03c4\u03b9\u03bc\u03ae", "disabled", "\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf", "currency_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", _s21_76, "\u03a0\u03c1\u03ce\u03c4\u03b7 \u039c\u03ad\u03c1\u03b1 \u03c4\u03b7\u03c2 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1\u03c2", _s23_40, "\u03a0\u03c1\u03ce\u03c4\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2 \u03c4\u03bf\u03c5 \u0388\u03c4\u03bf\u03c5\u03c2", "sunday", "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", "monday", "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", "tuesday", "\u03a4\u03c1\u03af\u03c4\u03b7", "wednesday", "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", "thursday", "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", "friday", "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", "saturday", "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf", "january", "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "february", "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", "march", "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", "april", "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", "may", "\u039c\u03ac\u03b9\u03bf\u03c2", "june", "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", "july", "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", "august", "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", "september", "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "october", "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", "november", "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "december", "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", "symbol", "\u03a3\u03cd\u03bc\u03b2\u03bf\u03bb\u03bf", "ocde", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", "date_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "datetime_format", "\u039c\u03bf\u03c1\u03c6\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2/\u038f\u03c1\u03b1\u03c2", "military_time", _s19_107, _s18_87, _s19_107, "send_reminders", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "timezone", "\u0396\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2", _s19_51, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac Project", _s17_107, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", _s19_53, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", _s18_88, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s18_90, "\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b1\u03bd\u03ac \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "group_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0393\u03c1\u03bf\u03c5\u03c0", "group", "\u039f\u03bc\u03ac\u03b4\u03b1", "groups", "\u0393\u03c1\u03bf\u03c5\u03c0", "new_group", "\u039d\u03ad\u03bf \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "edit_group", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0393\u03ba\u03c1\u03bf\u03c5\u03c0", "created_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "updated_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "archived_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "deleted_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "restored_groups", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0\u03c2", "archived_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "deleted_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "restored_group", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b3\u03ba\u03c1\u03bf\u03c5\u03c0", "upload_logo", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u039b\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "uploaded_logo", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bb\u03bf\u03b3\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5", "logo", "\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03bf", "saved_settings", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", _s16_171, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "device_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2", "defaults", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", "basic_settings", "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s17_109, "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03a0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2", "company_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2", "user_details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7", "localization", "\u03a4\u03bf\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "online_payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 Online", "tax_rates", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03ac \u03a6\u03cc\u03c1\u03c9\u03bd", "notifications", "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", "import_export", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae | \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "custom_fields", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b1 \u03a0\u03b5\u03b4\u03af\u03b1", "invoice_design", "\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "buy_now_buttons", "\u039a\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac \u0391\u03b3\u03bf\u03c1\u03ac \u03a4\u03ce\u03c1\u03b1", "email_settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 Email", _s23_42, "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 & \u03a5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", _s22_58, _s28_78, _s19_55, "\u0391\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03c3\u03b5\u03b9\u03c2 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "price", "\u03a4\u03b9\u03bc\u03ae", "email_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Email", "google_sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03ad\u03c3\u03c9 Google", _s27_42, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac \u03c3\u03b1\u03c2!", "redeem", "\u0395\u03be\u03b1\u03c1\u03b3\u03cd\u03c1\u03c9\u03c3\u03b5", "back", "\u03a0\u03af\u03c3\u03c9", "past_purchases", "\u03a0\u03b1\u03c1\u03b5\u03bb\u03b8\u03cc\u03bd\u03c4\u03b5\u03c2 \u0391\u03b3\u03bf\u03c1\u03ad\u03c2", _s19_57, "\u0395\u03c4\u03b7\u0384\u03c3\u03b9\u03b1 \u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae", "pro_plan", "\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "enterprise_plan", "\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03cc \u03a0\u03bb\u03ac\u03bd\u03bf", "count_users", ":count \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2", "upgrade", "\u0391\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7", _s25_46, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03ba\u03c1\u03cc \u03cc\u03bd\u03bf\u03bc\u03b1", _s24_43, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", _s33_21, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc.", "i_agree_to_the", "\u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce \u03bc\u03b5 \u03c4\u03bf", _s16_173, "\u038c\u03c1\u03bf\u03b9 \u03c4\u03b7\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", "privacy_policy", "\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5", "sign_up", "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", "account_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03bf \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc", "view_website", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2", "create_account", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", "email_login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 Email", "create_new", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u039d\u03ad\u03bf\u03c5", _s18_92, "\u0394\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03c0\u03b5\u03b4\u03af\u03b1.", _s21_79, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c3\u03ce\u03c3\u03c4\u03b5 \u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2.", "download", "\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1", _s27_43, "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf", "take_picture", "\u039b\u03ae\u03c8\u03b7 \u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1\u03c2", "upload_file", "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", "document", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "documents", "\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1", "new_document", "\u039d\u03ad\u03bf \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf", "edit_document", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", _s17_111, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_175, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_112, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s16_176, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s17_113, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", _s18_94, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s17_114, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", _s18_95, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd", "no_history", "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "expense_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "pending", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_177, "\u039a\u03b1\u03c4\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", _s16_178, "\u03a3\u03b5 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae", _s16_179, "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03bf", "converted", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03ac\u03c0\u03b7\u03ba\u03b5", _s24_45, "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 \u03c3\u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "exchange_rate", "\u0399\u03c3\u03bf\u03c4\u03b9\u03bc\u03af\u03b1 \u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2", _s16_180, "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03bd\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2", "mark_paid", "\u038c\u03c1\u03b9\u03c3\u03b5 \u03c9\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "category", "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1", "address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7", "new_vendor", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "created_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "updated_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "archived_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "deleted_vendor", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "restored_vendor", "\u039f \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2 \u03b1\u03bd\u03b1\u03ba\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1", _s16_181, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "deleted_vendors", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", _s16_182, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd", "new_expense", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "created_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "updated_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_183, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "deleted_expense", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_184, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s17_115, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s16_185, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", _s17_116, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd", "copy_shipping", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "copy_billing", "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2", "design", "\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7", _s21_80, "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03b1\u03bd\u03b5\u03cd\u03c1\u03b5\u03c3\u03b7\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", "invoiced", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03b7\u03bc\u03ad\u03bd\u03b1", "logged", "\u0395\u03b9\u03c3\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf", "running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "resume", "\u03a3\u03c5\u03bd\u03ad\u03c7\u03b9\u03c3\u03b5", "task_errors", "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03c4\u03b5 \u03c4\u03c5\u03c7\u03cc\u03bd \u03b5\u03c0\u03b9\u03ba\u03b1\u03bb\u03c5\u03c0\u03c4\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2", "start", "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", "stop", "\u039b\u03ae\u03be\u03b7", "started_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "stopped_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "resumed_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03c0\u03b1\u03bd\u03ad\u03bd\u03b1\u03c1\u03be\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "now", "\u03a4\u03ce\u03c1\u03b1", _s16_186, "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0388\u03bd\u03b1\u03c1\u03be\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "timer", "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2", "manual", "\u03a7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf", "budgeted", "\u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf", "start_time", "\u038f\u03c1\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_time", "\u038f\u03c1\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "times", "\u03a6\u03bf\u03c1\u03ad\u03c2", "duration", "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1", "new_task", "\u039d\u03ad\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "created_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "updated_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "deleted_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "restored_task", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "archived_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "deleted_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "restored_tasks", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", _s19_59, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03cc\u03bd\u03bf\u03bc\u03b1", "budgeted_hours", "\u03a7\u03c1\u03b5\u03ce\u03c3\u03b9\u03bc\u03b5\u03c2 \u038f\u03c1\u03b5\u03c2", "created_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 project", "updated_project", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 project", _s16_188, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 project", "deleted_project", _s25_74, _s16_189, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 project", _s17_117, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count projects", _s16_190, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count projects", _s17_118, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value projects", "new_project", "\u039d\u03ad\u03bf Project", _s27_47, "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b1\u03c2!", "if_you_like_it", "\u0395\u03ac\u03bd \u03c3\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5", "click_here", "\u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", _s18_96, "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce", "to_rate_it", "\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5.", "average", "\u039c\u03ad\u03c3\u03bf\u03c2 \u03cc\u03c1\u03bf\u03c2", "unapproved", "\u039c\u03b7 \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7", _s30_15, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7", "locked", "\u039a\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03b7", "authenticate", "\u0391\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s19_61, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5", _s24_47, "\u0392\u03b9\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03b7 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "footer", "\u03a5\u03c0\u03bf\u03c3\u03ad\u03bb\u03b9\u03b4\u03bf", "compare", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03bd\u03b5", "hosted_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "selfhost_login", "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03b1\u03c5\u03c4\u03bf-\u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "google_sign_in", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 Google", "today", "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", "custom_range", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u0395\u03cd\u03c1\u03bf\u03c2", "date_range", "\u0395\u03cd\u03c1\u03bf\u03c2 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd", "current", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae", "previous", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7", "current_period", "\u03a4\u03c9\u03c1\u03b9\u03bd\u03ae \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", _s17_119, "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7\u03c2", "previous_period", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2", "previous_year", _s19_108, "compare_to", "\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5", "last7_days", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 7 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2", "last_week", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1", "last30_days", "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 30 \u0397\u03bc\u03ad\u03c1\u03b5\u03c2", "this_month", "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u039c\u03ae\u03bd\u03b1\u03c2", "last_month", "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u039c\u03ae\u03bd\u03b1\u03c2", "this_year", "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03a7\u03c1\u03cc\u03bd\u03bf\u03c2", "last_year", _s19_108, "custom", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf", _s16_191, "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "clone_to_quote", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "clone_to_credit", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03a0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7", "view_invoice", "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "convert", "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae", "more", "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", "edit_client", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "edit_product", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "edit_invoice", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "edit_quote", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "edit_payment", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "edit_task", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "edit_expense", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", "edit_vendor", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "edit_project", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 Project", _s20_74, "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "billing_address", "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", _s16_193, "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2", "total_revenue", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac \u0388\u03c3\u03bf\u03b4\u03b1", "average_invoice", "\u039c\u03ad\u03c3\u03bf\u03c2 \u038c\u03c1\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "outstanding", "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae", "invoices_sent", ":count \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c3\u03c4\u03ac\u03bb\u03b8\u03b7\u03ba\u03b1\u03bd", "active_clients", "\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "close", "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", "email", "Email", "password", "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2", "url", "URL", "secret", "\u039a\u03c1\u03c5\u03c6\u03cc", "name", "\u0395\u03c0\u03c9\u03bd\u03c5\u03bc\u03af\u03b1", "logout", "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", "login", "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2", "filter", "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", "sort", "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7", "search", "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "active", "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "archived", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf", "deleted", "\u0394\u03b9\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf", "dashboard", "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5", "archive", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7", "delete", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", "restore", "\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7", _s16_195, "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s23_43, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2", _s26_34, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2", _s21_83, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf URL \u03c3\u03b1\u03c2", _s26_36, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2 \u03c3\u03b1\u03c2", "ascending", "\u0391\u03cd\u03be\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "descending", "\u03a6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 \u03c3\u03b5\u03b9\u03c1\u03ac", "save", "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", _s17_121, "\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", "paid_to_date", "\u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf \u03a0\u03bf\u03c3\u03cc", "balance_due", "\u039f\u03bb\u03b9\u03ba\u03cc \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "balance", "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf", "overview", "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "details", "\u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1", "phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "website", "\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "vat_number", "\u0391\u03a6\u039c", "id_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 ID", "create", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1", _s19_63, "\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03c4\u03b7\u03ba\u03b5 :value \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "error", "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", _s16_197, "\u0391\u03b4\u03cd\u03bd\u03b1\u03c4\u03b7 \u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7", "contacts", "\u0395\u03c0\u03b1\u03c6\u03ad\u03c2", "additional", "\u0395\u03c0\u03b9\u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf", "first_name", "\u038c\u03bd\u03bf\u03bc\u03b1", "last_name", "\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", "add_contact", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "are_you_sure", "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9;", "cancel", "\u0386\u03ba\u03c5\u03c1\u03bf", "ok", "Ok", "remove", "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", _s16_199, "\u03a4\u03bf Email \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", "product", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "products", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "new_product", "\u039d\u03ad\u03bf \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "created_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "updated_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_201, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "deleted_product", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s16_202, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s17_123, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s16_203, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", _s17_124, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd", "product_key", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd", "notes", "\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "cost", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2", "client", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "clients", "\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2", "new_client", "\u039d\u03ad\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2", "created_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "updated_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "archived_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_204, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "deleted_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "deleted_clients", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "restored_client", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_205, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "address1", "\u039f\u03b4\u03cc\u03c2", "address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1", "city", "\u03a0\u03cc\u03bb\u03b7", "state", "\u039d\u03bf\u03bc\u03cc\u03c2", "postal_code", "\u03a4\u03b1\u03c7. \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2", "country", "\u03a7\u03ce\u03c1\u03b1", "invoice", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "invoices", "\u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1", "new_invoice", "\u039d\u03ad\u03bf \u03a4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "created_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "updated_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_206, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "deleted_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_207, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s17_125, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s16_208, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", _s17_126, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "emailed_invoice", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "emailed_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 Email", "amount", "\u03a0\u03bf\u03c3\u03cc", "invoice_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "invoice_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "discount", "\u0388\u03ba\u03c0\u03c4\u03c9\u03c3\u03b7", "po_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2", "terms", "\u038c\u03c1\u03bf\u03b9", "public_notes", "\u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "private_notes", "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2", "frequency", "\u03a3\u03c5\u03c7\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1", "start_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", "end_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u039b\u03ae\u03be\u03b7\u03c2", "quote_number", "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2", "quote_date", "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "valid_until", "\u0388\u03b3\u03ba\u03c5\u03c1\u03bf \u0388\u03c9\u03c2", "items", "\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1", "partial_deposit", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "description", "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", "unit_cost", "\u03a4\u03b9\u03bc\u03ae \u039c\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2", "quantity", "\u03a0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1", "add_item", "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", "contact", "\u0395\u03c0\u03b1\u03c6\u03ae", "work_phone", "\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf", "total_amount", "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03cc \u03a0\u03bf\u03c3\u03cc", "pdf", "PDF", "due_date", _s22_118, _s16_209, "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u039c\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", _s17_127, "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "quote_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s22_59, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03bf\u03c2", _s22_61, "\u03a0\u03b9\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf + \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", "count_selected", ":count \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", "total", "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", "percent", "\u03a0\u03bf\u03c3\u03bf\u03c3\u03c4\u03cc", "edit", "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "dismiss", "\u0391\u03c0\u03ad\u03c1\u03c1\u03b9\u03c8\u03b5", _s20_76, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", _s22_62, _s24_87, _s24_49, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf", "task_rate", "\u039a\u03cc\u03c3\u03c4\u03bf\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", "settings", "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "language", "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "currency", "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1", "created_at", "\u0397\u03bc/\u03bd\u03af\u03b1 \u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2", "created_on", "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "updated_at", "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", "tax", "\u03a6\u03cc\u03c1\u03bf\u03c2", _s30_17, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_51, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "past_due", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "draft", "\u03a0\u03c1\u03cc\u03c7\u03b5\u03b9\u03c1\u03bf", "sent", "\u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b1", "viewed", "\u0395\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1", "approved", "\u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "partial", "\u039c\u03b5\u03c1\u03b9\u03ba\u03cc/\u039a\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7", "paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1", "mark_sent", "\u03a3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7 \u03c9\u03c2 \u0391\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf", _s22_64, _s42_19, _s22_65, _s42_19, _s23_45, _s42_20, _s23_46, _s42_20, "done", "\u0388\u03c4\u03bf\u03b9\u03bc\u03bf", _s37_18, "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 \u03ae \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03af\u03b1\u03c2 \u03b5\u03c0\u03b1\u03c6\u03ae\u03c2", "dark_mode", "\u03a3\u03ba\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd", _s27_53, "\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae", "refresh_data", "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "blank_contact", "\u039a\u03b5\u03bd\u03ae \u0395\u03c0\u03b1\u03c6\u03ae", "activity", "\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1", _s16_211, "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2", "clone", "\u039a\u03bb\u03c9\u03bd\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "loading", "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7", "industry", "\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1", "size", "\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2", "payment_terms", "\u038c\u03c1\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_date", "\u0397\u03bc/\u03bd\u03af\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "payment_status", "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_213, "\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03ae\u03c2", _s16_214, "\u03a3\u03b5 \u03bb\u03ae\u03be\u03b7", _s16_215, "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", _s16_216, "\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5", _s16_217, "\u039c\u03b5\u03c1\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd", _s16_218, _s18_166, _s17_128, "\u0391\u03bd\u03b5\u03c6\u03ac\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf", _s17_129, _s19_27, "net", "\u039a\u03b1\u03b8\u03b1\u03c1\u03cc", "client_portal", "Portal \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "show_tasks", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd", "email_reminders", "Email \u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "enabled", "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", "recipients", "\u03a0\u03b1\u03c1\u03b1\u03bb\u03ae\u03c0\u03c4\u03b5\u03c2", "initial_email", "\u0391\u03c1\u03c7\u03b9\u03ba\u03cc Email", "first_reminder", _s16_307, "second_reminder", _s18_167, "third_reminder", _s16_308, "reminder1", _s16_307, "reminder2", _s18_167, "reminder3", _s16_308, "template", "\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf", "send", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae", "subject", "\u0398\u03ad\u03bc\u03b1", "body", "\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf", "send_email", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae Email", "email_receipt", "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03cc\u03b4\u03b5\u03b9\u03be\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7", "auto_billing", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "button", "\u039a\u03bf\u03c5\u03bc\u03c0\u03af", "preview", "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "customize", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae", "history", "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc", "payment", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "payments", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2", "refunded", _s18_166, "payment_type", "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s21_85, _s18_168, "enter_payment", "\u039a\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "new_payment", "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae", "created_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "updated_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_219, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "deleted_payment", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s16_220, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s17_130, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s16_221, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", _s17_131, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd", "quote", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "quotes", "\u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2", "new_quote", "\u039d\u03ad\u03b1 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac", "created_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "updated_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "deleted_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "restored_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "archived_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "deleted_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae :count \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "restored_quotes", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 :value \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd", "expense", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b7", "expenses", "\u0394\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2", "vendor", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae\u03c2", "vendors", "\u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ad\u03c2", "task", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1", "tasks", "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2", "project", "Project", "projects", "Projects", "activity_1", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_2", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_3", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_4", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_5", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_6", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_7", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_8", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_9", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_10", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c0\u03bf\u03c3\u03bf\u03cd :payment_amount \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_11", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_12", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_13", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_14", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ba\u03b1\u03c4\u03b1\u03c7\u03ce\u03c1\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_15", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_16", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_17", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_18", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_19", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_20", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_21", _s41_14, "activity_22", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_23", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_24", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote", "activity_25", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_26", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_27", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae :payment", "activity_28", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7 :credit", "activity_29", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03c4\u03b7\u03ba\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac :quote \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_30", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_31", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_32", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_33", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_34", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_35", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_36", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_37", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_39", ":user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_40", ":user \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 :adjustment \u03bc\u03b9\u03b1\u03c2 :payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 :payment", "activity_41", ":payment_amount \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 (:payment) \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", "activity_42", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_43", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_44", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_45", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b4\u03b9\u03ad\u03b3\u03c1\u03b1\u03c8\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_46", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03ad\u03c6\u03b5\u03c1\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 :task", "activity_47", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03c0\u03b1\u03bd\u03b1\u03b4\u03b7\u03bc\u03b9\u03bf\u03cd\u03c1\u03b3\u03b7\u03c3\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_55", "\u0397 \u03b5\u03c0\u03b1\u03c6\u03ae :contact \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b5 \u03c3\u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_56", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03af\u03b4\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 :ticket", "activity_57", "\u03a4\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03b5 email \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_58", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_59", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice", "activity_60", _s41_14, "activity_61", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 :client", "activity_62", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae :vendor", "activity_63", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_64", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_65", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03c4\u03c1\u03af\u03c4\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_66", "\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 :user \u03ad\u03c3\u03c4\u03b5\u03b9\u03bb\u03b5 \u03bc\u03b5 email \u03b1\u03c4\u03ad\u03c1\u03bc\u03bf\u03bd\u03b7 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf :invoice \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03c6\u03ae :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03a6\u03bf\u03c1\u03ac\u03c2", "emailed_quote", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "emailed_credit", "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 email", _s20_78, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", _s21_87, "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03af\u03c3\u03c4\u03c9\u03c3\u03b7\u03c2 \u03c9\u03c2 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7", "expired", "\u039b\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1", "all", "\u038c\u03bb\u03b1", "select", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", _s22_66, "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ae \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03bc\u03b5 \u03a0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03c0\u03af\u03b5\u03c3\u03b7", "custom_value1", _s18_169, "custom_value2", _s18_169, "custom_value3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 3", "custom_value4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a4\u03b9\u03bc\u03ae 4", _s18_97, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb Email", _s24_54, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2", _s29_37, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0391\u03bd\u03b5\u03be\u03cc\u03c6\u03bb\u03b7\u03c4\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s27_58, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u0395\u03be\u03bf\u03c6\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s31_18, "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u039c\u03b7 \u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", "lock_invoices", "\u039a\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03c9\u03bd", "translations", "\u039c\u03b5\u03c4\u03b1\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2", _s19_64, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s19_66, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", _s22_68, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s22_70, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s21_88, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_90, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", _s21_92, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s21_94, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2 \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", _s22_72, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_74, "\u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae\u03c2\xa0\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", _s22_76, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s22_78, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s20_79, "\u039c\u03bf\u03c4\u03af\u03b2\u03bf \u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s20_81, "\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03a0\u03c1\u03bf\u03c3\u03c6\u03bf\u03c1\u03ac\u03c2", _s21_96, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd", _s21_98, _s27_83, _s21_100, "\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd", _s21_101, _s27_83, _s18_99, "\u039c\u03b7\u03b4\u03b5\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u039c\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2", "counter_padding", "\u0391\u03bd\u03c4\u03b9\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2", _s28_57, "\u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03af\u03b1\u03c2 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s18_101, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 1", _s18_103, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", _s18_105, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 2", _s18_107, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", _s18_109, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae 3", _s18_111, "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", _s21_102, "\u0398\u03ad\u03bc\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s19_68, "\u0398\u03ad\u03bc\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", _s21_104, "\u0398\u03ad\u03bc\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf", _s29_39, "\u0398\u03ad\u03bc\u03b1 Email \u03bc\u03b5\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "show_table", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1", "show_list", "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039b\u03af\u03c3\u03c4\u03b1\u03c2", "client_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s16_222, "\u039f \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u0395\u03bd\u03b5\u03c1\u03b3\u03cc\u03c2", "client_balance", "\u0399\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd", "client_address1", "\u039f\u03b4\u03cc\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "client_address2", "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "\u039f\u03b4\u03cc\u03c2 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", _s24_57, "\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1 \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03a0\u03b5\u03bb\u03ac\u03c4\u03b7", "type", "\u03a4\u03cd\u03c0\u03bf\u03c2", "invoice_amount", "\u03a0\u03bf\u03c3\u03cc \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", _s16_226, _s22_118, "tax_rate1", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 1", "tax_rate2", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 2", "tax_rate3", "\u03a6\u03bf\u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc\u03c2 \u03a3\u03c5\u03bd\u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ae\u03c2 3", "auto_bill", "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03a7\u03c1\u03ad\u03c9\u03c3\u03b7", "archived_at", "\u0391\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2", "has_expenses", "\u0395\u03c7\u03b5\u03b9 \u03ad\u03be\u03bf\u03b4\u03b1", "custom_taxes1", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 1", "custom_taxes2", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 2", "custom_taxes3", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 3", "custom_taxes4", "\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a6\u03bf\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 4", _s17_134, _s26_63, _s17_135, _s26_64, _s17_136, _s26_65, _s17_137, _s26_66, "is_deleted", "\u0395\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", "vendor_city", "\u03a0\u03cc\u03bb\u03b7 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_state", "\u039a\u03c1\u03ac\u03c4\u03bf\u03c2 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "vendor_country", "\u03a7\u03ce\u03c1\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ae", "is_approved", "\u0395\u03af\u03bd\u03b1\u03b9 \u0391\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae", "tax_name", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_amount", "\u03a0\u03bf\u03c3\u03cc \u03a6\u03cc\u03c1\u03bf\u03c5", "tax_paid", "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03a6\u03cc\u03c1\u03bf\u03c2", "payment_amount", "\u03a0\u03bf\u03c3\u03cc \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2", "age", "\u0397\u03bb\u03b9\u03ba\u03af\u03b1", "is_running", "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9", "time_log", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u039a\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03a7\u03c1\u03cc\u03bd\u03bf\u03c5", "bank_id", "\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1", _s19_70, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s16_227, "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u0394\u03b1\u03c0\u03ac\u03bd\u03b7\u03c2", _s19_72, "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039d\u03bf\u03bc\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a4\u03b9\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03bf\u03c5", "tax_name1", "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1 \u03a6\u03cc\u03c1\u03bf\u03c5 1", "tax_name2", _s16_309, "tax_name3", _s16_309, "transaction_id", _s18_168, _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "he", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d5\u05d4\u05e2\u05d1\u05e8\u05d4 \u05d1\u05e0\u05e7\u05d0\u05d9\u05ea", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u05de\u05e2\u05de\u05d3", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u05d4\u05d5\u05e1\u05e4\u05ea Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea: \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_11, _s17_12, "week", "\u05e9\u05d1\u05d5\u05e2", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u05de\u05d8\u05d1\u05e2 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "range", "\u05d8\u05d5\u05d5\u05d7", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u05e6\u05d5\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u05d4\u05e2\u05de\u05dc\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :amount \u05ea\u05d4\u05d9\u05d4 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u05d0\u05d9\u05e9\u05d5\u05e8", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "\u05d9\u05ea\u05e8\u05d4", "invoice_paid", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc PDF \u05d1\u05e2\u05ea \u05e2\u05e8\u05d9\u05db\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d6\u05d9\u05db\u05d5\u05d9 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e1\u05d9\u05e1\u05de\u05d0", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "\u05d9\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u05e6\u05e4\u05d4 \u05d1\u05d4\u05d5\u05e6\u05d0\u05d4 # :expense", "view_statement", "\u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u05de\u05e2\u05e8\u05db\u05ea", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, "\u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05d5\u05d9\u05db\u05d5\u05ea \u05db\u05d5\u05dc\u05dd \u05dc\u05d0\u05d5\u05ea\u05d5 \u05dc\u05e7\u05d5\u05d7", _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_19, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea", _s21_22, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_27, "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_3, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_4, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_6, _s38_2, _s26_5, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "\u05e0\u05d8\u05d5", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05d5\u05e6\u05d2\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05d8\u05dc", "uninvoiced", "\u05dc\u05dc\u05d0 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u05d9\u05d1\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s23_15, "\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05de\u05e9\u05d9\u05de\u05d4", "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "\u05e4\u05e8\u05d9\u05d8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_item", "Quote Item", _s18_27, "\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s17_23, "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "order", "Order", "unassigned", "\u05dc\u05d0 \u05de\u05d5\u05e7\u05e6\u05d4", "partial_value", "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05e4\u05e1 \u05d5\u05e7\u05d8\u05df \u05de\u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05e1\u05d5\u05e4\u05d9", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u05d0\u05e4\u05e9\u05e8", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05ea\u05ea-\u05d4\u05d3\u05d5\u05de\u05d9\u05d9\u05df \u05d0\u05d5 \u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc\u05da.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, "\u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d0\u05e9\u05e8\u05d0\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3", "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "\u05d0\u05e4\u05e9\u05e8 \u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd, \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05d5\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u05e9\u05dc\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d4\u05d6\u05de\u05e0\u05d4", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u05e1\u05db\u05d5\u05dd \u05d4\u05d7\u05d6\u05e8", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u05e8\u05d1\u05e2\u05d5\u05df \u05e7\u05d5\u05d3\u05dd", "to_update_run", "To update run", _s18_39, "\u05dc\u05d4\u05de\u05d9\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", _s16_54, _s16_55, "invoice_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_task", "\u05de\u05e9\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_expense", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d5\u05e6\u05d0\u05d4", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u05d4\u05de\u05e8 \u05e1\u05db\u05d5\u05dd", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u05de\u05e1\u05de\u05db\u05d9 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u05d4\u05e1\u05ea\u05e8", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", "recent_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u05d8\u05d5\u05e8", "sample", "\u05d3\u05d2\u05d9\u05de\u05d4", "map_to", "Map To", "import", "\u05d9\u05d9\u05d1\u05d0", _s25_16, _s29_7, "select_file", "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05d1\u05d1\u05e7\u05e9\u05d4", _s16_62, _s16_63, "csv_file", "\u05e7\u05d5\u05d1\u05e5 CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u05dc\u05d0 \u05e9\u05d5\u05dc\u05dd", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05e9\u05dc\u05d7\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", _s24_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e9\u05d5\u05dc\u05de\u05d5 \u05e0\u05e2\u05d5\u05dc\u05d5\u05ea", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d0\u05d9\u05d7\u05d5\u05e8", "quote_expired", "Quote Expired", "partial_due", "\u05de\u05d5\u05e2\u05d3 \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05dc\u05e7\u05d9", "invoice_total", '\u05e1\u05d4"\u05db \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "quote_total", '\u05e1\u05d4"\u05db \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8', "credit_total", '\u05e1\u05d4"\u05db \u05d6\u05d9\u05db\u05d5\u05d9', _s23_19, '\u05e1\u05d4"\u05db \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', "actions", "Actions", "expense_number", "Expense Number", "task_number", "\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u05d0\u05d6\u05d4\u05e8\u05d4", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d0\u05d5\u05d7\u05e8\u05ea", "expired_quote", "Expired Quote", "remind_invoice", "\u05ea\u05d6\u05db\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "cvv", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d5\u05d3\u05d9", "client_name", "\u05e9\u05dd \u05d4\u05dc\u05e7\u05d5\u05d7", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc \u05dc\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "\u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", "new_task_status", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9", _s16_64, "\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4", _s19_30, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_31, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_38, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_32, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s19_33, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_39, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "\u05d7\u05e4\u05e9 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d4 1", _s20_41, "\u05d7\u05e4\u05e9 :count \u05e1\u05d8\u05d8\u05d5\u05e1\u05d9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s16_66, "\u05d4\u05e6\u05d2 \u05d8\u05d1\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s21_44, "\u05d4\u05e6\u05d2 \u05ea\u05de\u05d9\u05d3 \u05d0\u05ea \u05de\u05e7\u05d8\u05e2 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_42, "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_17, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05e9\u05e2\u05d4 \u05dc\u05e4\u05e8\u05d8\u05d9 \u05d4\u05e9\u05d3\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s20_44, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05d5\u05de\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s25_18, "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05d8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05e4\u05e8\u05d9\u05d8\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s21_45, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05de\u05d9\u05e8\u05d4", _s18_44, _s18_45, "task_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", _s20_46, _s20_47, _s18_46, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s20_48, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4", _s21_46, _s21_47, _s24_29, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_30, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_20, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_31, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s24_32, _s37_7, _s25_21, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u05e6\u05e8\u05d9\u05da \u05dc\u05ea\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_21, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05dc\u05d4\u05d9\u05e9\u05dc\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05ea\u05d7\u05d9\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u05e1\u05de\u05df \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_51, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", _s21_53, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", _s22_40, "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s25_27, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_28, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_13, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_29, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s25_30, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05d4\u05d5\u05e1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s26_14, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s27_25, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s26_15, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s27_26, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", _s24_33, "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea 1", _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u05e8\u05d5\u05d5\u05d7", "line_item", "\u05e1\u05d3\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e8\u05d8\u05dc", "copy_link", "Copy Link", "token_billing", "\u05e9\u05de\u05d9\u05e8\u05ea \u05e4\u05e8\u05d8\u05d9 \u05db\u05e8\u05d8\u05d9\u05e1", _s24_35, _s24_36, "always", "\u05ea\u05de\u05d9\u05d3", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, '\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "emailed_quotes", '\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05da\u05d7\u05d4', "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u05e9\u05e2\u05d5\u05ea", "statement", "\u05d7\u05e9\u05d1\u05d5\u05df", "taxes", "\u05de\u05e1\u05d9\u05dd", "surcharge", "\u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "apply_payment", "Apply Payment", "apply_credit", "\u05d4\u05d7\u05dc \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "apply", "\u05d4\u05d7\u05dc", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u05e2\u05d1\u05d5\u05e8", "health_check", "Health Check", "payment_type_id", "\u05e9\u05d9\u05d8\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 \u05e6\u05d3 \u05e9\u05dc\u05d9\u05e9\u05d9 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", _s17_61, _s17_62, _s17_63, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea", _s17_65, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e2\u05d1\u05e8\u05d5 \u05d0\u05ea \u05de\u05d5\u05e2\u05d3 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd", "recent_payments", "\u05e7\u05d1\u05dc\u05d4", "upcoming_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05e7\u05e8\u05d5\u05d1", "expired_quotes", "\u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05df", "create_client", "\u05e6\u05d5\u05e8 \u05dc\u05e7\u05d5\u05d7", "create_invoice", "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "create_quote", "\u05ea\u05d9\u05d9\u05e6\u05e8 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "create_payment", "Create Payment", "create_vendor", "\u05e6\u05d5\u05e8 \u05e1\u05e4\u05e7", "update_quote", "Update Quote", "delete_quote", "\u05de\u05d7\u05e7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "update_invoice", "\u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "delete_invoice", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "update_client", "Update Client", "delete_client", "\u05de\u05d7\u05e7 \u05dc\u05e7\u05d5\u05d7", "delete_payment", "\u05de\u05d7\u05e7 \u05ea\u05e9\u05dc\u05d5\u05dd", "update_vendor", "Update Vendor", "delete_vendor", "\u05de\u05d7\u05e7 \u05e1\u05e4\u05e7", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u05de\u05d7\u05e7 \u05d4\u05d5\u05e6\u05d0\u05d4", "create_task", "\u05e6\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "update_task", "\u05e2\u05d3\u05db\u05df \u05de\u05e9\u05d9\u05de\u05d4", "delete_task", "\u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "approve_quote", "Approve Quote", "off", "\u05db\u05d1\u05d5\u05d9", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u05d7\u05d9\u05e0\u05dd", "plan", "\u05ea\u05db\u05e0\u05d9\u05ea", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "\u05d8\u05d5\u05e7\u05df API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u05d8\u05d5\u05e7\u05df", "tokens", "\u05d8\u05d5\u05e7\u05e0\u05d9\u05dd", "new_token", "New Token", "edit_token", "\u05e2\u05e8\u05d9\u05db\u05ea \u05d8\u05d5\u05e7\u05df", "created_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_token", "\u05d8\u05d5\u05e7\u05df \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_token", "\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_token", "\u05d8\u05d5\u05e7\u05df \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05de\u05d9\u05d9\u05dc", "email_quote", "\u05e9\u05dc\u05d7 \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d1\u05de\u05d9\u05d9\u05dc", "email_credit", "Email Credit", "email_payment", '\u05e9\u05dc\u05d7 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d3\u05d5\u05d0"\u05dc', _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u05e9\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u05e2\u05e8\u05d5\u05da \u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s20_57, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s20_58, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s21_56, "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u05d2\u05d5\u05d1\u05d4 \u05d9\u05ea\u05e8\u05d4", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "\u05d7\u05e4\u05e9 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", "\u05d7\u05e4\u05e9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea 1", "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "\u05d7\u05e4\u05e9 1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9", _s17_75, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d5\u05d8\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_59, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d5\u05d8\u05dc\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_92, _s21_141, _s17_76, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05d5\u05d7\u05d6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "reverse", "Reverse", "full_name", "\u05e9\u05dd \u05de\u05dc\u05d0", _s17_77, "\u05e2\u05d9\u05e8/\u05de\u05d3\u05d9\u05e0\u05d4/\u05d3\u05d5\u05d0\u05e8", _s17_79, _s17_80, "custom1", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 1", "custom2", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea 2", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u05e8\u05e2\u05e0\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", _s16_93, "\u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e8\u05d5\u05e2\u05e0\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s18_60, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "invoice_balance", "\u05d9\u05ea\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "age_group_0", "0 - 30 \u05d9\u05de\u05d9\u05dd", "age_group_30", "30 - 60 \u05d9\u05de\u05d9\u05dd", "age_group_60", "60 - 90 \u05d9\u05de\u05d9\u05dd", "age_group_90", "90 - 120 \u05d9\u05de\u05d9\u05dd", "age_group_120", "120+ \u05d9\u05de\u05d9\u05dd", "refresh", "\u05e8\u05e2\u05e0\u05df", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "\u05e9\u05d5\u05e8\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u05de\u05ea\u05d7\u05dd", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e6\u05e4\u05ea\u05d4", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u05de\u05d7\u05e7 \u05d7\u05e9\u05d1\u05d5\u05df", _s22_47, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d7\u05d9\u05e7\u05d4 \u05d6\u05d5 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc", "delete_company", "\u05de\u05d7\u05e7 \u05d7\u05d1\u05e8\u05d4", _s22_48, "\u05d0\u05d6\u05d4\u05e8\u05d4: \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05de\u05d7\u05e7 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d0\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4 \u05e9\u05dc\u05da, \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", "load_design", "\u05d8\u05e2\u05df \u05e2\u05d9\u05e6\u05d5\u05d1", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u05db\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05ea", "recurring_tasks", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", _s18_61, "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05e9\u05d1\u05d5\u05df", "credit_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05ea\u05e8\u05d4", "credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "credits", "\u05d0\u05e9\u05e8\u05d0\u05d9 / \u05d9\u05ea\u05e8\u05d4", "new_credit", "\u05d4\u05db\u05e0\u05e1 \u05d9\u05ea\u05e8\u05d4", "edit_credit", "\u05e2\u05e8\u05d5\u05da \u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea", "created_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_credit", "\u05d9\u05ea\u05e8\u05ea \u05d6\u05db\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_credit", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_credit", _s27_36, "restored_credit", "\u05d0\u05e9\u05e8\u05d0\u05d9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_100, "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_credits", "\u05d9\u05ea\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_101, _s36_9, "current_version", "\u05d2\u05e8\u05e1\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u05d7\u05d1\u05e8\u05d4 \u05d7\u05d3\u05e9\u05d4", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "task2", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "task3", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "task4", "\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 1", "invoice2", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 2", "invoice3", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 3", "invoice4", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea 4", "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u05d0\u05ea\u05d7\u05d5\u05dc", "number", "Number", "export", "\u05d9\u05d9\u05e6\u05d5\u05d0", "chart", "\u05ea\u05e8\u05e9\u05d9\u05dd", "count", "Count", "totals", "\u05e1\u05db\u05d5\u05de\u05d9\u05dd \u05e1\u05d5\u05e4\u05d9\u05d9\u05dd", "blank", "\u05e8\u05d9\u05e7", "day", "\u05d9\u05d5\u05dd", "month", "\u05d7\u05d5\u05d3\u05e9", "year", "\u05e9\u05e0\u05d4", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u05e7\u05d1\u05e5 \u05dc\u05e4\u05d9", "credit_balance", "\u05de\u05d0\u05d6\u05df \u05d9\u05ea\u05e8\u05d4", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", "\u05e0\u05d5\u05e6\u05e8 \u05e2\u05dc \u05d9\u05d3\u05d9: :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u05e9\u05d5\u05e8\u05d5", "aging", "\u05d6\u05de\u05df", "profit_and_loss", "\u05e8\u05d5\u05d5\u05d7 \u05d5\u05d4\u05e4\u05e1\u05d3", "reports", "\u05d3\u05d5\u05d7", "report", '\u05d3\u05d5"\u05d7', "add_company", "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05d1\u05e8\u05d4", "unpaid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", "paid_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s16_136, _s16_137, "help", "\u05e2\u05d6\u05e8\u05d4", "refund", "\u05d4\u05d7\u05d6\u05e8", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", '\u05d3\u05d5\u05d0"\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "multiselect", "Multiselect", "entity_state", "\u05de\u05e6\u05d1", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u05d4\u05d5\u05d3\u05e2\u05d4", "from", "\u05de\u05d0\u05ea", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u05d8\u05d5\u05e4\u05e1 \u05e2\u05d6\u05e8\u05d4", "about", "About", "documentation", "\u05de\u05d3\u05e8\u05d9\u05db\u05d9\u05dd", "contact_us", "\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8", "subtotal", "\u05e1\u05d9\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd", "line_total", '\u05e1\u05d4"\u05db', "item", "\u05e4\u05e8\u05d9\u05d8", "credit_email", "Credit Email", "iframe_url", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", _s23_29, "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4 \u05dc\u05dc\u05e7\u05d5\u05d7", _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u05db\u05df", "no", "\u05dc\u05d0", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u05e6\u05e4\u05d4", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, "\u05d4\u05e6\u05d2 \u05db\u05de\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u05de\u05e9\u05ea\u05de\u05e9", "invoice_tax", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "item_tax_rates", "Item Tax Rates", _s18_74, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05dc\u05e7\u05d5\u05d7", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e1", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u05e9\u05d7\u05d6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0", "late_fees", "Late Fees", "credit_number", "\u05d6\u05d9\u05db\u05d5\u05d9 \u05de\u05e1\u05e4\u05e8", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u05ea\u05d6\u05de\u05df", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, "\u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "days", "\u05d9\u05de\u05d9\u05dd", "invoice_email", "\u05de\u05d9\u05d9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "payment_email", "\u05de\u05d9\u05d9\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u05de\u05d9\u05d9\u05dc \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u05de\u05e0\u05d4\u05dc", _s18_80, "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05dc\u05e0\u05d4\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd, \u05dc\u05e9\u05e0\u05d5\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5\u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea", "user_management", "\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "users", "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "new_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9", "edit_user", "\u05e2\u05e8\u05d5\u05da \u05de\u05e9\u05ea\u05de\u05e9", "created_user", _s25_37, "updated_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "removed_user", _s25_40, "restored_user", "\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05dc\u05dc\u05d9\u05d5\u05ea", "invoice_options", "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_92, "\u05d4\u05e1\u05ea\u05e8 \u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05db\u05d4", _s22_55, '\u05d4\u05e6\u05d2 \u05d0\u05da \u05d5\u05e8\u05e7 "\u05e9\u05d5\u05dc\u05dd \u05e2\u05d3 \u05ea\u05d0\u05e8\u05d9\u05da" \u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05e8\u05d9 \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd', _s23_31, "\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05de\u05d5\u05d8\u05de\u05e2\u05d9\u05dd", _s28_21, "\u05db\u05dc\u05d5\u05dc \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e6\u05d5\u05e8\u05e4\u05d9\u05dd \u05db\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u05e2\u05de\u05d5\u05d3 \u05e8\u05d0\u05e9\u05d5\u05df", "all_pages", "\u05db\u05dc \u05d4\u05e2\u05de\u05d5\u05d3\u05d9\u05dd", "last_page", "\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05e8\u05d5\u05df", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u05e6\u05d1\u05e2 \u05e8\u05d0\u05e9\u05d9", "secondary_color", "\u05e6\u05d1\u05e2 \u05de\u05e9\u05e0\u05d9", "page_size", "\u05d2\u05d5\u05d3\u05dc \u05e2\u05de\u05d5\u05d3", "font_size", "\u05d2\u05d5\u05d3\u05dc \u05e4\u05d5\u05e0\u05d8", "quote_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", "invoice_fields", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "product_fields", "\u05e9\u05d3\u05d5\u05ea \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", "invoice_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05d1\u05d3\u05e3 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_terms", "\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", "quote_footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4 \u05dc\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s18_81, "Auto Email", _s23_32, '\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8\u05d5\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05df \u05e0\u05d5\u05e6\u05e8\u05d5\u05ea.', _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u05d4\u05de\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", _s23_34, "\u05d4\u05de\u05e8 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05db\u05d0\u05e9\u05e8 \u05d4\u05dc\u05e7\u05d5\u05d7 \u05de\u05d0\u05e9\u05e8", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "\u05d4\u05d5\u05e1\u05e3 \u05de\u05d9\u05e1\u05d9\u05dd", "next_reset", "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05d1\u05d0", "reset_counter", "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u05e9\u05d3\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s17_99, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d9\u05d5\u05d1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd", "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "\u05e9\u05d3\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "CSS \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05d1-PDF \u05e9\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea/\u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8.", _s25_41, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_9, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_35, "\u05ea\u05d9\u05d1\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s28_22, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e6\u05e2\u05ea \u05d4\u05de\u05d7\u05d9\u05e8", _s25_42, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s30_10, "\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05dc\u05d7\u05ea\u05d5\u05dd \u05e2\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s23_36, "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8", _s22_57, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05d5\u05d2\u05e0\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d4", _s27_38, "\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05db\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05d0\u05dd \u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05e1\u05d9\u05e1\u05de\u05d4, \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d9\u05d9\u05d3\u05e8\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e1\u05d9\u05e1\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea.", "authorization", "\u05d0\u05d9\u05de\u05d5\u05ea", "subdomain", "\u05e1\u05d0\u05d1\u05d3\u05d5\u05de\u05d9\u05d9\u05df", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u05d1\u05ea\u05d5\u05d3\u05d4 \u05de\u05e8\u05d0\u05e9", _s24_39, "\u05d4\u05e7\u05dc \u05e2\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e9\u05dc\u05dd \u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d9\u05de\u05d5\u05df schema.org \u05dc\u05d0\u05d9\u05de\u05d9\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc\u05da.", "plain", "\u05e8\u05d2\u05d9\u05dc", "light", "\u05d1\u05d4\u05d9\u05e8", "dark", "\u05db\u05d4\u05d4", "email_design", '\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d3\u05d5\u05d0"\u05dc', "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u05d0\u05e4\u05e9\u05e8 \u05e1\u05d9\u05de\u05d5\u05df", "reply_to_email", '\u05d4\u05e9\u05d1 \u05dc\u05d3\u05d5\u05d0"\u05dc', "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u05e2\u05d3\u05db\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05ea", _s19_49, "\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7 \u05e2\u05dd \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d5", "rate", "\u05ea\u05e2\u05e8\u05d9\u05e3", "tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", "new_tax_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1 \u05d7\u05d3\u05e9", "edit_tax_rate", "\u05e2\u05e8\u05d5\u05da \u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e1", _s16_162, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_163, "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05d4\u05de\u05e1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_104, "\u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d4\u05de\u05e1 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05de\u05d9\u05dc\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d9", _s18_86, "\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d5\u05e6\u05e8 \u05d9\u05de\u05dc\u05d0 \u05d0\u05ea \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d5\u05e2\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "update_products", "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05ea\u05d9 \u05dc\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s20_71, "\u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d9\u05e2\u05d3\u05db\u05df \u05d2\u05dd \u05d0\u05ea \u05d4\u05e1\u05d9\u05e4\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e8\u05d9\u05dd", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u05e2\u05de\u05dc\u05d5\u05ea", "limits", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", "default_value", "Default value", "disabled", "\u05d4\u05e9\u05d1\u05ea", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", "monday", "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", "tuesday", "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", "wednesday", "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", "thursday", "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", "friday", "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", "saturday", "\u05e9\u05d1\u05ea", "january", "\u05d9\u05e0\u05d5\u05d0\u05e8", "february", "\u05e4\u05d1\u05d5\u05d0\u05e8", "march", "\u05de\u05e8\u05e5", "april", "\u05d0\u05e4\u05e8\u05d9\u05dc", "may", "\u05de\u05d0\u05d9", "june", "\u05d9\u05d5\u05e0\u05d9", "july", "\u05d9\u05d5\u05dc\u05d9", "august", "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "september", "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "october", "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "november", "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "december", "\u05d3\u05e6\u05de\u05d1\u05e8", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u05e9\u05e2\u05d5\u05ea", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, "\u05e0\u05e1\u05df \u05dc\u05e4\u05d9 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u05dc\u05d5\u05d2\u05d5", "saved_settings", _s27_41, _s16_171, "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8/\u05e9\u05d9\u05e8\u05d5\u05ea", "device_settings", "Device Settings", "defaults", "\u05d1\u05e8\u05d9\u05e8\u05d5\u05ea \u05de\u05d7\u05d3\u05dc", "basic_settings", "\u05d4\u05d2\u05d3\u05d5\u05ea \u05d1\u05e1\u05d9\u05e1\u05d9\u05d5\u05ea", _s17_109, "\u05d0\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea", "company_details", "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05d1\u05e8\u05d4", "user_details", "\u05e4\u05e8\u05d8\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", "localization", "\u05de\u05d9\u05e7\u05d5\u05dd", "online_payments", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05e7\u05d5\u05d5\u05df", "tax_rates", "\u05ea\u05e2\u05e8\u05d9\u05e3 \u05de\u05e1", "notifications", "\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", "import_export", "\u05d9\u05d1\u05d5\u05d0 | \u05d9\u05d9\u05e6\u05d5\u05d0", "custom_fields", "\u05e9\u05d3\u05d5\u05ea \u05de\u05d5\u05d0\u05de\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea", "invoice_design", "\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d9\u05dc \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", _s23_42, "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea \u05d5\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea", _s22_58, _s20_73, _s19_55, "\u05d4\u05d3\u05de\u05d9\u05d9\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9", "privacy_policy", "Privacy Policy", "sign_up", "\u05d4\u05e8\u05e9\u05dd", "account_login", "\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u05e6\u05d5\u05e8 \u05d7\u05d3\u05e9", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u05d4\u05d5\u05e8\u05d3\u05d4", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u05de\u05e1\u05de\u05da", "documents", "\u05de\u05e1\u05de\u05db\u05d9\u05dd", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "pending", "\u05de\u05de\u05ea\u05d9\u05df", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "converted", "\u05d4\u05d5\u05de\u05e8", _s24_45, _s24_46, "exchange_rate", "\u05e9\u05e2\u05e8 \u05d7\u05dc\u05d9\u05e4\u05d9\u05df", _s16_180, "\u05d4\u05de\u05e8 \u05de\u05d8\u05d1\u05e2", "mark_paid", "\u05e1\u05de\u05df \u05db\u05e9\u05d5\u05dc\u05dd", "category", "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4", "address", "\u05db\u05ea\u05d5\u05d1\u05ea", "new_vendor", "\u05e1\u05e4\u05e7 \u05d7\u05d3\u05e9", "created_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_vendor", "\u05e1\u05e4\u05e7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_vendor", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_vendor", "\u05e1\u05e4\u05e7 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_181, "\u05e1\u05e4\u05e7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", "deleted_vendors", "\u05e1\u05e4\u05e7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s16_182, _s36_11, "new_expense", "\u05d4\u05d6\u05df \u05d4\u05d5\u05e6\u05d0\u05d4", "created_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_183, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_expense", "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_184, "\u05d4\u05d5\u05e6\u05d0\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_115, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d5\u05e2\u05d1\u05e8\u05d5 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_185, "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d4\u05d5\u05e4\u05e7\u05d4", "logged", "\u05e0\u05e8\u05e9\u05dd \u05d1\u05d9\u05d5\u05de\u05df", "running", "\u05de\u05e8\u05d9\u05e5", "resume", "\u05e7\u05d5\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd", "task_errors", "\u05d0\u05e0\u05d0 \u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05d6\u05de\u05e0\u05d9\u05dd \u05d4\u05d7\u05d5\u05e4\u05e4\u05d9\u05dd", "start", "\u05d4\u05ea\u05d7\u05dc\u05d4", "stop", "\u05d4\u05e4\u05e1\u05e7", "started_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "stopped_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05e4\u05e1\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "resumed_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05d5\u05de\u05e9\u05db\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "now", "\u05e2\u05db\u05e9\u05d9\u05d5", _s16_186, "\u05d4\u05ea\u05d7\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "timer", "\u05d8\u05d9\u05d9\u05de\u05e8", "manual", "\u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9", "budgeted", "Budgeted", "start_time", "\u05d6\u05de\u05df \u05d4\u05ea\u05d7\u05dc\u05d4", "end_time", "\u05d6\u05de\u05df \u05e1\u05d9\u05d5\u05dd", "date", "\u05ea\u05d0\u05e8\u05d9\u05da", "times", "\u05e4\u05e2\u05de\u05d9\u05dd/\u05d6\u05de\u05e0\u05d9\u05dd", "duration", "\u05de\u05e9\u05da \u05d4\u05d6\u05de\u05df", "new_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4", "created_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4", "restored_task", "\u05de\u05e9\u05d9\u05de\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_tasks", "\u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "deleted_tasks", "\u05e0\u05de\u05d7\u05e7: \u05e1\u05e4\u05d9\u05e8\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_188, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_189, "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u05d8\u05d5\u05d5\u05d7 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u05d4\u05d7\u05d5\u05d3\u05e9 \u05d4\u05d6\u05d4", "last_month", "\u05d7\u05d5\u05d3\u05e9 \u05e9\u05e2\u05d1\u05e8", "this_year", "This Year", "last_year", "\u05e9\u05e0\u05d4 \u05e9\u05e2\u05d1\u05e8\u05d4", "custom", "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", _s16_191, "\u05e9\u05db\u05e4\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u05ea\u05e6\u05d9\u05d2 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "convert", "Convert", "more", "More", "edit_client", "\u05e2\u05e8\u05d5\u05da \u05dc\u05e7\u05d5\u05d7", "edit_product", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "edit_invoice", "\u05e2\u05e8\u05d5\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "edit_quote", "\u05e2\u05e8\u05d5\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "edit_payment", "\u05e2\u05e8\u05d9\u05db\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd", "edit_task", "\u05e2\u05e8\u05d9\u05db\u05ea \u05de\u05e9\u05d9\u05de\u05d4", "edit_expense", "\u05e2\u05e8\u05d5\u05da \u05d4\u05d5\u05e6\u05d0\u05d4", "edit_vendor", "\u05e2\u05e8\u05d5\u05da \u05e1\u05e4\u05e7", "edit_project", "\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", _s20_74, "\u05e2\u05e8\u05d5\u05da \u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05de\u05d7\u05d6\u05d5\u05e8\u05d9\u05ea", "billing_address", "\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_193, _s16_194, "total_revenue", "\u05e8\u05d5\u05d5\u05d7 \u05db\u05d5\u05dc\u05dc", "average_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05de\u05d5\u05e6\u05e2\u05ea", "outstanding", "\u05e0\u05d5\u05ea\u05e8", "invoices_sent", ":\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5", "active_clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd", "close", "\u05e1\u05d2\u05d5\u05e8", "email", "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", "password", "\u05e1\u05d9\u05e1\u05de\u05d4", "url", "URL", "secret", "Secret", "name", "\u05e9\u05dd", "logout", "\u05e6\u05d0", "login", "\u05db\u05e0\u05d9\u05e1\u05d4", "filter", "\u05e1\u05d9\u05e0\u05d5\u05df", "sort", "Sort", "search", "\u05d7\u05d9\u05e4\u05d5\u05e9", "active", "\u05e4\u05e2\u05d9\u05dc", "archived", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "deleted", "\u05e0\u05de\u05d7\u05e7", "dashboard", "\u05de\u05e8\u05db\u05d6 \u05e9\u05dc\u05d9\u05d8\u05d4", "archive", "\u05d0\u05e8\u05db\u05d9\u05d5\u05df", "delete", "\u05de\u05d7\u05e7", "restore", "\u05e9\u05d7\u05d6\u05d5\u05e8", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "\u05e2\u05d5\u05dc\u05d4", "descending", "\u05d9\u05d5\u05e8\u05d3", "save", "\u05e9\u05de\u05d5\u05e8", _s17_121, _s17_122, "paid_to_date", "\u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d3", "balance_due", "\u05d9\u05ea\u05e8\u05d4", "balance", "\u05de\u05d0\u05d6\u05df", "overview", "Overview", "details", "\u05e4\u05e8\u05d8\u05d9\u05dd", "phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "website", "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "vat_number", '\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e1\u05e7 \u05de\u05e2"\u05de', "id_number", "\u05de\u05e1\u05e4\u05e8 \u05d7.\u05e4. / \u05ea.\u05d6.", "create", "\u05e6\u05d5\u05e8", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8", "additional", "Additional", "first_name", "\u05e9\u05dd", "last_name", "\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4", "add_contact", "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "are_you_sure", "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7?", "cancel", "\u05d1\u05d8\u05dc", "ok", "Ok", "remove", "\u05d4\u05e1\u05e8", _s16_199, '\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0"\u05dc \u05dc\u05d0 \u05ea\u05e7\u05d9\u05e0\u05d4', "product", "\u05de\u05d5\u05e6\u05e8", "products", "\u05de\u05d5\u05e6\u05e8\u05d9\u05dd", "new_product", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d7\u05d3\u05e9", "created_product", "\u05e0\u05d5\u05e6\u05e8 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8 \u05d4\u05e6\u05dc\u05d7\u05d4", "updated_product", "\u05de\u05d5\u05e6\u05e8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_201, "\u05de\u05d5\u05e6\u05e8 \u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_product", "\u05e4\u05e8\u05d5\u05d8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_202, "\u05e4\u05e8\u05d9\u05d8 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "\u05d4\u05e2\u05e8\u05d5\u05ea", "cost", "\u05e2\u05dc\u05d5\u05ea", "client", "\u05dc\u05e7\u05d5\u05d7", "clients", "\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "new_client", "\u05dc\u05e7\u05d5\u05d7 \u05d7\u05d3\u05e9", "created_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_client", "\u05dc\u05e7\u05d5\u05d7 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_204, "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "deleted_client", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_clients", "\u05dc\u05e7\u05d5\u05d7 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", "restored_client", "\u05dc\u05e7\u05d5\u05d7/\u05d4 \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_205, _s36_13, "address1", "\u05e8\u05d7\u05d5\u05d1", "address2", "\u05d3\u05d9\u05e8\u05d4/\u05ea.\u05d3", "city", "\u05e2\u05d9\u05e8", "state", "\u05de\u05d3\u05d9\u05e0\u05d4 / \u05de\u05d7\u05d5\u05d6", "postal_code", "\u05de\u05d9\u05e7\u05d5\u05d3", "country", "\u05de\u05d3\u05d9\u05e0\u05d4", "invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoices", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "new_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4", "created_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_206, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_207, _s21_141, _s17_125, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_208, "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s17_126, "\u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :value invoices", "emailed_invoice", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_payment", '\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', "amount", "\u05db\u05de\u05d5\u05ea", "invoice_number", "\u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "invoice_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "discount", "\u05d4\u05e0\u05d7\u05d4", "po_number", "\u05de\u05e1\u05e4\u05e8 \u05ea.\u05d3", "terms", "\u05ea\u05e0\u05d0\u05d9\u05dd", "public_notes", "\u05d4\u05e2\u05e8\u05d4 \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05ea", "private_notes", "\u05d4\u05e2\u05e8\u05d5\u05ea \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea", "frequency", "\u05ea\u05d3\u05d9\u05e8\u05d5\u05ea", "start_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4", "end_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd", "quote_number", "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d9\u05d3\u05d5\u05e8\u05ea \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quote_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "valid_until", "\u05d1\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u05ea\u05d0\u05d5\u05e8", "unit_cost", "\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", "quantity", "\u05db\u05de\u05d5\u05ea", "add_item", "Add Item", "contact", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "work_phone", "\u05d8\u05dc\u05e4\u05d5\u05df", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05e4\u05d9\u05e8\u05e2\u05d5\u05df", _s16_209, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d7\u05dc\u05e7\u05d9", "status", "\u05de\u05e6\u05d1", _s17_127, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", '\u05e1\u05d4"\u05db', "percent", "\u05d0\u05d7\u05d5\u05d6", "edit", "\u05e2\u05e8\u05d5\u05da", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, "\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "task_rate", "\u05e9\u05d9\u05e2\u05d5\u05e8 \u05de\u05e9\u05d9\u05de\u05d4", "settings", "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "language", "Language", "currency", "\u05de\u05d8\u05d1\u05e2", "created_at", "\u05e0\u05d5\u05e6\u05e8 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da", "created_on", "Created On", "updated_at", "Updated", "tax", "\u05de\u05e1", _s30_17, "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s27_51, _s27_52, "past_due", "\u05d0\u05d7\u05e8\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", "draft", "\u05d8\u05d9\u05d5\u05d8\u05d4", "sent", "\u05e0\u05e9\u05dc\u05d7", "viewed", "Viewed", "approved", "Approved", "partial", "\u05ea\u05e9\u05dc\u05d5\u05dd / \u05d7\u05dc\u05e7\u05d9", "paid", "\u05e9\u05d5\u05dc\u05dd", "mark_sent", "\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05e0\u05e9\u05dc\u05d7", _s22_64, _s27_84, _s22_65, _s27_84, _s23_45, _s28_79, _s23_46, _s28_79, "done", "\u05e1\u05d9\u05d9\u05dd", _s37_18, _s37_19, "dark_mode", "\u05de\u05e6\u05d1 \u05db\u05d4\u05d4", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", _s16_211, _s16_212, "clone", "\u05d4\u05e2\u05ea\u05e7", "loading", "\u05d8\u05d5\u05e2\u05df", "industry", "\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4", "size", "Size", "payment_terms", "\u05ea\u05e0\u05d0\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_date", "\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05e9\u05dc\u05d5\u05dd", "payment_status", "Payment Status", _s16_213, "\u05de\u05de\u05ea\u05d9\u05df", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u05e4\u05d5\u05e8\u05d8\u05dc \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea", "show_tasks", "\u05d4\u05e6\u05d2 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", "email_reminders", '\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0"\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea', "enabled", "Enabled", "recipients", "\u05de\u05e7\u05d1\u05dc", "initial_email", "\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9", "first_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "second_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "third_reminder", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "reminder1", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", "reminder2", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05d9\u05d4", "reminder3", "\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05dc\u05d9\u05e9\u05d9\u05ea", "template", "Template", "send", "Send", "subject", "\u05e0\u05d5\u05e9\u05d0", "body", "\u05d2\u05d5\u05e3", "send_email", "\u05e9\u05dc\u05d9\u05d7\u05ea \u05de\u05d9\u05d9\u05dc", "email_receipt", '\u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd \u05dc\u05d3\u05d5\u05d0"\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7', "auto_billing", "\u05d7\u05d9\u05d5\u05d1 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "button", "Button", "preview", "\u05e6\u05e4\u05d9\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", "customize", "\u05d4\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "history", "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4", "payment", "\u05ea\u05e9\u05dc\u05d5\u05dd", "payments", "\u05ea\u05e9\u05dc\u05d5\u05de\u05d9\u05dd", "refunded", "Refunded", "payment_type", "\u05d0\u05de\u05e6\u05e2\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", _s21_85, "\u05d4\u05e4\u05e0\u05d9\u05d4 \u05e2\u05e1\u05e7\u05d4", "enter_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "new_payment", "\u05d4\u05db\u05e0\u05e1 \u05ea\u05e9\u05dc\u05d5\u05dd", "created_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_219, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_payment", "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s16_220, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05d5\u05d7\u05d6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", _s17_130, "\u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :", _s16_221, "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", _s17_131, _s37_20, "quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8", "quotes", "\u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "new_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05d7\u05d3\u05e9", "created_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e6\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "updated_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e2\u05e8\u05db\u05d9\u05d5\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "deleted_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "restored_quote", "\u05d4\u05e6\u05e2\u05ea \u05de\u05d7\u05d9\u05e8 \u05e9\u05d5\u05d7\u05d6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "archived_quotes", "\u05d0\u05d5\u05e1\u05e3 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05dc\u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 :\u05e1\u05e4\u05d9\u05e8\u05ea \u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", "deleted_quotes", "\u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05d7\u05dc\u05d4", "restored_quotes", _s35_22, "expense", "\u05d4\u05d5\u05e6\u05d0\u05d4", "expenses", "\u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", "vendor", "\u05e1\u05e4\u05e7", "vendors", "\u05e1\u05e4\u05e7\u05d9\u05dd", "task", "\u05de\u05e9\u05d9\u05de\u05d4", "tasks", "\u05de\u05e9\u05d9\u05de\u05d5\u05ea", "project", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8", "projects", "\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd", "activity_1", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05d5\u05e6\u05e8 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8", "activity_2", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df: \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_3", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e0\u05de\u05d7\u05e7 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 :\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", "activity_4", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05e0\u05e4\u05d9\u05e7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_5", ":\u05de\u05e9\u05ea\u05de\u05e9 \u05e2\u05d3\u05db\u05df \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "activity_6", ':\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc\u05d7 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 : \u05dc\u05e7\u05d5\u05d7 \u05d0\u05dc :\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8', "activity_7", "\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e6\u05e4\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_8", _s31_11, "activity_9", ":\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e9\u05ea\u05de\u05e9 :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "activity_10", ":\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d4\u05d6\u05d9\u05df \u05ea\u05e9\u05dc\u05d5\u05dd :\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05d1\u05d5\u05e8 :payment_amount\xa0 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 :\u05dc\u05e7\u05d5\u05d7", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", '\u05e9\u05dc\u05d9\u05d7\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d1\u05d3\u05d5\u05d0"\u05dc \u05e0\u05db\u05e9\u05dc\u05d4 :invoice', "activity_58", ":user \u05e9\u05d7\u05d6\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_59", ":user \u05d1\u05d9\u05d8\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea :invoice", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u05e2\u05e8\u05db\u05ea \u05de\u05d7\u05d9\u05e8 \u05e0\u05e9\u05dc\u05d7 \u05dc\u05de\u05d9\u05d9\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e3", "all", "\u05d4\u05db\u05dc", "select", "\u05d1\u05d7\u05e8", _s22_66, _s22_67, "custom_value1", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value2", "\u05e2\u05e8\u05da \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4", _s29_37, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05dc\u05d0 \u05e9\u05d5\u05dc\u05de\u05d4", _s27_58, "\u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05e9\u05d5\u05dc\u05de\u05d4", _s31_18, _s31_19, "lock_invoices", "\u05e0\u05e2\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", "translations", "Translations", _s19_64, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8\u05d9 \u05de\u05e9\u05d9\u05de\u05d4", _s19_66, "\u05de\u05d5\u05e0\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05ea", _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, "\u05d3\u05e4\u05d5\u05e1 \u05de\u05e1\u05e4\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s22_78, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea", _s20_79, _s20_80, _s20_81, "\u05de\u05e1\u05e4\u05d5\u05e8 \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e8", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, "\u05d0\u05e4\u05e1 \u05de\u05d5\u05e0\u05d4 \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d7\u05d9\u05e7", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, '\u05e9\u05d5\u05e8\u05ea \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d3\u05d5\u05d0"\u05dc \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea', _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u05e1\u05d5\u05d2", "invoice_amount", "\u05e1\u05db\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", _s16_226, "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d1\u05d9\u05e6\u05d5\u05e2", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u05e9\u05dd \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea \u05de\u05e1", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u05d2\u05d5\u05d1\u05d4 \u05ea\u05e9\u05dc\u05d5\u05dd", "age", "\u05d6\u05de\u05df", "is_running", "Is Running", "time_log", "\u05d9\u05d5\u05de\u05df \u05d6\u05de\u05df", "bank_id", "\u05d1\u05e0\u05e7", _s19_70, _s19_71, _s16_227, "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d5\u05e6\u05d0\u05d5\u05ea", _s19_72, "\u05de\u05e1\u05e4\u05e8 \u05de\u05d8\u05d1\u05e2 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05ea", "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "it", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Conti corrente", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unisci", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accetta", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Impostazioni Pagamento", "default", "Predefinito", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Fermo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Aggiungi Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea il tuo account in pochi secondi", "login_label", _s28_0, "add_to_invoice", "Aggiungi alla fattura :invoice", _s17_11, _s17_12, "week", "Settimana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta fattura", "range", "Intervallo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crea un Progetto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tariffa per una fattura :amount sarebbe :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approva", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s30_48, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Imposta Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Vedi spesa # :expense", "view_statement", "Estratto Conto", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Da Nome", _s16_23, _s16_232, _s17_19, "Spesa Ricorrente", _s18_19, "Spese Ricorrenti", _s21_22, "Nuova Spesa Ricorrente", _s22_27, "Modifica Spesa Ricorrente", _s25_3, "Spesa ricorrente creata con successo", _s25_4, "Spesa ricorrente aggiornata con successo", _s26_4, "Spesa ricorrente archiviata con successo", _s25_5, "Progetto cancellato con sucesso", _s25_6, _s38_2, _s26_5, "Spesa ricorrente riprestinata con successo", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guida Utente", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", "fattura ricorrente :recurring_invoice creata dall'utente :user", "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ultimo aggiornamento", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Nome contatto", _s17_23, "Cognome contatto", "order", "Order", "unassigned", "Non assegnato", "partial_value", "Deve essere maggiore di zero ed inferiore al totale", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Abilita", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Imposta il sottodominio o visualizza la fattura sul tuo sito web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Codice Promo", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sicurezza", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abbonamento", "subscriptions", "Abbonamenti", _s16_41, "Nuovo Abbonamento", _s17_29, "Modifica Abbonamento", _s20_29, "Abbonamento creato con successo", _s20_30, "Abbonamento aggiornato con successo", _s21_34, "Abbonamento archiviato con successo", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, "Cerca 1 abbonamento", _s20_33, "Cerca :count abbonamenti", _s26_8, "Sottodominio non disponibile", "connect_gmail", "Connetti Gmail", _s16_43, "Disconnetti Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "Numero ID cliente", "count_minutes", ":count Minuti", _s16_48, "Scadenza Password", _s29_5, "Contatore condiviso per fatture/crediti", "use_last_email", "Usa ultima email", _s16_50, "Attiva azienda", _s21_37, "Abilitare le e-mail, le fatture ricorrenti e le notifiche", _s27_16, "Si \xe8 verificato un errore, per favore riprova", _s27_17, "Si prega di impostare prima una password", _s34_7, "Attenzione: Cambiare il numero di telefono disabiliter\xe0 l'autenticazione a due fattori", "help_translate", "Contribuisci alla traduzione", _s23_16, "Selezionare un paese", "resend_invite", "Re-invia invito", _s19_22, "Disattivato con successo 2FA", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Consegnato", "bounced", "Bounced", "spam", "Spam", "view_docs", "Vedi documentazione", _s32_4, "Si prega di fornire un numero di telefono cellulare per abilitare l'autenticazione a due fattori", "send_sms", "Invia SMS", "sms_code", "Codice SMS", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticazione a due fattori", _s18_37, "Disabilita 2FA", _s34_8, "Richiedi una password per il login Social", "stay_logged_in", "Rimani autenticato", _s23_18, "Attenzione: la tua sessione sta per scadere", "count_hours", ":count ore", "count_day", "1 giorno", "count_days", ":count giorni", _s19_24, "Timeout della sessione web", _s17_34, "Impostazioni di Sicurezza", "resend_email", "Reinvia email", _s26_10, "Si prega di confermare l'indirizzo email", _s16_53, "Pagamento Rimborsato", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostra azioni", _s17_36, "Lancia multiselezione", _s27_19, "Una mail \xe8 stata inviata per confermare l'indirizzo email", _s21_39, "Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti", "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "Per aggiornare esegui", _s18_39, "Converti a Fattura", _s16_54, "URL di registrazione", "invoice_project", "Fattura progetto", "invoice_task", "Fattura l'attivit\xe0", "invoice_expense", "Fattura Spesa", _s19_29, "Ricerca 1 Termine di pagamento", _s20_34, "Cerca :count termini di pagamento", _s16_56, "Salva e mostra anteprima", "save_and_email", "Salva e invia e-mail", _s16_58, _s16_59, _s16_60, "Importo convertito", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "\xc8 inviato", _s17_40, "Documenti predefiniti", "document_upload", "Caricamento Documenti", _s20_35, "Permettere ai clienti di caricare documenti", "expense_total", "Totale Spese", "enter_taxes", "Inserire tasse", "by_rate", "Per prezzo", "by_amount", "Per ammontare", "enter_amount", "Inserire importo", "before_taxes", "Prima delle tasse", "after_taxes", "Dopo le tasse", "color", "Colore", "show", "Mostra", "hide", "Nascondi", "empty_columns", "Colonne vuote", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Attivit\xe0 in corso", "recent_tasks", "Attivit\xe0 Recenti", "recent_expenses", "Spese Recenti", _s17_42, "Spese in arrivo", "update_app", "Aggiorna App", "started_import", "Importazione avviata con successo", _s24_21, _s24_22, _s20_36, "Usa tasse inclusive", _s18_41, _s18_42, "column", "Colonna", "sample", "Esempio", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Seleziona un file, per favore", _s16_62, _s16_63, "csv_file", "Seleziona file CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Tipo di importazione", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visualizza le licenze", "webhook_url", "Webhook URL", _s17_44, "Editor a schermo intero", "sidebar_editor", "Editor barra laterale", _s22_34, 'Digita ":value" per confermare', "purge", "Purge", "service", "Servizio", "clone_to", "Clona come", "clone_to_other", "Clona come altro", "labels", "Etichette", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Non pagata", "white_label", "White Label", "delivery_note", "Nota di consegna", _s24_24, "Le fatture inviate sono bloccate", _s24_26, "Le fatture pagate sono bloccate", "source_code", "Codice Sorgente", "app_platforms", "App Platforms", "invoice_late", _s18_170, "quote_expired", _s18_171, "partial_due", "Da versare (parziale)", "invoice_total", "Totale Fattura", "quote_total", "Totale Preventivo", "credit_total", "Credito Totale", _s23_19, "Totale fattura", "actions", "Azioni", "expense_number", "Numero spesa", "task_number", "Numero attivit\xe0", "project_number", "Numero progetto", "project_name", "Nome progetto", "warning", "Attenzione", "view_settings", "Impostazioni Visualizzazione", _s24_28, "Attenzione: questa azienda non \xe8 ancora stata attivata", "late_invoice", _s18_170, "expired_quote", _s18_171, "remind_invoice", "Ricorda fattura", "cvv", "CVV", "client_name", "Nome Cliente", "client_phone", "Telefono cliente", "required_fields", "Campi richiesti", "calculated_rate", "Calculated Rate", _s17_46, "Prezzo di attivit\xe0 predefinito", "clear_cache", "Pulisci cache", "sort_order", "Ordinamento", "task_status", "Stato", "task_statuses", "Stati attivit\xe0", "new_task_status", "Nuovo stato attivit\xe0", _s16_64, "Modifica stato attivit\xe0", _s19_30, "Stato attivit\xe0 creato con successo", _s19_31, "Stato dell'attivit\xe0 aggiornato con successo", _s20_38, "Stato attivit\xe0 archiviato con successo", _s19_32, "Stato attivit\xe0 cancellato con successo", _s19_33, "Stato attivit\xe0 rimosso con successo", _s20_39, "Stato attivit\xe0 ripristinato con successo", _s22_35, ":value stati attivit\xe0 archiviati con successo", _s21_43, ":value stati attivit\xe0 cancellati con successo", _s22_36, ":value stati attivit\xe0 ripristinati con successo", _s18_43, "Cerca 1 stato attivit\xe0", _s20_41, "Cerca :count stati attivit\xe0", _s16_66, "Mostra tabella attivit\xe0", _s21_44, "Mostra sempre la sezione delle attivit\xe0 quando si creano le fatture", _s20_42, "Timelog delle attivit\xe0 di fatturazione", _s25_17, "Aggiungere i dettagli sull'orario alle voci della fattura", _s20_44, "Datelog delle attivit\xe0 di fatturazione", _s25_18, "Aggiungi i dettagli della data alle voci della fattura", _s21_45, "Avvia le attivit\xe0 prima di salvare", _s18_44, "Configura gli stati", "task_settings", "Impostazioni attivit\xe0", _s20_46, "Configura Categorie", _s18_46, "Categorie di Spesa", _s20_48, "Nuova Categoria di Spesa", _s21_46, "Modifica Categoria di Spesa", _s24_29, "Categoria spese creata con successo", _s24_30, "Categoria spese aggiornata con successo", _s25_20, "Categoria spese archiviata con successo", _s24_31, "Categoria eliminata con successo", _s24_32, "Categoria di spesa rimossa con successo", _s25_21, "Categoria spese ripristinata con successo", _s27_23, "Archiviato con successo :count categorie di spesa", _s26_12, "Eliminate con successo :value categorie di spesa", _s27_24, "Ripristinate con successo :value categorie di spesa", _s23_20, "Cerca 1 categoria di spesa", _s25_23, "Cerca :count categorie di spesa", _s21_48, _s21_49, "show_option", "Mostra opzione", _s22_37, _s50_8, "view_changes", "Vedi modifiche", "force_update", "Forza aggiornamento", _s17_48, "Stai eseguendo l'ultima versione, ma potrebbero essere disponibili dei fix in attesa.", "mark_paid_help", "Traccia se le spese sono state pagate", _s18_48, "Deve essere fatturata", _s23_21, "Permettere la fatturazione della spesa", _s29_8, "Rendi i documenti visibili", _s21_50, "Imposta un tasso di cambio", _s16_68, "Impostazioni Spese", _s18_49, "Clona come ricorrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo utente", "variables", "Variabili", "show_password", "Mostra Password", "hide_password", "Nascondi Password", "copy_error", "Copia Errore", "capture_card", "Capture Card", _s17_49, "Fattura automatica abilitata", "total_taxes", "Totale Tasse", "line_taxes", "Riga tasse", "total_fields", "Campi Totale", _s25_24, "Fermata con successo la fattura ricorrente", _s25_25, "Fattura ricorrente avviata con successo", _s25_26, "Fattura ricorrente ripresa con successo", "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Pausato", "mark_active", "Segna come attivo", "day_count", "Giorno :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, "Usa termini di pagamento", "endless", "Endless", "next_send_date", "Prossima data di invio", _s16_70, "Cicli restanti", _s17_53, "Fattura Ricorrente", _s18_51, "Fatture Ricorrenti", _s21_53, "Nuova Fattura Ricorrente", _s22_40, "Modifica Fattura Ricorrente", _s25_27, "Fattura ricorrente creata con successo", _s25_28, "Fattura ricorrente aggiornata con successo", _s26_13, "Fattura ricorrente archiviata con successo", _s25_29, "Fattura ricorrente eliminata con successo", _s25_30, "Fattura ricorrente rimossa con successo", _s26_14, "Fattura ricorrente ripristinata con successo", _s27_25, "Archiviato con successo :value fatture ricorrenti", _s26_15, "Cancellato con successo :value fatture ricorrenti", _s27_26, "Ripristinato con successo :value fatture ricorrenti", _s24_33, "Cerca 1 fattura ricorrente", _s25_31, "Cerca :count Fatture ricorrenti", "send_date", "Data di invio", "auto_bill_on", "Fattura automatica attiva", _s28_8, _s28_9, "profit", "Utile", "line_item", "Riga articolo", _s18_53, "Consenti pagamento in eccesso", _s23_22, "Accetta il pagamento di un extra", _s19_35, "Consenti pagamento ridotto", _s24_34, "Accetta il pagamento parziale o di cauzione", "test_mode", "Modalit\xe0 di test", "opened", "Aperto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Registri di sistema", "view_portal", "Visualizza il portale", "copy_link", "Copia Collegamento", "token_billing", "Salva carta di credito", _s24_35, "Benvenuti a Invoice Ninja", "always", "Sempre", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etichetta", "client_number", "Numero Cliente", "auto_convert", "Auto Convert", "company_name", "Nome Azienda", "reminder1_sent", "Promemoria 1 inviato", "reminder2_sent", "Promemoria 2 inviato", "reminder3_sent", "Promemoria 3 inviato", _s18_55, "Ultimo invio promemoria", "pdf_page_info", "Pagina :current di :total", _s16_74, "Fatture inviate con successo", "emailed_quotes", "Preventivi inviati con successo", "emailed_credits", _s28_58, "gateway", "Piattaforma", "view_in_stripe", "View in Stripe", "rows_per_page", "Righe per pagina", "hours", "Ore", "statement", "Dichiarazione", "taxes", "Tasse", "surcharge", "Sovrapprezzo", "apply_payment", "Applica pagamento", "apply_credit", "Apply Credit", "apply", "Applica", "unapplied", "Unapplied", "select_label", "Seleziona etichetta", "custom_labels", "Etichette Personalizzate", "record_type", "Record Type", "record_name", "Record Name", "file_type", "Tipo file", "height", "Altezza", "width", "Larghezza", "to", "a", "health_check", "Health Check", "payment_type_id", _s17_181, "last_login_at", "Ultimo login alle", "company_key", "Chiave azienda", "storefront", "Storefront", "storefront_help", "Permetti alle app di terze parti di creare fatture", "client_created", "Cliente creato", _s20_51, "Email di pagamento online", _s20_53, "Email di pagamento manuale", "completed", "Completato", "gross", "Lordo", "net_amount", "Cifra al netto", "net_balance", "Bilancio Netto", "client_settings", "Impostazioni Cliente", _s17_57, "Fatture Selezionate", _s17_59, "Pagamenti selezionati", "selected_quotes", "Preventivi Selezionati", "selected_tasks", "Attivit\xe0 Selezionate", _s17_61, "Spese Selezionate", _s17_63, "Prossime fatture", _s17_65, "Fatture scadute", "recent_payments", "Pagamenti recenti", "upcoming_quotes", "Preventivi in scadenza", "expired_quotes", "Preventivi Scaduti", "create_client", "Crea nuovo cliente", "create_invoice", "Crea Fattura", "create_quote", "Crea Preventivo", "create_payment", "Crea pagamento", "create_vendor", "Crea fornitore", "update_quote", _s19_109, "delete_quote", "Cancella Preventivo", "update_invoice", "Aggiorna Fattura", "delete_invoice", "Elimina Fattura", "update_client", "Aggiorna Cliente", "delete_client", "Elimina cliente", "delete_payment", "Elimina pagamento", "update_vendor", "Aggiorna Fornitore", "delete_vendor", "Cancella Fornitore", "create_expense", "Crea Spesa", "update_expense", "Aggiorna Spesa", "delete_expense", "Cancella Spesa", "create_task", "Crea un'attivit\xe0", "update_task", "Aggiorna Attivit\xe0", "delete_task", "Cancella l'attivit\xe0", "approve_quote", _s19_109, "off", "Off", "when_paid", "Quando Pagato", "expires_on", "Scade il", "free", "Free", "plan", "Piano", "show_sidebar", "Mostra Barra Laterale", "hide_sidebar", "Nascondi Barra Laterale", "event_type", "Tipo Evento", "target_url", "Target", "copy", "Copia", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Token", "api_docs", "Documentazione API", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creato correttamente", "updated_token", "Token aggiornato correttamente", "archived_token", _s27_27, "deleted_token", "Token eliminato correttamente", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registazione cliente", _s24_37, "Permetti al cliente di registrarsi da solo nel portale", _s21_55, "Personalizza & Anteprima", "email_invoice", "Invia Fattura", "email_quote", "Invia Preventivo via Email", "email_credit", "Email Credit", "email_payment", "Email Pagamento", _s20_56, "Il cliente non ha un indirizzo email impostato", "ledger", "Registro", "view_pdf", "Vedi PDF", "all_records", "Tutti i dati", "owned_by_user", "Posseduto da utente", _s16_80, _s16_81, "contact_name", "Nome Contatto", "use_default", "Usa predefinito", _s16_82, _s25_75, "number_of_days", "Number of days", _s23_24, "Configura termini di pagamento", "payment_term", _s20_132, _s16_83, "Nuovi termini di pagamento", _s17_71, "Modifica termini di pagamento", _s20_57, "Termini di pagamento creato con successo", _s20_58, "Termini di pagamento aggiornato con successo", _s21_56, "Termini di pagamento archiviato con successo", _s20_59, "Termini di pagamento cancellati con successo", _s20_60, "Termini di pagamento rimossi con successo", _s21_57, "Termini di pagamento ripristinati con successo", _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Inviato da Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Importo Credito", "quote_amount", "Importo del preventivo", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Esclusiva", "inclusive", "Inclusiva", "hide_menu", "Nascondi menu", "show_menu", "Mostra menu", _s18_57, _s23_77, _s16_85, "Cerca Documenti", "search_designs", "Search Designs", "search_invoices", "Cerca Fatture", "search_clients", "Cerca Clienti", "search_products", "Cerca Prodotti", "search_quotes", "Cerca Preventivi", "search_credits", "Cerca crediti", "search_vendors", "Cerca fornitori", "search_users", "Cerca utenti", _s16_86, "Cerca aliquote", "search_tasks", "Cerca attivit\xe0", "search_settings", "Cerca Impostazioni", "search_projects", "Cerca prodotti", "search_expenses", "Cerca spese", "search_payments", "Cerca pagamenti", "search_groups", "Cerca gruppi", "search_company", "Cerca Azienda", "search_document", "Cerca 1 documento", "search_design", "Cerca 1 stile", "search_invoice", "Cerca 1 fattura", "search_client", "Cerca 1 cliente", "search_product", "Cerca 1 prodotto", "search_quote", "Cerca 1 preventivo", "search_credit", "Cerca 1 credito", "search_vendor", "Cerca 1 Fornitore", "search_user", "Cerca 1 utente", "search_tax_rate", "Cerca 1 aliquota", "search_task", "Cerca 1 attivit\xe0", "search_project", "Cerca 1 progetto", "search_expense", "Cerca 1 spesa", "search_payment", "Cerca 1 pagamento", "search_group", "Cerca 1 gruppo", "refund_payment", "Rimborsa Pagamento", _s17_75, "Fattura annullata con successo", _s18_59, "Fatture annullate con successo", _s16_92, "Fattura stornata con successo", _s17_76, "Fatture stornate con successo", "reverse", "Reverse", "full_name", "Nome Completo", _s17_77, "Citt\xe0/Stato/CAP", _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Opzionale", "license", "Licenza", "purge_data", "Cancella dati permanentemente", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Saldo della fattura", "age_group_0", "0 - 30 Giorni", "age_group_30", "30 - 60 Giorni", "age_group_60", "60 - 90 Giorni", "age_group_90", "90 - 120 Giorni", "age_group_120", "120+ Giorni", "refresh", "Aggiorna", "saved_design", _s25_32, "client_details", "Dettagli Cliente", "company_address", "Indirizzo azienda", "invoice_details", "Dettagli fattura", "quote_details", "Dettagli Preventivo", "credit_details", "Dettagli Credito", "product_columns", "Colonne Prodotto", "task_columns", "Colonne attivit\xe0", "add_field", "Aggiungi campo", "all_events", "Tutti gli eventi", "permissions", "Permissions", "none", "Nessuno/a", "owned", "Posseduto", "payment_success", "Pagamento riuscito", "payment_failure", "Errore di pagamento", "invoice_sent", ":count fattura inviata", "quote_sent", "Preventivo inviato", "credit_sent", "Credito inviato", "invoice_viewed", "Fattura visualizzata", "quote_viewed", "Preventivo visualizzato", "credit_viewed", "Credito visualizzato", "quote_approved", "Preventivo approvato", _s25_33, "Ricevi tutte le notifiche", _s16_94, "Acquista licenza", "apply_license", "Applica Licenza", "cancel_account", "Elimina l'account", _s22_47, "Attenzione: Questo eliminer\xe0 permanentemente il tuo account, non si potr\xe0 pi\xf9 tornare indietro.", "delete_company", "Elimina azienda", _s22_48, _s69_, "enabled_modules", "Moduli abilitati", "converted_quote", "Preventivo convertito con successo", "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Carica Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Stili", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposte", "tickets", "Tickets", _s16_98, "Preventivi Ricorrenti", "recurring_tasks", "Attivit\xe0 ricorrenti", _s18_61, "Gestione Account", "credit_date", "Data Credito", "credit", "Credito", "credits", "Crediti", "new_credit", "Inserisci il credito", "edit_credit", "Modifica Credito", "created_credit", "Credito creato con successo", "updated_credit", "Credito aggiornato con successo", "archived_credit", "Credito archiviato con successo", "deleted_credit", "Credito eliminato con successo", "removed_credit", _s27_36, "restored_credit", "Credito ripristinato con successo", _s16_100, ":count crediti archiviati con successo", "deleted_credits", ":count crediti eliminati con successo", _s16_101, _s36_9, "current_version", "Versione attuale", "latest_version", "Latest Version", "update_now", "Aggiorna ora", _s26_21, _s41_6, _s16_102, "Aggiornamento disponibile", "app_updated", "Aggiornamento completato con successo", "learn_more", "Scopri di pi\xf9", "integrations", "Integrazioni", "tracking_id", "Id di tracciamento", _s17_81, _s17_82, "credit_footer", "Pi\xe8 di pagina Credito", "credit_terms", "Termini del Credito", "new_company", "Nuova azienda", "added_company", "Azienda aggiunta con successo", "company1", "Azienda Personalizzata 1", "company2", "Azienda Personalizzata 2", "company3", "Azienda Personalizzata 3", "company4", "Azienda Personalizzata 4", "product1", "Prodotto personalizzato 1", "product2", "Prodotto personalizzato 2", "product3", "Prodotto personalizzato 3", "product4", "Prodotto personalizzato 4", "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", "Contatto personalizzato 1", "contact2", "Contatto personalizzato 2", "contact3", "Contatto personalizzato 3", "contact4", "Contatto personalizzato 4", "task1", "Attivit\xe0 personalizzata 1", "task2", "Attivit\xe0 personalizzata 2", "task3", "Attivit\xe0 personalizzata 3", "task4", "Attivit\xe0 personalizzata 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", "Spesa personalizzata 1", "expense2", "Spesa personalizzata 2", "expense3", "Spesa personalizzata 3", "expense4", "Spesa personalizzata 4", "vendor1", "Fornitore Personalizzato 1", "vendor2", "Fornitore Personalizzato 2", "vendor3", "Fornitore Personalizzato 3", "vendor4", "Fornitore Personalizzato 4", "invoice1", "Fattura Personalizzata 1", "invoice2", "Fattura Personalizzata 2", "invoice3", "Fattura Personalizzata 3", "invoice4", "Fattura Personalizzata 4", "payment1", "Pagamento personalizzato 1", "payment2", "Pagamento personalizzato 2", "payment3", "Pagamento personalizzato 3", "payment4", "Pagamento personalizzato 4", "surcharge1", _s24_88, "surcharge2", _s24_89, "surcharge3", _s24_90, "surcharge4", _s24_91, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numero", "export", "Esporta", "chart", "Grafico", "count", "Count", "totals", "Totali", "blank", "Vuoto", "day", "GIorno", "month", "Mese", "year", "Anno", "subgroup", "Sottogruppo", "is_active", "\xc8 attivo", "group_by", "Raggruppa per", "credit_balance", "Saldo Credito", _s18_67, _s18_68, _s17_83, "Nome completo contatto", "contact_phone", "Telefono Contatto", _s21_59, "Valore personalizzato contatto 1", _s21_60, "Valore personalizzato contatto 2", _s21_61, "Valore personalizzato contatto 3", _s21_62, "Valore personalizzato contatto 4", _s17_85, "Via di spedizione", _s17_86, "Piano/Appartamento di spedizione", "shipping_city", "Citt\xe0 di spedizione", "shipping_state", "Provincia di spedizione", _s20_61, "Codice Postale di spedizione", _s16_132, "Paese di spedizione", _s16_134, "Via di fatturazione", _s16_135, "App/scala di fatturazione", "billing_city", "Citt\xe0 di fatturazione", "billing_state", "Stato/Provincia di fatturazione", _s19_40, "Codice postale di fatturazione", "billing_country", "Paese fatturazione", "client_id", "Id Cliente", "assigned_to", "Assegnato a", "created_by", "Creato da :name", "assigned_to_id", "Assegnato all'ID", "created_by_id", "Creato dall'ID", "add_column", "Aggiungi Colonna", "edit_columns", "Modifica Colonne", "columns", "Colonne", "aging", "Aging", "profit_and_loss", "Utile e Perdite", "reports", "Rapporti", "report", "Report", "add_company", "Aggiungi azienda", "unpaid_invoice", "Fattura non pagata", "paid_invoice", "Fattura pagata", _s16_136, "Preventivi non approvati", "help", "Aiuto", "refund", "Rimborso", "refund_date", "Data di rimborso", "filtered_by", "Filtrato per", "contact_email", "Email di contatto", "multiselect", "Multi-selezione", "entity_state", "Stato", "verify_password", "Verifica Password", "applied", "Applicato", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Messaggio", "from", "Da", _s20_63, "Mostra i dettagli del prodotto", _s25_35, "Includi la descrizione ed il costo nel menu a tendina del prodotto", _s20_65, "Il generatore di PDF richiede :version", _s18_70, "Modifica la percentuale di Tassa", _s23_28, _s33_24, _s18_72, "Configura Impostazioni", "support_forum", "Forum di supporto", "about", "Info", "documentation", "Documentazione", "contact_us", "Contattaci", "subtotal", "Subtotale", "line_total", "Totale riga", "item", "Articolo", "credit_email", "Email credito", "iframe_url", "Website", "domain_url", "URL dominio", _s21_64, "La password \xe8 troppo corta", _s20_66, "La password deve contenere una maiuscola ed un numero", _s19_42, "Attivit\xe0 del portale clienti", _s23_29, "Pannello di Controllo Portale Clienti", _s20_67, "Per favore inserisci un valore", "deleted_logo", "Logo eliminato con successo", "yes", "Si", "no", "No", "generate_number", "Genera numero", "when_saved", "Quando salvato", "when_sent", "Quando inviato", "select_company", "Seleziona azienda", "float", "Float", "collapse", "Collapse", "show_or_hide", "Mostra/nascondi", "menu_sidebar", "Barra laterale del menu", "history_sidebar", "Barra laterale dello storico", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vedi", "module", "Modulo", "first_custom", "Spazio Personalizzato 1", "second_custom", "Spazio Personalizzato 2", "third_custom", "Spazio Personalizzato 3", "show_cost", "Mostra Costo", _s17_88, "Mostra costo prodotto", "show_cost_help", "Mostra un campo costo prodotto per tracciare il markup/profitto", _s21_65, "Mostra quantit\xe0 prodotto", _s26_23, "Mostra un campo quantit\xe0 prodotto, altrimenti imposta di default a 1", _s21_67, "Mostra quantit\xe0 fattura", _s26_24, "Mostra un campo per la quantit\xe0 degli articoli sulla riga, altrimenti imposta a uno", _s21_69, "Mostra sconto prodotto", _s26_25, "Mostra un campo sconto articolo sulla riga", _s16_138, "Quantit\xe0 predefinita", _s21_71, "Imposta automaticamente la quantit\xe0 dell'elemento nella riga ad uno", "one_tax_rate", "Una aliquota", "two_tax_rates", "Due aliquote", "three_tax_rates", "Tre aliquote", _s16_140, "Aliquota predefinita", "user", "Utente", "invoice_tax", "Tassa fattura", "line_item_tax", "Riga imposta articolo", "inclusive_taxes", "Tasse inclusive", _s17_90, "Aliquote della fattura", "item_tax_rates", "Tassi d'imposta articolo", _s18_74, "Per favore seleziona un cliente", "configure_rates", "Configura aliquote", _s18_75, "Configura i gateway", "tax_settings", "Impostazioni tasse", _s18_77, _s16_310, "accent_color", "Accent Color", "switch", "Cambia", _s19_44, "Lista separata da virgole", "options", "Opzioni", _s16_142, "Testo a riga singola", "multi_line_text", "Testo multi-riga", "dropdown", "Menu a discesa", "field_type", "Tipo di campo", _s27_37, "Una mail di recupero password \xe8 stata inviata", "submit", "Invia", _s16_144, "Recupera password", "late_fees", "Late Fees", "credit_number", "Numero Credito", "payment_number", "Numero di pagamento", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", "Prima della data di scadenza", "after_due_date", _s18_78, _s18_79, "Dopo la data della fattura", "days", "Giorni", "invoice_email", "Email Fattura", "payment_email", "Email Pagamento", "partial_payment", _s18_172, "payment_partial", _s18_172, _s21_72, "Email di pagamento parziale", "quote_email", "Email Preventivo", _s16_147, _s25_75, _s16_149, "Filtrato per utente", "administrator", "Administrator", _s18_80, "Permettere all'utente di gestire gli utenti, cambiare le impostazioni e modificare tutti i record", "user_management", "Gestione utente", "users", "Utenti", "new_user", "Nuovo utente", "edit_user", "Modifca utente", "created_user", "Utente creato con successo", "updated_user", "Utente aggiornato con successo", "archived_user", "Utente archiviato con successo", "deleted_user", "Utente eliminato con successo", "removed_user", "Utente rimosso con successo", "restored_user", "Utente ripristinato con successo", "archived_users", "Archiviati con successo :value utenti", "deleted_users", "Cancellati con successo :value utenti", "removed_users", "Rimossi con successo :value utenti", "restored_users", "Ripristinati con successo :value utenti", _s16_151, "Impostazioni generali", "invoice_options", "Opzioni Fattura", _s17_92, "Nascondi la data di pagamento", _s22_55, 'Visualizza l\'area "Pagato alla data" sulle fatture solo dopo aver ricevuto un pagamento.', _s23_31, "Embed Documents", _s28_21, "Includi immagini allegate alla fattura.", _s16_153, "Mostra l'Intestazione su", _s16_154, "Visualizza Pi\xe8 di Pagina su", "first_page", "Prima pagina", "all_pages", "Tutte le pagine", "last_page", "Ultima pagina", "primary_font", "Font primario", "secondary_font", "Font secondario", "primary_color", "Colore primario", "secondary_color", "Colore secondario", "page_size", "Dimensione Pagina", "font_size", "Dimensione Font", "quote_design", "Stile Preventivo", "invoice_fields", "Campi Fattura", "product_fields", "Campi Prodotto", "invoice_terms", "Termini della fattura", "invoice_footer", "Pi\xe8 di Pagina Fattura", "quote_terms", "Termini del preventivo", "quote_footer", "Pi\xe8 di Pagina Preventivi", _s18_81, "Auto Email", _s23_32, "Invia automaticamente per email le fatture ricorrenti quando vengono create.", _s18_82, "Auto Archiviazione", _s23_33, "Archivia automaticamente i preventivi quando vengono convertiti.", _s18_83, "Conversione automatica", _s23_34, "Converti automaticamente un preventivo in una fattura se approvato da un cliente.", _s17_94, "Impostazioni Flusso di Lavoro", "freq_daily", "Giornaliero", "freq_weekly", "Settimanale", "freq_two_weeks", "Due settimane", "freq_four_weeks", "Quattro settimane", "freq_monthly", "Mensile", "freq_two_months", "Due mesi", _s17_96, "Tre Mesi", _s16_155, "Quattro mesi", "freq_six_months", "Sei Mesi", "freq_annually", "Annuale", "freq_two_years", "Due anni", _s16_156, "Tre anni", "never", "Never", "company", "Azienda", _s17_97, "Generazione Numeri", "charge_taxes", "Applica Tasse", "next_reset", "Prossimo reset", "reset_counter", "Resetta contatori", _s16_157, "Prefisso Ricorrente", "number_padding", "Riempimento numero", "general", "Generale", "surcharge_field", "Campo Sovrattassa", "company_field", "Campo azienda", "company_value", "Valore azienda", "credit_field", "Campo Credito", "invoice_field", "Campo fattura", _s17_99, "Sovrapprezzo Fattura", "client_field", "Campo Cliente", "product_field", "Campo Prodotto", "payment_field", "Campo Pagamento", "contact_field", "Campo Contatti", "vendor_field", "Campo Fornitore", "expense_field", "Campo Spese", "project_field", "Campo Progetto", "task_field", "Campo attivit\xe0", "group_field", "Campo Gruppo", "number_counter", "Numero contatore", "prefix", "Prefisso", "number_pattern", "Formato numero", "messages", "Messaggi", "custom_css", "CSS Personalizzato", _s17_101, "Javascript personalizzato", _s16_159, "Mostra su PDF", _s21_74, "Mostra la firma del cliente sul PDF della fattura/preventivo.", _s25_41, "Casella di controllo termini di servizio fatture", _s30_9, "Rendi obbligatoria l'accettazione dei termini della fattura.", _s23_35, "Casella di controllo termini di servizio preventivi", _s28_22, "Rendi obbligatoria l'accettazione dei termini del preventivo.", _s25_42, "Firma Fattura", _s30_10, "Richiedi al cliente di firmare la fattura.", _s23_36, "Firma Bozza", _s22_57, "Fatture Protette da Password", _s27_38, "Permette di impostare una password per ogni contatto. Se una password \xe8 impostata, al contatto sar\xe0 richiesto di inserire una password prima di visualizzare le fatture.", "authorization", "Autorizzazione", "subdomain", "Sottodominio", "domain", "Dominio", "portal_mode", "Modalit\xe0 portale", "email_signature", "Distinti saluti,", _s24_39, "Rendi pi\xf9 facile per i tuoi clienti pagarti aggiungendo il markup schema.org alle tue e-mail.", "plain", "Semplice", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Allega PDF", _s16_160, "Allega documenti", "attach_ubl", "Allega UBL", "email_style", "Stile Email", _s19_46, "Enable Markup", "reply_to_email", "Indirizzo di Risposta mail", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processato", "credit_card", "Carta di Credito", "bank_transfer", "Bonifico Bancario", "priority", "Priorit\xe0", "fee_amount", "Importo della tassa", "fee_percent", "Tassa Percentuale", "fee_cap", "Tassa massima", "limits_and_fees", "Limits/Fees", "enable_min", "Attiva minimo", "enable_max", "Attiva massimo", "min_limit", "Minimo :min", "max_limit", "Massimo :max", "min", "Min", "max", "ax", _s19_47, "Loghi carte accettate", "credentials", "Credenziali", "update_address", "Aggiorna indirizzo", _s19_49, "Aggiorna l'indirizzo del cliente con i dettagli forniti", "rate", "Prezzo Unitario", "tax_rate", "Aliquota Fiscale", "new_tax_rate", "Nuova Aliquota Fiscale", "edit_tax_rate", "Modifica aliquota fiscale", _s16_162, "Aliquota fiscale creata", _s16_163, "Aliquota fiscale aggiornata", _s17_104, "Archiviato con successo l'aliquota fiscale", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Riempimento automatico prodotti", _s18_86, "Selezionare un prodotto far\xe0 automaticamente inserire la descrizione ed il costo", "update_products", "Aggiorna automaticamente i prodotti", _s20_71, "Aggiornare una fatura far\xe0 automaticamente aggiornare i prodotti", _s16_165, "Converti prodotti", _s21_75, "Converti automaticamenti i prezzi dei prodotti nella valuta del cliente", "fees", "Commissioni", "limits", "Limiti", "provider", "Provider", "company_gateway", "Piattaforma di Pagamento", _s16_167, "Piattaforme di Pagamento", _s19_50, "Nuova Piattaforma", _s20_72, "Modifica Piattaforma", _s23_37, "Piattaforma creata con successo", _s23_38, "Piattaforma aggiornata con successo", _s24_40, "Piattaforma archiviata con successo", _s23_39, "Piattaforma eliminata con successo", _s24_41, "Piattaforma ripristinata con successo", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continua la modifica", "discard_changes", "Scarta modifiche", "default_value", "Valore predefinito", "disabled", "Disabilitato", "currency_format", "Formato moneta", _s21_76, "Primo giorno della settimana", _s23_40, "Primo mese dell'anno", "sunday", "Domenica", "monday", "Luned\xec", "tuesday", "Marted\xec", "wednesday", "Mercoled\xec", "thursday", "Gioved\xec", "friday", "Venerd\xec", "saturday", "Sabato", "january", "Gennaio", "february", "Febbraio", "march", "Marzo", "april", "Aprile", "may", "Maggio", "june", "Giugno", "july", "Luglio", "august", "Agosto", "september", "Settembre", "october", "Ottobre", "november", "Novembre", "december", "Dicembre", "symbol", "Simbolo", "ocde", "Codice", "date_format", "Formato data", "datetime_format", "Formato data e ora", "military_time", "24 ore", _s18_87, "Formato 24 ore", "send_reminders", "Invia promemoria", "timezone", "Fuso Orario", _s19_51, _s19_52, _s17_107, "Filtrato per gruppo", _s19_53, "Filtrare per fattura", _s18_88, "Filtrato per cliente", _s18_90, "Filtrato per fornitore", "group_settings", "Impostazioni gruppo", "group", "Gruppo", "groups", "Gruppi", "new_group", "Nuovo gruppo", "edit_group", "Modifica gruppo", "created_group", "Gruppo creato con successo", "updated_group", "Gruppo aggiornato con successo", "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", "Gruppo archiviato con successo", "deleted_group", "Gruppo cancellato con successo", "restored_group", "Gruppo ripristinato con successo", "upload_logo", "Carica logo", "uploaded_logo", "Logo caricato con successo", "logo", "Logo", "saved_settings", "Impostazioni salvate con successo", _s16_171, "Preferenze Prodotti", "device_settings", "Impostazioni dispositivo", "defaults", "Predefiniti", "basic_settings", "Impostazioni Base", _s17_109, "Impostazioni Avanzate", "company_details", "Dettagli Azienda", "user_details", "Dettagli Utente", "localization", "Linguaggio", "online_payments", "Pagamenti Online", "tax_rates", _s16_310, "notifications", "Notifiche", "import_export", "Importa/Esporta", "custom_fields", "Campi Personalizzabili", "invoice_design", "Stile Fattura", "buy_now_buttons", "Puslanti Compra Ora", "email_settings", "Impostazioni email", _s23_42, "Modelli & Promemoria", _s22_58, "Carte di credito & banche", _s19_55, "Visualizzazioni dei dati", "price", "Prezzo", "email_sign_up", "Registrati via Email", "google_sign_up", "Registrati con Google", _s27_42, _s28_26, "redeem", "Riscatta", "back", "Indietro", "past_purchases", "Acquisti passati", _s19_57, "Abbonamento Annuale", "pro_plan", "Piano Pro", "enterprise_plan", "Piano Enterprise", "count_users", ":count utenti", "upgrade", "Aggiorna", _s25_46, _s28_80, _s24_43, "Si prega di inserire un cognome", _s33_21, "Si prega di accettare i termini di servizio e della privacy per creare un account.", "i_agree_to_the", "Accetto la", _s16_173, "Termini di Servizio", "privacy_policy", "Privacy Policy", "sign_up", "Registrati", "account_login", "Login account", "view_website", "Visualizza sito web", "create_account", "Crea un account", "email_login", "Login email", "create_new", "Crea Nuovo", _s18_92, "Nessun dato selezionato", _s21_79, _s34_19, "download", "Scarica", _s27_43, "Richiede un piano enterprise", "take_picture", "Fai foto", "upload_file", "Carica file", "document", "Documento", "documents", "Documenti", "new_document", "Nuovo documento", "edit_document", "Modifica documento", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, ":value documenti archiviati con successo", _s17_114, ":value documenti cancellati con successo", _s18_95, ":value documenti ripristinati con successo", "no_history", "Nessuno Storico", "expense_date", "Data Spesa", "pending", "In attesa", _s16_177, "Registrato", _s16_178, "In attesa", _s16_179, "Fatturata", "converted", "Convertito", _s24_45, "Aggiungere documenti a fattura", "exchange_rate", "Tasso di Cambio", _s16_180, "Converti valuta", "mark_paid", "Segna come Pagata", "category", "Categoria", "address", "Indirizzo", "new_vendor", "Nuovo Fornitore", "created_vendor", "Fornitore creato con successo", "updated_vendor", "Fornitore aggiornato con successo", "archived_vendor", "Fornitore archiviato con successo", "deleted_vendor", "Fornitore eliminato con successo", "restored_vendor", _s28_28, _s16_181, ":count fornitori archiviati con successo", "deleted_vendors", ":count fornitori eliminati con successo", _s16_182, "Ripristinati con successo :value fornitori", "new_expense", "Inserisci spesa", "created_expense", "Spesa creata con successo", "updated_expense", "Spesa aggiornata con successo", _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, "Ripristinate con successo :value spese", "copy_shipping", "Copia Spedizione", "copy_billing", "Copia Fatturazione", "design", "Stile", _s21_80, "Impossibile trovare dati", "invoiced", "Fatturato", "logged", "Registrato", "running", "In corso", "resume", "Riprendi", "task_errors", "Si prega di correggere eventuali tempi di sovrapposizione", "start", "Inizia", "stop", "Ferma", "started_task", "Attivit\xe0 iniziata con successo", "stopped_task", "Attivit\xe0 arrestata con successo", "resumed_task", "Attivit\xe0 ripresa con sucesso", "now", "Adesso", _s16_186, "Partenza automatica delle attivit\xe0", "timer", "Timer", "manual", "Manuale", "budgeted", "Preventivato", "start_time", "Tempo di inizio", "end_time", "Tempo di fine", "date", "Data", "times", "Tempi", "duration", "Durata", "new_task", "Nuova Attivit\xe0", "created_task", "Attivit\xe0 creata con successo", "updated_task", "Attivit\xe0 aggiornata con successo", "archived_task", "Attivit\xe0 archiviata con successo", "deleted_task", "Attivit\xe0 cancellata con successo", "restored_task", "Attivit\xe0 ripristinata con successo", "archived_tasks", ":count attivit\xe0 archiviate correttamente", "deleted_tasks", ":count attivit\xe0 eliminate correttamente", "restored_tasks", ":value attivit\xe0 ripristinate con successo", _s19_59, _s28_80, "budgeted_hours", "Ore preventivate", "created_project", "Progetto creato con successo", "updated_project", "Progetto aggiornato con successo", _s16_188, "Progetto archiviato con successo", "deleted_project", "Progetto eliminato con successo", _s16_189, "Progetto ripristinato con successo", _s17_117, ":count progetti archiviati con successo", _s16_190, ":count progetti eliminati con successo", _s17_118, _s37_15, "new_project", "Nuovo Progetto", _s27_47, "Grazie di avere scelto la nostra app!", "if_you_like_it", _s21_82, "click_here", "clicca qui", _s18_96, "Clicca qui", "to_rate_it", "to rate it.", "average", "Media", "unapproved", "non approvato", _s30_15, "Si prega di autenticarsi per cambiare questa impostazione", "locked", "Bloccato", "authenticate", "Autentica", _s19_61, "Si prega di autenticarsi", _s24_47, "Autenticazione biometrica", "footer", "Pi\xe8 di Pagina", "compare", "Compara", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Oggi", "custom_range", "Intervallo personalizzato", "date_range", "Intervallo di Tempo", "current", "Corrente", "previous", "Precedente", "current_period", "Periodo corrente", _s17_119, "Periodo di comparazione", "previous_period", "Periodo precedente", "previous_year", "Anno precedente", "compare_to", "Compara a", "last7_days", "Ultimi 7 giorni", "last_week", "L'ultima settimana", "last30_days", "Ultimi 30 giorni", "this_month", "Questo mese", "last_month", "Mese scorso", "this_year", "Quest'anno", "last_year", "Anno scorso", "custom", "Personalizzato", _s16_191, "Clona come fattura", "clone_to_quote", "Clona come preventivo", "clone_to_credit", "Clona come credito", "view_invoice", "Visualizzare Fattura", "convert", "Convertire", "more", "Altro", "edit_client", "Modifica Cliente", "edit_product", "Modifica Prodotto", "edit_invoice", "Modifica Fattura", "edit_quote", "Modifica Preventivo", "edit_payment", "Modifica pagamento", "edit_task", "Modifica l'attivit\xe0", "edit_expense", "Modifica Spesa", "edit_vendor", "Modifica Fornitore", "edit_project", "Modifica Progetto", _s20_74, "Modifica Preventivo Ricorrente", "billing_address", "Indirizzo di fatturazione", _s16_193, "Indirizzo di spedizione", "total_revenue", "Ricavo totale", "average_invoice", "Fattura media", "outstanding", "Inevase", "invoices_sent", ":count fatture inviate", "active_clients", "clienti attivi", "close", "Chiudi", "email", "Email", "password", "Password", "url", "URL", "secret", "Segreta", "name", "Nome", "logout", "Esci", "login", "Login", "filter", "Filtra", "sort", "Ordina", "search", "Cerca", "active", "Attivo", "archived", "Archived", "deleted", "Eliminato", "dashboard", "Pannello di Controllo", "archive", "Archivia", "delete", "Elimina", "restore", "Ripristina", _s16_195, "Aggiornamento completi", _s23_43, "Inserisci la tua email", _s26_34, "Si prega di inserire la password", _s21_83, "Inserisci il tuo URL", _s26_36, "Inserire una chiave prodotto", "ascending", "Crescente", "descending", "Decrescente", "save", "Salva", _s17_121, "Si \xe8 verificato un errore", "paid_to_date", "Pagato a oggi", "balance_due", "Totale da Pagare", "balance", "Bilancio", "overview", "Panoramica", "details", "Dettagli", "phone", "Telefono", "website", "Sito web", "vat_number", "Partita IVA", "id_number", "Codice Fiscale", "create", "Crea", _s19_63, "Copiato :value negli appunti", "error", "Errore", _s16_197, "Esecuzione non riuscita", "contacts", "Contatti", "additional", "Aggiuntivo", "first_name", "Nome", "last_name", "Cognome", "add_contact", "Aggiungi contatto", "are_you_sure", "Sei sicuro?", "cancel", "Annulla", "ok", "Ok", "remove", "Elimina", _s16_199, "Email non valida", "product", "Prodotto", "products", "Prodotti", "new_product", "Nuovo Prodotto", "created_product", "Prodotto creato con successo", "updated_product", "Prodotto aggiornato con successo", _s16_201, "Prodotto archiviato con successo", "deleted_product", "Prodotto eliminato con successo", _s16_202, "Prodotto ripristinato con successo", _s17_123, "Archiviati con successo :count prodotti", _s16_203, ":count prodotti eliminati con successo", _s17_124, "Ripristinati con successo :value prodotti", "product_key", "Prodotto", "notes", "Note", "cost", "Cost", "client", "Cliente", "clients", "Clienti", "new_client", "Nuovo Cliente", "created_client", "Cliente creato con successo", "updated_client", "Cliente aggiornato con successo", "archived_client", "Cliente archiviato con successo", _s16_204, ":count clienti archiviati con successo", "deleted_client", _s30_48, "deleted_clients", ":count clienti eliminati con successo", "restored_client", "Cliente ripristinato con successo", _s16_205, _s36_13, "address1", "Via", "address2", "Appartamento/Piano", "city", "Citt\xe0", "state", "Stato/Provincia", "postal_code", "Codice postale", "country", "Paese", "invoice", "Fattura", "invoices", "Fatture", "new_invoice", "Nuova Fattura", "created_invoice", "Fattura creata con successo", "updated_invoice", "Fattura aggiornata con successo", _s16_206, "Fattura archiviata con successo", "deleted_invoice", "Fattura eliminata con successo", _s16_207, "Fattura ripristinata con successo", _s17_125, ":count fatture archiviate con successo", _s16_208, ":count fatture eliminate con successo", _s17_126, "Ripristinato con successo :value fatture", "emailed_invoice", "Fattura inviata con successo", "emailed_payment", _s28_59, "amount", "Importo", "invoice_number", "Numero Fattura", "invoice_date", "Data Fattura", "discount", "Sconto", "po_number", "Numero d'ordine d'acquisto", "terms", "Termini", "public_notes", "Note Pubbliche (Descrizione in fattura)", "private_notes", "Note Personali", "frequency", "Frequenza", "start_date", "Data Inizio", "end_date", "Data Fine", "quote_number", "Numero Preventivo", "quote_date", "Data Preventivo", "valid_until", "Valido fino a", "items", "Articoli", "partial_deposit", _s17_182, "description", "Descrizione", "unit_cost", "Costo unitario", "quantity", "Quantit\xe0", "add_item", "Aggiungi Articolo", "contact", "Contatto", "work_phone", "Telefono", "total_amount", "Ammontare Totale", "pdf", "PDF", "due_date", "Scadenza", _s16_209, _s16_210, "status", "Stato", _s17_127, "Stato della fattura", "quote_status", "Stato preventivo", _s22_59, "Clicca su + per aggiungere un articolo", _s22_61, "Premi + per aggiungere tempo", "count_selected", ":count selezionato/i", "total", "Totale", "percent", "Percentuale", "edit", "Modifica", "dismiss", "Chiudi", _s20_76, "Selezionate una data per favore", _s22_62, "Seleziona un cliente", _s24_49, "Selezionate una fattura per favore", "task_rate", "Tariffa per le attivit\xe0", "settings", "Impostazioni", "language", "Linguaggio", "currency", "Valuta", "created_at", "Data Creazione", "created_on", "Creato il", "updated_at", "Aggiornato", "tax", "Tassa", _s30_17, "Si prega di inserire un numero di fattura", _s27_51, "Inserisci un numero preventivo", "past_due", "Scaduta", "draft", "Bozza", "sent", "Inviato", "viewed", "Visto", "approved", "Approvato", "partial", _s17_182, "paid", "Pagata", "mark_sent", "Contrassegna come inviato", _s22_64, _s48_5, _s22_65, _s48_5, _s23_45, _s48_6, _s23_46, _s48_6, "done", "Completato", _s37_18, "Si prega di inserire un cliente o nome del contatto", "dark_mode", "Modalit\xe0 scura", _s27_53, "Riavviare la app per applicare il cambiamento", "refresh_data", "Aggiorna dati", "blank_contact", "Svuota Contatto", "activity", "Attivit\xe0", _s16_211, "Nessun dato trovato", "clone", "Clona", "loading", "Caricando", "industry", "Industria", "size", "Dimensione", "payment_terms", _s20_132, "payment_date", "Data Pagamento", "payment_status", "Stato del pagamento", _s16_213, "In attesa", _s16_214, "Annullato", _s16_215, "Fallito", _s16_216, "Completato", _s16_217, _s23_77, _s16_218, "Rimborsato", _s17_128, "Non applicato", _s17_129, _s19_27, "net", "Netto", "client_portal", "Portale Clienti", "show_tasks", "Mostra attivit\xe0", "email_reminders", "Promemoria email", "enabled", "Abilitato", "recipients", "Destinatari", "initial_email", "Email iniziale", "first_reminder", "Primo Promemoria", "second_reminder", "Secondo Promemoria", "third_reminder", "Terzo Promemoria", "reminder1", "Primo promemoria", "reminder2", "Secondo promemoria", "reminder3", "Terzo promemoria", "template", "Modello", "send", "Invia", "subject", "Oggetto", "body", "Corpo", "send_email", "Invia Email", "email_receipt", "Invia ricevuta di pagamento al cliente", "auto_billing", _s23_78, "button", "Pulsante", "preview", "Anteprima", "customize", "Personalizza", "history", "Storico", "payment", "Pagamento", "payments", "Pagamenti", "refunded", "Rimborsato", "payment_type", _s17_181, _s21_85, "Riferimento Transazione", "enter_payment", "Inserisci Pagamento", "new_payment", "Inserisci il pagamento", "created_payment", "Pagamento creato con successo", "updated_payment", "Pagamento aggiornato con successo", _s16_219, "Pagamento archiviato con successo", "deleted_payment", "Pagamenti eliminati con successo", _s16_220, "Pagamento ripristinato con successo", _s17_130, ":count pagamenti archiviati con successo", _s16_221, ":count pagamenti eliminati con successo", _s17_131, _s37_20, "quote", "Preventivo", "quotes", "Preventivi", "new_quote", "Nuovo Preventivo", "created_quote", "Preventivo creato con successo", "updated_quote", "Preventivo aggiornato con successo", "archived_quote", "Preventivo archiviato con successo", "deleted_quote", "Preventivo cancellato con successo", "restored_quote", "Preventivo ripristinato con successo", "archived_quotes", "Sono stati archiviati :count preventivi con successo", "deleted_quotes", "Sono stati cancellati :count preventivi con successo", "restored_quotes", _s35_22, "expense", "Spesa", "expenses", "Spese", "vendor", "Fornitore", "vendors", "Fornitori", "task", "Attivit\xe0", "tasks", "Attivit\xe0", "project", "Progetto", "projects", "Progetti", "activity_1", ":user ha creato il cliente :client", "activity_2", ":user ha archiviato il cliente :client", "activity_3", ":user ha cancellato il cliente :client", "activity_4", ":user ha creato la fattura :invoice", "activity_5", ":user ha aggiornato la fattura :invoice", "activity_6", ":user ha inviato per email la fattura :invoice per:client a :contact", "activity_7", ":contact ha visualizzato la fattura :invoice per :client", "activity_8", ":user ha archiviato la fattura :invoice", "activity_9", _s39_13, "activity_10", ":contact ha registrato il pagamento :payment di :payment_amount sulla fattura :invoice per :client", "activity_11", ":user ha aggiornato il pagamento :payment", "activity_12", ":user ha archiviato il pagamento :payment", "activity_13", ":user ha cancellato il pagamento :payment", "activity_14", ":user ha inserito il credito :credit", "activity_15", ":user ha aggiornato il credito :credit", "activity_16", ":user ha archiviato il credito :credit", "activity_17", ":user ha cancellato il credito :credit", "activity_18", _s36_39, "activity_19", _s36_39, "activity_20", ":user ha inviato per email il preventivo :quote per :client a :contact", "activity_21", ":contact ha visto il preventivo :quote", "activity_22", ":user ha archiviato il preventivo :quote", "activity_23", ":user ha cancellato il preventivo :quote", "activity_24", ":user ha ripristinato il preventivo :quote", "activity_25", ":user ha ripristinato la fattura :invoice", "activity_26", ":user ha ripristinato il cliente :client", "activity_27", ":user ha ripristinato il pagamento :payment", "activity_28", ":user ha ripristinato il credito :credit", "activity_29", ":contact ha approvato il preventivo :quote per :client", "activity_30", "L'utente :user ha creato il fornitore :vendor", "activity_31", "L'utente :user ha archiviato il fornitore :vendor", "activity_32", "L'utente :user ha eliminato il fornitore :vendor", "activity_33", "L'utente :user ha ripristinato il fornitore :vendor", "activity_34", "L'utente :user ha creato la spesa :expense", "activity_35", "L'utente :user ha archiviato la spesa :expense", "activity_36", "L'utente :user ha eliminato la spesa :expense", "activity_37", "L'utente :user ha ripristinato la spesa :expense", "activity_39", ":user ha annullato un pagamento :payment da :payment_amount", "activity_40", ":user ha rimborsato :adjustment di un pagamento :payment da :payment_amount", "activity_41", "pagamento di :payment_amount (:payment) fallito", "activity_42", "L'utente :user ha creato l'attivit\xe0 :task", "activity_43", "L'utente :user ha aggiornato l'attivit\xe0 :task", "activity_44", "L'utente :user ha archiviato l'attivit\xe0 :task", "activity_45", "L'utente :user ha eliminato l'attivit\xe0 :task", "activity_46", "L'utente :user ha ripristinato l'attivit\xe0 :task", "activity_47", "L'utente :user ha aggiornato la spesa :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user ha riaperto il ticket :ticket", "activity_55", ":contact ha risposto al ticket :ticket", "activity_56", ":user ha visualizzato il ticket :ticket", "activity_57", "Il sistema non \xe8 riuscito a inviare la fattura :invoice via e-mail", "activity_58", ":user ha stornato la fattura :invoice", "activity_59", _s39_13, "activity_60", ":contact ha visualizzato il preventivo :quote", "activity_61", ":user ha aggiornato il cliente :client", "activity_62", ":user ha aggiornato il fornitore :vendor", "activity_63", ":user ha inviato il primo promemoria per la fattura :invoice a :contact", "activity_64", ":user ha inviato un secondo promemoria per la fattura :invoice a :contact", "activity_65", ":user ha inviato il terzo promemoria per la fattura :invoice a :contact", "activity_66", ":user ha inviato un promemoria ricorrente per la fattura :invoice a :contact", "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Password a uso singolo", "emailed_quote", "Preventivo inviato con successo", "emailed_credit", _s27_65, _s20_78, "Preventivo contrassegnato come inviato con successo", _s21_87, _s34_21, "expired", "Scaduto", "all", "Tutti", "select", "Seleziona", _s22_66, _s22_67, "custom_value1", _s21_142, "custom_value2", _s21_142, "custom_value3", "Valore Personalizzato 3", "custom_value4", "Valore Personalizzato 4", _s18_97, _s18_98, _s24_54, "Messaggio Pannello di Controllo Personalizzato", _s29_37, "Messaggio personalizzato su fattura non pagata", _s27_58, "Messaggio personalizzato fattura pagata", _s31_18, _s31_19, "lock_invoices", "Blocca fatture", "translations", "Traduzioni", _s19_64, "Pattern numero attivit\xe0", _s19_66, "Contatore numero attivit\xe0", _s22_68, "Formato numero spesa", _s22_70, "Contatore numero spesa", _s21_88, "Formato numero fornitore", _s21_90, "Contatore numero venditore", _s21_92, "Formato numero ticket", _s21_94, "Contatore numero ticket", _s22_72, "Formato numero pagamento", _s22_74, "Contatore numero pagamento", _s22_76, "Formato numero fatture", _s22_78, "Contatore numerazione fatture", _s20_79, "Formato numero preventivi", _s20_81, "Contatore numerazione preventivi", _s21_96, _s22_119, _s21_98, _s24_92, _s21_100, _s22_119, _s21_101, _s24_92, _s18_99, "Resetta contatore data", "counter_padding", "Riempimento contatore", _s28_57, "Contatore condiviso per fatture/preventivi", _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, "Oggetto della fattura e-mail", _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Oggetto e-mail pagamento parziale", "show_table", "Mostra Tabella", "show_list", "Mostra Lista", "client_city", "Citt\xe0 cliente", "client_state", "Stato cliente", "client_country", "Paese cliente", _s16_222, "Il cliente \xe8 attivo", "client_balance", "Bilancio cliente", "client_address1", "Via del cliente", "client_address2", "Appartamento/Scala del cliente", "vendor_address1", "Via Fornitore", "vendor_address2", "Scala/Appartamento Fornitore", _s24_56, "Via spedizione cliente", _s24_57, "Appartametno/Scala spedizione cliente", "type", "Tipo", "invoice_amount", "Importo Fattura", _s16_226, "Scadenza fattura", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", _s23_78, "archived_at", "Archived At", "has_expenses", "Ha spese", "custom_taxes1", "Tasse Personalizzate 1", "custom_taxes2", "Tasse Personalizzate 2", "custom_taxes3", "Tasse Personalizzate 3", "custom_taxes4", "Tasse Personalizzate 4", _s17_134, _s24_88, _s17_135, _s24_89, _s17_136, _s24_90, _s17_137, _s24_91, "is_deleted", "\xc8 cancellato", "vendor_city", "Citt\xe0 Fornitore", "vendor_state", "Stato Fornitore", "vendor_country", "Paese fornitore", "is_approved", "\xc8 approvato", "tax_name", "Nome Tassa", "tax_amount", "Importo tassa", "tax_paid", "Tassa pagata", "payment_amount", "Importo Pagamento", "age", "Et\xe0", "is_running", "Is Running", "time_log", "Log temporale", "bank_id", "Banca", _s19_70, "ID della categoria di spesa", _s16_227, "Categoria Spesa", _s19_72, "ID Valuta Fattura", "tax_name1", "Nome tassa 1", "tax_name2", "Nome tassa 2", "tax_name3", "Tax Name 3", "transaction_id", "ID transazione", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ja", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4\u3092\u8ffd\u52a0", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u8acb\u6c42\u66f8 :invoice \u306b\u8ffd\u52a0", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u8acb\u6c42\u66f8\u901a\u8ca8", "range", "\u7bc4\u56f2", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u6709\u52b9", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u3042\u306a\u305f\u81ea\u8eab\u306eWeb\u30b5\u30a4\u30c8\u3067\u8acb\u6c42\u66f8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u3092\u8a2d\u5b9a", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "2\u8981\u7d20\u8a8d\u8a3c\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "2\u8981\u7d20\u8a8d\u8a3c", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u78ba\u8a8d\u7528\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u8acb\u6c42\u66f8\u306b\u5909\u63db", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u96a0\u3059", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u30ab\u30e9\u30e0", "sample", "\u30b5\u30f3\u30d7\u30eb", "map_to", "Map To", "import", "\u30a4\u30f3\u30dd\u30fc\u30c8", _s25_16, _s29_7, "select_file", "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", _s16_62, _s16_63, "csv_file", "CSV\u30d5\u30a1\u30a4\u30eb", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u672a\u6255\u3044", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, "\u9001\u4fe1\u6e08\u8acb\u6c42\u66f8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f", _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u8acb\u6c42\u5408\u8a08", "quote_total", "\u898b\u7a4d\u91d1\u984d\u5408\u8a08", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "\u7d4c\u8cbb\u756a\u53f7", "task_number", "\u30bf\u30b9\u30af\u756a\u53f7", "project_number", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u756a\u53f7", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u9867\u5ba2\u540d", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "\u5f37\u5236\u7684\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s25_29, "\u7e70\u308a\u8fd4\u3057\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc", "token_billing", _s17_141, _s24_35, "Invoice Ninja \u3078\u3088\u3046\u3053\u305d", "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "\u9867\u5ba2\u756a\u53f7", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc1\u9001\u4fe1\u6e08", "reminder2_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc2\u9001\u4fe1\u6e08", "reminder3_sent", "\u30ea\u30de\u30a4\u30f3\u30c0\u30fc3\u9001\u4fe1\u6e08", _s18_55, "\u6700\u7d42\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u9001\u4fe1\u6e08", "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u7a0e", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "\u524d\u53d7\u91d1\u3092\u9069\u7528", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "\u5165\u91d1\u65b9\u6cd5", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "\u5b8c\u4e86", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u6b21\u56de\u8acb\u6c42", _s17_65, _s17_66, "recent_payments", "\u6700\u8fd1\u306e\u5165\u91d1", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u8acb\u6c42\u3092\u65b0\u898f\u4f5c\u6210", "create_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210", "create_payment", "Create Payment", "create_vendor", "\u65b0\u3057\u3044\u7d0d\u5165\u696d\u8005", "update_quote", "Update Quote", "delete_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664", "update_invoice", "Update Invoice", "delete_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664", "update_client", "Update Client", "delete_client", "\u9867\u5ba2\u3092\u524a\u9664", "delete_payment", "\u5165\u91d1\u3092\u524a\u9664", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "\u30bf\u30b9\u30af\u3092\u65b0\u898f\u4f5c\u6210", "update_task", "Update Task", "delete_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u30d5\u30ea\u30fc", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API\u30c8\u30fc\u30af\u30f3", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u30c8\u30fc\u30af\u30f3", "tokens", "\u30c8\u30fc\u30af\u30f3", "new_token", "New Token", "edit_token", "\u30c8\u30fc\u30af\u30f3\u3092\u7de8\u96c6", "created_token", "\u30c8\u30fc\u30af\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002", "updated_token", "\u30c8\u30fc\u30af\u30f3\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_token", "\u30c8\u30fc\u30af\u30f3\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_token", "\u30c8\u30fc\u30af\u30f3\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3059\u308b", "email_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u30ed\u30b0\u30a4\u30f3", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u524d\u53d7\u91d1\u7dcf\u984d", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "\u6587\u66f8\u306e\u691c\u7d22", "search_designs", "Search Designs", "search_invoices", "\u8acb\u6c42\u66f8\u306e\u691c\u7d22", "search_clients", "\u9867\u5ba2\u306e\u691c\u7d22", "search_products", "\u5546\u54c1\u306e\u691c\u7d22", "search_quotes", "\u898b\u7a4d\u66f8\u306e\u691c\u7d22", "search_credits", "Search Credits", "search_vendors", "\u7d0d\u5165\u696d\u8005\u306e\u691c\u7d22", "search_users", "\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22", _s16_86, "\u7a0e\u7387\u306e\u691c\u7d22", "search_tasks", "\u30bf\u30b9\u30af\u306e\u691c\u7d22", "search_settings", "\u8a2d\u5b9a\u306e\u691c\u7d22", "search_projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u691c\u7d22", "search_expenses", "\u7d4c\u8cbb\u306e\u691c\u7d22", "search_payments", "Search Payments", "search_groups", "\u30b0\u30eb\u30fc\u30d7\u306e\u691c\u7d22", "search_company", "\u4f1a\u793e\u306e\u691c\u7d22", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "\u898b\u7a4d\u66f8\u9001\u4fe1\u6e08", "credit_sent", "\u524d\u53d7\u91d1\u9001\u4fe1\u6e08", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ad\u30e3\u30f3\u30bb\u30eb", _s22_47, "\u6ce8\u610f: \u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u5b8c\u5168\u306b\u524a\u9664\u3057\u307e\u3059\u3002\u524a\u9664\u306e\u53d6\u308a\u6d88\u3057\u306f\u51fa\u6765\u307e\u305b\u3093\u3002", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u30d8\u30c3\u30c0", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "\u7e70\u308a\u8fd4\u3057\u306e\u898b\u7a4d\u66f8", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u524d\u53d7\u91d1\u53d7\u65e5\u4ed8", "credit", "\u524d\u53d7\u91d1", "credits", "\u524d\u53d7\u91d1", "new_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332", "edit_credit", "Edit Credit", "created_credit", "\u524d\u53d7\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_credit", _s27_34, "archived_credit", "\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credit", "\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "removed_credit", _s27_36, "restored_credit", "\u524d\u53d7\u91d1\u3092\u5fa9\u65e7\u3057\u307e\u3057\u305f", _s16_100, ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_credits", ":count \u4ef6\u306e\u524d\u53d7\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_101, _s36_9, "current_version", "\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3", "latest_version", "Latest Version", "update_now", "\u4eca\u3059\u3050\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", _s26_21, "Web\u30a2\u30d7\u30ea\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", _s16_102, "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059", "app_updated", _s29_13, "learn_more", "\u8a73\u7d30\u3092\u898b\u308b", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u65b0\u3057\u3044\u4f1a\u793e", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u30ea\u30bb\u30c3\u30c8", "number", "\u756a\u53f7", "export", "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "chart", "\u30c1\u30e3\u30fc\u30c8", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "\u524d\u53d7\u91d1\u6b8b\u9ad8", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "\u30ec\u30dd\u30fc\u30c8", "report", "\u30ec\u30dd\u30fc\u30c8", "add_company", "\u4f1a\u793e\u3092\u8ffd\u52a0", "unpaid_invoice", "\u672a\u6255\u306e\u8acb\u6c42\u66f8", "paid_invoice", "\u652f\u6255\u6e08\u306e\u8acb\u6c42\u66f8", _s16_136, _s16_137, "help", "\u30d8\u30eb\u30d7", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u30e1\u30c3\u30bb\u30fc\u30b8", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u5c0f\u8a08", "line_total", "Line Total", "item", "\u30a2\u30a4\u30c6\u30e0", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u306f\u3044", "no", "\u3044\u3044\u3048", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u30e6\u30fc\u30b6", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u7a0e\u306e\u8a2d\u5b9a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u518d\u8a2d\u5b9a", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "\u8acb\u6c42\u66f8\u30e1\u30fc\u30eb", "payment_email", "\u652f\u6255\u3044\u30e1\u30fc\u30eb", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u898b\u7a4d\u66f8\u30e1\u30fc\u30eb", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u30e6\u30fc\u30b6\u7ba1\u7406", "users", "\u30e6\u30fc\u30b6\u30fc", "new_user", "\u65b0\u3057\u3044\u30e6\u30fc\u30b6", "edit_user", "\u30e6\u30fc\u30b6\u306e\u7de8\u96c6", "created_user", _s25_37, "updated_user", "\u30e6\u30fc\u30b6\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", "archived_user", "\u30e6\u30fc\u30b6\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_user", "\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f", "removed_user", _s25_40, "restored_user", "\u30e6\u30fc\u30b6\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u4e00\u822c\u8a2d\u5b9a", "invoice_options", "\u8acb\u6c42\u66f8\u30aa\u30d7\u30b7\u30e7\u30f3", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "\u6700\u521d\u306e\u30da\u30fc\u30b8", "all_pages", "\u5168\u3066\u306e\u30da\u30fc\u30b8", "last_page", "\u6700\u5f8c\u306e\u30da\u30fc\u30b8", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u30d7\u30e9\u30a4\u30de\u30ea\u30fb\u30ab\u30e9\u30fc", "secondary_color", "\u30bb\u30ab\u30f3\u30c0\u30ea\u30fb\u30ab\u30e9\u30fc", "page_size", "Page Size", "font_size", "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba", "quote_design", "Quote Design", "invoice_fields", "\u8acb\u6c42\u66f8\u3092\u30d5\u30a3\u30fc\u30eb\u30c9", "product_fields", "Product Fields", "invoice_terms", "\u8acb\u6c42\u6761\u4ef6", "invoice_footer", "\u8acb\u6c42\u66f8\u30d5\u30c3\u30bf\u30fc", "quote_terms", "Quote Terms", "quote_footer", "\u898b\u7a4d\u66f8\u30d5\u30c3\u30bf", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9", "number_pattern", "Number Pattern", "messages", "\u30e1\u30c3\u30bb\u30fc\u30b8", "custom_css", "\u30ab\u30b9\u30bf\u30e0CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u3069\u3046\u305e\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002", _s24_39, _s86_, "plain", "\u30d7\u30ec\u30fc\u30f3", "light", "\u30e9\u30a4\u30c8", "dark", "\u30c0\u30fc\u30af", "email_design", "E\u30e1\u30fc\u30eb \u30c7\u30b6\u30a4\u30f3", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u3092\u8a31\u53ef\u3059\u308b", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u4f4f\u6240\u3092\u66f4\u65b0", _s19_49, _s45_6, "rate", "\u7387", "tax_rate", "\u7a0e\u7387", "new_tax_rate", "\u65b0\u3057\u3044\u7a0e\u7387", "edit_tax_rate", "\u7a0e\u7387\u3092\u7de8\u96c6", _s16_162, "\u7a0e\u7387\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f", _s16_163, "\u7a0e\u7387\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s17_104, "\u7a0e\u7387\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", "\u5546\u54c1\u306e\u81ea\u52d5\u66f4\u65b0", _s20_71, _s65_0, _s16_165, "\u5546\u54c1\u306e\u5909\u63db", _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "\u901a\u8ca8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u65e5\u66dc\u65e5", "monday", "\u6708\u66dc\u65e5", "tuesday", "\u706b\u66dc\u65e5", "wednesday", "\u6c34\u66dc\u65e5", "thursday", "\u6728\u66dc\u65e5", "friday", "\u91d1\u66dc\u65e5", "saturday", "\u571f\u66dc\u65e5", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u30ed\u30b4", "saved_settings", _s27_41, _s16_171, "\u5546\u54c1\u8a2d\u5b9a", "device_settings", "Device Settings", "defaults", "\u30c7\u30d5\u30a9\u30eb\u30c8", "basic_settings", "Basic Settings", _s17_109, "\u8a73\u7d30\u8a2d\u5b9a", "company_details", "\u4f01\u696d\u60c5\u5831", "user_details", "\u30e6\u30fc\u30b6\u306e\u8a73\u7d30", "localization", "\u5730\u57df\u8a2d\u5b9a", "online_payments", "\u30aa\u30f3\u30e9\u30a4\u30f3\u5165\u91d1", "tax_rates", "\u7a0e\u7387", "notifications", "\u901a\u77e5", "import_export", "\u30a4\u30f3\u30dd\u30fc\u30c8 | \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 | \u30ad\u30e3\u30f3\u30bb\u30eb", "custom_fields", "\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9", "invoice_design", "\u8acb\u6c42\u66f8\u30c7\u30b6\u30a4\u30f3", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E\u30e1\u30fc\u30eb\u8a2d\u5b9a", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, "\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30fc\u30bf", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u5229\u7528\u898f\u7d04", "privacy_policy", "Privacy Policy", "sign_up", "\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\u4fdd\u7559", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u652f\u6255\u6e08\u306b\u3059\u308b", "category", "Category", "address", "\u4f4f\u6240", "new_vendor", "New Vendor", "created_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendor", "\u30d9\u30f3\u30c0\u30fc\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_vendor", _s28_28, _s16_181, ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_vendors", ":count \u4ef6\u306e\u7d0d\u5165\u696d\u8005\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "\u7d4c\u8cbb\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s16_185, "\u7d4c\u8cbb\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "\u30b9\u30bf\u30fc\u30c8", "stop", "\u30b9\u30c8\u30c3\u30d7", "started_task", _s25_48, "stopped_task", "\u30bf\u30b9\u30af\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\u3002", "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "\u30bf\u30a4\u30de\u30fc", "manual", "Manual", "budgeted", "Budgeted", "start_time", "\u958b\u59cb\u6642\u9593", "end_time", "\u7d42\u4e86\u6642\u9593", "date", "\u65e5\u4ed8", "times", "Times", "duration", "Duration", "new_task", "\u65b0\u3057\u3044\u30bf\u30b9\u30af", "created_task", "\u30bf\u30b9\u30af\u304c\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002", "updated_task", "\u30bf\u30b9\u30af\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", "archived_task", "\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_task", "\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_task", "\u30bf\u30b9\u30af\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_tasks", ":count\u4ef6\u306e\u30bf\u30b9\u30af\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_188, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_project", _s28_34, _s16_189, "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_117, ":count \u4ef6\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "\u65b0\u3057\u3044\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", _s27_47, "\u5f0a\u793e\u306eApp\u3092\u3054\u5229\u7528\u9802\u304d\u8aa0\u306b\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "if_you_like_it", _s21_82, "click_here", "\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u5e73\u5747", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u30d5\u30c3\u30bf", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\u30ab\u30b9\u30bf\u30e0", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u8acb\u6c42\u66f8\u3092\u8868\u793a", "convert", "Convert", "more", "More", "edit_client", "\u9867\u5ba2\u3092\u7de8\u96c6", "edit_product", "\u5546\u54c1\u3092\u7de8\u96c6", "edit_invoice", "\u8acb\u6c42\u3092\u7de8\u96c6", "edit_quote", "\u898b\u7a4d\u66f8\u3092\u7de8\u96c6", "edit_payment", "\u652f\u6255\u3044\u3092\u7de8\u96c6", "edit_task", "\u30bf\u30b9\u30af\u3092\u66f4\u65b0", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u7de8\u96c6", _s20_74, _s20_75, "billing_address", "\u8acb\u6c42\u5148\u4f4f\u6240", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "\u8acb\u6c42\u306e\u5e73\u5747", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "\u6709\u52b9\u306a\u9867\u5ba2", "close", "\u9589\u3058\u308b", "email", "E\u30e1\u30fc\u30eb", "password", "\u30d1\u30b9\u30ef\u30fc\u30c9", "url", "URL", "secret", "Secret", "name", "\u540d\u524d", "logout", "\u30ed\u30b0\u30a2\u30a6\u30c8", "login", "\u30ed\u30b0\u30a4\u30f3", "filter", "\u30d5\u30a3\u30eb\u30bf\u30fc", "sort", "Sort", "search", "\u691c\u7d22", "active", "\u6709\u52b9", "archived", "Archived", "deleted", "Deleted", "dashboard", "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9", "archive", "\u30a2\u30fc\u30ab\u30a4\u30d6", "delete", "\u524a\u9664", "restore", "\u30ea\u30b9\u30c8\u30a2", _s16_195, "\u66f4\u65b0\u5b8c\u4e86", _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u4fdd\u5b58", _s17_121, _s17_122, "paid_to_date", "\u73fe\u5728\u307e\u3067\u306e\u652f\u6255\u6e08\u984d", "balance_due", "Balance Due", "balance", "\u30d0\u30e9\u30f3\u30b9", "overview", "\u6982\u8981", "details", "\u8a73\u7d30", "phone", "\u96fb\u8a71", "website", "WEB\u30b5\u30a4\u30c8", "vat_number", "VAT\u30ca\u30f3\u30d0\u30fc", "id_number", "ID\u30ca\u30f3\u30d0\u30fc", "create", "\u4f5c\u6210", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u30b3\u30f3\u30bf\u30af\u30c8", "additional", "Additional", "first_name", "\u540d", "last_name", "\u59d3", "add_contact", "\u9023\u7d61\u5148\u306e\u8ffd\u52a0", "are_you_sure", "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", "cancel", "\u30ad\u30e3\u30f3\u30bb\u30eb", "ok", "Ok", "remove", "Remove", _s16_199, "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u7121\u52b9\u3067\u3059", "product", "\u5546\u54c1", "products", "\u5546\u54c1", "new_product", "\u65b0\u3057\u3044\u5546\u54c1", "created_product", "\u5546\u54c1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_product", "\u5546\u54c1\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_201, "\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, ":count \u500b\u306e\u5546\u54c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_203, ":count \u500b\u306e\u5546\u54c1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_124, _s37_16, "product_key", "Product", "notes", "\u30ce\u30fc\u30c8", "cost", "Cost", "client", "\u9867\u5ba2", "clients", "\u9867\u5ba2", "new_client", "\u65b0\u3057\u3044\u9867\u5ba2", "created_client", "\u9867\u5ba2\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_client", "\u9867\u5ba2\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_client", "\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_204, ":count \u4ef6\u306e\u9867\u5ba2\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_client", "\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "deleted_clients", ":count \u770c\u306e\u9867\u5ba2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_client", "\u9867\u5ba2\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s16_205, _s36_13, "address1", "\u756a\u5730", "address2", "\u5efa\u7269", "city", "\u5e02\u533a\u753a\u6751", "state", "\u90fd\u9053\u5e9c\u770c", "postal_code", "\u90f5\u4fbf\u756a\u53f7", "country", "\u56fd", "invoice", "\u8acb\u6c42\u66f8", "invoices", "\u8acb\u6c42\u66f8", "new_invoice", "\u65b0\u3057\u3044\u8acb\u6c42\u66f8", "created_invoice", "\u8acb\u6c42\u66f8\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_invoice", "\u8acb\u6c42\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", _s16_206, "\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_invoice", "\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_207, "\u8acb\u6c42\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", _s17_125, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_208, ":count \u4ef6\u306e\u8acb\u6c42\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_126, _s37_17, "emailed_invoice", "\u8acb\u6c42\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_payment", _s28_59, "amount", "\u91d1\u984d", "invoice_number", "\u8acb\u6c42\u66f8\u756a\u53f7", "invoice_date", "\u8acb\u6c42\u65e5", "discount", "\u5024\u5f15\u304d", "po_number", "PO\u756a\u53f7", "terms", "\u6761\u9805", "public_notes", "Public Notes", "private_notes", "\u975e\u516c\u958b\u5099\u8003", "frequency", "\u983b\u5ea6", "start_date", "\u958b\u59cb\u65e5", "end_date", "\u7d42\u4e86\u65e5", "quote_number", "\u898b\u7a4d\u66f8\u756a\u53f7", "quote_date", "\u898b\u7a4d\u65e5", "valid_until", "Valid Until", "items", "\u30a2\u30a4\u30c6\u30e0", "partial_deposit", "Partial/Deposit", "description", "\u8aac\u660e", "unit_cost", "\u5358\u4fa1", "quantity", "\u6570\u91cf", "add_item", "\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0", "contact", "\u30b3\u30f3\u30bf\u30af\u30c8", "work_phone", "\u96fb\u8a71\u756a\u53f7", "total_amount", "\u5408\u8a08\u91d1\u984d", "pdf", "PDF", "due_date", "\u652f\u6255\u65e5", _s16_209, _s16_210, "status", "\u30b9\u30c6\u30fc\u30bf\u30b9", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u5408\u8a08", "percent", "Percent", "edit", "\u7de8\u96c6", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u8a2d\u5b9a", "language", "Language", "currency", "\u901a\u8ca8", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u7a0e", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "\u9001\u4fe1\u6e08", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "\u652f\u6255\u6e08", "mark_sent", "\u9001\u4ed8\u6e08\u307f\u306b\u3059\u308b", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u5b8c\u4e86", _s37_18, _s37_19, "dark_mode", "\u30c0\u30fc\u30af\u30e2\u30fc\u30c9", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", _s16_211, _s16_212, "clone", "\u8907\u88fd", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u652f\u6255\u6761\u4ef6", "payment_date", "\u652f\u6255\u65e5", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "\u5b8c\u4e86", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u9867\u5ba2\u30dd\u30fc\u30bf\u30eb", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "\u30b5\u30d6\u30b8\u30a7\u30af\u30c8", "body", "\u672c\u6587", "send_email", "\u30e1\u30fc\u30eb\u3092\u9001\u4fe1", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "\u30ab\u30b9\u30bf\u30de\u30a4\u30ba", "history", "\u5c65\u6b74", "payment", "Payment", "payments", "\u5165\u91d1", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u5165\u91d1\u3092\u767b\u9332", "new_payment", "\u5165\u91d1\u3092\u767b\u9332", "created_payment", "\u5165\u91d1\u3092\u767b\u9332\u3057\u307e\u3057\u305f\u3002", "updated_payment", "\u652f\u6255\u3044\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f", _s16_219, "\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_payment", "\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s16_220, _s29_30, _s17_130, ":count \u4ef6\u306e\u5165\u91d1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", _s16_221, ":count \u4ef6\u306e\u5165\u91d1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", _s17_131, _s37_20, "quote", "\u898b\u7a4d\u66f8", "quotes", "\u898b\u7a4d\u66f8", "new_quote", "\u65b0\u3057\u3044\u898b\u7a4d\u66f8", "created_quote", "\u898b\u7a4d\u66f8\u3092\u65b0\u898f\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "updated_quote", "\u898b\u7a4d\u66f8\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002", "archived_quote", "\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quote", "\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quote", "\u898b\u7a4d\u66f8\u3092\u30ea\u30b9\u30c8\u30a2\u3057\u307e\u3057\u305f\u3002", "archived_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "deleted_quotes", ":count\u4ef6\u306e\u898b\u7a4d\u66f8\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "restored_quotes", _s35_22, "expense", "Expense", "expenses", "\u7d4c\u8cbb", "vendor", "Vendor", "vendors", "\u7d0d\u5165\u696d\u8005", "task", "Task", "tasks", "\u30bf\u30b9\u30af", "project", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "projects", "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8", "activity_1", ":user \u306f \u9867\u5ba2 :client \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_2", ":user \u306f \u9867\u5ba2 :client \u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f\u3002", "activity_3", ":user \u306f \u9867\u5ba2 :client \u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002", "activity_4", ":user \u306f \u8acb\u6c42\u66f8 :invoice \u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002", "activity_5", _s32_25, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s32_25, "activity_9", _s32_25, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9", "emailed_quote", "\u898b\u7a4d\u66f8\u3092\u30e1\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u9078\u629e", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "\u8acb\u6c42\u66f8\u3092\u30ed\u30c3\u30af", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s20_79, _s20_80, _s20_81, "\u8acb\u6c42\u66f8\u756a\u53f7\u30ab\u30a6\u30f3\u30bf\u30fc", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "\u30c6\u30fc\u30d6\u30eb\u3092\u8868\u793a", "show_list", "\u30ea\u30b9\u30c8\u3092\u8868\u793a", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "\u652f\u6255\u671f\u65e5", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u7a0e\u540d\u79f0", "tax_amount", "Tax Amount", "tax_paid", "\u7a0e\u91d1\u652f\u6255\u6e08", "payment_amount", "\u5165\u91d1\u984d", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u9280\u884c", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lv_LV", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kred\u012btkartes un Bankas", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "P\u0113c Noklus\u0113juma", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\u0101voklis", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Ned\u0113\u013ca", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Diapazons", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Skat\u012bt kopskatu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "At\u013caut", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Noraid\u012bts", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Iepriek\u0161\u0113jais Kvart\u0101ls", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonna", "sample", "Paraugs", "map_to", "Map To", "import", "Imports", _s25_16, _s29_7, "select_file", "L\u016bdzu, izv\u0113lieties failu", _s16_62, _s16_63, "csv_file", "CSV fails", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Serviss", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pieg\u0101des piez\u012bme", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Da\u013c\u0113js maks\u0101jums", "invoice_total", "Kop\u0113jais r\u0113\u0137ins", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Klienta v\u0101rds", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, "Atk\u0101rtoti r\u0113\u0137ini", _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Atv\u0113rti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Veiksm\u012bgi nos\u016bt\u012bti r\u0113\u0137ini", "emailed_quotes", "Veiksm\u012bgi nos\u016bt\u012bti cit\u0101ti", "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Stundas", "statement", "Konta izraksts", "taxes", "Nodok\u013ci", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Maks\u0101juma veids", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Izv\u0113l\u0113ties Pied\u0101v\u0101jumu", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Gaid\u0101mie r\u0113\u0137ini", _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Gaid\u0101mie Pied\u0101v\u0101jumi", "expired_quotes", "Pied\u0101v\u0101jumi, kuriem beidzies der\u012bguma termi\u0146\u0161.", "create_client", "Create Client", "create_invoice", "Izveidojiet r\u0113\u0137inu", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "Dz\u0113st r\u0113\u0137inu", "update_client", "Update Client", "delete_client", "Dz\u0113st klientu", "delete_payment", "Dz\u0113st maks\u0101jumu", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Nos\u016bt\u012bt r\u0113\u0137inu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kred\u012bta summa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Mekl\u0113t Pied\u0101v\u0101jumu", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Bi\u013cetes", _s16_98, "Atk\u0101rtoti Pied\u0101v\u0101jumi", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kred\u012bta datums", "credit", "Kred\u012bts", "credits", "Kred\u012bti", "new_credit", "Ievadiet kred\u012btu", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Uzzin\u0101t vair\u0101k", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Diena", "month", "M\u0113nesis", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Kred\u012bta atlikums", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Nor\u0113\u0137inu iela", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "E-pasts sazi\u0146ai", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Zi\u0146ojums", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Starpsumma", "line_total", "Poz\u012bcija kop\u0101", "item", "Poz\u012bcija", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mob\u012bl\u0101", "desktop", "Desktopa", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Iesniegt", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "R\u0113\u0137ina e-pasts", "payment_email", "Maks\u0101jumu e-pasts", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Cit\u0113t e-pastu", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Lietot\u0101ji", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "R\u0113\u0137ina nosac\u012bjumi", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, "Autom\u0101tiski arhiv\u0113t Pied\u0101v\u0101jumu, kad tas ticis konvert\u0113ts.", _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Piel\u0101gota CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Ar cie\u0146u,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "E-pasta dizains", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Atbild\u0113t uz e-pastu", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kred\u012btkarte", "bank_transfer", "Bankas p\u0101rskait\u012bjums", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Maks: :maks", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "Likme", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Izmaksas", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "Janv\u0101ris", "february", "Febru\u0101ris", "march", "Marts", "april", "Apr\u012blis", "may", "Maijs", "june", "J\u016bnijs", "july", "J\u016blijs", "august", "Augusts", "september", "Septembris", "october", "Oktobris", "november", "Novembris", "december", "Decembris", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Uz\u0146\u0113muma inform\u0101cija", "user_details", "User Details", "localization", "Lokaliz\u0101cija", "online_payments", "Tie\u0161saites maks\u0101jumi", "tax_rates", "Nodok\u013cu likmes", "notifications", "Pazi\u0146ojumi", "import_export", "Imports / Eksports", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-pasta iestat\u012bjumi", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Priv\u0101tuma politika", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Lejupiel\u0101d\u0113t", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "Adrese", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Datums", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Jauns projekts", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Sal\u012bdzin\u0101t", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0160odien", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Teko\u0161ais", "previous", "Iepriek\u0161\u0113jais", "current_period", "Teko\u0161ais periods", _s17_119, _s17_120, "previous_period", "Iepriek\u0161\u0113jais periods", "previous_year", "Iepriek\u0161\u0113jais gads", "compare_to", "Sal\u012bdzin\u0101t ar", "last7_days", "P\u0113d\u0113jas 7 dienas", "last_week", "P\u0113d\u0113ja ned\u0113\u013ca", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Nokop\u0113t uz cenu pied\u0101v\u0101jumu", "clone_to_credit", "Clone to Credit", "view_invoice", "Apskat\u012bt r\u0113\u0137inu", "convert", "Konvert\u0113t", "more", "Vair\u0101k", "edit_client", "Redi\u0123\u0113t klientu", "edit_product", "Edit Product", "edit_invoice", "Redi\u0123\u0113t r\u0113\u0137inu", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Redi\u0123\u0113t projektu", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, "Pieg\u0101des adrese", "total_revenue", "Total Revenue", "average_invoice", "Vid\u0113jais r\u0113\u0137ins", "outstanding", "Nesamaks\u0101ts", "invoices_sent", _s20_83, "active_clients", "akt\u012bvie klienti", "close", "Aizv\u0113rt", "email", "Epasts", "password", "Password", "url", "URL", "secret", "Secret", "name", "Nosaukums", "logout", "Log Out", "login", "Login", "filter", "Filtrs", "sort", "\u0160\u0137irot", "search", "Mekl\u0113t", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Inform\u0101cijas panelis", "archive", "Arh\u012bvs", "delete", "Dz\u0113st", "restore", "Restore", _s16_195, "Atjauno\u0161ana pabeigta", _s23_43, "L\u016bdzu ievadiet j\u016bsu epastu", _s26_34, "L\u016bdzu ievadiet j\u016bsu paroli", _s21_83, "L\u016bdzu ievadiet j\u016bsu URL", _s26_36, "L\u016bdzu ievadiet produkta atsl\u0113gu", "ascending", "Ascending", "descending", "Descending", "save", "Saglab\u0101t", _s17_121, _s17_122, "paid_to_date", "Apmaks\u0101ts l\u012bdz r\u0113\u0137ina izrakst\u012b\u0161anas datumam", "balance_due", "Summa apmaksai", "balance", "Bilance", "overview", "Overview", "details", "S\u012bk\u0101ka inform\u0101cija", "phone", "T\u0101lrunis", "website", "M\u0101jas lapa", "vat_number", "PVN re\u0123. Nr.", "id_number", "Re\u0123. Nr.", "create", "Izveidot", _s19_63, _s30_16, "error", "K\u013c\u016bda", _s16_197, _s16_198, "contacts", "Kontakti", "additional", "Additional", "first_name", "V\u0101rds", "last_name", "Uzv\u0101rds", "add_contact", "Pievienot kontaktu", "are_you_sure", "Vai tu esi p\u0101rliecin\u0101ts?", "cancel", "Atcelt", "ok", "Ok", "remove", "No\u0146emt", _s16_199, _s16_200, "product", "Produkts", "products", "Produkti", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Piez\u012bmes", "cost", "Cost", "client", "Klients", "clients", "Klienti", "new_client", "Jauns klients", "created_client", "Veiksm\u012bgi izveidots klients", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Iela", "address2", "Dz/Kab", "city", "Pils\u0113ta", "state", "Novads", "postal_code", "Pasta indekss", "country", "Country", "invoice", "R\u0113\u0137ins", "invoices", "R\u0113\u0137ini", "new_invoice", "Jauns r\u0113\u0137ins", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Summa", "invoice_number", "R\u0113\u0137ina numurs", "invoice_date", "R\u0113\u0137ina datums", "discount", "Atlaide", "po_number", "Pas\u016bt\u012bjuma numurs", "terms", "Nosac\u012bjumi", "public_notes", "Publiskas piez\u012bmes", "private_notes", "Priv\u0101tas piez\u012bmes", "frequency", "Bie\u017eums", "start_date", "S\u0101kuma datums", "end_date", "Beigu datums", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Der\u012bgs l\u012bdz", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Apraksts", "unit_cost", "Vien\u012bbas cena", "quantity", "Daudzums", "add_item", "Add Item", "contact", "Kontakts", "work_phone", "T\u0101lrunis", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmaks\u0101t l\u012bdz", _s16_209, _s16_210, "status", "Statuss", _s17_127, "R\u0113\u0137ina statuss", "quote_status", "Cenu pied\u0101v\u0101juma statuss", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Iestat\u012bjumi", "language", "Valoda", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Atjaunots", "tax", "Nodoklis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Skat\u012bts", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Izpild\u012bts", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivit\u0101te", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Izm\u0113rs", "payment_terms", "Apmaksas termi\u0146\u0161", "payment_date", "Maks\u0101juma datums", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Sa\u0146\u0113m\u0113ji", "initial_email", "Standarta e-pasts", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Sagatave", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "S\u016bt\u012bt e-pastu", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Poga", "preview", "Apskat\u012bt", "customize", "Piel\u0101got", "history", "V\u0113sture", "payment", "Payment", "payments", "Maks\u0101jumi", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Dar\u012bjuma atsauce", "enter_payment", "Ievadiet maks\u0101jumu", "new_payment", "Ievad\u012bt maks\u0101jumu", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Pied\u0101v\u0101jumi", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", "Veiksm\u012bgi saarhiv\u0113ti :count Pied\u0101v\u0101jumi", "deleted_quotes", "Veiksm\u012bgi dz\u0113sti :count Pied\u0101v\u0101jumi", "restored_quotes", "Veiksm\u012bgi atjaunin\u0101ti :value Pied\u0101v\u0101jumi", "expense", "Expense", "expenses", "Izdevumi", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Projekts", "projects", "Projekti", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", ":user nos\u016bt\u012bja r\u0113\u0137inu :invoice priek\u0161 :client uz :contact", "activity_7", ":contact ir apskat\u012bjis R\u0113\u0137inu :invoice priek\u0161 :client", "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", ":contact ievad\u012bja Maks\u0101jumu :payment par Summu :payment_amount R\u0113\u0137inam :invoice priek\u0161 :client", "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", ":user nos\u016bt\u012bja Pied\u0101v\u0101jumu :quote priek\u0161 :client uz :contact", "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", ":contact apstiprin\u0101ja Pied\u0101v\u0101jumu :quote priek\u0161 :client", "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user atk\u0101rtoti atv\u0113ra Zi\u0146ojumu :ticket", "activity_55", ":contact atbild\u0113ja uz Zi\u0146ojumu :ticket", "activity_56", ":user paskatij\u0101s Zi\u0146ojumu :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, "Cenu pied\u0101v\u0101jums veiksm\u012bgi atz\u012bm\u0113ts k\u0101 nos\u016bt\u012bts", _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Izv\u0113lieties", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Maks\u0101juma summa", "age", "Age", "is_running", "Is Running", "time_log", "Laika Logi", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Izdevumu kategorija", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "lt", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bank Accounts", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Apmok\u0117jimo s\u0105lygos", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "B\u016bkl\u0117", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "S\u0105skaitos valiuta", "range", "Intervalas", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u012era\u0161yti slapta\u017eod\u012f", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u012egalinti", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sauga", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Si\u0173sti el. pa\u0161tu", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "S\u0117kmingai \u012fjungta Dviej\u0173-Lygi\u0173 Autentifikacija", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Dviej\u0173-Lygi\u0173 Autentifikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "Gr\u0105\u017einti mok\u0117jimai", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "I\u0161ra\u0161yti s\u0105skait\u0105", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Sl\u0117pti", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stulpelis", "sample", "Pavyzdys", "map_to", "Map To", "import", "Importuoti", _s25_16, _s29_7, "select_file", "Pasirinkite fail\u0105", _s16_62, _s16_63, "csv_file", "Pasirinkti CSV fail\u0105", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Pakavimo Lapas", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Dalinis", "invoice_total", "Suma Viso", "quote_total", "S\u0105matos viso", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kliento Vardas", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "B\u016btina s\u0105skaita fakt\u016bra", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "Paypal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Debeto s\u0105skaita", _s18_51, "Debeto s\u0105skaitos", _s21_53, "Nauja debeto s\u0105skaita", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Rodyti tinklap\u012f", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Visada", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u012emon\u0117s pavadinimas", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", "Puslapis :current i\u0161 :total", _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Valandos", "statement", "Statement", "taxes", "Mokes\u010diai", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Pirk\u0117jas", "health_check", "Health Check", "payment_type_id", "Mok\u0117jimo tipas", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Naujos s\u0105skaitos", _s17_65, _s17_66, "recent_payments", "Naujausi mok\u0117jimai", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Sukurti s\u0105skait\u0105", "create_quote", "Sukurti s\u0105mat\u0105", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "I\u0161trinti s\u0105skait\u0105", "update_client", "Update Client", "delete_client", "Trinti klient\u0105", "delete_payment", "I\u0161trinti mok\u0117jim\u0105", "update_vendor", "Update Vendor", "delete_vendor", "Trinti", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Sukurti darb\u0105", "update_task", "Update Task", "delete_task", "Trinti", "approve_quote", "Approve Quote", "off", "I\u0161j.", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", "Ie\u0161koti :count Webhooks", "search_webhook", "Ie\u0161koti 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", "Ie\u0161koti :count rakt\u0173", "search_token", "Ie\u0161koti 1 rakt\u0105", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "I\u0161si\u0173sti s\u0105skait\u0105 el. pa\u0161tu", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredito suma", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, "Dalinai gr\u0105\u017einta", _s16_85, "Ie\u0161koti dokument\u0173", "search_designs", "Ie\u0161koti dizaino", "search_invoices", "Ie\u0161koti s\u0105skait\u0173-fakt\u016br\u0173", "search_clients", "Ie\u0161koti klient\u0173", "search_products", "Ie\u0161koti preki\u0173", "search_quotes", "Ie\u0161koti pasi\u016blym\u0173", "search_credits", "Ie\u0161koti gr\u0105\u017einim\u0173", "search_vendors", "Ie\u0161koti tiek\u0117j\u0173", "search_users", "Ie\u0161koti vartotoj\u0173", _s16_86, "Ie\u0161koti mokes\u010di\u0173 tarif\u0173", "search_tasks", "Ie\u0161koti u\u017eduo\u010di\u0173", "search_settings", "Ie\u0161koti nustatym\u0173", "search_projects", "Ie\u0161koti projekt\u0173", "search_expenses", "Ie\u0161koti i\u0161laid\u0173", "search_payments", "Ie\u0161koti mok\u0117jim\u0173", "search_groups", "Ie\u0161koti grupi\u0173", "search_company", "Ie\u0161koti \u012fmoni\u0173", "search_document", "Ie\u0161koti 1 dokument\u0105", "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Gr\u0105\u017einti", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count s\u0105skaita i\u0161si\u0173sta", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Cancel Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Vir\u0161us", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Pasi\u016blymai", "tickets", "Tickets", _s16_98, "Pasikartojan\u010dios s\u0105matos", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "I\u0161ra\u0161ymo data", "credit", "Kreditas", "credits", "Kreditai", "new_credit", "\u012evesti kredit\u0105", "edit_credit", "Redaguoti Kredit\u0105", "created_credit", _s27_33, "updated_credit", "S\u0117kmingai atnaujintas kreditas", "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Dabartin\u0117 versija", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Pla\u010diau", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kredito Pora\u0161t\u0117", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Pasirinktinis Klientas 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "I\u0161 naujo", "number", "Number", "export", "Export", "chart", "Diagrama", "count", "Count", "totals", "Viso", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuoti pagal", "credit_balance", "Kredito balansas", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Kliento Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Ataskaitos", "report", "Ataskaita", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, "Nepatvirtinti pasi\u016blymai", "help", "Pagalba", "refund", "Pinig\u0173 gr\u0105\u017einimas", "refund_date", "Gr\u0105\u017einimo data", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u017dinut\u0117", "from", "Pardav\u0117jas", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "palaikymo forumas", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "Tarpin\u0117 suma", "line_total", "Suma", "item", "Prek\u0117/Paslauga", "credit_email", "Credit Email", "iframe_url", "Tinklapis", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, "Slapta\u017eodyje turi b\u016bti did\u017eioji raid\u0117 ir skai\u010dius", _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Taip", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Pra\u0161ome pasirinkti klient\u0105", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Perjungti", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Atkurti slapta\u017eod\u012f", "late_fees", "Late Fees", "credit_number", "Kredito Numeris", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Grafikas", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Dalinis Apmok\u0117jimas", "payment_partial", "Partial Payment", _s21_72, "Dalino Apmok\u0117jimo El. pa\u0161tas", "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administratorius", _s18_80, _s66_, "user_management", "User Management", "users", "Vartotojai", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, "Hide paid to date", _s22_55, _s87_, _s23_31, "\u012ekelti dokumentai", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "first page", "all_pages", "all pages", "last_page", "last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "S\u0105skaitos s\u0105lygos", "invoice_footer", "Invoice footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automati\u0161kai Konvertuoti", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Kasdien", "freq_weekly", "Kas savait\u0119", "freq_two_weeks", "Dvi savait\u0117s", "freq_four_weeks", "Four weeks", "freq_monthly", "Kas m\u0117nes\u012f", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prie\u0161d\u0117lis", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Individualizuotas CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Linkiu geros dienos,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Tamsu", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kreditin\u0117 kortel\u0117", "bank_transfer", "Pavedimu", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u012ekainis", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sekmadienis", "monday", "Pirmadienis", "tuesday", "Antradienis", "wednesday", "Tre\u010diadienis", "thursday", "Ketvirtadienis", "friday", "Penktadienis", "saturday", "\u0160e\u0161tadienis", "january", "Sausis", "february", "Vasaris", "march", "Kovas", "april", "Balandis", "may", "Gegu\u017e\u0117", "june", "Bir\u017eelis", "july", "Liepa", "august", "Rugpj\u016btis", "september", "Rugs\u0117jis", "october", "Spalis", "november", "Lapkritis", "december", "Gruodis", "symbol", "Simbolis", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 val. formatas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotipas", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Numatyti", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Imon\u0117s informacija", "user_details", "User Details", "localization", "Lokalizacija", "online_payments", "Online mok\u0117jimai", "tax_rates", "Mokes\u010di\u0173 \u012fkainiai", "notifications", "Prane\u0161imai", "import_export", "Importas/Eksportas", "custom_fields", "Custom fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Pirkti dabar mygtukas", "email_settings", "Email nustatymai", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privatumo politika", "sign_up", "Prisijunk", "account_login", "Jungtis", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Atsi\u0173sti", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dokumentai", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Laukia patvirtinimo", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Valiutos kursas", _s16_180, "Konvertuoti valiut\u0105", "mark_paid", "Mark Paid", "category", "Kategorija", "address", "Adresas", "new_vendor", "Naujas tiek\u0117jas", "created_vendor", "Sukurtas tiek\u0117jas", "updated_vendor", "Atnaujintas tiek\u0117jas", "archived_vendor", "S\u0117kmingai suarchyvuoti tiek\u0117jai", "deleted_vendor", "S\u0117kmingai i\u0161trintas tiek\u0117jas", "restored_vendor", _s28_28, _s16_181, "S\u0117kmingai suarchyvuoti :count tiek\u0117jai", "deleted_vendors", "I\u0161trinta :count tiek\u0117j\u0173", _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Vykdomas", "resume", "T\u0119sti", "task_errors", _s36_12, "start", "Prad\u0117ti", "stop", "Stabdyti", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Dabar", _s16_186, _s16_187, "timer", "Chronometras", "manual", "Nurodyti", "budgeted", "Budgeted", "start_time", "Prad\u017eia", "end_time", "Pabaiga", "date", "Data", "times", "Laikas", "duration", "Trukm\u0117", "new_task", "Naujas darbas", "created_task", "Sukurtas darbas", "updated_task", "Atnaujintas darbas", "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", "Jei jums patiko pra\u0161ome", "click_here", "spausti \u010dia", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Vidurkis", "unapproved", "Nepatvirtinta", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Apa\u010dia", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Dabartinis", "previous", "Previous", "current_period", "Dabartinis periodas", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Kurti", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Rodyti s\u0105skait\u0105", "convert", "Convert", "more", "More", "edit_client", "Redaguoti", "edit_product", "Edit Product", "edit_invoice", "Redaguoti", "edit_quote", "Keisti s\u0105mat\u0105", "edit_payment", "Edit Payment", "edit_task", "Keisti", "edit_expense", "Edit Expense", "edit_vendor", "Keisti", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing address", _s16_193, _s16_194, "total_revenue", "I\u0161 viso pajam\u0173", "average_invoice", "S\u0105skait\u0173 vidurkis", "outstanding", "Neapmok\u0117ta", "invoices_sent", ":count i\u0161si\u0173stos s\u0105skaitos fakt\u016bros", "active_clients", "aktyv\u016bs klientai", "close", "U\u017edaryti", "email", "El. pa\u0161tas", "password", "Slapta\u017eodis", "url", "URL", "secret", "Slaptas \u017eodis", "name", "Pavadinimas", "logout", "Log Out", "login", "Login", "filter", "Filtras", "sort", "Sort", "search", "Paie\u0161ka", "active", "Aktyvus", "archived", "Archived", "deleted", "Deleted", "dashboard", "Darbastalis", "archive", "Archyvas", "delete", "Trinti", "restore", "Atkurti", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Saugoti", _s17_121, _s17_122, "paid_to_date", "Apmok\u0117ta", "balance_due", "Mok\u0117tina suma", "balance", "Balansas", "overview", "Ap\u017evalga", "details", "Informacija", "phone", "Telefonas", "website", "Internetinis puslapis", "vat_number", "PVM kodas", "id_number", "\u012emon\u0117s kodas", "create", "Kurti", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontaktin\u0117 informacija", "additional", "Additional", "first_name", "Vardas", "last_name", "Pavard\u0117", "add_contact", "Prid\u0117ti kontakt\u0105", "are_you_sure", "Ar tikrai?", "cancel", "At\u0161aukti", "ok", "Ok", "remove", "Trinti", _s16_199, _s16_200, "product", "Product", "products", "Prek\u0117s", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Prek\u0117", "notes", "Notes", "cost", "Cost", "client", "Klientas", "clients", "Klientai", "new_client", "Naujas klientas", "created_client", "Klientas sukurtas", "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "Gatv\u0117", "address2", "Adresas 2", "city", "Miestas", "state", "Apskritis", "postal_code", "Pa\u0161to kodas", "country", "Country", "invoice", "PVM S\u0105skaita-fakt\u016bra", "invoices", "S\u0105skaitos", "new_invoice", "Nauja s\u0105skaita", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Suma", "invoice_number", "S\u0105skaitos numeris", "invoice_date", "I\u0161ra\u0161ymo data", "discount", "Nuolaida", "po_number", "U\u017esakymo numeris", "terms", "S\u0105lygos", "public_notes", "Vie\u0161os pastabos", "private_notes", "Privat\u016bs u\u017era\u0161ai", "frequency", "Periodas", "start_date", "Prad\u017eia", "end_date", "Pabaiga", "quote_number", "S\u0105matos numeris", "quote_date", "S\u0105matos data", "valid_until", "Galioja iki", "items", "Prek\u0117s/Paslaugos", "partial_deposit", "Dalinis/Avansas", "description", "Apra\u0161ymas", "unit_cost", "Vnt. kaina", "quantity", "Kiekis", "add_item", "Add Item", "contact", "Kontaktai", "work_phone", "Telefonas", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Apmok\u0117ti iki", _s16_209, "Dalimis Iki Datos", "status", "B\u016bkl\u0117", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Viso", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Nustatymai", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Mokestis", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "I\u0161si\u0173sta", "viewed", "Viewed", "approved", "Approved", "partial", "Dalinis/Avansas", "paid", "Apmok\u0117ta", "mark_sent", "Mark sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Baigta", _s37_18, _s37_19, "dark_mode", "Tamsusis R\u0117\u017eimas", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u012evykiai", _s16_211, "Nerasta \u012fra\u0161\u0173", "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Atsiskaitymo s\u0105lygos", "payment_date", "Mok\u0117jimo data", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, "Dalinis gr\u0105\u017einimas", _s16_218, "Gr\u0105\u017einta", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u012ejungti", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0160ablonas", "send", "Send", "subject", "Tema", "body", "\u017dinut\u0117", "send_email", "Si\u0173sti el. lai\u0161k\u0105", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "Istorija", "payment", "Payment", "payments", "Mok\u0117jimai", "refunded", "Gr\u0105\u017einta", "payment_type", "Mok\u0117jimo tipas", _s21_85, "Tranzakcijos numeris", "enter_payment", "\u012evesti apmok\u0117jim\u0105", "new_payment", "Naujas mok\u0117jimas", "created_payment", _s28_44, "updated_payment", "Mok\u0117jimas atnaujintas", _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "S\u0105mata", "quotes", "S\u0105matos", "new_quote", "Nauja s\u0105mata", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "I\u0161laidos", "expenses", "I\u0161laidos", "vendor", "Tiek\u0117jas", "vendors", "Tiek\u0117jai", "task", "Task", "tasks", "Darbai", "project", "Project", "projects", "Projects", "activity_1", ":user suk\u016br\u0117 klient\u0105 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user sukurta s\u0105skaita :invoice", "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", ":user atnaujino mok\u0117jim\u0105 :payment", "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", ":user sukurta s\u0105skaita :expense", "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", ":payment_amount mok\u0117jimas (:payment) nepavyko", "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Vienkartinis Slapta\u017eodis", "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Visi", "select", "Pasirinkite", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, "Tinkintas nepatvirtinto pasi\u016blymo prane\u0161imas", "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "El. pa\u0161t. Dalino Apmok\u0117jimo Subject", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "S\u0105skaitos suma", _s16_226, "Terminas", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Automatinis mok\u0117jimas", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Mok\u0117jimo suma", "age", "Age", "is_running", "Is Running", "time_log", "Laiko Registras", "bank_id", "bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "mk_MK", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0438 \u0438 \u0431\u0430\u043d\u043a\u0438", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u0440\u0438\u0444\u0430\u0442\u0438", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "default", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u041f\u043e\u0441\u0442\u043e\u0458\u0430\u043d\u043e", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0434\u0430\u0434\u0438 \u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u0430", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0412\u0430\u043b\u0443\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "range", "\u041e\u043f\u0441\u0435\u0433", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u043a\u043e\u0442 \u0437\u0430 :amount \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0431\u0438 \u0431\u0438\u043b :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0421\u0435\u0442\u0438\u0440\u0430\u0458 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a # :expense", "view_statement", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0441\u043a\u0430\u0437", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0441\u0442\u0435\u043c", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u041e\u0434 \u0438\u043c\u0435", _s16_23, _s16_232, _s17_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s18_19, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s21_22, "\u041d\u043e\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s22_27, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_3, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s26_4, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s25_5, _s25_76, _s25_6, _s38_2, _s26_5, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0412\u043d\u0435\u0441\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "\u041f\u0440\u043e", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0418\u043c\u0435", _s17_23, "\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u041f\u0440\u0435\u0437\u0438\u043c\u0435", "order", "Order", "unassigned", "\u041d\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e", "partial_value", "\u041c\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043f\u043e\u0433\u043e\u043b\u0435\u043c\u043e \u043e\u0434 \u043d\u0443\u043b\u0430 \u0430 \u043f\u043e\u043c\u0430\u043b\u043e \u043e\u0434 \u0432\u043a\u0443\u043f\u043d\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u0443\u0447\u0438", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u0434\u0434\u043e\u043c\u0435\u043d\u043e\u0442 \u0438\u043b\u0438 \u043f\u0440\u0438\u043a\u0430\u0436\u0435\u0442\u0435 \u0458\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u041e\u0441\u0438\u0433\u0443\u0440\u0443\u0432\u0430\u045a\u0435", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "\u041f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0438", _s16_41, _s16_42, _s17_29, "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s21_34, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0442\u0430", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0438\u0441\u043f\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043a\u0430\u043d\u0430", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "\u041e\u0442\u0444\u0440\u043b\u0435\u043d\u043e", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0433\u043e \u0431\u0430\u0440 \u043a\u043e\u0434\u043e\u0442 \u0441\u043e :link \u043a\u043e\u043c\u043f\u0430\u0442\u0438\u0431\u0438\u043b\u043d\u0430 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430.", _s18_36, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u043a\u0443 \u0434\u0432\u0430 \u0444\u0430\u043a\u0442\u043e\u0440\u0438", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d \u043a\u0432\u0430\u0440\u0442\u0430\u043b", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_54, _s16_55, "invoice_project", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0435\u043a\u0442", "invoice_task", "\u0417\u0430\u0434\u0430\u0447\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_expense", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u0458 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d \u0438\u0437\u043d\u043e\u0441", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043e\u043a\u0440\u0438\u0458", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u041a\u043e\u043b\u043e\u043d\u0430", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440\u043e\u043a", "map_to", "Map To", "import", "\u0412\u043d\u0435\u0441\u0438", _s25_16, _s29_7, "select_file", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", _s16_62, _s16_63, "csv_file", "CSV \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0430 \u0437\u0430 \u0438\u0441\u043f\u043e\u0440\u0430\u043a\u0430", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u043e\u043b\u0433", "invoice_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043f\u043e\u043d\u0443\u0434\u0438", "credit_total", "\u0412\u043a\u0443\u043f\u043d\u043e \u043a\u0440\u0435\u0434\u0438\u0442", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s20_48, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u043d\u043e\u0432 \u0442\u0440\u043e\u0448\u043e\u043a", _s21_46, _s21_47, _s24_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_30, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s25_20, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s24_31, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", _s24_32, _s37_7, _s25_21, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s27_23, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s18_51, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0448\u0442\u043e \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0430\u0442", _s21_53, "\u041d\u043e\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s22_40, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_29, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s25_30, _s38_11, _s26_14, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u041f\u0440\u043e\u0444\u0438\u0442", "line_item", "\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u043b\u0438\u043d\u0438\u0458\u0430", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u043e\u0440\u0442\u0430\u043b", "copy_link", "Copy Link", "token_billing", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u0434\u0435\u0442\u0430\u043b\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", _s24_35, _s24_36, "always", "\u0421\u0435\u043a\u043e\u0433\u0430\u0448", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u041d\u0430\u0437\u043d\u0430\u043a\u0430", "client_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "auto_convert", "Auto Convert", "company_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "emailed_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", "emailed_credits", _s28_58, "gateway", "\u041f\u043b\u0430\u0442\u0435\u043d \u043f\u043e\u0440\u0442\u0430\u043b", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u043e\u0432\u0438", "statement", "\u0418\u0441\u043a\u0430\u0437", "taxes", "\u0414\u0430\u043d\u043e\u0446\u0438", "surcharge", "\u0414\u043e\u043f\u043b\u0430\u0442\u0430", "apply_payment", "Apply Payment", "apply_credit", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "apply", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438", "unapplied", "Unapplied", "select_label", "\u0418\u0437\u0431\u0435\u0440\u0438 \u043d\u0430\u0437\u043d\u0430\u043a\u0430", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0414\u043e", "health_check", "Health Check", "payment_type_id", "\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u041d\u0435\u0434\u043e\u0441\u043f\u0435\u0430\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s17_65, _s17_66, "recent_payments", "\u041d\u0435\u043e\u0434\u0430\u043c\u043d\u0435\u0448\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "upcoming_quotes", "\u041f\u0440\u0435\u0442\u0441\u0442\u043e\u0458\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "expired_quotes", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "create_client", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043a\u043b\u0438\u0435\u043d\u0442", "create_invoice", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "create_quote", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430", "create_payment", "Create Payment", "create_vendor", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "update_quote", "Update Quote", "delete_quote", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "update_invoice", "Update Invoice", "delete_invoice", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "update_client", "Update Client", "delete_client", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041a\u043b\u0438\u0435\u043d\u0442", "delete_payment", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "update_vendor", "Update Vendor", "delete_vendor", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "create_task", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0437\u0430\u0434\u0430\u0447\u0430", "update_task", "Update Task", "delete_task", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "approve_quote", "Approve Quote", "off", "\u0418\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "\u041f\u043b\u0430\u043d", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u0438", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u0422\u043e\u043a\u0435\u043d", "tokens", "\u0422\u043e\u043a\u0435\u043d\u0438", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u043e\u043a\u0435\u043d", "created_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "updated_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "archived_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "deleted_token", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u043e\u043a\u0435\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041f\u0440\u0430\u0442\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "email_quote", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "email_credit", "Email Credit", "email_payment", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0435\u0440\u043c\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_57, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_58, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_56, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0415\u043a\u0441\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "inclusive", "\u0418\u043d\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0426\u0435\u043b\u043e\u0441\u043d\u043e \u0438\u043c\u0435", _s17_77, "\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", _s17_79, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458/\u0413\u0440\u0430\u0434/\u0414\u0440\u0436\u0430\u0432\u0430", "custom1", "\u041f\u0440\u0432\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom2", "\u0412\u0442\u043e\u0440\u043e \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", _s16_93, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0441\u0442\u0435\u043d\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u0430\u043d\u0438\u0458\u0430", _s18_60, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0433\u0438 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "invoice_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043f\u043e \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "age_group_0", "0 - 30 \u0434\u0435\u043d\u0430", "age_group_30", "30 - 60 \u0434\u0435\u043d\u0430", "age_group_60", "60 - 90 \u0434\u0435\u043d\u0430", "age_group_90", "90 - 120 \u0434\u0435\u043d\u0430", "age_group_120", "120+ \u0434\u0435\u043d\u0430", "refresh", "\u041e\u0441\u0432\u0435\u0436\u0438", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0414\u043e\u0437\u0432\u043e\u043b\u0438", "none", "\u041d\u0435\u043c\u0430", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043b\u0438\u0446\u0435\u043d\u0446\u0430", "cancel_account", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u043c\u0435\u0442\u043a\u0430", _s22_47, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435.", "delete_company", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s22_48, "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0443\u0432\u0430\u045a\u0435: \u041e\u0432\u0430 \u0442\u0440\u0430\u0458\u043d\u043e \u045c\u0435 \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430, \u043d\u0435\u043c\u0430 \u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430\u0437\u0430\u0434.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043b\u0430\u0432\u0458\u0435", "load_design", "\u0412\u0447\u0438\u0442\u0430\u0458 \u0434\u0438\u0437\u0430\u0458\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041f\u0440\u0435\u0434\u043b\u043e\u0437\u0438", "tickets", "Tickets", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u043e\u043d\u0443\u0434\u0438", "recurring_tasks", "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0417\u0430\u0434\u0430\u0447\u0438", _s18_61, "\u041c\u0435\u043d\u0430\u045f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "credit_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u0438", "new_credit", "\u0412\u043d\u0435\u0441\u0438 \u041a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u0440\u0435\u0434\u0438\u0442", "created_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "updated_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "archived_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "deleted_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "removed_credit", _s27_36, "restored_credit", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u0440\u0435\u0434\u0438\u0442\u0438", _s16_101, _s36_9, "current_version", "\u0421\u0435\u0433\u0430\u0448\u043d\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u041f\u043e\u0432\u0435\u045c\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458", "number", "Number", "export", "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0458", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a\u043e\u043d", "count", "Count", "totals", "\u0412\u043a\u0443\u043f\u043d\u043e", "blank", "\u0411\u043b\u0430\u043d\u043a\u043e", "day", "\u0414\u0435\u043d", "month", "\u041c\u0435\u0441\u0435\u0446", "year", "\u0413\u043e\u0434\u0438\u043d\u0430", "subgroup", "\u041f\u043e\u0434\u0433\u0440\u0443\u043f\u0430", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u0458 \u043f\u043e", "credit_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s17_86, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "shipping_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s20_61, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_132, "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", _s16_134, "\u0423\u043b\u0438\u0446\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s16_135, "\u0410\u043f\u0430\u0440\u0442\u043c\u0430\u043d \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_city", "\u0413\u0440\u0430\u0434 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_state", "\u0414\u0440\u0436\u0430\u0432\u0430/\u041f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0458\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", _s19_40, "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "billing_country", "\u0414\u0440\u0436\u0430\u0432\u0430 \u0437\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "client_id", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "assigned_to", "Assigned to", "created_by", "\u041a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043e :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u041a\u043e\u043b\u043e\u043d\u0438", "aging", "\u0417\u0430\u0441\u0442\u0430\u0440\u0435\u043d\u043e", "profit_and_loss", "\u041f\u0440\u043e\u0444\u0438\u0442 \u0438 \u0437\u0430\u0433\u0443\u0431\u0430", "reports", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0438", "report", "\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458", "add_company", "\u0414\u043e\u0434\u0430\u0458 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "unpaid_invoice", _s17_142, "paid_invoice", "\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_136, "\u041d\u0435\u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "help", "\u041f\u043e\u043c\u043e\u0448", "refund", "\u0420\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430\u0458", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0415-\u043f\u043e\u0448\u0442\u0430 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "multiselect", "Multiselect", "entity_state", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u041f\u043e\u0440\u0430\u043a\u0430", "from", "\u041e\u0434", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u0448\u043a\u0430", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430", "contact_us", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u043d\u0435'", "subtotal", "\u0412\u043a\u0443\u043f\u043d\u043e \u0431\u0435\u0437 \u0434\u0430\u043d\u043e\u043a", "line_total", "\u0412\u043a\u0443\u043f\u043d\u043e", "item", "\u0421\u0442\u0430\u0432\u043a\u0430", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0430", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0414\u0430", "no", "\u041d\u0435", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "\u041c\u043e\u0431\u0438\u043b\u0435\u043d", "desktop", "\u0414\u0435\u0441\u043a\u0442\u043e\u043f", "layout", "Layout", "view", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0434\u0430\u043d\u043e\u043a", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u041f\u0440\u0435\u0444\u0440\u043b\u0438", _s19_44, _s20_69, "options", "\u041e\u043f\u0446\u0438\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u041f\u043e\u0434\u043d\u0435\u0441\u0438", _s16_144, "\u041f\u043e\u0432\u0440\u0430\u0442\u0438 \u0458\u0430 \u0442\u0432\u043e\u0458\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "late_fees", "Late Fees", "credit_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442", "payment_number", "Payment Number", "late_fee_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0430 \u0437\u0430 \u0437\u0430\u0434\u043e\u0446\u043d\u0443\u0432\u0430\u045a\u0435", "schedule", "\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u0435\u043d\u043e\u0432\u0438", "invoice_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "payment_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "\u041c\u0435\u0458\u043b \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s16_147, "\u0411\u0435\u0441\u043a\u0440\u0430\u0435\u043d \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", _s16_149, _s16_150, "administrator", "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", _s18_80, "\u0414\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442 \u0434\u0430 \u043c\u0435\u043d\u0430\u045f\u0438\u0440\u0430 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438\u0442\u0435, \u0434\u0430 \u0433\u0438 \u043c\u0435\u043d\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438\u0442\u0435 \u0438 \u0434\u0430 \u0433\u0438 \u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u0430 \u0441\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", "user_management", "\u0423\u043f\u0440\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u0441\u043e \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "users", "\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438", "new_user", "\u041d\u043e\u0432 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "edit_user", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "created_user", _s25_37, "updated_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "deleted_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "removed_user", _s25_40, "restored_user", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u043f\u0448\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", "invoice_options", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_92, "\u0421\u043e\u043a\u0440\u0438\u0458 \u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c", _s22_55, '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0430\u0442\u0443\u043c" \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u043a\u043e \u045c\u0435 \u0431\u0438\u0434\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e.', _s23_31, "\u0412\u043c\u0435\u0442\u043d\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", _s28_21, "\u0412\u043a\u043b\u0443\u0447\u0438 \u0433\u0438 \u043f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438\u0442\u0435 \u0441\u043b\u0438\u043a\u0438 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s16_153, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0458\u0435 \u043d\u0430", _s16_154, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0444\u0443\u0442\u0435\u0440 \u043d\u0430", "first_page", "\u041f\u0440\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "all_pages", "\u0421\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438", "last_page", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041f\u0440\u0438\u043c\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "secondary_color", "\u0421\u0435\u043a\u0443\u043d\u0434\u0430\u0440\u043d\u0430 \u0431\u043e\u0458\u0430", "page_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430", "font_size", "\u0413\u043e\u043b\u0435\u043c\u0438\u043d\u0430 \u043d\u0430 \u0444\u043e\u043d\u0442", "quote_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "invoice_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "product_fields", "\u041f\u043e\u043b\u0438\u045a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043f\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "quote_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_footer", "\u0424\u0443\u0442\u0435\u0440 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s18_81, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_32, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0441\u043f\u0440\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0438.", _s18_82, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435", _s23_33, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458 \u0444\u0430\u043a\u0442\u0443\u0440\u0438 \u043a\u043e\u0433\u0430 \u045c\u0435 \u0431\u0438\u0434\u0430\u0442 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438.", _s18_83, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u045a\u0435", _s23_34, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u043e\u043d\u0443\u0434\u0430 \u0432\u043e \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u043e\u0433\u0430 \u0438\u0441\u0442\u0430\u0442\u0430 \u045c\u0435 \u0431\u0438\u0434\u0435 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0430 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442.", _s17_94, "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430 \u043d\u0430 \u0442\u0435\u043a\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430", "freq_daily", "\u0414\u043d\u0435\u0432\u043d\u043e", "freq_weekly", "\u041d\u0435\u0434\u0435\u043b\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u0438\u0440\u0438 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u041c\u0435\u0441\u0435\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u0435\u0446\u0438", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", _s16_155, "\u0427\u0435\u0442\u0438\u0440\u0438 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_six_months", "\u0428\u0435\u0441\u0442 \u043c\u0435\u0441\u0435\u0446\u0438", "freq_annually", "\u0413\u043e\u0434\u0438\u0448\u043d\u043e", "freq_two_years", "\u0414\u0432\u0435 \u0433\u043e\u0434\u0438\u043d\u0438", _s16_156, "Three Years", "never", "\u041d\u0438\u043a\u043e\u0433\u0430\u0448", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", _s17_97, "\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0438 \u0431\u0440\u043e\u0435\u0432\u0438", "charge_taxes", "\u041d\u0430\u043f\u043b\u0430\u0442\u0438 \u0434\u0430\u043d\u043e\u0446\u0438", "next_reset", "\u0421\u043b\u0435\u0434\u043d\u043e \u0440\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u045a\u0435", "reset_counter", "\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0431\u0440\u043e\u0458\u0430\u0447", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0438 \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_99, "\u0414\u043e\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "client_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "product_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "payment_field", "Payment Field", "contact_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "vendor_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "expense_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "project_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "task_field", "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u041f\u043e\u0440\u0430\u043a\u0438", "custom_css", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d CSS", _s17_101, _s17_102, _s16_159, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430 PDF", _s21_74, "\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0433\u043e \u043f\u043e\u0442\u043f\u0438\u0441\u043e\u0442 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u043d\u0430 PDF \u0444\u0430\u043a\u0442\u0443\u0440\u0430/\u043f\u043e\u043d\u0443\u0434\u0430.", _s25_41, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_9, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430.", _s23_35, "\u041f\u043e\u043b\u0435 \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u043d\u0430 \u0443\u0441\u043b\u043e\u0432\u0438 \u0437\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s28_22, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0438 \u0434\u0435\u043a\u0430 \u0433\u0438 \u043f\u0440\u0438\u0444\u0430\u045c\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u0442\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430.", _s25_42, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s30_10, "\u041f\u043e\u0431\u0430\u0440\u0430\u0458 \u043e\u0434 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0434\u0430 \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0438 \u043f\u043e\u0442\u043f\u0438\u0441.", _s23_36, "\u041f\u043e\u0442\u043f\u0438\u0441 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", _s22_57, "\u0424\u0430\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0448\u0442\u0438\u0442\u0435\u043d\u0438 \u0441\u043e \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s27_38, "\u0412\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430 \u0437\u0430 \u0441\u0435\u043a\u043e\u0458 \u043a\u043e\u043d\u0442\u0430\u043a\u0442. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430. \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0442 \u045c\u0435 \u043c\u043e\u0440\u0430 \u0434\u0430 \u0458\u0430 \u0432\u043d\u0435\u0441\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430\u0442\u0430 \u043f\u0440\u0435\u0434 \u0434\u0430 \u0433\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0442\u0435.", "authorization", "\u041e\u0432\u043b\u0430\u0441\u0442\u0443\u0432\u0430\u045a\u0435", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "\u0414\u043e\u043c\u0435\u043d", "portal_mode", "Portal Mode", "email_signature", "\u0421\u043e \u043f\u043e\u0447\u0438\u0442,", _s24_39, "\u041d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0433\u043e \u043f\u043e\u043b\u0435\u0441\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0438 \u0441\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u045a\u0435 \u043d\u0430 schema.org \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0435-\u043f\u043e\u0448\u0442\u0438", "plain", "\u041e\u0431\u0438\u0447\u043d\u043e", "light", "\u0421\u0432\u0435\u0442\u043b\u043e", "dark", "\u0422\u0435\u043c\u043d\u043e", "email_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0443\u0432\u0430\u045a\u0435", "reply_to_email", "\u041e\u0434\u0433\u043e\u0432\u043e\u0440\u0438-\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "reply_to_name", "Reply-To Name", "bcc_email", "BCC \u0435-\u043f\u043e\u0448\u0442\u0430", "processed", "Processed", "credit_card", "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "bank_transfer", "\u0411\u0430\u043d\u043a\u0430\u0440\u0441\u043a\u0438 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0438\u043d.", "enable_max", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0438 \u043c\u0430\u043a\u0441.", "min_limit", "\u041c\u0438\u043d: :min", "max_limit", "\u041c\u0430\u043a\u0441: :max", "min", "\u041c\u0438\u043d", "max", "\u041c\u0430\u043a\u0441", _s19_47, "\u041f\u0440\u0438\u0444\u0430\u0442\u0435\u043d\u0438 \u043b\u043e\u0433\u043e\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u0447\u043a\u0430", "credentials", "Credentials", "update_address", "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0430\u0434\u0440\u0435\u0441\u0430", _s19_49, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0458\u0430 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 \u0441\u043e \u043e\u0431\u0435\u0437\u0431\u0435\u0434\u0435\u043d\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438", "rate", "\u0421\u0442\u0430\u043f\u043a\u0430", "tax_rate", "\u0414\u0430\u043d\u043e\u0447\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430", "new_tax_rate", "\u041d\u043e\u0432\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_162, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_163, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s17_104, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s18_86, "\u0418\u0437\u0431\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0433\u0438 \u0438\u0441\u043f\u043e\u043b\u043d\u0438 \u043f\u043e\u043b\u0438\u045a\u0430\u0442\u0430 \u0437\u0430 \u043e\u043f\u0438\u0441 \u0438 \u0446\u0435\u043d\u0430", "update_products", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s20_71, "\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435\u0442\u043e \u043d\u0430 \u0444\u0430\u043a\u0443\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u045c\u0435 \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 ", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0446\u0435\u043d\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043f\u043e \u0432\u0430\u043b\u0443\u0442\u0438\u0442\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435", "fees", "\u041d\u0430\u0434\u043e\u043c\u0435\u0441\u0442\u043e\u0446\u0438", "limits", "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0443\u0432\u0430\u045a\u0430", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "\u041e\u0442\u0444\u0440\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438", "default_value", "Default value", "disabled", "\u041e\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u041d\u0435\u0434\u0435\u043b\u0430", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0440\u0442\u043e\u043a", "friday", "\u041f\u0435\u0442\u043e\u043a", "saturday", "\u0421\u0430\u0431\u043e\u0442\u0430", "january", "\u0408\u0430\u043d\u0443\u0430\u0440\u0438", "february", "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "march", "\u041c\u0430\u0440\u0442", "april", "\u0410\u043f\u0440\u0438\u043b", "may", "\u041c\u0430\u0458", "june", "\u0408\u0443\u043d\u0438", "july", "\u0408\u0443\u043b\u0438", "august", "\u0410\u0432\u0433\u0443\u0441\u0442", "september", "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "october", "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "november", "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", "december", "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "symbol", "\u0421\u0438\u043c\u0431\u043e\u043b", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "\u0412\u0440\u0435\u043c\u0435 \u043e\u0434 24 \u0447\u0430\u0441\u0430", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e", "saved_settings", _s27_41, _s16_171, "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "device_settings", "Device Settings", "defaults", "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0438", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", _s17_109, "\u041d\u0430\u043f\u0440\u0435\u0434\u043d\u0438 \u043f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "company_details", "\u041f\u043e\u0434\u0430\u0442\u043e\u0446\u0438 \u0437\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0458\u0430\u0442\u0430", "user_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430", "online_payments", "\u041e\u043d\u043b\u0430\u0458\u043d \u043f\u043b\u0430\u045c\u0430\u045a\u0430", "tax_rates", "\u0414\u0430\u043d\u043e\u0447\u043d\u0438 \u0441\u0442\u0430\u043f\u043a\u0438", "notifications", "\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045a\u0430", "import_export", "\u0423\u0432\u043e\u0437 | \u0418\u0437\u0432\u043e\u0437", "custom_fields", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u043b\u0438\u0432\u0438 \u043f\u043e\u043b\u0438\u045a\u0430", "invoice_design", "\u0414\u0438\u0437\u0430\u0458\u043d \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "buy_now_buttons", "\u041a\u0443\u043f\u0438 \u0441\u0435\u0433\u0430 \u043a\u043e\u043f\u0447\u0438\u045a\u0430", "email_settings", "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0437\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u0446\u0438", _s22_58, _s20_73, _s19_55, "\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0446\u0438", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045a\u0435", "privacy_policy", "\u041f\u043e\u043b\u0438\u0441\u0430 \u0437\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442", "sign_up", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435", "account_login", "\u041d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458 \u0441\u0435\u0433\u0430", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u041f\u0440\u0435\u0437\u0435\u043c\u0438", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "pending", "\u0412\u043e \u0442\u0435\u043a", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u043e", _s24_45, "\u0414\u043e\u0434\u0430\u0458 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "exchange_rate", "\u0414\u0435\u0432\u0438\u0437\u0435\u043d \u043a\u0443\u0440\u0441", _s16_180, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u0458 \u0432\u0430\u043b\u0443\u0442\u0430", "mark_paid", "\u041e\u0431\u0435\u043b\u0435\u0436\u0438 \u043f\u043b\u0430\u0442\u0435\u043d\u043e", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430", "address", "\u0410\u0434\u0440\u0435\u0441\u0430", "new_vendor", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "created_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "updated_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "archived_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "deleted_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "restored_vendor", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", _s16_182, _s36_11, "new_expense", "\u0412\u043d\u0435\u0441\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "created_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "updated_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_183, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", "deleted_expense", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s16_184, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s17_115, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s16_185, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u0446\u0438", _s17_116, _s37_14, "copy_shipping", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "copy_billing", "\u041a\u043e\u043f\u0438\u0440\u0430\u0458 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u043e", "logged", "\u041d\u0430\u0458\u0430\u0432\u0435\u043d\u043e", "running", "\u0412\u043e \u0442\u0435\u043a", "resume", "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438", "task_errors", "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u043a\u043e\u0440\u0435\u0433\u0438\u0440\u0430\u0458\u0442\u0435 \u0432\u0440\u0435\u043c\u0438\u045a\u0430\u0442\u0430 \u0448\u0442\u043e \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u043e\u043f\u0443\u0432\u0430\u0430\u0442", "start", "\u041f\u043e\u0447\u0435\u0442\u043e\u043a", "stop", "\u0421\u043e\u043f\u0440\u0438", "started_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "stopped_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u043f\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "resumed_task", _s29_60, "now", "\u0421\u0435\u0433\u0430", _s16_186, _s16_187, "timer", "\u0422\u0430\u0458\u043c\u0435\u0440", "manual", "\u0423\u043f\u0430\u0442\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u0435 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a", "end_time", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0432\u0440\u0435\u043c\u0435", "date", "\u0414\u0430\u0442\u0443\u043c", "times", "\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e\u0441\u0442", "duration", "\u0412\u0440\u0435\u043c\u0435\u0442\u0440\u0430\u0435\u045a\u0435", "new_task", "\u041d\u043e\u0432\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "created_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "updated_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "archived_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "deleted_task", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "restored_task", _s29_60, "archived_tasks", _s32_12, "deleted_tasks", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0437\u0430\u0434\u0430\u0447\u0438", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "\u0411\u0443\u045f\u0435\u0442\u0438\u0440\u0430\u043d\u0438 \u0447\u0430\u0441\u043e\u0432\u0438", "created_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "updated_project", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s16_188, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", "deleted_project", _s25_76, _s16_189, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442", _s17_117, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s16_190, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u0440\u043e\u0435\u043a\u0442\u0438", _s17_118, _s37_15, "new_project", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0435\u043a\u0442", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u043a\u043b\u0438\u043a\u043d\u0438 \u0442\u0443\u043a\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u0424\u0443\u0442\u0435\u0440", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043e\u043f\u0441\u0435\u0433", "date_range", "\u041e\u043f\u0441\u0435\u0433 \u043d\u0430 \u0434\u0430\u0442\u0443\u043c\u0438", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u041e\u0432\u043e\u0458 \u043c\u0435\u0441\u0435\u0446", "last_month", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u0435\u043d \u043c\u0435\u0441\u0435\u0446", "this_year", "\u041e\u0432\u0430\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "last_year", "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0433\u043e\u0434\u0438\u043d\u0430", "custom", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d\u043e", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "convert", "Convert", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043a\u043b\u0438\u0435\u043d\u0442", "edit_product", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043e\u043d\u0443\u0434\u0430", "edit_payment", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "edit_task", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0430", "edit_expense", "\u0418\u0437\u043c\u0435\u043d\u0438 \u0442\u0440\u043e\u0448\u043e\u043a", "edit_vendor", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "edit_project", "\u0418\u0437\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442", _s20_74, "\u0418\u0437\u043c\u0435\u043d\u0438 \u041f\u043e\u0432\u0442\u043e\u0440\u0443\u0432\u0430\u0447\u043a\u0430 \u041f\u043e\u043d\u0443\u0434\u0430", "billing_address", "\u0410\u0434\u0440\u0435\u0441\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u045a\u0435", _s16_193, "\u0410\u0434\u0440\u0435\u0441\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0430", "total_revenue", "\u0412\u043a\u0443\u043f\u0435\u043d \u043f\u0440\u0438\u0445\u043e\u0434", "average_invoice", "\u041f\u0440\u043e\u0441\u0435\u0447\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "outstanding", "\u041d\u0435\u043d\u0430\u043f\u043b\u0430\u0442\u0435\u043d\u043e", "invoices_sent", ":count \u0438\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", "active_clients", "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u041a\u043b\u0438\u0435\u043d\u0442\u0438", "close", "\u0417\u0430\u0442\u0432\u043e\u0440\u0438", "email", "\u0415-\u043f\u043e\u0448\u0442\u0430", "password", "\u041b\u043e\u0437\u0438\u043d\u043a\u0430", "url", "URL", "secret", "\u0422\u0430\u0458\u043d\u043e", "name", "\u0418\u043c\u0435", "logout", "\u041e\u0434\u0458\u0430\u0432\u0430", "login", "\u041d\u0430\u0458\u0430\u0432\u0430", "filter", "\u0424\u0438\u043b\u0442\u0435\u0440", "sort", "\u041f\u043e\u0434\u0440\u0435\u0434\u0438", "search", "\u041f\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045a\u0435", "active", "\u0410\u043a\u0442\u0438\u0432\u0435\u043d", "archived", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e", "deleted", "\u0418\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u043e", "dashboard", "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u043d\u0430 \u0442\u0430\u0431\u043b\u0430", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0458", "delete", "\u0418\u0437\u0431\u0440\u0438\u0448\u0438", "restore", "\u041f\u043e\u0432\u0440\u0430\u0442\u0438", _s16_195, _s16_196, _s23_43, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", _s26_34, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", _s21_83, "\u0412\u0435 \u043c\u043e\u043b\u0438\u043c\u0435 \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0458\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 URL", _s26_36, _s26_37, "ascending", "\u0420\u0430\u0441\u0442\u0435\u0447\u043a\u0438", "descending", "\u041e\u043f\u0430\u0453\u0430\u0447\u043a\u0438", "save", "\u0417\u0430\u0447\u0443\u0432\u0430\u0458", _s17_121, "\u041d\u0430\u0441\u0442\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430", "paid_to_date", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u0434\u043e \u0434\u0435\u043d\u0435\u0441", "balance_due", "\u0412\u043a\u0443\u043f\u043d\u043e \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431 \u0421\u0442\u0440\u0430\u043d\u0430", "vat_number", "\u0414\u0414\u0412 \u0431\u0440\u043e\u0458", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "create", "\u041a\u0440\u0435\u0438\u0440\u0430\u0458", _s19_63, _s30_16, "error", "\u0413\u0440\u0435\u0448\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0438", "additional", "Additional", "first_name", "\u0418\u043c\u0435", "last_name", "\u041f\u0440\u0435\u0437\u0438\u043c\u0435", "add_contact", "\u0414\u043e\u0434\u0430\u0434\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0414\u0430\u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438?", "cancel", "\u041e\u0442\u043a\u0430\u0436\u0438", "ok", "Ok", "remove", "\u041e\u0442\u0441\u0442\u0440\u0430\u043d\u0438", _s16_199, _s16_200, "product", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "products", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", "new_product", "\u041d\u043e\u0432 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "created_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "updated_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_201, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", "deleted_product", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s16_202, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442", _s17_123, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s16_203, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438", _s17_124, _s37_16, "product_key", "\u041f\u0440\u043e\u0434\u0443\u043a\u0442", "notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "cost", "\u0426\u0435\u043d\u0430", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u0438", "new_client", "\u041d\u043e\u0432 \u041a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "updated_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "archived_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "deleted_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043a\u043b\u0438\u0435\u043d\u0442\u0438", "restored_client", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0411\u0440\u043e\u0458", "city", "\u0413\u0440\u0430\u0434", "state", "\u041e\u043f\u0448\u0442\u0438\u043d\u0430", "postal_code", "\u041f\u043e\u0448\u0442\u0435\u043d\u0441\u043a\u0438 \u0431\u0440\u043e\u0458", "country", "\u0414\u0440\u0436\u0430\u0432\u0430", "invoice", "\u0424\u0430\u043a\u0442\u0443\u0440\u0430", "invoices", "\u0424\u0430\u043a\u0442\u0443\u0440\u0438", "new_invoice", "\u041d\u043e\u0432\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", "created_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "updated_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_206, _s26_47, "deleted_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u0424\u0430\u043a\u0442\u0443\u0440\u0430", _s16_207, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u0424\u0430\u043a\u0442\u0443\u0440\u0438", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s17_126, _s37_17, "emailed_invoice", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "emailed_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043f\u043e \u0435-\u043f\u043e\u0448\u0442\u0430", "amount", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "invoice_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "invoice_date", "\u0414\u0430\u0442\u0430\u0443\u043c \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", "discount", "\u041f\u043e\u043f\u0443\u0441\u0442", "po_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043d\u0430\u0440\u0430\u0447\u043a\u0430", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438", "public_notes", "\u0408\u0430\u0432\u043d\u0438 \u0437\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "private_notes", "\u0417\u0430\u0431\u0435\u043b\u0435\u0448\u043a\u0438", "frequency", "\u0424\u0440\u0435\u043a\u0432\u0435\u043d\u0442\u043d\u043e\u0441\u0442", "start_date", "\u041f\u043e\u0447\u0435\u0442\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "end_date", "\u041a\u0440\u0430\u0435\u043d \u0434\u0430\u0442\u0443\u043c", "quote_number", "\u0411\u0440\u043e\u0458 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "quote_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "valid_until", "\u0412\u0430\u043b\u0438\u0434\u043d\u043e \u0434\u043e", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u041e\u043f\u0438\u0441", "unit_cost", "\u0426\u0435\u043d\u0430 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0438\u043d\u0430", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u043f\u0435\u0432\u0430\u045a\u0435", _s16_209, "\u0414\u0435\u043b\u0443\u043c\u0435\u043d \u0434\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u043a\u0443\u043f\u043d\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0418\u0437\u043c\u0435\u043d\u0438", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "\u0421\u0442\u0430\u043f\u043a\u0430 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430", "settings", "\u041f\u043e\u0434\u0435\u0441\u0443\u0432\u0430\u045a\u0430", "language", "Language", "currency", "\u0412\u0430\u043b\u0443\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u045a\u0435", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0414\u0430\u043d\u043e\u043a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "\u041c\u0438\u043d\u0430\u0442\u043e \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "draft", "\u041d\u0430\u0446\u0440\u0442", "sent", "\u0418\u0441\u043f\u0440\u0430\u0442\u0435\u043d\u043e", "viewed", "Viewed", "approved", "Approved", "partial", "\u0414\u0435\u043b\u0443\u043c\u043d\u043e/\u0414\u0435\u043f\u043e\u0437\u0438\u0442", "paid", "\u041f\u043b\u0430\u0442\u0435\u043d\u043e", "mark_sent", "\u0411\u0435\u043b\u0435\u0433\u043e\u0442 \u0435 \u043f\u0440\u0430\u0442\u0435\u043d", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0417\u0430\u0432\u0440\u0448\u0435\u043d\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u0435\u043d \u0440\u0435\u0436\u0438\u043c", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442", _s16_211, _s16_212, "clone", "\u041a\u043b\u043e\u043d\u0438\u0440\u0430\u0458", "loading", "\u0412\u0447\u0438\u0442\u0443\u0432\u0430\u045a\u0435", "industry", "Industry", "size", "Size", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_date", "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "\u041f\u043e\u0440\u0442\u0430\u043b \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u041e\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d\u043e", "recipients", "\u041f\u0440\u0438\u043c\u0430\u0442\u0435\u043b\u0438", "initial_email", "\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430", "first_reminder", "\u041f\u0440\u0432 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "second_reminder", "\u0412\u0442\u043e\u0440 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "third_reminder", "\u0422\u0440\u0435\u0442 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", "body", "\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0458\u0430", "send_email", "\u0418\u0441\u043f\u0440\u0430\u0442\u0438 \u0435\u043c\u0430\u0438\u043b", "email_receipt", "\u041f\u0440\u0430\u0442\u0438 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0437\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435 \u043d\u0430 \u0435-\u043f\u043e\u0448\u0442\u0430 \u0434\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442", "auto_billing", "Auto billing", "button", "Button", "preview", "\u041f\u0440\u0435\u0433\u043b\u0435\u0434", "customize", "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u0458\u0430", "payment", "\u041f\u043b\u0430\u045c\u0430\u045a\u0435", "payments", "\u041f\u043b\u0430\u045c\u0430\u045a\u0430", "refunded", "Refunded", "payment_type", "\u0422\u0438\u043f \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s21_85, "\u0422\u0440\u0430\u043d\u0441\u0430\u043a\u0446\u0438\u0441\u043a\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430", "enter_payment", "\u0412\u043d\u0435\u0441\u0438 \u0443\u043f\u043b\u0430\u0442\u0430", "new_payment", "\u0412\u043d\u0435\u0441\u0438 \u041f\u043b\u0430\u045c\u0430\u045a\u0435", "created_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "updated_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_219, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "deleted_payment", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s16_220, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 :count \u043f\u043b\u0430\u045c\u0430\u045a\u0430", _s17_131, _s37_20, "quote", "\u041f\u043e\u043d\u0443\u0434\u0430", "quotes", "\u041f\u043e\u043d\u0443\u0434\u0438", "new_quote", "\u041d\u043e\u0432\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "created_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "updated_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "deleted_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "restored_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430", "archived_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "deleted_quotes", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u0438 :count \u043f\u043e\u043d\u0443\u0434\u0438", "restored_quotes", _s35_22, "expense", "\u0422\u0440\u043e\u0448\u043e\u043a", "expenses", "\u0422\u0440\u043e\u0448\u043e\u0446\u0438", "vendor", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447", "vendors", "\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u0438", "task", "\u0417\u0430\u0434\u0430\u0447\u0430", "tasks", "\u0417\u0430\u0434\u0430\u0447\u0438", "project", "\u041f\u0440\u043e\u0435\u043a\u0442", "projects", "\u041f\u0440\u043e\u0435\u043a\u0442\u0438", "activity_1", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_2", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_3", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_4", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_5", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u0448\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_9", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_12", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_13", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_14", ":user \u0432\u043d\u0435\u0441\u0435 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_15", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_16", ":user \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_17", ":user \u0438\u0437\u0431\u0440\u0438\u0448\u0430 :credit \u043a\u0440\u0435\u0434\u0438\u0442", "activity_18", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_19", ":user \u0458\u0430 \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0458\u0430 \u0432\u0438\u0434\u0435 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_22", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_23", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_24", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043e\u043d\u0443\u0434\u0430\u0442\u0430 :quote", "activity_25", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430 :invoice", "activity_26", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0442 :client", "activity_27", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_28", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 :credit \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0442", "activity_29", _s42_13, "activity_30", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_31", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_32", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_33", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0447\u043e\u0442 :vendor", "activity_34", ":user \u0433\u043e \u043a\u0440\u0435\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_35", ":user \u0433\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_36", ":user \u0433\u043e \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_37", ":user \u0433\u043e \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_39", ":user \u0433\u043e \u043e\u0442\u043a\u0430\u0436\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435\u0442\u043e :payment", "activity_40", ":user \u0433\u043e \u0440\u0435\u0444\u0443\u043d\u0434\u0438\u0440\u0430 :adjustment \u043d\u0430 :payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 :payment", "activity_41", ":payment_amount \u043f\u043b\u0430\u045c\u0430\u045a\u0435 (:payment) \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e", "activity_42", ":user \u0458\u0430 \u043a\u0440\u0435\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_43", ":user \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_44", ":user \u0458\u0430 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_45", ":user \u0458\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0430 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_46", ":user \u0458\u0430 \u043f\u043e\u0432\u0440\u0430\u0442\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u0442\u0430 :task", "activity_47", ":user \u0433\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430 \u0442\u0440\u043e\u0448\u043e\u043a\u043e\u0442 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "emailed_quote", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0430\u0442\u0435\u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0430 \u043f\u043e \u0435\u043b. \u043f\u043e\u0448\u0442\u0430", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0418\u0441\u0442\u0435\u0447\u0435\u043d\u043e", "all", "\u0421\u0438\u0442\u0435", "select", "\u0418\u0437\u0431\u0435\u0440\u0438", _s22_66, _s22_67, "custom_value1", _s17_183, "custom_value2", _s17_183, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438", _s20_79, _s20_80, _s20_81, "\u0411\u0440\u043e\u0458\u0430\u0447 \u043d\u0430 \u043f\u043e\u043d\u0443\u0434\u0438", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "\u0421\u043e\u0441\u0442\u043e\u0458\u0431\u0430 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430", _s16_226, "\u0414\u0430\u0442\u0443\u043c \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u045a\u0435", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u043d\u0430\u043f\u043b\u0430\u0442\u0430", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0418\u043c\u0435 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u0434\u0430\u043d\u043e\u043a", "tax_paid", "\u041f\u043b\u0430\u0442\u0435\u043d \u0434\u0430\u043d\u043e\u043a", "payment_amount", "\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u043b\u0430\u045c\u0430\u045a\u0435", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0411\u0430\u043d\u043a\u0430", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430 \u043d\u0430 \u0442\u0440\u043e\u0448\u043e\u043a", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "nb_NO", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Bankkort & Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalingsinnstillinger", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "St\xe5ende", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Legg til Tilbyder", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Legg til p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Uke", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Fakturavaluta", "range", "Periode", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Opprett prosjekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godkjenn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Sett Passord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Se Erkl\xe6ring", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fra Navn", _s16_23, _s16_232, _s17_19, "Gjentakende Utgift", _s18_19, "Gjentakende Utgifter", _s21_22, "Opprett Gjentakende Utgift", _s22_27, "Rediger Gjentakende Utgift", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Brukerguide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakts fornavn", _s17_23, "Etternavn", "order", "Order", "unassigned", "Ikke tilordnet", "partial_value", "M\xe5 v\xe6re st\xf8rre enn null og mindre enn totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktiver", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Sett subdomenet eller vis fakturaen p\xe5 ditt eget nettsted.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Sikkerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Abonnement", "subscriptions", "Abonnementer", _s16_41, "Nytt Abonnement\xa0", _s17_29, "Rediger Abonnement", _s20_29, "Abonnement opprettet", _s20_30, "Oppdaterte abonnement", _s21_34, "Abonnement arkivert", _s20_31, "Abonnement Slettet", _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Underdomene ikke tilgjengelig", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Send invitasjon p\xe5 nytt", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, "Aktiverte To-faktor-autentisering", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "To-faktor-autentisering", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, "Venligst bekreft din epost adresse", _s16_53, "Refundert betaling", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "For og oppdatere kj\xf8r", _s18_39, "Konverter til en faktura", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturer Oppgave", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Standard-dokumenter", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skjul", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, "Advarsel: en ment for bruk p\xe5 lokal installasjon, passord er ikke sikkert. Klikk her for og vite mer.", "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolonne", "sample", "Eksempel", "map_to", "Map To", "import", "Importer", _s25_16, _s29_7, "select_file", "Vennligst velg en fil", _s16_62, _s16_63, "csv_file", "Velg CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook-URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Ubetalt", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Totalbel\xf8p", "quote_total", "Tilbud totalt", "credit_total", "Total kreditt", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Advarsel", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Kundenavn", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Utgiftskategorier", _s20_48, "Ny Utgiftskategori", _s21_46, _s21_47, _s24_29, "Utgiftskategori ble opprettet", _s24_30, "Oppdaterte utgiftskategori", _s25_20, "Utgiftskategori ble arkivert", _s24_31, "Slettet kategori", _s24_32, _s37_7, _s25_21, "Utgiftskategori ble gjenopprettet", _s27_23, ":count utgiftskategorier ble arkivert", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Sett Aktiv", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Gjentakende Faktura", _s18_51, "Gjentakende Fakturaer", _s21_53, "Ny Gjentakende Faktura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Suksessfullt arkivert gjentakende faktura", _s25_29, "Suksessfullt slettet gjentakende faktura", _s25_30, _s38_11, _s26_14, "Suksessfullt gjenopprettet gjentakende faktura", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Fortjeneste", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logger", "view_portal", "Vis Portal", "copy_link", "Kopier Lenke", "token_billing", "Lagre kortdetaljer", _s24_35, "Velkommen til Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Kundenummer", "auto_convert", "Auto Convert", "company_name", "Firmanavn", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "E-postfakturaer sendt", "emailed_quotes", _s23_79, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "timer", "statement", "Erkl\xe6ring", "taxes", "Skatter", "surcharge", "Tilleggsgebyr", "apply_payment", "Apply Payment", "apply_credit", "Bruk Kredit", "apply", "Bruk", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Til", "health_check", "Health Check", "payment_type_id", "Betalingsmetode", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Forest\xe5ende Fakturaer", _s17_65, _s17_66, "recent_payments", "Nylige Betalinger", "upcoming_quotes", "Oppkommende Tilbud", "expired_quotes", "Utl\xf8pte Tilbud", "create_client", "Create Client", "create_invoice", "Opprett faktura", "create_quote", "Lag tilbud", "create_payment", "Create Payment", "create_vendor", "Opprett leverand\xf8r", "update_quote", "Update Quote", "delete_quote", "Slett tilbud", "update_invoice", "Update Invoice", "delete_invoice", "Slett faktura", "update_client", "Update Client", "delete_client", "Slett kunde", "delete_payment", "Slett betaling", "update_vendor", "Update Vendor", "delete_vendor", "Slett Leverand\xf8r", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Opprett Oppgave", "update_task", "Update Task", "delete_task", "Slett Oppgave", "approve_quote", "Approve Quote", "off", "Av", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API-tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Rediger Token", "created_token", "Opprettet token", "updated_token", "Oppdaterte token", "archived_token", "Suksessfullt arkivert token", "deleted_token", "Suksessfullt slettet token", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "E-postfaktura", "email_quote", "Send tilbudet som E-post", "email_credit", "Email Credit", "email_payment", "E-postbetaling", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontakt navn", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kreditbel\xf8p", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekslusiv", "inclusive", "Inklusiv", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", _s17_153, _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Fullt Navn", _s17_77, "By/Fylke/Postnummer", _s17_79, "Postnr./Sted/Fylke", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Fjern data", _s16_93, _s32_10, _s18_60, "Advarsel: Dette sletter alle dine data permanent, og kan ikke gjennopprettes.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dager", "age_group_30", "30 - 60 Dager", "age_group_60", "60 - 90 Dager", "age_group_90", "90 - 120 Dager", "age_group_120", "Mer enn 120 dager", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Fakturadetaljer", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count faktura sendt", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "aktiver lisens", "cancel_account", "Kanseler Konto", _s22_47, "Advarsel: Dette vil permanent slette kontoen din, du kan ikke angre.", "delete_company", "Slett Firma", _s22_48, "Advarsel: Dette vil permanent slette ditt firma, dette kan ikke gjennopprettes.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Forslag", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "Kontoadministrasjon", "credit_date", "Kreditdato", "credit", "Kredit", "credits", "Krediter", "new_credit", "Oppgi Kredit", "edit_credit", "Rediger Kredit", "created_credit", "Kredit opprettet", "updated_credit", "Kredit oppdatert", "archived_credit", "Kredit arkivert", "deleted_credit", "Kredit slettet", "removed_credit", _s27_36, "restored_credit", "Suksessfullt gjenopprettet kredit", _s16_100, "Arkiverte :count krediter", "deleted_credits", "Slettet :count krediter", _s16_101, _s36_9, "current_version", "N\xe5v\xe6rende versjon", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "L\xe6r mer", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nytt Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Nullstill", "number", "Number", "export", "Eksporter", "chart", "Diagram", "count", "Count", "totals", "Totaler", "blank", "Tom", "day", "Dag", "month", "M\xe5ned", "year", "\xc5r", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupper etter", "credit_balance", "Kreditsaldo", _s18_67, _s18_68, _s17_83, "Fult navn", "contact_phone", "Kontakt Telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Leverings adresse", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, "Leverings adresse postnummer", _s16_132, _s16_133, _s16_134, "Fakturaadresse", _s16_135, _s17_87, "billing_city", "Fakturering By", "billing_state", _s22_53, _s19_40, "Fakturering Postnummer", "billing_country", "Fakturering Land", "client_id", "Kunde-ID", "assigned_to", "Assigned to", "created_by", "Laget av :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolonner", "aging", "Aging", "profit_and_loss", "Fortjeneste og Tap", "reports", "Rapporter", "report", "Rapport", "add_company", "Legg til Firma", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Hjelp", "refund", "Refunder", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Kontakt Epost", "multiselect", "Multiselect", "entity_state", "Tilstand", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Beskjed", "from", "Fra", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Dokumentasjon", "contact_us", "Kontakt Oss", "subtotal", "Totalbel\xf8p", "line_total", "Sum", "item", "Produkt", "credit_email", "Credit Email", "iframe_url", "Nettside", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Vennligst velg en klient", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Skatteinnstillinger", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Valg", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Send", _s16_144, "Gjenopprett ditt passord", "late_fees", "Late Fees", "credit_number", "Kreditnummer", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Planlegg", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dager", "invoice_email", "Faktura-e-post", "payment_email", "Betalings-e-post", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Tilbuds-e-post", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Brukerh\xe5ndtering", "users", "Brukere", "new_user", "Ny Bruker", "edit_user", "Endre bruker", "created_user", _s25_37, "updated_user", "Bruker oppdatert", "archived_user", "Suksessfullt arkivert bruker", "deleted_user", "Bruker slettet", "removed_user", _s25_40, "restored_user", "Suksessfullt gjenopprettet bruker", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Systeminnstillinger", "invoice_options", "Faktura alternativer", _s17_92, _s19_83, _s22_55, "Bare vis delbetalinger om det har forekommet en delbetaling.", _s23_31, "Embed Dokumenter", _s28_21, _s39_4, _s16_153, "Show header on", _s16_154, "Show footer on", "first_page", "F\xf8rste side", "all_pages", "Alle sider", "last_page", "Siste side", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Prim\xe6rfarge", "secondary_color", "Sekund\xe6r farge", "page_size", "Page Size", "font_size", "Skriftst\xf8rrelse", "quote_design", "Quote Design", "invoice_fields", "Faktura felt", "product_fields", "Produktfelter", "invoice_terms", _s20_89, "invoice_footer", "Faktura Bunntekst", "quote_terms", "Tilbuds Vilk\xe5r", "quote_footer", "Tilbud Bunntekst", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Konverter", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daglig", "freq_weekly", "Ukentlig", "freq_two_weeks", "To uker", "freq_four_weeks", "Fire uker", "freq_monthly", "M\xe5nedlig", "freq_two_months", "To m\xe5neder", _s17_96, "Tre m\xe5neder", _s16_155, "Fire m\xe5neder", "freq_six_months", "Seks m\xe5neder", "freq_annually", "\xc5rlig", "freq_two_years", "To \xe5r", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, "Genererte Nummere", "charge_taxes", "Inkluder skatt", "next_reset", "Neste Nullstilling", "reset_counter", "Nullstill Teller", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Egendefinert CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, "Faktura-signatur", _s30_10, "Krever klients signatur.", _s23_36, "Tilbuds-signatur", _s22_57, "Passord-beskytt fakturaer", _s27_38, _s142_, "authorization", "Autorisasjon", "subdomain", "Subdomene", "domain", "Domene", "portal_mode", "Portal Mode", "email_signature", "Med vennlig hilsen,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Svar til Epost", "reply_to_name", "Reply-To Name", "bcc_email", "BCC E-post", "processed", "Processed", "credit_card", "Betalingskort", "bank_transfer", "Bankoverf\xf8ring", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktiver min", "enable_max", "Aktiver maks", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Oppdater Adresse", _s19_49, "Oppdater kundens adresse med oppgitte detaljer", "rate", "Sats", "tax_rate", "Skattesats", "new_tax_rate", "Ny Skattesats", "edit_tax_rate", "Rediger skattesats", _s16_162, "Suksessfullt opprettet skattesats", _s16_163, "Suksessfullt oppdatert skattesats", _s17_104, "Suksessfullt arkivert skattesatsen", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatisk-utfyll produkter", _s18_86, "Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden", "update_products", "Automatisk oppdater produkter", _s20_71, "\xc5 endre en faktura vil automatisk oppdatere produktbilioteket", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Avgifter", "limits", "Begrensninger", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "S\xf8ndag", "monday", "Mandag", "tuesday", "Tirsdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf8rdag", "january", "Januar", "february", "Februar", "march", "Mars", "april", "April", "may", "Mai", "june", "Juni", "july", "Juli", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "Desember", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Timers Tid", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Produkt-innstillinger", "device_settings", "Device Settings", "defaults", "Standarder", "basic_settings", "Grunnleggende Innstillinger", _s17_109, "Avanserte innstillinger", "company_details", "Firmainformasjon", "user_details", "Brukerdetaljer", "localization", "Regioninnstillinger", "online_payments", "Nettbetalinger", "tax_rates", "Skattesatser", "notifications", "Varsler", "import_export", _s16_269, "custom_fields", "Egendefinerte felt", "invoice_design", "Fakturadesign", "buy_now_buttons", "Betal N\xe5-knapper", "email_settings", "E-post-innstillinger", _s23_42, "Design & P\xe5minnelser", _s22_58, _s20_73, _s19_55, "Datavisualiseringer", "price", "Pris", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "vilk\xe5r for bruk", "privacy_policy", "Personvernregler", "sign_up", "Registrer deg", "account_login", "Kontoinnlogging", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Lag ny", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Last ned", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenter", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Utgiftsdato", "pending", "Avventer", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Konvertert", _s24_45, "Legg ved dokumenter til faktura", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Merk som betalt", "category", "Kategori", "address", "Adresse", "new_vendor", "Ny Leverand\xf8r", "created_vendor", "Opprettet leverand\xf8r", "updated_vendor", "Oppdaterte leverand\xf8r", "archived_vendor", "Arkiverte leverand\xf8r", "deleted_vendor", "Slettet leverand\xf8r", "restored_vendor", _s28_28, _s16_181, "Arkiverte :count leverand\xf8rer", "deleted_vendors", "Slettet :count leverand\xf8rer", _s16_182, _s36_11, "new_expense", "Angi utgift", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, "Arkiverte utgifter", _s16_185, "Slettet utgifter", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturert", "logged", "Logget", "running", "L\xf8pende", "resume", "Gjenoppta", "task_errors", "Vennligst rett alle overlappende tider", "start", "Start", "stop", "Stopp", "started_task", _s25_48, "stopped_task", "Suksessfullt stoppet oppgave", "resumed_task", _s25_50, "now", "N\xe5", _s16_186, _s16_187, "timer", "Tidtaker", "manual", "Manuell", "budgeted", "Budgeted", "start_time", "Starttid", "end_time", "Sluttid", "date", "Dato", "times", "Tider", "duration", "Varighet", "new_task", "Ny Oppgave", "created_task", "Suksessfullt opprettet oppgave", "updated_task", "Suksessfullt oppdatert oppgave", "archived_task", "Arkiverte oppgave", "deleted_task", "Slettet oppgave", "restored_task", "Gjenopprettet oppgave", "archived_tasks", "Arkiverte :count oppgaver", "deleted_tasks", "Slettet :count oppgaver", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Opprettet prosjekt", "updated_project", "Oppdaterte prosjekt", _s16_188, "Arkiverte prosjekt", "deleted_project", "Slettet prosjekt", _s16_189, "Gjenopprettet prosjekt", _s17_117, "Arkiverte :count prosjekter", _s16_190, "Slettet :count prosjekter", _s17_118, _s37_15, "new_project", "Nytt Prosjekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikk her", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "L\xe5st", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Bunntekst", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Tilpass Utvalg", "date_range", "Datoperiode", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Denne m\xe5neden", "last_month", "Siste m\xe5ned", "this_year", "Dette \xc5ret", "last_year", "Siste \xe5r", "custom", "Egendefiner", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Se faktura", "convert", "Convert", "more", "More", "edit_client", "Rediger Kunde", "edit_product", "Endre produkt", "edit_invoice", "Rediger faktura", "edit_quote", "Endre tilbud", "edit_payment", "Rediger Betaling", "edit_task", "Rediger Oppgave", "edit_expense", "Edit Expense", "edit_vendor", "Rediger Leverand\xf8r", "edit_project", "Rediger Prosjekt", _s20_74, _s20_75, "billing_address", "Fakturerings Adresse", _s16_193, "Leveringsadresse", "total_revenue", "Sum omsetning", "average_invoice", "Gjennomsnittlige fakturaer", "outstanding", "Utest\xe5ende", "invoices_sent", _s22_85, "active_clients", "aktive kunder", "close", "Lukk", "email", "E-post", "password", "Passord", "url", "URL", "secret", "Secret", "name", "Navn", "logout", "Logg ut", "login", "Logg inn", "filter", "Filter", "sort", "Sort", "search", "S\xf8k", "active", "Aktiv", "archived", "Arkivert", "deleted", "Slettet", "dashboard", "Skrivebord", "archive", "Arkiv", "delete", "Slett", "restore", "Gjenopprette", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Stigende", "descending", "Synkende", "save", "Lagre", _s17_121, _s17_122, "paid_to_date", "Betalt til Dato", "balance_due", "Gjenst\xe5ende", "balance", "Balanse", "overview", "Overview", "details", "Detaljer", "phone", "Telefon", "website", "Nettside", "vat_number", "MVA-nummer", "id_number", "Id nummer", "create", "Lag", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakter", "additional", "Additional", "first_name", "Fornavn", "last_name", "Etternavn", "add_contact", "Legg til kontakt", "are_you_sure", "Er du sikker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Fjern", _s16_199, _s16_200, "product", "Produkt", "products", "Produkter", "new_product", "Nytt Produkt", "created_product", "Produkt lagret", "updated_product", "Produkt oppdatert", _s16_201, "Produkt arkivert", "deleted_product", "Slettet produkt", _s16_202, "Gjenopprettet produkt", _s17_123, _s37_23, _s16_203, "Slettet :count produkter", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notater", "cost", "Kostnad", "client", "Kunde", "clients", "Kunder", "new_client", "Ny Kunde", "created_client", "Opprettet kunde", "updated_client", "Oppdaterte kunde", "archived_client", "Arkiverte kunde", _s16_204, "Arkiverte :count kunder", "deleted_client", "Slettet kunde", "deleted_clients", "Slettet :count kunder", "restored_client", "Gjenopprettet kunde", _s16_205, _s36_13, "address1", "Gate", "address2", "Husnummer", "city", "By", "state", "Fylke", "postal_code", "Postnummer", "country", "Country", "invoice", "Faktura", "invoices", "Fakturaer", "new_invoice", "Ny faktura", "created_invoice", "Faktura opprettet", "updated_invoice", "Faktura oppdatert", _s16_206, "Faktura arkivert", "deleted_invoice", "Faktura slettet", _s16_207, "Suksessfullt gjenopprettet faktura", _s17_125, "Fakturaer arkivert", _s16_208, "Slettet :count fakturaer", _s17_126, _s37_17, "emailed_invoice", "E-postfaktura sendt", "emailed_payment", _s28_59, "amount", "Bel\xf8p", "invoice_number", "Fakturanummer", "invoice_date", _s16_262, "discount", "Rabatter:", "po_number", "Ordrenummer", "terms", "Vilk\xe5r", "public_notes", "Offentlig notater", "private_notes", "Private notater", "frequency", "Frekvens", "start_date", "Startdato", "end_date", "Sluttdato", "quote_number", "Tilbudsnummer", "quote_date", "Tilbudsdato", "valid_until", "Gyldig til", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Beskrivelse", "unit_cost", "Stykkpris", "quantity", "Antall", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon (arbeid)", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Forfallsdato", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Totalt", "percent", "Prosent", "edit", "Endre", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Oppgavesats", "settings", "Innstillinger", "language", "Language", "currency", "Currency", "created_at", "Dato Opprettet", "created_on", "Created On", "updated_at", "Updated", "tax", "Skatt", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Forfalt", "draft", "Kladd", "sent", "Sendt", "viewed", "Viewed", "approved", "Approved", "partial", "Delvis/Depositum", "paid", "Betalt", "mark_sent", "Merk som Sendt", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Ferdig", _s37_18, _s37_19, "dark_mode", "M\xf8rk Modus", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivitet", _s16_211, _s16_212, "clone", "Kopier", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "Betalingsvilk\xe5r", "payment_date", "Betalingsdato", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Kundeportal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Aktivert", "recipients", "Mottakere", "initial_email", "F\xf8rste E-post", "first_reminder", "F\xf8rste P\xe5minnelse", "second_reminder", "Andre P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Mal", "send", "Send", "subject", "Emne", "body", "Body", "send_email", "Send e-post", "email_receipt", "Send betalingskvittering som e-post til kunden", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Tilpass", "history", "Historie", "payment", "Betaling", "payments", "Betalinger", "refunded", "Refunded", "payment_type", "Betalingsmetode", _s21_85, "Transaksjonsreferanse", "enter_payment", "Oppgi betaling", "new_payment", "Oppgi Betaling", "created_payment", "Betaling opprettet", "updated_payment", "Suksessfullt oppdatert betaling", _s16_219, "Betaling arkivert", "deleted_payment", _s16_263, _s16_220, "Suksessfullt gjenopprettet betaling", _s17_130, "Arkiverte :count betalinger", _s16_221, "Slettet :count betalinger", _s17_131, _s37_20, "quote", "Pristilbud", "quotes", "Pristilbud", "new_quote", "Nytt tilbud", "created_quote", "Tilbud opprettet", "updated_quote", "Tilbud oppdatert", "archived_quote", "Tilbud arkivert", "deleted_quote", "Tilbud slettet", "restored_quote", "Suksessfullt gjenopprettet tilbud", "archived_quotes", "Arkiverte :count tilbud", "deleted_quotes", "Slettet :count tilbud", "restored_quotes", _s35_22, "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverand\xf8r", "vendors", "Leverand\xf8rer", "task", "Oppgave", "tasks", "Oppgaver", "project", "Prosjekt", "projects", "Prosjekter", "activity_1", ":user opprettet kunde :client", "activity_2", ":user arkiverte kunde :client", "activity_3", ":user slettet kunde :client", "activity_4", ":user opprettet faktura :invoice", "activity_5", ":user oppdaterte faktura :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user arkiverte faktura :invoice", "activity_9", ":user slettet faktura :invoice", "activity_10", _s85_0, "activity_11", ":user oppdaterte betaling :payment", "activity_12", ":user arkiverte betaling :payment", "activity_13", ":user slettet betaling :payment", "activity_14", ":user la inn :credit kredit", "activity_15", ":user oppdaterte :credit kredit", "activity_16", ":user arkiverte :credit kredit", "activity_17", ":user slettet :credit kredit", "activity_18", ":user opprettet tilbud :quote", "activity_19", ":user oppdaterte tilbud :quote", "activity_20", _s50_9, "activity_21", ":contact viste tilbud :quote", "activity_22", ":user arkiverte tilbud :quote", "activity_23", ":user slettet tilbud :quote", "activity_24", ":user gjenopprettet tilbud :quote", "activity_25", ":user gjenopprettet faktura :invoice", "activity_26", ":user gjenopprettet kunde :client", "activity_27", ":user gjenopprettet betaling :payment", "activity_28", ":user gjenopprettet :credit kredit", "activity_29", _s42_13, "activity_30", ":user opprettet leverand\xf8r :vendor", "activity_31", ":user arkiverte leverand\xf8r :vendor", "activity_32", ":user slettet leverand\xf8r :vendor", "activity_33", ":user gjenopprettet leverand\xf8r :vendor", "activity_34", ":user opprettet utgift :expense", "activity_35", ":user arkiverte utgift :expense", "activity_36", ":user slettet utgift :expense", "activity_37", ":user gjenopprettet utgift :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user opprettet oppgave :task", "activity_43", ":user oppdaterte oppgave :task", "activity_44", ":user arkiverte oppgave :task", "activity_45", ":user slettet oppgave :task", "activity_46", ":user gjenopprettet oppgave :task", "activity_47", ":user oppdaterte utgift :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Engangs Passord", "emailed_quote", _s23_79, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "Alle", "select", "Velg", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fakturanummer-teller", _s20_79, _s20_80, _s20_81, "Tilbudsnummer-teller", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Forfallsdato", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Fakturer", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Skattenavn", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Bel\xf8p", "age", "Alder", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Utgiftskategori", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "fa", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Standing", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Add Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", _s23_47, _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Approve", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Set Password", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0641\u0639\u0627\u0644", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, _s18_40, _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Invoice Task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Hide", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Column", "sample", "Sample", "map_to", "Map To", "import", "Import", _s25_16, _s29_7, "select_file", _s20_97, _s16_62, _s16_63, "csv_file", "CSV file", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Invoice Total", "quote_total", "Quote Total", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Client Name", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s17_54, _s18_51, _s18_52, _s21_53, _s21_54, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", _s17_141, _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Hours", "statement", "Statement", "taxes", "\u0645\u0627\u0644\u06cc\u0627\u062a", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "To", "health_check", "Health Check", "payment_type_id", "Payment Type", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_64, _s17_65, _s17_66, "recent_payments", "Recent Payments", "upcoming_quotes", "Upcoming Quotes", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "Create Invoice", "create_quote", "Create Quote", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Delete Quote", "update_invoice", "Update Invoice", "delete_invoice", "\u062d\u0630\u0641 \u0641\u0627\u06a9\u062a\u0648\u0631", "update_client", "Update Client", "delete_client", "Delete Client", "delete_payment", "Delete Payment", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Create Task", "update_task", "Update Task", "delete_task", "Delete Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Free", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Edit Token", "created_token", _s26_17, "updated_token", _s26_18, "archived_token", _s27_27, "deleted_token", _s26_19, "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0627\u06cc\u0645\u06cc\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "email_quote", "Email Quote", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Credit Amount", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s19_74, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Delete Account", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Header", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Credit Date", "credit", "Credit", "credits", "Credits", "new_credit", "Enter Credit", "edit_credit", "Edit Credit", "created_credit", _s27_33, "updated_credit", _s27_34, "archived_credit", _s28_19, "deleted_credit", _s27_35, "removed_credit", _s27_36, "restored_credit", _s28_20, _s16_100, _s36_18, "deleted_credits", _s35_24, _s16_101, _s36_9, "current_version", "Current version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0645\u0634\u0627\u0647\u062f\u0647 \u0628\u06cc\u0634\u062a\u0631", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "New Company", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Number", "export", "Export", "chart", "Chart", "count", "Count", "totals", "Totals", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Group by", "credit_balance", "Credit Balance", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Report", "add_company", "Add Company", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Help", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Message", "from", "From", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "Documentation", "contact_us", "Contact Us", "subtotal", "\u062c\u0645\u0639 \u062c\u0632", "line_total", "\u062e\u0637 \u06a9\u0644", "item", "\u0627\u0642\u0644\u0627\u0645", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "User", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Tax Settings", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, _s21_107, "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Invoice Email", "payment_email", "Payment Email", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "User Management", "users", "Users", "new_user", "New User", "edit_user", "Edit User", "created_user", _s25_37, "updated_user", _s25_38, "archived_user", _s26_26, "deleted_user", _s25_39, "removed_user", _s25_40, "restored_user", _s26_27, "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s16_152, "invoice_options", "Invoice Options", _s17_92, _s17_93, _s22_55, _s87_, _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Primary Color", "secondary_color", "Secondary Color", "page_size", "Page Size", "font_size", "Font Size", "quote_design", "Quote Design", "invoice_fields", "Invoice Fields", "product_fields", "Product Fields", "invoice_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_footer", "Invoice Footer", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Monthly", "freq_two_months", "Two months", _s17_96, "Three months", _s16_155, "Four months", "freq_six_months", "Six months", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Charge taxes", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Custom CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomain", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Regards,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Update Address", _s19_49, _s45_6, "rate", "\u0646\u0631\u062e", "tax_rate", "Tax Rate", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Edit tax rate", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, _s34_22, _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", _s18_117, _s18_86, _s71_, "update_products", _s20_84, _s20_71, _s65_0, _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Sunday", "monday", "Monday", "tuesday", "Tuesday", "wednesday", "Wednesday", "thursday", "Thursday", "friday", "Friday", "saturday", "Saturday", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Hour Time", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, _s16_172, "device_settings", "Device Settings", "defaults", "Defaults", "basic_settings", "Basic Settings", _s17_109, _s17_110, "company_details", "Company Details", "user_details", "User Details", "localization", "Localization", "online_payments", "Online Payments", "tax_rates", "\u0646\u0631\u062e \u0645\u0627\u0644\u06cc\u0627\u062a", "notifications", "Notifications", "import_export", "Import | Export", "custom_fields", "Custom Fields", "invoice_design", "Invoice Design", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Email Settings", _s23_42, _s21_78, _s22_58, _s20_73, _s19_55, _s19_56, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, _s16_174, "privacy_policy", "Privacy Policy", "sign_up", "Sign Up", "account_login", "Account Login", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Download", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "Pending", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Converted", _s24_45, _s24_60, "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Category", "address", "\u0622\u062f\u0631\u0633", "new_vendor", "New Vendor", "created_vendor", _s27_44, "updated_vendor", _s27_45, "archived_vendor", _s28_27, "deleted_vendor", _s27_46, "restored_vendor", _s28_28, _s16_181, _s36_19, "deleted_vendors", _s35_25, _s16_182, _s36_11, "new_expense", "Enter Expense", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, _s29_21, "deleted_expense", _s28_31, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s29_46, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Invoiced", "logged", "Logged", "running", "Running", "resume", "Resume", "task_errors", _s36_12, "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", _s25_49, "resumed_task", _s25_50, "now", "Now", _s16_186, _s16_187, "timer", "Timer", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Start Time", "end_time", "End Time", "date", "Date", "times", "Times", "duration", "Duration", "new_task", "New Task", "created_task", _s25_51, "updated_task", _s25_52, "archived_task", _s26_32, "deleted_task", _s25_53, "restored_task", _s26_33, "archived_tasks", _s34_23, "deleted_tasks", _s33_25, "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "click here", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Footer", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "Custom", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "View Invoice", "convert", "Convert", "more", "More", "edit_client", "Edit Client", "edit_product", "Edit Product", "edit_invoice", "Edit Invoice", "edit_quote", "Edit Quote", "edit_payment", "Edit Payment", "edit_task", "Edit Task", "edit_expense", "Edit Expense", "edit_vendor", "Edit Vendor", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Billing Address", _s16_193, _s16_194, "total_revenue", "Total Revenue", "average_invoice", "Average Invoice", "outstanding", "Outstanding", "invoices_sent", _s20_83, "active_clients", "active clients", "close", "Close", "email", "\u0627\u06cc\u0645\u06cc\u0644", "password", "Password", "url", "URL", "secret", "Secret", "name", "\u0646\u0627\u0645", "logout", "Log Out", "login", "Login", "filter", "Filter", "sort", "Sort", "search", "Search", "active", "Active", "archived", "Archived", "deleted", "Deleted", "dashboard", "Dashboard", "archive", "Archive", "delete", "Delete", "restore", "Restore", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Save", _s17_121, _s17_122, "paid_to_date", "\u067e\u0631\u062f\u0627\u062e\u062a \u062f\u0631 \u062a\u0627\u0631\u06cc\u062e", "balance_due", "\u0628\u062f\u0647\u06cc \u062a\u0639\u0627\u062f\u0644", "balance", "Balance", "overview", "Overview", "details", "Details", "phone", "\u062a\u0644\u0641\u0646", "website", "\u0648\u0628 \u0633\u0627\u06cc\u062a", "vat_number", "VAT Number", "id_number", "ID Number", "create", "Create", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0645\u062e\u0627\u0637\u0628\u06cc\u0646", "additional", "Additional", "first_name", "\u0646\u0627\u0645", "last_name", "\u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc", "add_contact", "\u0627\u0641\u0632\u0648\u062f\u0646 \u0645\u062e\u0627\u0637\u0628", "are_you_sure", "Are you sure?", "cancel", "Cancel", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Product", "products", "Products", "new_product", "New Product", "created_product", _s28_36, "updated_product", _s28_37, _s16_201, _s29_25, "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Product", "notes", "Notes", "cost", "Cost", "client", "\u0645\u0634\u062a\u0631\u06cc\u0627\u0646", "clients", "Clients", "new_client", "New Client", "created_client", _s27_48, "updated_client", _s27_49, "archived_client", _s28_39, _s16_204, _s36_20, "deleted_client", _s27_50, "deleted_clients", _s35_26, "restored_client", _s28_40, _s16_205, _s36_13, "address1", "\u062e\u06cc\u0627\u0628\u0627\u0646", "address2", "\u0646\u0645\u0648\u0646\u0647", "city", "\u0634\u0647\u0631", "state", "\u0627\u0633\u062a\u0627\u0646", "postal_code", "\u06a9\u062f \u067e\u0633\u062a\u06cc", "country", "Country", "invoice", "\u0641\u0627\u06a9\u062a\u0648\u0631", "invoices", "Invoices", "new_invoice", "New Invoice", "created_invoice", _s28_41, "updated_invoice", _s28_42, _s16_206, _s29_27, "deleted_invoice", _s28_43, _s16_207, _s29_28, _s17_125, _s37_25, _s16_208, _s36_21, _s17_126, _s37_17, "emailed_invoice", _s28_68, "emailed_payment", _s28_59, "amount", "Amount", "invoice_number", "\u0634\u0645\u0627\u0631\u0647 \u0641\u0627\u06a9\u062a\u0648\u0631", "invoice_date", "\u062a\u0627\u0631\u06cc\u062e \u0641\u0627\u06a9\u062a\u0648\u0631", "discount", "\u062a\u062e\u0641\u06cc\u0641", "po_number", "\u0634\u0645\u0627\u0631\u0647 PO", "terms", "\u0642\u0648\u0627\u0646\u06cc\u0646", "public_notes", "Public Notes", "private_notes", "\u0646\u0648\u0634\u062a\u0647 \u062e\u0635\u0648\u0635\u06cc", "frequency", "Frequency", "start_date", "Start Date", "end_date", "End Date", "quote_number", "Quote Number", "quote_date", "Quote Date", "valid_until", "Valid Until", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u062a\u0648\u0636\u06cc\u062d\u0627\u062a", "unit_cost", "\u0642\u06cc\u0645\u062a \u0648\u0627\u062d\u062f", "quantity", "\u062a\u0639\u062f\u0627\u062f", "add_item", "Add Item", "contact", "Contact", "work_phone", "\u062a\u0644\u0641\u0646", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u062a\u0627\u0631\u06cc\u062e \u067e\u0631\u062f\u0627\u062e\u062a", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Edit", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0645\u0627\u0644\u06cc\u0627\u062a", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Sent", "viewed", "Viewed", "approved", "Approved", "partial", "Partial/Deposit", "paid", "Paid", "mark_sent", "Mark Sent", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Done", _s37_18, _s37_19, "dark_mode", "Dark Mode", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Activity", _s16_211, _s16_212, "clone", "Clone", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0642\u0648\u0627\u0646\u06cc\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "payment_date", "Payment Date", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "First Reminder", "second_reminder", "Second Reminder", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Subject", "body", "Body", "send_email", "Send Email", "email_receipt", _s35_21, "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Customize", "history", "History", "payment", "Payment", "payments", "Payments", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s21_86, "enter_payment", "\u0648\u0627\u0631\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u062e\u062a", "new_payment", "Enter Payment", "created_payment", _s28_44, "updated_payment", _s28_45, _s16_219, _s29_29, "deleted_payment", _s28_46, _s16_220, _s29_30, _s17_130, _s37_26, _s16_221, _s36_22, _s17_131, _s37_20, "quote", "Quote", "quotes", "Quotes", "new_quote", "New Quote", "created_quote", _s26_38, "updated_quote", _s26_39, "archived_quote", _s27_54, "deleted_quote", _s26_40, "restored_quote", _s27_55, "archived_quotes", _s35_23, "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "Expense", "expenses", "Expenses", "vendor", "Vendor", "vendors", "Vendors", "task", "Task", "tasks", "Tasks", "project", "Project", "projects", "Projects", "activity_1", _s28_47, "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", _s30_19, "activity_5", _s30_20, "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", _s30_25, "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", _s26_46, "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Select", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, _s22_79, _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Type", "invoice_amount", "Invoice Amount", _s16_226, "Due Date", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Bill", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Payment Amount", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Karty kredytowe i banki", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Ustawienia P\u0142atno\u015bci", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Oczekuj\u0105ce", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj dostawc\u0119 p\u0142atno\u015bci", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj do faktury :invoice", _s17_11, _s17_12, "week", "Tydzie\u0144", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Waluta faktury", "range", "Zakres", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Utw\xf3rz projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Op\u0142ata do faktury :amount wynosi\u0107 b\u0119dzie :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "Po zapisaniu", "view_record", "Podgl\u0105d rekordu", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Zatwierd\u017a", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Waluta klienta", _s16_14, "Waluta firmy", "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, "Zako\u0144czono sukcesem oznaczenia zobowi\u0105zania jako zap\u0142acone", _s22_26, "Zaznaczono zobowi\u0105zania do zap\u0142acenia", _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", _s17_185, "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, "Pokazuj podgl\u0105d PDF", _s21_20, "Wy\u015bwietlanie podgl\u0105du PDF podczas edycji faktur", "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Klikni\u0119cie zaznaczonego", "hide_preview", "Ukryj podgl\u0105d", "edit_record", "Edycja rekordu", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ustaw has\u0142o", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Zobacz wydatek # :expense", "view_statement", "Zobacz wyci\u0105g", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nazwa Od", _s16_23, "Powiel do wydatk\xf3w", _s17_19, "Wydatek odnawialny", _s18_19, "Wydatki odnawialne", _s21_22, "Nowy wydatek odnawialny", _s22_27, "Edycja wydatku odnawialnego", _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s28_81, _s25_7, _s28_81, "last_sent_date", "Data ostatniej wysy\u0142ki", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Analityka Google", _s28_2, _s28_3, "decimal_comma", "Dziesi\u0119tne jako przecinek", _s26_6, "U\u017cywaj przecinka jako cz\u0119\u015bci dziesi\u0119tne w formularzach", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Przewodnik u\u017cytkownika", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Cena netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, "Dzisiaj jest ostatni dzie\u0144 okresu testowego planu Pro, kliknij aby zaktualizowa\u0107.", "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Czas wysy\u0142ki", "import_data", "Importuj dane", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, "Wszystkie sesje zosta\u0142y pomy\u015blnie zako\u0144czone", _s16_35, "Zako\u0144cz wszystkie sesje", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Ostatnia aktualizacja", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Nieprzypisano", "partial_value", _s49_1, "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Aktywuj", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Ustaw subdomen\u0119 lub wy\u015bwietl faktur\u0119 na swojej stronie.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, "Podgl\u0105d format\xf3w daty", "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, "W\u0142a\u015bciciel konta mo\u017ce przej\u015b\u0107 na plan p\u0142atny, aby w\u0142\u0105czy\u0107 zaawansowane ustawienia zaawansowane", _s20_27, "Zaktualizuj do p\u0142atnego planu aby w\u0142\u0105czy\u0107 zaawansowane ustawienia", _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, "Zezwalaj na anulowania", _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Wersja testowa w\u0142\u0105czona", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan mapy", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezpiecze\u0144stwo", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subskrypcje", _s16_41, _s16_42, _s17_29, "Edytuj subskrypcj\u0119", _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, "Subdomena jest niedost\u0119pna", "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minut", _s16_48, "Czas wygasania has\u0142a", _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, "W\u0142\u0105cz emaile, cykliczne faktury i powiadomienia", _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Pon\xf3w zaproszenie", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Wy\u015blij SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, "Wymagaj has\u0142a przy logowaniu spo\u0142eczno\u015bciowym", "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, "Czas wygaszania sesji w przegl\u0105darce", _s17_34, "Ustawienia bezpiecze\u0144stwa", "resend_email", "Wy\u015blij ponownie email", _s26_10, _s33_12, _s16_53, "Zwr\xf3cono p\u0142atno\u015b\u0107", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Poka\u017c akcje", _s17_36, "Rozpocznij zaznaczanie wielu", _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "Ten kwarta\u0142", "last_quarter", "Poprzedni kwarta\u0142", "to_update_run", "To update run", _s18_39, "Konwertuj do faktury", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fakturuj zadanie", "invoice_expense", "Faktura na wydatek", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, "Zapis i Podgl\u0105d", "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Kwota przeliczona", _s17_38, _s17_39, _s22_31, "Konwertowanie zap\u0142acono", _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Domy\u015blne dokumenty", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Ca\u0142kowity koszt", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Poka\u017c", "hide", "Ukryj", "empty_columns", "Puste kolumny", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Zadania w trakcie", "recent_tasks", "Ostatnie zadania", "recent_expenses", "Ostatnie wydatki", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Kolumna", "sample", "Przyk\u0142ad", "map_to", "Map To", "import", "Importuj", _s25_16, _s29_7, "select_file", "Wybierz plik", _s16_62, _s16_63, "csv_file", "Plik CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Us\u0142uga", "clone_to", "Powiel do", "clone_to_other", "Powiel do Innych", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nie zap\u0142acono", "white_label", "White Label", "delivery_note", "Dow\xf3d dostawy", _s24_24, _s24_25, _s24_26, "Op\u0142acone faktury s\u0105 zablokowane", "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Zaliczka", "invoice_total", "Faktura razem", "quote_total", "Oferta razem", "credit_total", "Credit Total", _s23_19, "Faktura razem", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Ostrze\u017cenie", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "Kod CVV", "client_name", "Nazwa klienta", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorie wydatk\xf3w", _s20_48, "Nowa kategoria wydatk\xf3w", _s21_46, _s21_47, _s24_29, "Kategoria wydatk\xf3w zosta\u0142a utworzona", _s24_30, "Kategoria wydatk\xf3w zosta\u0142a zaktualizowana", _s25_20, "Kategoria wydatk\xf3w zosta\u0142a zarchiwizowana", _s24_31, "Usuni\u0119to kategori\u0119", _s24_32, _s37_7, _s25_21, "Przywr\xf3cono kategori\u0119 wydatk\xf3w", _s27_23, "Zarchiwizowana :count kategorii wydatk\xf3w", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", "\u015aled\u017a op\u0142acony koszt", _s18_48, "Utw\xf3rz faktur\u0119", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, "Powiel do odnawialnych", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Razem podatki", "line_taxes", "Line Taxes", "total_fields", "Suma p\xf3l", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Oznacz jako aktywn\u0105", "day_count", "Day :count", _s22_38, "Pierwszy dzie\u0144 miesi\u0105ca", _s21_51, "Ostatni dzie\u0144 miesi\u0105ca", _s17_51, _s17_52, "endless", "Nieograniczone", "next_send_date", "Najbli\u017csza data wysy\u0142ki", _s16_70, "Ilo\u015b\u0107 powt\xf3rze\u0144", _s17_53, "Faktura cykliczna", _s18_51, "Faktury cykliczne", _s21_53, "Nowa faktura cykliczna", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Odnawialna faktura zosta\u0142a zarchiwizowana", _s25_29, "Faktura cykliczna zosta\u0142a usuni\u0119ta.", _s25_30, _s38_11, _s26_14, "Faktura cykliczna zosta\u0142a przywr\xf3cona", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Data wys\u0142ania", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Zysk", "line_item", "Element na li\u015bcie", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Wy\u015blij E-Mail", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "Logi systemu", "view_portal", "Zobacz portal", "copy_link", "Copy Link", "token_billing", "Zapisz dane karty", _s24_35, _s24_36, "always", "Zawsze", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etykieta", "client_number", "Numer klienta", "auto_convert", "Auto Convert", "company_name", "Nazwa firmy", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, "Ostatnio wys\u0142ane przypomnienie", "pdf_page_info", "Strona :current z :total", _s16_74, "Wysy\u0142ka maili powiod\u0142a si\u0119", "emailed_quotes", "Wysy\u0142ka ofert powiod\u0142a si\u0119", "emailed_credits", "Wys\u0142ano zobowi\u0105zanie", "gateway", "Dostawca p\u0142atno\u015bci", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Godziny", "statement", "Wyci\u0105g", "taxes", "Podatki", "surcharge", "Dop\u0142ata", "apply_payment", "Apply Payment", "apply_credit", "Zastosuj kredyt", "apply", "Zastosuj", "unapplied", "Unapplied", "select_label", "Wybierz etykiet\u0119", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Typ p\u0142atno\u015bci", "last_login_at", "Ostanie logowanie", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Zako\u0144czone", "gross", "Gross", "net_amount", "Kwota netto", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Nadchodz\u0105ce faktury", _s17_65, _s17_66, "recent_payments", "Ostatnie p\u0142atno\u015bci", "upcoming_quotes", "Nadchodz\u0105ce oferty", "expired_quotes", "Wygas\u0142e oferty", "create_client", "Create Client", "create_invoice", "Utw\xf3rz Faktur\u0119", "create_quote", "Stw\xf3rz ofert\u0119", "create_payment", "Create Payment", "create_vendor", "Utw\xf3rz dostawc\u0119", "update_quote", "Update Quote", "delete_quote", "Usu\u0144 ofert\u0119", "update_invoice", "Update Invoice", "delete_invoice", "Usu\u0144 faktur\u0119", "update_client", "Update Client", "delete_client", "Usu\u0144 klienta", "delete_payment", "Usu\u0144 p\u0142atno\u015b\u0107", "update_vendor", "Update Vendor", "delete_vendor", "Usu\u0144 dostawc\u0119", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Usu\u0144 wydatek", "create_task", "Stw\xf3rz zadanie", "update_task", "Update Task", "delete_task", "Usu\u0144 zadanie", "approve_quote", "Approve Quote", "off", "Wy\u0142aczono", "when_paid", "Kiedy zap\u0142acono", "expires_on", "Expires On", "free", "Darmowe", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", "Uruchom ponownie aplikacj\u0119 po po\u0142\u0105czeniu z Internetem", _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokeny API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokeny", "new_token", "New Token", "edit_token", "Edytuj token", "created_token", "Token zosta\u0142 utworzony", "updated_token", "Token zosta\u0142 zaktualizowany", "archived_token", "Token zosta\u0142 zarchiwizowany", "deleted_token", "Token zosta\u0142 usuni\u0119ty", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Wy\u015blij faktur\u0119", "email_quote", "Wy\u015blij ofert\u0119", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Wy\u015bwietl PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Nazwa kontaktu", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Edytuj warunki p\u0142atno\u015bci", _s20_57, "Utworzono termin p\u0142atno\u015bci", _s20_58, "Zaktualizowano termin p\u0142atno\u015bci", _s21_56, "Zarchiwizowano termin p\u0142atno\u015bci", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", "Zaloguj si\u0119 przez email", "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Wy\u015blij z Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kwota kredytu", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Doliczanie do kwoty", "inclusive", "Wliczanie w kwot\u0119", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, "Szukaj dokument\xf3w", "search_designs", "Search Designs", "search_invoices", "Szukaj faktur", "search_clients", "Szukaj klient\xf3w", "search_products", "Szukaj produkt\xf3w", "search_quotes", "Szukaj ofert", "search_credits", "Szukaj zobowi\u0105za\u0144", "search_vendors", "Szukaj dostawc\xf3w", "search_users", "Szukaj u\u017cytkownik\xf3w", _s16_86, "Szukaj stawek podatkowych", "search_tasks", "Szukaj zada\u0144", "search_settings", "Szukaj ustawie\u0144", "search_projects", "Szukaj projekt\xf3w", "search_expenses", "Szukaj wydatk\xf3w", "search_payments", "Szukaj p\u0142atno\u015bci", "search_groups", "Szukaj grup", "search_company", "Szukaj w firmie", "search_document", "Szukaj 1 dokumentu", "search_design", "Search 1 Design", "search_invoice", "Szukaj 1 faktury", "search_client", "Szukaj 1 klienta", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Zwrot p\u0142atno\u015bci", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Pe\u0142na nazwa", _s17_77, "Miasto/wojew\xf3dztwo/kod pocztowy", _s17_79, "Kod pocztowy/Miasto/Wojew\xf3dztwo", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Data wyczyszczenia", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 dni", "age_group_30", "30 - 60 dni", "age_group_60", "60 - 90 dni", "age_group_90", "90 - 120 dni", "age_group_120", "ponad 120 dni", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Szczeg\xf3\u0142y faktury", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Uprawnienia", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count wys\u0142ana faktura", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Zastosuj licencj\u0119", "cancel_account", "Usu\u0144 konto", _s22_47, "Ostrze\u017cenie: Nie mo\u017cna cofn\u0105\u0107 tej operacji, wszystkie twoje dane zostan\u0105 usuni\u0119te.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "W\u0142\u0105czone modu\u0142y", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Nag\u0142\xf3wek", "load_design", "Za\u0142aduj projekt", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propozycje", "tickets", "Tickets", _s16_98, "Powtarzalne wyceny", "recurring_tasks", "Recurring Tasks", _s18_61, "Zarz\u0105dzanie kontem", "credit_date", "Data kredytu", "credit", "Kredyt", "credits", "Zobowi\u0105zania", "new_credit", "Wprowad\u017a kredyt", "edit_credit", "Edytuj kredyt", "created_credit", "Kredyt zosta\u0142 utworzony", "updated_credit", "Zaktualizowano kredyt", "archived_credit", "Kredyt zarchiwizowano", "deleted_credit", "Kredyt zosta\u0142 usuni\u0119ty", "removed_credit", _s27_36, "restored_credit", "Kredyt zosta\u0142 przywr\xf3cony", _s16_100, "Zarchiwizowano :count zobowi\u0105zania", "deleted_credits", "Usuni\u0119to :count zobowi\u0105zania", _s16_101, _s36_9, "current_version", "Aktualna wersja", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Wi\u0119cej informacji", "integrations", "Integracje", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Nowa firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reset", "number", "Numer", "export", "Eksport", "chart", "Wykres", "count", "Count", "totals", "Razem", "blank", "Puste", "day", "Dzie\u0144", "month", "Miesi\u0105c", "year", "Rok", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupuj wed\u0142ug", "credit_balance", "Saldo kredytowe", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Numer telefonu kontaktu", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica dostawy", _s17_86, "Numer domu dostawy", "shipping_city", "Miasto dostawy", "shipping_state", "Wojew\xf3dztwo/Powiat dostawy", _s20_61, "Kod pocztowy dostawy", _s16_132, "Pa\u0144stwo dostawy", _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Numer klienta", "assigned_to", "Assigned to", "created_by", "Utworzono przez :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Kolumny", "aging", "Odk\u0142adanie", "profit_and_loss", "Zysk i strata", "reports", "Raporty", "report", "Raport", "add_company", "Dodaj firm\u0119", "unpaid_invoice", "Niezap\u0142acona faktura", "paid_invoice", _s17_185, _s16_136, _s16_137, "help", "Pomoc", "refund", "Zwrot", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Email kontaktowy", "multiselect", "Zaznaczanie wielu", "entity_state", "Stan", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Wiadomo\u015b\u0107", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum wsparcia", "about", "About", "documentation", "Dokumentacja", "contact_us", "Skontaktuj si\u0119 z nami", "subtotal", "Suma cz\u0119\u015bciowa", "line_total", "Warto\u015b\u0107 pozycji", "item", "Pozycja", "credit_email", "Credit Email", "iframe_url", _s18_173, "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Tak", "no", "Nie", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Podgl\u0105d", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "U\u017cytkownik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Wybierz klienta", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Ustawienia podatk\xf3w", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Zmie\u0144", _s19_44, _s20_69, "options", "Opcje", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Wy\u015blij", _s16_144, "Odzyskaj swoje has\u0142o", "late_fees", "Late Fees", "credit_number", "Numery noty", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Zaplanuj", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dni", "invoice_email", "Email faktury", "payment_email", "Email p\u0142atno\u015bci", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email oferty", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, "Zezw\xf3l u\u017cytkownikowi na zarz\u0105dzanie u\u017cytkownikami, edytowanie ustawie\u0144 oraz wszystkich danych.", "user_management", "Zarz\u0105dzanie u\u017cytkownikami", "users", "U\u017cytkownicy", "new_user", "Nowy u\u017cytkownik", "edit_user", "Edytuj u\u017cytkownika", "created_user", _s25_37, "updated_user", "U\u017cytkownik zosta\u0142 zaktualizowany", "archived_user", "U\u017cytkownik zosta\u0142 zarchiwizowany", "deleted_user", "U\u017cytkownik zosta\u0142 usuni\u0119ty", "removed_user", _s25_40, "restored_user", "U\u017cytkownik zosta\u0142 przywr\xf3cony", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Ustawienia og\xf3lne", "invoice_options", "Opcje faktury", _s17_92, 'Ukryj pole "Zap\u0142acono"', _s22_55, 'Wy\u015bwietlaj "Zap\u0142acono" tylko przy tych fakturach, do kt\xf3rych otrzymano p\u0142atno\u015b\u0107.', _s23_31, "Za\u0142\u0105czniki", _s28_21, "Wstaw do faktury za\u0142\u0105czniki graficzne.", _s16_153, "Poka\u017c nag\u0142\xf3wek na", _s16_154, "Poka\u017c stopk\u0119 na", "first_page", "Pierwsza strona", "all_pages", "Wszystkie strony", "last_page", "Ostatnia strona", "primary_font", "Czcionka podstawowa", "secondary_font", "Czcionka dodatkowa", "primary_color", "G\u0142\xf3wny kolor", "secondary_color", "Dodatkowy kolor", "page_size", "Rozmiar strony", "font_size", "Rozmiar czcionki", "quote_design", "Quote Design", "invoice_fields", "Pola faktury", "product_fields", "Pola produkt\xf3w", "invoice_terms", "Warunki p\u0142atno\u015bci", "invoice_footer", "Stopka faktury", "quote_terms", "Warunki oferty", "quote_footer", "Stopka oferty", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Automatycznie konwertuj", _s23_34, "Utw\xf3rz automatycznie faktur\u0119 z oferty zaakceptowanej przez klienta.", _s17_94, _s17_95, "freq_daily", "Codziennie", "freq_weekly", "Co tydzie\u0144", "freq_two_weeks", "Co dwa tygodnie", "freq_four_weeks", "Co cztery tygodnie", "freq_monthly", "Co miesi\u0105c", "freq_two_months", "Dwa miesi\u0105ce", _s17_96, "Co trzy miesi\u0105ce", _s16_155, "Cztery miesi\u0105ce", "freq_six_months", "Co sze\u015b\u0107 miesi\u0119cy", "freq_annually", "Co rok", "freq_two_years", "Dwa lata", _s16_156, "Three Years", "never", "Nigdy", "company", "Company", _s17_97, "Wygenerowane numery", "charge_taxes", "Obci\u0105\u017c podatkami", "next_reset", "Nast\u0119pny reset", "reset_counter", "Zresetuj licznik", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefiks", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "W\u0142asny CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Przycisk wyboru do warunk\xf3w faktury", _s30_9, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki faktury.", _s23_35, "Przycisk wyboru do warunk\xf3w oferty", _s28_22, "Wymagaj od klienta potwierdzenia, \u017ce akceptuje warunki oferty.", _s25_42, "Podpis na fakurze", _s30_10, "Wymagaj od klienta podpisania faktury", _s23_36, "Podpis na ofercie", _s22_57, "Faktury chronione has\u0142em", _s27_38, "Zezwala na utworzenie hase\u0142 dla ka\u017cdego kontaktu. Je\u015bli has\u0142o zostanie ustanowione, u\u017cytkownik b\u0119dzie musia\u0142 poda\u0107 has\u0142o, aby przegl\u0105da\u0107 faktury.", "authorization", "Autoryzacja", "subdomain", "Subdomena", "domain", "Domena", "portal_mode", "Tryb portalu", "email_signature", "Z wyrazami szacunku,", _s24_39, _s86_, "plain", "Zwyk\u0142y", "light", "Jasny", "dark", "Ciemny", "email_design", "Motyw email", "attach_pdf", "Za\u0142\u0105cz PDF", _s16_160, "Za\u0142\u0105cz dokumenty", "attach_ubl", "Za\u0142\u0105cz UBL", "email_style", "Email Style", _s19_46, "Aktywuj Markup", "reply_to_email", "Odpowiedz do:", "reply_to_name", "Odpowiedz do", "bcc_email", "UDW Email", "processed", "Processed", "credit_card", "Karta Kredytowa", "bank_transfer", "Przelew bankowy", "priority", "Priorytet", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Aktywuj min", "enable_max", "Aktywuj max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Aktualizuj adres", _s19_49, "Zaktualizuj dane adresowe klienta na podstawie dostarczonych informacji", "rate", "Stawka", "tax_rate", "Stawka podatkowa", "new_tax_rate", "Nowa stawka podatkowa", "edit_tax_rate", "Edytuj stawk\u0119 podatkow\u0105", _s16_162, _s29_14, _s16_163, _s29_15, _s17_104, "Zarchiwizowano stawk\u0119 podatkow\u0105", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Automatycznie uzupe\u0142niaj produkty", _s18_86, "Wybieranie produktu automatycznie uzupe\u0142ni opis i kwot\u0119", "update_products", "Automatycznie aktualizuj produkty", _s20_71, "Zaktualizowanie faktury automatycznie uaktualni produkt w bibliotece produkt\xf3w", _s16_165, _s16_166, _s21_75, "Automatycznie zamieniaj ceny produktu na walut\u0119 klienta", "fees", "Op\u0142aty", "limits", "Limity", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Wy\u0142\u0105czono", "currency_format", "Format waluty", _s21_76, "Pierwszy dzie\u0144 tygodnia", _s23_40, "Pierwszy miesi\u0105c roku", "sunday", "Niedziela", "monday", "Poniedzia\u0142ek", "tuesday", "Wtorek", "wednesday", "\u015aroda", "thursday", "Czwartek", "friday", "Pi\u0105tek", "saturday", "Sobota", "january", "Stycze\u0144", "february", "Luty", "march", "Marzec", "april", "Kwiecie\u0144", "may", "Maj", "june", "Czerwiec", "july", "Lipiec", "august", "Sierpie\u0144", "september", "Wrzesie\u0144", "october", "Pa\u017adziernik", "november", "Listopad", "december", "Grudzie\u0144", "symbol", "Symbol", "ocde", "Code", "date_format", "Format daty", "datetime_format", "Format daty i godziny", "military_time", "24 godzinny czas", _s18_87, "Wy\u015bwietlanie czasu 24 godzinnego", "send_reminders", "Wy\u015blij przypomnienia", "timezone", "Strefa czasowa", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Grupuj", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Prze\u015blij logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Ustawienia produktu", "device_settings", "Ustawienia urz\u0105dzenia", "defaults", "Domy\u015blne", "basic_settings", "Ustawienia podstawowe", _s17_109, "Ustawienia zaawansowane", "company_details", "Dane firmy", "user_details", "Dane u\u017cytkownika", "localization", "Lokalizacja", "online_payments", "P\u0142atno\u015bci online", "tax_rates", "Stawki podatkowe", "notifications", "Powiadomienia", "import_export", "Import | Eksport danych", "custom_fields", "Dostosowane pola", "invoice_design", "Motyw faktury", "buy_now_buttons", "Przyciski Kup Teraz", "email_settings", "Ustawienia e-mail", _s23_42, "Szablony i przypomnienia", _s22_58, _s20_73, _s19_55, "Wizualizacje danych", "price", "Cena", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Warunki korzystania z Serwisu", "privacy_policy", "Polityka prywatno\u015bci", "sign_up", "Zapisz si\u0119", "account_login", "Logowanie", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Dodaj nowy/now\u0105", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Pobierz", _s27_43, _s27_63, "take_picture", "Zr\xf3b zdj\u0119cie", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nowy dokument", "edit_document", "Edytuj dokument", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Data obci\u0105\u017cenia", "pending", "Oczekuj\u0119", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Skonwertowano", _s24_45, "Dodaj dokumenty do faktury", "exchange_rate", "Kurs wymiany", _s16_180, "Konwertuj walut\u0119", "mark_paid", "Oznacz jako zap\u0142acon\u0105", "category", "Kategoria", "address", "Adres", "new_vendor", "Nowy dostawca", "created_vendor", "Dostawca zosta\u0142 utworzony", "updated_vendor", "Zaktualizowano dostawc\u0119", "archived_vendor", "Dostawca zosta\u0142 zarchiwizowany", "deleted_vendor", "Dostawca zosta\u0142 usuni\u0119ty", "restored_vendor", "Dostawca zosta\u0142 przywr\xf3cony", _s16_181, "Zarchiwizowano :count dostawc\xf3w", "deleted_vendors", "Usuni\u0119to :count dostawc\xf3w", _s16_182, _s36_11, "new_expense", "Dodaj wydatek", "created_expense", "Wydatek zosta\u0142 utworzony", "updated_expense", "Wydatek zosta\u0142 zaktualizowany", _s16_183, _s30_49, "deleted_expense", _s24_93, _s16_184, "Wydatek zosta\u0142 przywr\xf3cony", _s17_115, _s30_49, _s16_185, _s24_93, _s17_116, _s37_14, "copy_shipping", "Kopiuj dostaw\u0119", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Zafakturowano", "logged", "Zapisano", "running", "W trakcie", "resume", "Wzn\xf3w", "task_errors", "Prosz\u0119 skoryguj nak\u0142adaj\u0105ce si\u0119 czasy", "start", "Rozpocznij", "stop", "Zatrzymaj", "started_task", _s25_48, "stopped_task", "Zako\u0144czono wykonywanie zadania", "resumed_task", _s25_50, "now", "Teraz", _s16_186, _s16_187, "timer", "Odliczanie czasu", "manual", "Wprowad\u017a r\u0119cznie", "budgeted", "Budgeted", "start_time", "Czas rozpocz\u0119cia", "end_time", "Zako\u0144czono", "date", "Data", "times", "Razy/Okresy", "duration", "Czas trwania", "new_task", "Nowe zadanie", "created_task", "Pomy\u015blnie utworzono zadanie", "updated_task", "Pomy\u015blnie zaktualizowano zadanie", "archived_task", "Zadania zosta\u0142o zarchiwizowane", "deleted_task", "Usuni\u0119to zadanie", "restored_task", "Zadanie zosta\u0142o przywr\xf3cone", "archived_tasks", "Zarchiwizowano :count zadania/zada\u0144", "deleted_tasks", "Usuni\u0119to :count zadania/zada\u0144", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", "Utworzono projekt", "updated_project", "Zaktualizowano projekt", _s16_188, "Zarchiwizowano projekt", "deleted_project", "Usuni\u0119to projekt", _s16_189, "Przywr\xf3cono projekt", _s17_117, "Zarchiwizowano :count projekt\xf3w", _s16_190, "Usuni\u0119to :count projekty/projekt\xf3w", _s17_118, _s37_15, "new_project", "Nowy projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "kliknij tutaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u015arednia", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Stopka", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", "Zaloguj si\u0119 przez Google", "today", "Today", "custom_range", "Okre\u015blony okres", "date_range", "Zakres czasowy", "current", "Obecny", "previous", "Poprzedni", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Ostatnie 7 dni", "last_week", "Ostatni tydzie\u0144", "last30_days", "Ostatnie 30 dni", "this_month", "Ten miesi\u0105c", "last_month", "Ostatni miesi\u0105c", "this_year", "Ten rok", "last_year", "Ostatni rok", "custom", "Dostosowanie", _s16_191, "Powiel do Faktury", "clone_to_quote", "Powiel do Oferty", "clone_to_credit", "Clone to Credit", "view_invoice", "Zobacz faktur\u0119", "convert", "Convert", "more", "Wi\u0119cej", "edit_client", "Edytuj klienta", "edit_product", "Edytuj produkt", "edit_invoice", "Edytuj faktur\u0119", "edit_quote", "Edytuj ofert\u0119", "edit_payment", "Edytuj p\u0142atno\u015b\u0107", "edit_task", "Edytuj zadanie", "edit_expense", "Edytuj wydatek", "edit_vendor", "Edytuj dostawc\u0119", "edit_project", "Edytuj projekt", _s20_74, _s20_75, "billing_address", "Adres rozliczeniowy", _s16_193, "Adres dostawy", "total_revenue", "Ca\u0142kowity doch\xf3d", "average_invoice", "\u015arednia warto\u015b\u0107", "outstanding", "Zaleg\u0142o\u015bci", "invoices_sent", ":count wys\u0142anych faktur", "active_clients", "aktywni klienci", "close", "Zamknij", "email", "Email", "password", "Has\u0142o", "url", "URL", "secret", "Tajny", "name", "Nazwa", "logout", "Wyloguj si\u0119", "login", "Zaloguj", "filter", "Filtruj", "sort", "Sortuj", "search", "Szukaj", "active", "Aktywny", "archived", "Zarchiwizowano", "deleted", "Usuni\u0119te", "dashboard", "Pulpit", "archive", "Archiwum", "delete", "Usu\u0144", "restore", "Przywr\xf3\u0107", _s16_195, "Od\u015bwie\u017canie zako\u0144czone", _s23_43, "Wprowad\u017a adres E-Mail", _s26_34, "Wprowad\u017a has\u0142o", _s21_83, "Wprowad\u017a adres URL", _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Zapisz", _s17_121, _s17_122, "paid_to_date", "Zap\u0142acono", "balance_due", "Do zap\u0142aty", "balance", "Saldo", "overview", "Podsumowanie", "details", "Szczeg\xf3\u0142y", "phone", "Telefon", "website", _s18_173, "vat_number", "Numer NIP", "id_number", "REGON", "create", "Utw\xf3rz", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Kontakty", "additional", "Additional", "first_name", "Imi\u0119", "last_name", "Nazwisko", "add_contact", "Dodaj kontakt", "are_you_sure", "Jeste\u015b pewny?", "cancel", "Anuluj", "ok", "Ok", "remove", "Usu\u0144", _s16_199, _s16_200, "product", "Produkt", "products", "Produkty", "new_product", "Nowy produkt", "created_product", "Produkt zosta\u0142 utworzony", "updated_product", "Produkt zosta\u0142 zaktualizowany", _s16_201, "Produkt zosta\u0142 zarchiwizowany", "deleted_product", "Usuni\u0119to produkt", _s16_202, "Przywr\xf3cono produkt", _s17_123, _s37_23, _s16_203, "Usuni\u0119to :count produkt\xf3w", _s17_124, _s37_16, "product_key", "Produkt", "notes", "Notatki", "cost", "Koszt", "client", "Klient", "clients", "Klienci", "new_client", "Nowy klient", "created_client", "Klient zosta\u0142 utworzony", "updated_client", "Klient zosta\u0142 zaktualizowany", "archived_client", "Klient zosta\u0142 zarchiwizowany", _s16_204, "Zarchiwizowano :count klient\xf3w", "deleted_client", "Klient zosta\u0142 usuni\u0119ty", "deleted_clients", "Usuni\u0119to :count klient\xf3w", "restored_client", "Klient zosta\u0142 przywr\xf3cony", _s16_205, _s36_13, "address1", "Ulica", "address2", "Nr", "city", "Miasto", "state", "Wojew\xf3dztwo", "postal_code", "Kod pocztowy", "country", "Kraj", "invoice", "Faktura", "invoices", "Faktury", "new_invoice", "Nowa faktura", "created_invoice", "Faktura zosta\u0142a utworzona", "updated_invoice", "Faktura zosta\u0142a zaktualizowana", _s16_206, "Faktura zosta\u0142a zarchiwizowana", "deleted_invoice", "Faktura zosta\u0142a usuni\u0119ta", _s16_207, "Faktura zosta\u0142a przywr\xf3cona", _s17_125, "Zarchiwizowano :count faktury", _s16_208, "Usuni\u0119to :count faktury", _s17_126, _s37_17, "emailed_invoice", "Faktura zosta\u0142a wys\u0142ana", "emailed_payment", _s28_59, "amount", "Kwota", "invoice_number", "Numer Faktury", "invoice_date", "Data Faktury", "discount", "Rabat", "po_number", "Numer zam\xf3wienia", "terms", "Warunki", "public_notes", "Notatki publiczne", "private_notes", "Prywatne notatki", "frequency", "Cz\u0119stotliwo\u015b\u0107", "start_date", "Pocz\u0105tkowa data", "end_date", "Ko\u0144cowa data", "quote_number", "Numer oferty", "quote_date", "Data oferty", "valid_until", "Wa\u017cne do", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Opis", "unit_cost", "Cena brutto", "quantity", "Ilo\u015b\u0107", "add_item", "Add Item", "contact", "Kontakt", "work_phone", "Telefon s\u0142u\u017cbowy", "total_amount", "Razem warto\u015b\u0107", "pdf", "PDF", "due_date", "Termin p\u0142atno\u015bci", _s16_209, _s16_210, "status", "Status", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, "Kliknij + aby doda\u0107", _s22_61, "Kliknij + aby doda\u0107 czas", "count_selected", "zaznaczono :count", "total", "Razem", "percent", "Procent", "edit", "Edytuj", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Stawka zadania", "settings", "Ustawienia", "language", "J\u0119zyk", "currency", "Waluta", "created_at", "Data utworzenia", "created_on", "Created On", "updated_at", "Updated", "tax", "Stawka VAT", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Po terminie", "draft", "Wersja robocza", "sent", "Wys\u0142ane", "viewed", "Viewed", "approved", "Approved", "partial", "Zaliczka/Op\u0142.cz\u0119\u015b\u0107", "paid", "Zap\u0142acono", "mark_sent", "Oznacz jako wys\u0142ane", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gotowe", _s37_18, _s37_19, "dark_mode", "Tryb ciemny", _s27_53, "Uruchom ponownie aplikacj\u0119, aby zastosowa\u0107 zmian\u0119", "refresh_data", "Od\u015bwie\u017canie danych", "blank_contact", "Blank Contact", "activity", "Dziennik aktywno\u015bci", _s16_211, "Brak rekord\xf3w", "clone", "Powiel", "loading", "Loading", "industry", "Industry", "size", "Rozmiar", "payment_terms", "Warunki p\u0142atnicze", "payment_date", "Data p\u0142atno\u015bci", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Suma netto", "client_portal", "Portal klienta", "show_tasks", "Poka\u017c zadania", "email_reminders", "Email Reminders", "enabled", "Aktywny", "recipients", "Odbiorcy", "initial_email", "Pocz\u0105tkowy email", "first_reminder", _s22_120, "second_reminder", "Drugie przypomnienie", "third_reminder", "Trzecie przypomnienie", "reminder1", _s22_120, "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Szablon", "send", "Wy\u015blij", "subject", "Temat", "body", "Tre\u015b\u0107", "send_email", "Wy\u015blij email", "email_receipt", "Wy\u015blij potwierdzenie zap\u0142aty do klienta", "auto_billing", "Auto billing", "button", "Button", "preview", "Podgl\u0105d", "customize", "Dostosuj", "history", "Historia", "payment", "P\u0142atno\u015b\u0107", "payments", "P\u0142atno\u015bci", "refunded", "Refunded", "payment_type", "Typ p\u0142atno\u015bci", _s21_85, "Numer referencyjny transakcji", "enter_payment", "Wprowad\u017a p\u0142atno\u015b\u0107", "new_payment", "Nowa p\u0142atno\u015b\u0107", "created_payment", "P\u0142atno\u015b\u0107 zosta\u0142a utworzona", "updated_payment", "P\u0142atno\u015b\u0107 zosta\u0142a zaktualizowana", _s16_219, "P\u0142atno\u015b\u0107 zosta\u0142\u0105 zarchiwizowana", "deleted_payment", "P\u0142atno\u015b\u0107 zosta\u0142a usuni\u0119ta", _s16_220, "P\u0142atno\u015b\u0107 zosta\u0142a przywr\xf3cona", _s17_130, "Zarchiwizowano :count p\u0142atno\u015bci", _s16_221, "Usuni\u0119to :count p\u0142atno\u015bci", _s17_131, _s37_20, "quote", "Oferta", "quotes", "Oferty", "new_quote", "Nowa oferta", "created_quote", "Oferta zosta\u0142a utworzona", "updated_quote", "Oferta zosta\u0142a zaktualizowana", "archived_quote", "Oferta zosta\u0142a zarchiwizowana", "deleted_quote", "Oferta zosta\u0142a usuni\u0119ta", "restored_quote", "Oferta zosta\u0142a przywr\xf3cona", "archived_quotes", "Zarchiwizowano :count ofert", "deleted_quotes", "Usuni\u0119to :count ofert", "restored_quotes", _s35_22, "expense", "Wydatek", "expenses", "Wydatki", "vendor", "Dostawca", "vendors", "Dostawcy", "task", "Zadanie", "tasks", "Zadania", "project", "Projekt", "projects", "Projekty", "activity_1", ":user stworzy\u0142 klienta :client", "activity_2", ":user zarchiwizowa\u0142 klienta :client", "activity_3", ":user usun\u0105\u0142 klienta :client", "activity_4", ":user stworzy\u0142 faktur\u0119 :invoice", "activity_5", ":user zaktualizowa\u0142 faktur\u0119 :invoice", "activity_6", ":user wys\u0142a\u0142 faktur\u0119 :invoice dla :client do :contact", "activity_7", ":contact obejrza\u0142 faktur\u0119 :invoice dla :client", "activity_8", ":user zarchiwizowa\u0142 faktur\u0119 :invoice", "activity_9", ":user usun\u0105\u0142 faktur\u0119 :invoice", "activity_10", ":contact wprowadzi\u0142 p\u0142atno\u015b\u0107 :payment o warto\u015bci :payment_amount faktury :invoice dla :client", "activity_11", ":user zaktualizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_12", ":user zarchiwizowa\u0142 p\u0142atno\u015b\u0107 :payment", "activity_13", ":user usun\u0105\u0142 p\u0142atno\u015b\u0107 :payment", "activity_14", ":user wprowadzi\u0142 kredyt :credit", "activity_15", ":user zaktualizowa\u0142 kredyt :credit", "activity_16", ":user zarchiwizowa\u0142 kredyt :credit", "activity_17", ":user usun\u0105\u0142 kredyt :credit", "activity_18", ":user stworzy\u0142 ofert\u0119 :quote", "activity_19", ":user zakatualizowa\u0142 ofert\u0119 :quote", "activity_20", _s50_9, "activity_21", ":contact wy\u015bwietli\u0142 ofert\u0119 :quote", "activity_22", ":user zarchiwizowa\u0142 ofert\u0119 :quote", "activity_23", ":user usun\u0105\u0142 ofert\u0119 :quote", "activity_24", ":user przywr\xf3ci\u0142 ofert\u0119 :quote", "activity_25", ":user przywr\xf3ci\u0142 faktur\u0119 :invoice", "activity_26", ":user przywr\xf3ci\u0142 klienta :client", "activity_27", ":user przywr\xf3ci\u0142 p\u0142atno\u015b\u0107 :payment", "activity_28", ":user przywr\xf3ci\u0142 kredyt :credit", "activity_29", _s42_13, "activity_30", ":user utworzy\u0142 dostawc\u0119 :vendor", "activity_31", ":user zarchiwizowa\u0142 dostawc\u0119 :vendor", "activity_32", ":user usun\u0105\u0142 dostawc\u0119 :vendor", "activity_33", ":user przywr\xf3ci\u0142 dostawc\u0119 :vendor", "activity_34", ":user utworzy\u0142 wydatek :expense", "activity_35", ":user zarchiwizowa\u0142 wydatek :expense", "activity_36", ":user usun\u0105\u0142 wydatek :expense", "activity_37", ":user przywr\xf3ci\u0142 wydatek :expense", "activity_39", ":user anulowa\u0142 p\u0142atno\u015b\u0107 na :payment_amount nr. :payment", "activity_40", _s64_, "activity_41", "p\u0142atno\u015b\u0107 :payment_amount (:payment) nieudana", "activity_42", ":user stworzy\u0142 zadanie :task", "activity_43", ":user zaktualizowa\u0142 zadanie :task", "activity_44", ":user zarchiwizowa\u0142 zadanie :task", "activity_45", ":user usun\u0105\u0142 zadanie :task", "activity_46", ":user przywr\xf3ci\u0142 zadanie :task", "activity_47", ":user zaktualizowa\u0142 wydatek :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user otworzy\u0142 zg\u0142oszenie\xa0:ticket ponownie\xa0", "activity_55", ":contact odpowiedzia\u0142 w zg\u0142oszeniu :ticket", "activity_56", ":user ogl\u0105da\u0142 zg\u0142oszenie\xa0:ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Oferta zosta\u0142a wys\u0142ana", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Wygas\u0142o", "all", "Wszystko", "select", "Wybierz", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Licznik numeru faktury", _s20_79, _s20_80, _s20_81, "Licznik numeru oferty", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, "Klienta Ulica Dostawy", _s24_57, "Klienta numer budynku dostawy", "type", "Typ", "invoice_amount", "Kwota faktury", _s16_226, "Termin P\u0142atno\u015bci", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "P\u0142atno\u015b\u0107 Automatyczna", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Nazwa podatku", "tax_amount", "Warto\u015b\u0107 podatku", "tax_paid", "Podatek zap\u0142acony", "payment_amount", "Kwota p\u0142atno\u015bci", "age", "Wiek", "is_running", "Is Running", "time_log", "Rejestr czasu", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "Kategoria wydatku", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_BR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s27_85, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Configura\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situa\xe7\xe3o", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adicionar na fatura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Fatura", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para uma fatura de :amount seria de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Carregar PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Pago", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente limpo com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Pequeno", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Definir Senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Ver Compras", "sepa", "D\xe9bito direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s28_82, _s25_6, _s38_2, _s26_5, _s41_16, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "V\xedrgula em decimais", _s26_6, "Usar v\xedrgula como separador para campos decimais nos formul\xe1rios", "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Usu\xe1rio", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, 'O per\xedodo de testes do plano "Pro", termina em :count dias, clique para atualizar.', _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contato", _s17_23, "\xdaltimo Nome do Contato", "order", "Order", "unassigned", "N\xe3o Designado", "partial_value", "Precisa ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Habilitar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Definir o subdom\xednio ou mostrar a fatura em seu pr\xf3prio website", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modificado", "subscription", "Assinatura", "subscriptions", "Assinaturas", _s16_41, "Nova Assinatura", _s17_29, "Ediar Assinatura", _s20_29, "Assinatura criada com sucesso", _s20_30, "Assinatura atualizada com sucesso", _s21_34, "Assinatura arquivada com sucesso", _s20_31, "Assinatura apagada com sucesso", _s20_32, "Assinatura removida com sucesso", _s21_35, "Assinatura restaurada com sucesso", _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, "Altera\xe7\xf5es no c\xf3digo podem estar bloqueando a atualiza\xe7\xe3o, voc\xea pode executar esse comando para descartar as mudan\xe7as:", _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Reenviar Convite", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Devolvido", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Eccaneie o c\xf3digo de barras com um app compat\xedvel com :link", _s18_36, "Ativa\xe7\xe3o de Autentica\xe7\xe3o em 2 Fatores realizada com sucesso.", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autentica\xe7\xe3o em 2 Fatores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s21_143, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "To update run", _s18_39, "Converter em Fatura", _s16_54, _s16_55, "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Faturar Despesa", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s19_111, _s16_60, "Quantia Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos Padr\xe3o", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coluna", "sample", "Amostra", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Selecione um arquivo", _s16_62, _s16_63, "csv_file", "Arquivo CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "Modo HTML", "html_mode_help", _s43_1, "view_licenses", "Ver licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Tela cheia", "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servi\xe7o", "clone_to", "Clonar para", "clone_to_other", "Clonar para outro", "labels", "Etiquetas", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "N\xe3o Pago", "white_label", "Sem marca", "delivery_note", "Nota de Entrega", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Proposta expirada", "partial_due", _s18_176, "invoice_total", "Total da Fatura", "quote_total", _s18_177, "credit_total", "Total do Cr\xe9dito", _s23_19, "Total da Fatura", "actions", "A\xe7\xf5es", "expense_number", "N\xba da Despesa", "task_number", "N\xba da Tarefa", "project_number", "N\xba do Projeto", "project_name", "Nome do projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de tarefa padr\xe3o", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Situa\xe7\xe3o", "task_statuses", "Status da tarefa", "new_task_status", "Novo Status da tarefa", _s16_64, "Editar Status da Tarefa", _s19_30, "Status da tarefa criado com sucesso", _s19_31, "Status da tarefa atualizado com sucesso", _s20_38, "Status da tarefa arquivado com sucesso", _s19_32, "Status da tarefa apagado com sucesso", _s19_33, "Status da tarefa removido com sucesso", _s20_39, "Status da tarefa restaurado com sucesso", _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, "Encontrado 1 Status da Tarefa", _s20_41, "Encontrado :count Status da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar faturas", _s20_42, "Registro das tarefas de fatura", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, _s21_47, _s24_29, "Categoria de despesas criada com sucesso", _s24_30, "Categoria de despesas atualizada com sucesso", _s25_20, "Categoria de despesas arquivada com sucesso", _s24_31, "Categoria exclu\xedda com sucesso", _s24_32, _s37_7, _s25_21, "Categoria de despesas restaurada com sucesso", _s27_23, ":count categorias de despesas arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Mostrar op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Voc\xea est\xe1 executando a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Dever\xe1 ser Faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Clonar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do usu\xe1rio", "variables", "Vari\xe1vel", "show_password", "Mostrar senha", "hide_password", "Esconder senha", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica habilitada", "total_taxes", "Impostos totais", "line_taxes", "Line Taxes", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Gateway Refund", _s19_34, "Processe o reembolso com o portal de pagamento", "due_date_days", "Data de vencimento", "paused", "Pausado", "mark_active", "Marcar como Ativo", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, "Utilizar Termos de Pagamento", "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Fatura Recorrente", _s18_51, "Faturas Recorrentes", _s21_53, "Nova Fatura Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Fatura Recorrente arquivada com sucesso", _s25_29, "Fatura recorrente exclu\xedda com sucesso", _s25_30, _s38_30, _s26_14, "Fatura Recorrente restaurada com sucesso", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Item de linha", _s18_53, _s29_63, _s23_22, _s35_12, _s19_35, _s24_95, _s24_34, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha de reconcilia\xe7\xe3o", _s30_5, "Sucesso de Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Cota excedida", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Visualizar portal", "copy_link", "Link de c\xf3pia", "token_billing", "Salvar detalhes do cart\xe3o", _s24_35, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "R\xf3tulo", "client_number", "N\xfamero do Cliente", "auto_convert", "Auto Convers\xe3o", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Faturas enviadas por email com sucesso", "emailed_quotes", "Or\xe7amentos enviados por email com sucesso", "emailed_credits", _s40_10, "gateway", "Gateway", "view_in_stripe", "Ver em Listra", "rows_per_page", "Linhas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Sobretaxa", "apply_payment", _s17_190, "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione o R\xf3tulo", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nome do Registro", "file_type", "Tipo de Arquivo", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Exame de sa\xfade", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo login em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Habilite aplicativos de terceiros para criar faturas", "client_created", "Cliente Criado", _s20_51, "Email de pagamento online", _s20_53, _s25_80, "completed", "Completado", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Cota\xe7\xf5es Selecionadas", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Faturas", _s17_65, "Faturas Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Fatura", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Cota\xe7\xe3o", "delete_quote", "Excluir Or\xe7amento", "update_invoice", "Atualizar Fatura", "delete_invoice", "Excluir Fatura", "update_client", _s17_192, "delete_client", "Excluir Cliente", "delete_payment", "Excluir Pagamento", "update_vendor", "Atualizar Fornecedor", "delete_vendor", "Excluir Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Excluir Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Excluir Tarefa", "approve_quote", "Aprovar Cota\xe7\xe3o", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gratuito", "plan", "Plano", "show_sidebar", "Exibir Barra Lateral", "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie o aplicativo assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam ser habilitados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Exclu\xedda com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Tokens de API", "api_docs", "API Docs", "search_tokens", _s24_98, "search_token", _s17_194, "token", "Token", "tokens", "Tokens", "new_token", "Novo Token", "edit_token", "Editar Token", "created_token", "Token criado com sucesso", "updated_token", "Token atualizado com sucesso", "archived_token", "Token arquivado com sucesso", "deleted_token", "Token exclu\xeddo com sucesso", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, "Registro de cliente", _s24_37, "Permitir que os clientes se auto-registrem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Fatura por Email", "email_quote", "Enviar Or\xe7amento por Email", "email_credit", "Cr\xe9dito de Email", "email_payment", "Pagamento por Email", _s20_56, "O cliente n\xe3o tem um endere\xe7o de e-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registros", "owned_by_user", "Propriedade do usu\xe1rio", _s16_80, _s16_316, "contact_name", "Nome do Contato", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Condi\xe7\xe3o de Pagamento", _s20_57, "Condi\xe7\xf5es de pagamento criadas com sucesso", _s20_58, "Condi\xe7\xf5es de pagamento atualizadas com sucesso", _s21_56, "Condi\xe7\xf5es de pagamento arquivadas com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento exclu\xeddas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_38, "Mudar para o layout da \xe1rea de trabalho?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Quantia de Cr\xe9dito", "quote_amount", "Valor da cota\xe7\xe3o", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Exibir Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Designs", "search_invoices", "Pesquisar Faturas", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Cota\xe7\xf5es", "search_credits", _s18_184, "search_vendors", "Pesquisar Fornecedores", "search_users", "Pesquisar Usu\xe1rios", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Fatura", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Pesquisar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Fatura Cancelada com Sucesso", _s18_59, "Faturas Canceladas com Sucesso", _s16_92, "Fatura Revertida com Sucesso", _s17_76, "Faturas Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Estado/CEP", _s17_79, "CEP/Cidade/Estado", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: Isto ir\xe1 apagar seus dados permanentemente, n\xe3o h\xe1 como defazer esta a\xe7\xe3o.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design salvo com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da companhia", "invoice_details", "Detalhes da Fatura", "quote_details", "Detalhes da cota\xe7\xe3o", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha de Pagamento", "invoice_sent", ":count fatura enviada", "quote_sent", "Cota\xe7\xe3o enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Fatura visualizada", "quote_viewed", "Cota\xe7\xe3o visualizada", "credit_viewed", "Cr\xe9dito visualizado", "quote_approved", "Cota\xe7\xe3o aprovada", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Excluir Conta", _s22_47, "Aviso: Isso excluir\xe1 permanentemente sua conta, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "delete_company", "Excluir Empresa", _s22_48, "Aviso: Isto ir\xe1 excluir permanentemente sua empresa, n\xe3o h\xe1 como desfazer esta a\xe7\xe3o.", "enabled_modules", "Enabled Modules", "converted_quote", "Cota\xe7\xe3o convertida com sucesso", "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Design", "css_framework", "CSS Framework", "custom_designs", "Designs personalizados", "designs", "Designs", "new_design", "Novo Design", "edit_design", "Editar Design", "created_design", "Design criado com sucesso", "updated_design", "Design atualizado com sucesso", "archived_design", "Design arquivado com sucesso", "deleted_design", "Design exclu\xeddo com sucesso", "removed_design", "Design removido com sucesso", "restored_design", "Design restaurado com sucesso", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propostas", "tickets", "Tickets", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerenciamento da Conta", "credit_date", "Data do Cr\xe9dito", "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Adicionar Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito criado com sucesso", "updated_credit", "Cr\xe9dito atualizado com sucesso", "archived_credit", "Cr\xe9dito arquivado com sucesso", "deleted_credit", "Cr\xe9dito exclu\xeddo com sucesso", "removed_credit", _s28_85, "restored_credit", "Cr\xe9dito restaurado com sucesso", _s16_100, ":count cr\xe9ditos arquivados com sucesso", "deleted_credits", ":count cr\xe9ditos exclu\xeddos com sucesso", _s16_101, _s36_9, "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o do aplicativo da web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saiba mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de rastreamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", "Companhia 1 Personalizada", "company2", "Companhia 2 Personalizada", "company3", "Companhia 3 Personalizada", "company4", "Companhia 4 Personalizada", "product1", "Produto 1 Personalizado", "product2", "Produto 2 Personalizado", "product3", "Produto 3 Personalizado", "product4", "Produto 4 Personalizado", "client1", "Cliente 1 Personalizado", "client2", "Cliente 2 Personalizado", "client3", "Cliente 3 Personalizado", "client4", "Cliente 4 Personalizado", "contact1", "Contato 1 Personalizado", "contact2", "Contato 2 Personalizado", "contact3", "Contato 3 Personalizado", "contact4", "Contato 4 Personalizado", "task1", "Tarefa 1 Personalizada", "task2", "Tarefa 2 Personalizada", "task3", "Tarefa 3 Personalizada", "task4", "Tarefa 4 Personalizada", "project1", "Projeto 1 Personalizado", "project2", "Projeto 2 Personalizado", "project3", "Projeto 3 Personalizado", "project4", "Projeto 4 Personalizado", "expense1", "Despesa 1 Personalizada", "expense2", "Despesa 2 Personalizada", "expense3", "Despesa 3 Personalizada", "expense4", "Despesa 4 Personalizada", "vendor1", "Vendedor 1 Personalizado", "vendor2", "Vendedor 2 Personalizado", "vendor3", "Vendedor 3 Personalizado", "vendor4", "Vendedor 4 Personalizado", "invoice1", "Fatura 1 Personalizada", "invoice2", "Fatura 2 Personalizada", "invoice3", "Fatura 3 Personalizada", "invoice4", "Fatura 4 Personalizada", "payment1", "Pagamento 1 Personalizado", "payment2", "Pagamento 2 Personalizado", "payment3", "Pagamento 3 Personalizado", "payment4", "Pagamento 4 Personalizado", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", "Grupo 1 Personalizado", "group2", "Grupo 2 Personalizado", "group3", "Grupo 3 Personalizado", "group4", "Grupo 4 Personalizado", "reset", "Redefinir", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Saldo do Cr\xe9dito", _s18_67, "\xdaltimo Login do Contato", _s17_83, "Nome Completo do Contato", "contact_phone", "Telefone de Contato", _s21_59, "Valor personalizado do contato 1", _s21_60, "Valor personalizado do contato 2", _s21_61, "Valor personalizado do contato 3", _s21_62, "Valor personalizado do contato 4", _s17_85, "Rua de envio", _s17_86, "Complemento de envio", "shipping_city", "Cidade de envio", "shipping_state", "Estado/Prov\xedncia de envio", _s20_61, "CEP de envio", _s16_132, "Pa\xeds de envio", _s16_134, "Rua de cobran\xe7a", _s16_135, "Complemento de cobran\xe7a", "billing_city", "Cidade de cobran\xe7a", "billing_state", "Estado/Prov\xedncia de cobran\xe7a", _s19_40, "CEP de cobran\xe7a", "billing_country", "Pa\xeds de cobran\xe7a", "client_id", "C\xf3d Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :name", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Envelhecimento", "profit_and_loss", "Lucro e Preju\xedzo", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Fatura n\xe3o Paga", "paid_invoice", "Fatura Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email de Contato", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Senha", "applied", "Aplicado", _s21_63, "Inclui erros recentes dos logs", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Inclua a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Porcentagem da Multa", _s23_28, "Ajustar o percentual de taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contate-nos", "subtotal", "Subtotal", "line_total", "Total da Linha", "item", "Item", "credit_email", _s17_204, "iframe_url", "Website", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A senha deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor digite um valor", "deleted_logo", "Logo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Salvo", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, _s17_89, "show_cost_help", "Exibir um campo de custo do produto para rastrear a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Taxa de imposto padr\xe3o", "user", "Usu\xe1rio", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, "Selecione um cliente", "configure_rates", _s18_192, _s18_75, "Configurar m\xe9todos de pagamento", "tax_settings", "Configura\xe7\xf5es de Impostos", _s18_77, "Tarifas de Impostos", "accent_color", "Cor de destaque", "switch", "Mudar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o de senha", "submit", "Enviar", _s16_144, "Recupere sua senha", "late_fees", "Taxas atrasadas", "credit_number", "N\xfamero do Cr\xe9dito", "payment_number", "Pagamento N\xfamero", "late_fee_amount", _s16_324, _s16_145, "Percentual de Multa", "schedule", "Agendamento", "before_due_date", "At\xe9 a data de vencimento", "after_due_date", _s28_88, _s18_79, "At\xe9 a data da fatura", "days", "Dias", "invoice_email", "Email de Fatura", "payment_email", "Email de Pagamento", "partial_payment", _s17_208, "payment_partial", "Partial Payment", _s21_72, "Email de pagamento parcial", "quote_email", "Email de Or\xe7amento", _s16_147, _s17_195, _s16_149, "Filtrado por Usu\xe1rio", "administrator", "Administrador", _s18_80, "Permite ao usu\xe1rio gerenciar usu\xe1rios, mudar configura\xe7\xf5es e modificar todos os registros", "user_management", "Gerenciamento de Usu\xe1rios", "users", "Usu\xe1rios", "new_user", "Novo Usu\xe1rio", "edit_user", "Editar Usu\xe1rio", "created_user", "Usu\xe1rio criado com sucesso", "updated_user", "Usu\xe1rio atualizado com sucesso", "archived_user", "Usu\xe1rio arquivado com sucesso", "deleted_user", "Usu\xe1rio exclu\xeddo com sucesso", "removed_user", "Usu\xe1rio removido com sucesso", "restored_user", "Usu\xe1rio restaurado com sucesso", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s20_142, "invoice_options", "Op\xe7\xf5es da Fatura", _s17_92, "Ocultar Pago at\xe9 Hoje", _s22_55, 'Apenas mostrar "Pago at\xe9 a Data" em suas faturas uma vez que o pagamento for recebido.', _s23_31, "Embutir Documentos", _s28_21, "Incluir imagens anexas na fatura.", _s16_153, "Exibir Cabe\xe7alho em", _s16_154, "Exibir Rodap\xe9 em", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Prim\xe1ria", "secondary_color", "Cor Secundaria", "page_size", _s17_209, "font_size", "Tamanho da Fonte", "quote_design", "Design do Or\xe7amento", "invoice_fields", "Campos da Fatura", "product_fields", "Campos de Produtos", "invoice_terms", "Condi\xe7\xf5es da Fatura", "invoice_footer", "Rodap\xe9 da Fatura", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Diariamente", "freq_weekly", "Semanalmente", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensalmente", "freq_two_months", "Dois meses", _s17_96, "3 meses", _s16_155, "4 meses", "freq_six_months", "6 meses", "freq_annually", "Anualmente", "freq_two_years", "2 anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros Gerados", "charge_taxes", "Cobrar impostos", "next_reset", "Pr\xf3ximo Reset", "reset_counter", _s18_193, _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Fatura", _s17_99, "Sobretaxa de Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contato", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Exibir em PDF", _s21_74, "Exibir a assinatura do cliente no PDF da fatura/or\xe7amento.", _s25_41, "Checkbox para Condi\xe7\xf5es de Fatura", _s30_9, "Exigir que o cliente confirme que aceita as condi\xe7\xf5es da fatura.", _s23_35, "Checkbox de Condi\xe7\xf5es do Or\xe7amento", _s28_22, "Exigir que cliente confirme que aceita as Condi\xe7\xf5es do Or\xe7amento", _s25_42, "Assinatura de Fatura", _s30_10, "Exigir que o cliente providencie sua assinatura", _s23_36, _s23_86, _s22_57, "Proteger Faturas com Senha", _s27_38, "Permite definir uma senha para cada contato. Se uma senha for definida, o contato dever\xe1 informar uma senha antes de visualizar faturas.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Atenciosamente,", _s24_39, "Tornar mais f\xe1cil para os seus clientes efetuarem seus pagamentos acrescentando marca\xe7\xf5es schema.org a seus emails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Design do Email", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo do E-mail", _s19_46, "Habilitar Marca\xe7\xe3o", "reply_to_email", "Email para Resposta", "reply_to_name", "Reply-To Name", "bcc_email", "Email CCO", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", "Porcentagem da Multa", "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Habilitar m\xedn", "enable_max", "Habilitar m\xe1x", "min_limit", "M\xedn: :min", "max_limit", "M\xe1x: :max", "min", "Min", "max", "M\xe1x", _s19_47, "Logos de Cart\xf5es Aceitos", "credentials", "Credenciais", "update_address", "Atualizar Endere\xe7o", _s19_49, "Atualizar o endere\xe7o do cliente com os dados fornecidos", "rate", "Taxa", "tax_rate", "Taxa do Imposto", "new_tax_rate", "Nova Taxa de Imposto", "edit_tax_rate", "Editar Taxa do Imposto", _s16_162, "Taxa de imposto criada com sucesso", _s16_163, "Taxa de imposto atualizada com sucesso", _s17_104, "Taxa de imposto arquivada com sucesso", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-preencher produtos", _s18_86, "Ao selecionar um produto sua descri\xe7\xe3o e pre\xe7o ser\xe3o automaticamente preenchidos", "update_products", _s35_43, _s20_71, "Atualizar uma fatura ir\xe1 automaticamenteatualizar a biblioteca de produtos", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Provedor", "company_gateway", "Gateway de Pagamento", _s16_167, "Gateways de Pagamento", _s19_50, "Novo Gateway", _s20_72, "Editar Gateway", _s23_37, "Gateway criado com sucesso", _s23_38, "Gateway atualizado com sucesso", _s24_40, "Gateway arquivado com sucesso", _s23_39, "Gateway exclu\xeddo com sucesso", _s24_41, "Gateway restaurado com sucesso", _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, "Continuar Editando", "discard_changes", "Descartar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desabilitado", "currency_format", _s16_335, _s21_76, "Primeiro dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de Data", "datetime_format", _s20_144, "military_time", "Formato de Tempo 24h", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Logo", "uploaded_logo", "Logo carregado com sucesso", "logo", "Logo", "saved_settings", "Configura\xe7\xf5es salvas com sucesso", _s16_171, "Configura\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Configura\xe7\xf5es B\xe1sicas", _s17_109, "Configura\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Usu\xe1rio", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Taxas de Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", "Importar | Exportar", "custom_fields", _s21_154, "invoice_design", "Design da Fatura", "buy_now_buttons", "Bot\xf5es Compre J\xe1", "email_settings", "Configura\xe7\xf5es de Email", _s23_42, "Modelos e Lembretes", _s22_58, _s27_85, _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Inscri\xe7\xe3o de Email", "google_sign_up", "Inscri\xe7\xe3o no Google", _s27_42, "Obrigado por sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Pro", "enterprise_plan", _s17_215, "count_users", ":count usu\xe1rios", "upgrade", "Upgrade", _s25_46, "Por favor digite o primeiro nome", _s24_43, "Por favor digite o sobrenome", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Cadastro", "account_login", "Login na Conta", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Novo", _s18_92, "Nenhum registro selecionado", _s21_79, "Por favor, salve ou cancele suas altera\xe7\xf5es", "download", "Download", _s27_43, "Necessita um plano empresarial", "take_picture", "Tire uma Foto", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Autenticado", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_45, _s24_46, "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Endere\xe7o", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor exclu\xeddo com sucesso", "restored_vendor", "Fornecedor restaurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores exclu\xeddos com sucesso", _s16_182, _s36_11, "new_expense", "Informar Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa exclu\xedda com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas exclu\xeddas com sucesso", _s17_116, _s37_14, "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Cobran\xe7a", "design", "Design", _s21_80, "Falha ao procurar registro", "invoiced", "Faturado", "logged", "Registrado", "running", "Executando", "resume", "Retomar", "task_errors", "Por favor corrija quaisquer tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida com sucesso", "resumed_task", "Tarefa continuada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Timer", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "Hor\xe1rio de In\xedcio", "end_time", "Hor\xe1rio Final", "date", "Data", "times", "Vezes", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada com sucesso", "updated_task", "Tarefa atualizada com sucesso", "archived_task", "Tarefa arquivada com sucesso", "deleted_task", "Tarefa exclu\xedda com sucesso", "restored_task", "Tarefa restaurada com sucesso", "archived_tasks", ":count tarefas arquivadas com sucesso", "deleted_tasks", ":count tarefas exclu\xeddas com sucesso", "restored_tasks", _s34_20, _s19_59, "Por favor digite um nome", "budgeted_hours", "Horas Or\xe7adas", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s28_82, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projetos exclu\xeddos com sucesso", _s17_118, _s37_15, "new_project", "Novo Projeto", _s27_47, "Obrigado por usar nosso app!", "if_you_like_it", "Se voc\xea desejar por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "para dar uma nota.", "average", "M\xe9dio", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Travado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_47, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Hospedado", "selfhost_login", "Login Auto-Hospedado", "google_sign_in", "Entrar com o Google", "today", "Hoje", "custom_range", "Per\xedodo Personalizado", "date_range", "Per\xedodo", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 Dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 Dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este Ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Clonar para Fatura", "clone_to_quote", "Clonar ao Or\xe7amento", "clone_to_credit", "Clone para cr\xe9dito", "view_invoice", "Visualizar fatura", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Fatura", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Endere\xe7o de Cobran\xe7a", _s16_193, "Endere\xe7o de envio", "total_revenue", "Faturamento Total", "average_invoice", "M\xe9dia por Fatura", "outstanding", "Em Aberto", "invoices_sent", ":count faturas enviadas", "active_clients", "clientes ativos", "close", "Fechar", "email", "Email", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Login", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisar", "active", "Ativo", "archived", "Arquivado", "deleted", "Exclu\xeddo", "dashboard", "Painel", "archive", "Arquivar", "delete", "Excluir", "restore", "Restaurar", _s16_195, "Refresh Completo", _s23_43, "Por favor digite seu email", _s26_34, "Por favor digite sua senha", _s21_83, "Por favor digite sua URL", _s26_36, "Por favor digite uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Salvar", _s17_121, "Um erro ocorreu", "paid_to_date", "Pago at\xe9 Hoje", "balance_due", "Saldo Devedor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "Inscri\xe7\xe3o Municipal", "id_number", "C\xf3digo de identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contatos", "additional", "Adicional", "first_name", "Nome", "last_name", "Sobrenome", "add_contact", "Adicionar contato", "are_you_sure", "Voc\xea tem certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "Email \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado com sucesso", "updated_product", "Produto atualizado com sucesso", _s16_201, "Produto arquivado com sucesso", "deleted_product", "Produto exclu\xeddo com sucesso", _s16_202, _s30_59, _s17_123, ":count produtos arquivados com sucesso", _s16_203, ":count produtos exclu\xeddos com sucesso", _s17_124, _s37_16, "product_key", "Produto", "notes", "Notas", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Cliente exclu\xeddo com sucesso", "deleted_clients", ":count clientes exclu\xeddos com sucesso", "restored_client", "Cliente restaurado com sucesso", _s16_205, _s36_13, "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Estado", "postal_code", "CEP", "country", "Pa\xeds", "invoice", "Fatura", "invoices", "Faturas", "new_invoice", "Nova Fatura", "created_invoice", "Fatura criada com sucesso", "updated_invoice", "Fatura atualizada com sucesso", _s16_206, "Fatura arquivada com sucesso", "deleted_invoice", "Fatura exclu\xedda com sucesso", _s16_207, "Fatura restaurada com sucesso", _s17_125, ":count faturas arquivadas com sucesso", _s16_208, ":count faturas exclu\xeddas com sucesso", _s17_126, _s37_17, "emailed_invoice", "Fatura enviada por email com sucesso", "emailed_payment", "Pagamento enviado por email com sucesso", "amount", "Valor", "invoice_number", "N\xfamero da Fatura", "invoice_date", "Data da Fatura", "discount", "Desconto", "po_number", "N\xba Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido At\xe9", "items", "Itens", "partial_deposit", _s16_344, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o Unit\xe1rio", "quantity", "Quantidade", "add_item", "Adicionar Item", "contact", "Contato", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Status", _s17_127, "Status da Fatura", "quote_status", "Status do Or\xe7amento", _s22_59, "Clique + para adicionar um item", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Porcento", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor digite uma data", _s22_62, _s30_61, _s24_49, "Por favor escolha uma fatura", "task_rate", "Taxa de Tarefas", "settings", "Configura\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de fatura", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visualizado", "approved", "Aprovado", "partial", "Dep\xf3sito / Parcial", "paid", "Pago", "mark_sent", "Marcar como Enviada", _s22_64, "Fatura marcada como enviada com sucesso", _s22_65, "Sucesso! A fatura foi marcada como enviada.", _s23_45, "Faturas marcadas como enviadas com sucesso", _s23_46, "Sucesso! As faturas foram marcadas como enviada.", "done", "Conclu\xeddo", _s37_18, "Por favor digite um cliente ou nome de contato", "dark_mode", "Modo Escuro", _s27_53, "Reinicie o app para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registro encontrado", "clone", "Clonar", "loading", "Carregando", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", _s21_147, "payment_date", _s17_218, "payment_status", "Status do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s19_27, "net", "Vencimento", "client_portal", _s17_219, "show_tasks", "Exibir tarefas", "email_reminders", "Lembretes de Email", "enabled", "Habilitado", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", _s17_220, "second_reminder", _s16_345, "third_reminder", _s17_221, "reminder1", _s17_220, "reminder2", _s16_345, "reminder3", _s17_221, "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Corpo", "send_email", "Enviar Email", "email_receipt", "Enviar recibo de pagamento ao cliente por email", "auto_billing", "Cobran\xe7a autom\xe1tica", "button", "Bot\xe3o", "preview", "Preview", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Informar Pagamento", "new_payment", "Adicionar Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento exclu\xeddo com sucesso", _s16_220, "Pagamento restaurado com sucesso", _s17_130, _s40_11, _s16_221, ":count pagamentos exclu\xeddos com sucesso", _s17_131, _s37_20, "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", _s28_93, "updated_quote", "Or\xe7amento atualizado com sucesso", "archived_quote", "Or\xe7amento aquivado com sucesso", "deleted_quote", "Or\xe7amento exclu\xeddo com sucesso", "restored_quote", "Or\xe7amento restaurado com sucesso", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos exclu\xeddos com sucesso", "restored_quotes", _s35_22, "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedores", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user excluiu o cliente :client", "activity_4", ":user criou a fatura :invoice", "activity_5", ":user atualizou a fatura :invoice", "activity_6", ":user enviou a fatura :invoice para :client do :contact", "activity_7", ":contact viu a fatura :invoice para o :client", "activity_8", ":user arquivou a fatura :invoice", "activity_9", ":user excluiu a fatura :invoice", "activity_10", ":contact efetuou o pagamento :payment de :payment_amount da fatura :invoice do cliente :client", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user excluiu o pagamento :payment", "activity_14", ":user adicionou cr\xe9dito :credit", "activity_15", ":user atualizou cr\xe9dito :credit", "activity_16", ":user arquivou o cr\xe9dito de :credit", "activity_17", ":user excluiu cr\xe9dito :credit", "activity_18", ":user criou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote do cliente :client para o contato :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user excluiu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a fatura :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou o cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para o cliente :client", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user excluiu :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user excluiu a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "Pagamento :payment_amount (:payment) falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user excluiu a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s30_65, "activity_55", ":contact respondeu o ticket :ticket", "activity_56", ":user visualizou o ticket :ticket", "activity_57", "O sistema falhou ao enviar a fatura :invoice", "activity_58", ": fatura revertida pelo usu\xe1rio: fatura", "activity_59", ": fatura cancelada pelo usu\xe1rio: fatura", "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Senha One-Time (OTP)", "emailed_quote", "Or\xe7amento enviado por email com sucesso", "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirado", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_54, _s32_33, _s29_37, "Mensagem Personalizada de Fatura Atrasada", _s27_58, "Mensagem Personalizada de Fatura Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Faturas", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o de Numera\xe7\xe3o de Vendedor", _s21_90, "Contador Num\xe9rico de Vendedores", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Contador Num\xe9rico de Faturas", _s20_79, _s32_35, _s20_81, "Contador Num\xe9rico de Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Exibir Tabelas", "show_list", "Exibir Lista", "client_city", _s17_222, "client_state", "Estado do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Balan\xe7o do Cliente", "client_address1", _s19_137, "client_address2", "Complemento", "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s19_138, _s24_57, "Complemento", "type", "Tipo", "invoice_amount", "Valor da Fatura", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Exclu\xeddo", "vendor_city", "Cidade do Vendedor", "vendor_state", "Estado do Vendedor", "vendor_country", "Pa\xeds do Vendedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Quantia de Impostos", "tax_paid", "Impostos pagos", "payment_amount", "Quantia de Pagamento", "age", "Idade", "is_running", "Is Running", "time_log", "Log de Tempo", "bank_id", "Banco", _s19_70, _s19_71, _s16_227, "Categoria de Despesa", _s19_72, _s19_73, "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Tax Name 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "pt_PT", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Cart\xf5es de Cr\xe9dito & Contas Banc\xe1rias", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceitar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, "Ativar a Aplica\xe7\xe3o de Pagamentos", _s29_2, "Ajuda \xe0 cria\xe7\xe3o e aplica\xe7\xe3o de pagamentos separadamente", _s16_8, "Defini\xe7\xf5es de Pagamento", "default", "Padr\xe3o", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Resumo", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adicionar Terminal", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Nota de Pagamento Enviada", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Adicionar Pa\xeds", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crie a sua conta em segundos", "login_label", _s28_0, "add_to_invoice", "Adicionar na nota de pagamento :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moeda da Nota de Pagamento", "range", "Per\xedodo", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Criar projeto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "A taxa para :amount nota de pag. deve ser :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprovar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente apagado com sucesso", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Defenir senha", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s29_61, "view_statement", "Visualizar Declara\xe7\xe3o", "sepa", "D\xe9bito Direto SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", _s17_186, _s16_23, _s16_232, _s17_19, _s18_174, _s18_19, _s20_133, _s21_22, _s23_80, _s22_27, _s25_77, _s25_3, _s37_36, _s25_4, _s41_15, _s26_4, _s40_8, _s25_5, _s27_97, _s25_6, _s38_2, _s26_5, _s41_16, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Guia do Utilizador", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "L\xedquido", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar Dados", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user criou uma nota de pagamento recorrente :recurring_invoice", "activity_101", ":user atualizou uma nota de pagamento recorrente :recurring_invoice", "activity_102", ":user arquivou uma nota de pagamento recorrente :recurring_invoice", "activity_103", ":user apagou uma nota de pagamento recorrente :recurring_invoice", "activity_104", ":user restaurou uma nota de pagamento recorrente :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Nota De Pagamento Criada", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", _s18_175, "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primeiro Nome do Contacto", _s17_23, "\xdaltimo Nome do Contacto", "order", "Order", "unassigned", "N\xe3o atribu\xeddo", "partial_value", "Deve ser maior que zero e menor que o total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Ativar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Indique o subdom\xednio ou mostre a nota de pag. no seu site.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo Promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguran\xe7a", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscri\xe7\xe3o", "subscriptions", "Subscri\xe7\xf5es", _s16_41, "Nova Subscri\xe7\xe3o", _s17_29, "Editar Subscri\xe7\xe3o", _s20_29, "Subscri\xe7\xe3o criada com sucesso", _s20_30, "Subscri\xe7\xe3o atualizada com sucesso", _s21_34, "Subscri\xe7\xe3o arquivada com sucesso", _s20_31, "Subscri\xe7\xe3o Apagada com Sucesso", _s20_32, "Subscri\xe7\xe3o Removida com Sucesso", _s21_35, "Subscri\xe7\xe3o Restaurada com Sucesso", _s19_21, "Encontrada 1 Subscri\xe7\xe3o", _s20_33, "Encontradas :count Subscri\xe7\xf5es", _s26_8, "Subdom\xednio n\xe3o dispon\xedvel", "connect_gmail", "Associar Gmail", _s16_43, "Desassociar Gmail", "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, "N\xfamero de Identifica\xe7\xe3o do Cliente", "count_minutes", ":count Minutos", _s16_48, "Timeout da palavra-passe", _s29_5, _s29_6, "use_last_email", "Usar \xfaltimo E-mail", _s16_50, "Ativar Empresa", _s21_37, "Ativar E-mail, notas de pagamento recorrentes e notifica\xe7\xf5es", _s27_16, "Ocorreu um erro, por favor tente novamente", _s27_17, "Por favor defina uma palavra-passe", _s34_7, "Aviso: A mudan\xe7a de n\xfamero de telem\xf3vel vai desativar a autentica\xe7\xe3o de dois fatores (2FA).", "help_translate", "Ajude a traduzir", _s23_16, "Por favor escolha um pa\xeds", "resend_invite", "Reenviar convite", _s19_22, "Autentica\xe7\xe3o de dois fatores (2FA) desativada com sucesso", _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Entregue", "bounced", "Devolvido", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor forne\xe7a um n\xfamero de telem\xf3vel para ativar a autentica\xe7\xe3o de dois fatores", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Ler o c\xf3digo de barras com uma :link aplica\xe7\xe3o compat\xedvel.", _s18_36, "Autentica\xe7\xe3o de Dois Fatores ativada com sucesso", "connect_google", "Associar Google", _s17_31, "Desassociar Google", _s17_33, "Autentica\xe7\xe3o de Dois Fatores", _s18_37, "Desativar Dois Fatores", _s34_8, "Exigir Palavra-passe para In\xedcio de Sess\xe3o Social", "stay_logged_in", "Continuar com sess\xe3o iniciada", _s23_18, "Aviso: A sua sess\xe3o est\xe1 prestes a expirar", "count_hours", ":count Horas", "count_day", "1 Dia", "count_days", ":count Dias", _s19_24, _s19_25, _s17_34, "Defini\xe7\xf5es de Seguran\xe7a", "resend_email", "Reenviar E-mail", _s26_10, "Por favor confirme o seu endere\xe7o de E-mail", _s16_53, _s21_143, _s19_26, _s25_91, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Mostrar A\xe7\xf5es", _s17_36, "Iniciar Multisele\xe7\xe3o", _s27_19, "Um E-mail foi enviado para confirmar este endere\xe7o de correio eletr\xf3nico", _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", _s19_110, "to_update_run", "Para atualizar corra", _s18_39, "Converter em Nota de Pagamento", _s16_54, "URL de Registo", "invoice_project", "Faturar Projeto", "invoice_task", "Faturar Tarefa", "invoice_expense", "Nota de Pagamento da Despesa", _s19_29, "Encontrado 1 Termo de Pagamento", _s20_34, "Encontrados :count Termos de Pagamento", _s16_56, "Guardar e Prever", "save_and_email", "Guardar e Enviar por E-mail", _s16_58, _s19_111, _s16_60, "Valor Convertido", _s17_38, "Saldo Convertido", _s22_31, _s22_32, _s24_19, "Saldo de Cr\xe9dito Convertido", "converted_total", "Total Convertido", "is_sent", "Foi Enviado", _s17_40, "Documentos Pr\xe9-Definidos", "document_upload", "Upload de Documento", _s20_35, "Permitir que clientes enviem documentos/anexos", "expense_total", "Total das Despesas", "enter_taxes", "Introduzir impostos", "by_rate", "Por taxa", "by_amount", "Por quantia", "enter_amount", "Introduzir Quantia", "before_taxes", "Sem impostos", "after_taxes", "Com impostos", "color", "Cor", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Colunas Vazias", _s21_41, "O Modo de depura\xe7\xe3o est\xe1 ativado", _s26_11, "Aviso: este modo apenas deve ser usado em m\xe1quinas locais, pois pode ocorrer fuga de credenciais. Clique para saber mais", "running_tasks", "Tarefas a correr", "recent_tasks", "Tarefas Recentes", "recent_expenses", "Despesas Recentes", _s17_42, "Pr\xf3ximas Despesas", "update_app", "Atualizar Aplica\xe7\xe3o", "started_import", "Importa\xe7\xe3o iniciou com sucesso", _s24_21, "Duplicar mapeamento de colunas", _s20_36, "Usa Taxas Inclusivas", _s18_41, _s18_42, "column", "Coluna", "sample", "Exemplo", "map_to", "Map To", "import", "Importar", _s25_16, "Usar primeira linha como nome das colunas", "select_file", "Por favor selecione um ficheiro", _s16_62, "Nenhum Ficheiro Selecionado", "csv_file", "Ficheiro CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidade", _s22_33, "Por favor forne\xe7a todos os CSVs", "import_type", "Tipo de Importa\xe7\xe3o", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licen\xe7as", "webhook_url", "Webhook URL", _s17_44, "Editor em ecr\xe3 inteiro", "sidebar_editor", "Editor da Barra Lateral", _s22_34, _s31_20, "purge", "Apagar", "service", "Servi\xe7o", "clone_to", "Duplicar para", "clone_to_other", "Duplicar para outro", "labels", "Etiquetas", "add_custom", "Adicionar Personalizado", "payment_tax", "Imposto de Pagamento", "unpaid", "N\xe3o Pago", "white_label", "White Label", "delivery_note", "Nota de Envio", _s24_24, "Notas de Pagamento Enviadas est\xe3o bloqueadas", _s24_26, "Faturas Pagas est\xe3o bloqueadas", "source_code", "C\xf3digo-fonte", "app_platforms", "Plataformas da Aplica\xe7\xe3o", "invoice_late", _s26_84, "quote_expired", _s18_200, "partial_due", _s18_176, "invoice_total", _s21_159, "quote_total", _s18_177, "credit_total", "Total em Cr\xe9dito", _s23_19, _s21_159, "actions", "A\xe7\xf5es", "expense_number", "N.\xba da Despesa", "task_number", "N.\xba da Tarefa", "project_number", "N.\xba do Projeto", "project_name", "Nome do Projeto", "warning", "Aviso", "view_settings", "Ver defini\xe7\xf5es", _s24_28, "Aviso: esta empresa ainda n\xe3o foi ativada", "late_invoice", _s26_84, "expired_quote", _s18_200, "remind_invoice", "Enviar Lembrete da Nota de Pagamento", "cvv", "CVV", "client_name", "Nome do Cliente", "client_phone", "Telefone do Cliente", "required_fields", "Campos Necess\xe1rios", "calculated_rate", "Taxa Calculada", _s17_46, "Taxa de Tarefa Pr\xe9-definida", "clear_cache", "Limpar cache", "sort_order", "Ordenar", "task_status", "Estado", "task_statuses", "Estado da Tarefa", "new_task_status", "Novo Estado da Tarefa", _s16_64, "Editar Estado da Tarefa", _s19_30, "Estado da tarefa criado com sucesso", _s19_31, "Estado da tarefa atualizado com sucesso", _s20_38, "Estado da tarefa arquivado com sucesso", _s19_32, "Estado da tarefa apagado com sucesso", _s19_33, "Estado da tarefa removido com sucesso", _s20_39, "Estado da tarefa restaurado com sucesso", _s22_35, "Estado das tarefas arquivados com sucesso", _s21_43, "Estado das tarefas apagados com sucesso", _s22_36, "Estado das tarefas restaurados com sucesso", _s18_43, "Encontrado 1 Estado da Tarefa", _s20_41, "Encontados :count Estados da Tarefa", _s16_66, _s25_78, _s21_44, "Sempre mostrar a se\xe7\xe3o de tarefas ao criar notas de pagamento", _s20_42, "Registo das tarefas da Nota de Pagamento", _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, "Adicionar detalhes da data na linha dos items da Nota de Pagamento", _s21_45, "Come\xe7ar tarefas antes de guardar", _s18_44, _s18_201, "task_settings", "Defini\xe7\xf5es de tarefa", _s20_46, "Configurar Categorias", _s18_46, _s22_121, _s20_48, _s26_67, _s21_46, "Editar Categoria de Despesas", _s24_29, "Categoria de despesa criada com sucesso", _s24_30, "Categoria de despesa atualizada com sucesso", _s25_20, "Categoria de despesa arquivada com sucesso", _s24_31, "Categoria apagada com sucesso", _s24_32, "Categoria de despesa removida com sucesso", _s25_21, "Categoria de despesa restaurada com sucesso", _s27_23, ":count categorias de despesa arquivadas com sucesso", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, "Encontrada 1 Categoria de Despesa", _s25_23, "Encontrada :count Categorias de Despesa", _s21_48, "Usar Cr\xe9ditos Dispon\xedveis", "show_option", "Mostrar Op\xe7\xe3o", _s22_37, _s50_8, "view_changes", "Ver altera\xe7\xf5es", "force_update", _s18_178, _s17_48, "Est\xe1 a usar a vers\xe3o mais recente, mas pode haver corre\xe7\xf5es pendentes dispon\xedveis.", "mark_paid_help", _s31_34, _s18_48, "Deve ser faturada", _s23_21, _s33_23, _s29_8, _s29_62, _s21_50, _s25_79, _s16_68, _s26_68, _s18_49, "Duplicar recorr\xeancia", "crypto", "Criptomoeda", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo do utilizador", "variables", "Vari\xe1vel", "show_password", "Mostrar Palavra-passe", "hide_password", "Esconder Palavra-passe", "copy_error", "Copiar Erro", "capture_card", _s17_187, _s17_49, "Cobran\xe7a autom\xe1tica ativada", "total_taxes", "Impostos totais", "line_taxes", "Item", "total_fields", "Campo Total", _s25_24, _s42_21, _s25_25, _s38_28, _s25_26, _s38_29, "gateway_refund", "Reembolso do Terminal", _s19_34, "Processe o reembolso com o terminal de pagamento", "due_date_days", _s18_198, "paused", "Pausado", "mark_active", "Ativar", "day_count", "Dia :count", _s22_38, _s19_112, _s21_51, _s17_188, _s17_51, _s26_74, "endless", "Intermin\xe1vel", "next_send_date", _s21_144, _s16_70, _s16_311, _s17_53, "Nota de Pagamento Recorrente", _s18_51, "Notas Pag. Recorrentes", _s21_53, "Nova Nota de Pagamento Recorrente", _s22_40, _s24_94, _s25_27, _s36_40, _s25_28, _s40_9, _s26_13, "Nota de Pagamento Recorrente arquivada", _s25_29, "Nota de Pagamento Recorrente removida", _s25_30, _s38_30, _s26_14, "Nota de Pagamento Recorrente restaurada", _s27_25, ":value Notas de pagamento recorrentes arquivadas com sucesso", _s26_15, ":value Notas de pagamento recorrentes apagadas com sucesso", _s27_26, ":value Notas de pagamento recorrentes restauradas com sucesso", _s24_33, _s30_50, _s25_31, _s37_37, "send_date", "Data de envio", "auto_bill_on", _s30_51, _s28_8, _s32_26, "profit", "Lucro", "line_item", "Produto", _s18_53, _s29_63, _s23_22, "Suportar pagamentos com quantias superiores \xe0 pedida para aceitar gorjetas", _s19_35, _s24_95, _s24_34, _s52_2, "test_mode", "Modo de teste", "opened", "Aberto", _s30_4, "Falha na reconcilia\xe7\xe3o", _s30_5, "Sucesso na Reconcilia\xe7\xe3o", "gateway_success", _s17_189, "gateway_failure", "Falha do Portal", "gateway_error", "Erro do Portal", "email_send", "Email Enviado", _s17_55, _s26_69, "failure", "Falha", "quota_exceeded", "Quota ultrapassada", _s16_72, "Falha Upstream", "system_logs", "Logs de Sistema", "view_portal", "Ver Portal", "copy_link", "Copiar Link", "token_billing", "Guardar detalhes do cart\xe3o", _s24_35, _s26_70, "always", "Sempre", "optin", "Autorizar", "optout", "Desautorizar", "label", "Legenda", "client_number", "N\xfamero Cliente", "auto_convert", "Converter Automaticamente", "company_name", "Nome da Empresa", "reminder1_sent", _s18_179, "reminder2_sent", _s18_180, "reminder3_sent", _s18_181, _s18_55, _s23_81, "pdf_page_info", _s23_82, _s16_74, "Notas de pag. enviadas com sucesso", "emailed_quotes", "Or\xe7amentos enviados com sucesso", "emailed_credits", _s40_10, "gateway", "Portal", "view_in_stripe", "Ver em Formato Lista", "rows_per_page", "Colunas por P\xe1gina", "hours", "Horas", "statement", "Declara\xe7\xe3o", "taxes", "Impostos", "surcharge", "Taxa Extra", "apply_payment", _s17_190, "apply_credit", "Aplicar Nota de Cr\xe9dito", "apply", "Aplicar", "unapplied", "N\xe3o Aplicado", "select_label", "Selecione a Legenda", "custom_labels", _s24_96, "record_type", "Tipo de Registo", "record_name", "Nome do Registo", "file_type", "Tipo de Ficheiro", "height", "Altura", "width", "Largura", "to", "Para", "health_check", "Examinar Sa\xfade do Sistema", "payment_type_id", _s17_191, "last_login_at", "\xdaltimo In\xedcio de Sess\xe3o em", "company_key", _s16_313, "storefront", "Vitrine", "storefront_help", "Permitir aplica\xe7\xf5es de terceiros para criar notas de pagamento", "client_created", "Cliente Criado", _s20_51, "E-mail de pagamento online", _s20_53, _s25_80, "completed", "Completo", "gross", "Bruto", "net_amount", "Valor l\xedquido", "net_balance", "Saldo L\xedquido", "client_settings", _s24_97, _s17_57, _s20_134, _s17_59, _s23_83, "selected_quotes", "Or\xe7amentos Selecionados", "selected_tasks", _s20_135, _s17_61, _s21_145, _s17_63, "Pr\xf3ximas Nota de Pagamento", _s17_65, "Notas de Pagamento Vencidas", "recent_payments", _s19_113, "upcoming_quotes", _s19_114, "expired_quotes", _s20_136, "create_client", "Criar Cliente", "create_invoice", "Criar Nota de Pagamento", "create_quote", "Criar Or\xe7amento", "create_payment", "Criar Pagamento", "create_vendor", _s16_314, "update_quote", "Atualizar Or\xe7amento", "delete_quote", "Apagar Or\xe7amento", "update_invoice", "Atualizar Nota de Pagamento", "delete_invoice", "Apagar Nota de Pagamento.", "update_client", _s17_192, "delete_client", "Apagar Cliente", "delete_payment", "Apagar Pagamento", "update_vendor", "Atualizar Fornecedores", "delete_vendor", "Apagar Fornecedor", "create_expense", "Criar Despesa", "update_expense", _s17_193, "delete_expense", "Apagar Despesa", "create_task", "Criar Tarefa", "update_task", _s16_315, "delete_task", "Apagar Tarefa", "approve_quote", "Aprovar Or\xe7amento", "off", "Desligado", "when_paid", "Quando Pago", "expires_on", "Expira em", "free", "Gr\xe1tis", "plan", "Plano", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "Alvo", "copy", "C\xf3pia", "must_be_online", "Reinicie a aplica\xe7\xe3o assim que estiver conectado \xe0 internet", _s17_67, "Os crons precisam de ser ativados", "api_webhooks", "API Webhooks", "search_webhooks", _s26_71, "search_webhook", _s19_115, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nova Webhook", "edit_webhook", "Editar Webhook", "created_webhook", _s26_72, "updated_webhook", _s30_52, _s16_76, _s29_64, "deleted_webhook", "Webhook Apagada com Sucesso", "removed_webhook", _s28_83, _s16_77, _s30_53, _s17_68, ":value Webhooks arquivadas com sucesso", _s16_78, ":value Webhooks apagadas com sucesso", _s16_79, ":value Webhooks removidas com sucesso", _s17_69, ":value Webhooks restauradas com sucesso", "api_tokens", "API Tokens", "api_docs", "Documenta\xe7\xe3o API", "search_tokens", _s24_98, "search_token", _s17_194, "token", "S\xedmbolo", "tokens", "S\xedmbolos", "new_token", "Novo Token", "edit_token", "Editar S\xedmbolo", "created_token", "S\xedmbolo criado", "updated_token", "S\xedmbolo atualizado", "archived_token", "S\xedmbolo arquivado", "deleted_token", "S\xedmbolo apagado", "removed_token", _s26_73, "restored_token", _s28_84, "archived_tokens", ":value Tokens arquivadas com sucesso", "deleted_tokens", ":value Tokens apagadas com sucesso", "restored_tokens", ":value Tokens restauradas com sucesso", _s19_37, "Registo de cliente", _s24_37, "Permitir que os clientes se auto-registem no portal", _s21_55, _s25_81, "email_invoice", "Enviar Nota de Pagamento.", "email_quote", "Enviar Or\xe7amento", "email_credit", "Cr\xe9dito de E-mail", "email_payment", "Pagamento por E-mail", _s20_56, "O cliente n\xe3o tem um endere\xe7o de E-mail definido", "ledger", "Ledger", "view_pdf", "Ver PDF", "all_records", "Todos os registos", "owned_by_user", "Propriedade do utilizador", _s16_80, _s16_316, "contact_name", "Nome do Contacto", "use_default", "Use o padr\xe3o", _s16_82, _s17_195, "number_of_days", "N\xfamero de dias", _s23_24, _s36_41, "payment_term", _s21_147, _s16_83, _s26_74, _s17_71, "Editar Termo de Pagamento", _s20_57, "Criado termo de pagamento com sucesso", _s20_58, "Atualizado termo de pagamento com sucesso", _s21_56, "Arquivado termo de pagamento com sucesso", _s20_59, "Condi\xe7\xe3o de pagamento apagadas com sucesso", _s20_60, _s42_22, _s21_57, _s44_7, _s22_45, ":value Termos de Pagamento arquivados com sucesso", _s21_58, ":value Termos de Pagamento apagados com sucesso", _s22_46, ":value Termos de Pagamento restaurados com sucesso", "email_sign_in", _s16_317, "change", "Mudar", _s23_26, _s26_75, _s24_38, "Mudar para o layout de computador?", "send_from_gmail", "Enviar do Gmail", "reversed", "Invertido", "cancelled", "Cancelado", "credit_amount", "Total da Nota de Cr\xe9dito", "quote_amount", "Valor do Or\xe7amento", "hosted", "Hospedado", "selfhosted", "Auto-hospedado", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Menu", "show_menu", "Mostrar Menu", _s18_57, _s24_99, _s16_85, _s20_137, "search_designs", "Pesquisar Modelos", "search_invoices", "Pesquisar Notas de Pagamento", "search_clients", _s18_182, "search_products", _s18_183, "search_quotes", "Pesquisar Or\xe7amentos", "search_credits", _s18_184, "search_vendors", "Procurar Fornecedores", "search_users", "Pesquisar Utilizadores", _s16_86, _s27_86, "search_tasks", _s17_196, "search_settings", _s23_84, "search_projects", _s18_185, "search_expenses", _s18_186, "search_payments", _s20_138, "search_groups", _s16_318, "search_company", _s17_197, "search_document", _s21_148, "search_design", _s18_187, "search_invoice", "Pesquisar 1 Nota de Pagamento", "search_client", _s19_116, "search_product", _s19_117, "search_quote", _s19_118, "search_credit", _s19_119, "search_vendor", "Procurar 1 Fornecedor", "search_user", _s19_120, "search_tax_rate", _s27_87, "search_task", _s18_188, "search_project", _s19_121, "search_expense", _s19_122, "search_payment", _s21_149, "search_group", _s17_198, "refund_payment", _s20_139, _s17_75, "Nota de Pagamento Cancelada com Sucesso", _s18_59, "Notas de Pagamento Canceladas com Sucesso", _s16_92, "Nota de Pagamento Revertida com Sucesso", _s17_76, "Notas de Pagamento Revertidas com Sucesso", "reverse", "Reverter", "full_name", "Nome Completo", _s17_77, "Cidade/Distrito/C. Postal", _s17_79, "C\xf3digo-Postal/Cidade/Distrito", "custom1", _s22_122, "custom2", _s21_150, "custom3", _s22_123, "custom4", _s20_140, "optional", "Opcional", "license", "Licen\xe7a", "purge_data", "Limpar Dados", _s16_93, _s35_42, _s18_60, "Aviso: apagar\xe1 todos os seus dados.", "invoice_balance", "Saldo da fatura", "age_group_0", "0 - 30 Dias", "age_group_30", "30 - 60 Dias", "age_group_60", "60 - 90 Dias", "age_group_90", "90 - 120 Dias", "age_group_120", "120+ Dias", "refresh", "Atualizar", "saved_design", "Design guardado com sucesso", "client_details", _s19_123, "company_address", "Endere\xe7o da Empresa", "invoice_details", "Detalhes da nota de pag.", "quote_details", "Detalhes do or\xe7amento", "credit_details", _s19_124, "product_columns", _s18_189, "task_columns", _s18_190, "add_field", "Adicionar campo", "all_events", _s16_319, "permissions", "Permiss\xf5es", "none", "Nenhum", "owned", "Possu\xeddo", "payment_success", _s31_35, "payment_failure", "Falha no Pagamento", "invoice_sent", ":count nota de pag. enviada", "quote_sent", _s17_226, "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Nota de Pagamento Vista", "quote_viewed", "Or\xe7amento Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Or\xe7amento Aprovado", _s25_33, _s29_65, _s16_94, "Comprar licen\xe7a", "apply_license", "Aplicar Licen\xe7a", "cancel_account", "Apagar Conta", _s22_47, "Aviso: Ir\xe1 apagar permanentemente a sua conta.", "delete_company", "Apagar Empresa", _s22_48, "Aviso: Esta a\xe7\xe3o ir\xe1 apagar permanentemente a sua empresa, n\xe3o h\xe1 como desfaz\xea-la.", "enabled_modules", "Ativar M\xf3dulos", "converted_quote", _s28_93, "credit_design", _s17_199, "includes", "Inclui", "header", "Cabe\xe7alho", "load_design", "Carregar Modelo", "css_framework", "CSS Framework", "custom_designs", "Modelos Personalizados", "designs", "Modelos", "new_design", "Novo Modelo", "edit_design", "Editar Modelo", "created_design", "Modelo criado com sucesso", "updated_design", "Modelo atualizado com sucesso", "archived_design", "Model arquivado com sucesso", "deleted_design", "Modelo apagado com sucesso", "removed_design", "Modelo removido com sucesso", "restored_design", "Modelo restaurado com sucesso", _s16_96, ":value Modelos arquivados com sucesso", "deleted_designs", ":value Modelos apagados com sucesso", _s16_97, ":value Modelos restaurados com sucesso", "proposals", "Propostas", "tickets", "Bilhetes", _s16_98, _s22_124, "recurring_tasks", _s19_125, _s18_61, "Gerir Conta", "credit_date", "Data da Nota de Cr\xe9dito", "credit", "Nota de Cr\xe9dito", "credits", "Nota de Cr\xe9dito", "new_credit", "Introduzir Nota de Cr\xe9dito", "edit_credit", "Editar Nota de Cr\xe9dito", "created_credit", "Nota de Cr\xe9dito criada com sucesso", "updated_credit", "Nota de Cr\xe9dito atualizada com sucesso", "archived_credit", "Nota de Cr\xe9dito arquivada com sucesso", "deleted_credit", "Nota de Cr\xe9dito apagada com sucesso", "removed_credit", _s28_85, "restored_credit", "Nota de Cr\xe9dito restaurado", _s16_100, ":count notas de cr\xe9dito arquivadas com sucesso", "deleted_credits", ":count notas de cr\xe9dito apagadas com sucesso", _s16_101, ":value Cr\xe9ditos restaurados com sucesso", "current_version", "Vers\xe3o Atual", "latest_version", "\xdaltima vers\xe3o", "update_now", "Atualize agora", _s26_21, "Uma nova vers\xe3o da aplica\xe7\xe3o web est\xe1 dispon\xedvel", _s16_102, _s22_125, "app_updated", _s34_34, "learn_more", "Saber mais", "integrations", "Integra\xe7\xf5es", "tracking_id", "Id de acompanhamento", _s17_81, _s20_141, "credit_footer", _s17_200, "credit_terms", _s17_201, "new_company", "Nova Empresa", "added_company", _s30_54, "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", "Produto Personalizado 1", "product2", "Produto Personalizado 2", "product3", "Produto Personalizado 3", "product4", "Produto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarefa Personalizada 1", "task2", "Tarefa Personalizada 2", "task3", "Tarefa Personalizada 3", "task4", "Tarefa Personalizada 4", "project1", "Projeto Personalizado 1", "project2", "Projeto Personalizado 2", "project3", "Projeto Personalizado 3", "project4", "Projeto Personalizado 4", "expense1", "Despesa Personalizada 1", "expense2", "Despesa Personalizada 2", "expense3", "Despesa Personalizada 3", "expense4", "Despesa Personalizada 4", "vendor1", "Fornecedor Personalizado 1", "vendor2", "Fornecedor Personalizado 2", "vendor3", "Fornecedor Personalizado 3", "vendor4", "Fornecedor Personalizado 4", "invoice1", "Nota de Pagamento Personalizada 1", "invoice2", "Nota de Pagamento Personalizada 2", "invoice3", "Nota de Pagamento Personalizada 3", "invoice4", "Nota de Pagamento Personalizada 4", "payment1", "Pagamento Personalizado 1", "payment2", "Pagamento Personalizado 2", "payment3", "Pagamento Personalizado 3", "payment4", "Pagamento Personalizado 4", "surcharge1", _s25_82, "surcharge2", _s25_83, "surcharge3", _s25_84, "surcharge4", _s25_85, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Repor", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fico", "count", "Contagem", "totals", "Totais", "blank", "Vazio", "day", "Dia", "month", "M\xeas", "year", "Ano", "subgroup", "Subgrupo", "is_active", "Ativo", "group_by", "Agrupado por", "credit_balance", "Balan\xe7o da Nota de Cr\xe9dito", _s18_67, "\xdaltimo Login do Contacto", _s17_83, "Nome Completo do Contacto", "contact_phone", "Contato Telef\xf3nico", _s21_59, "Valor personalizado do contacto 1", _s21_60, "Valor personalizado do contacto 2", _s21_61, "Valor personalizado do contacto 3", _s21_62, "Valor personalizado do contacto 4", _s17_85, _s16_346, _s17_86, "Andar / Fra\xe7\xe3o de Envio", "shipping_city", "Cidade de Envio", "shipping_state", "Distrito / Regi\xe3o de Envio", _s20_61, "C\xf3digo Postal de Envio", _s16_132, "Pa\xeds de Envio", _s16_134, _s16_346, _s16_135, "Andar / Fra\xe7\xe3o da Fatura\xe7\xe3o", "billing_city", "Cidade da Fatura\xe7\xe3o", "billing_state", "Distrito / Regi\xe3o da Fatura\xe7\xe3o", _s19_40, "C\xf3digo Postal da Fatura\xe7\xe3o", "billing_country", "Pa\xeds de Fatura\xe7\xe3o", "client_id", "Identifica\xe7\xe3o do Cliente", "assigned_to", "Atribu\xeddo para", "created_by", "Criado por :nome", "assigned_to_id", "Atribu\xeddo ao ID", "created_by_id", "Criado pelo ID", "add_column", _s16_320, "edit_columns", "Editar Colunas", "columns", "Colunas", "aging", "Vencidas", "profit_and_loss", "Lucros e Perdas", "reports", "Relat\xf3rios", "report", "Relat\xf3rio", "add_company", _s17_202, "unpaid_invoice", "Nota de Pagamento N\xe3o Paga", "paid_invoice", "Nota de Pagamento Paga", _s16_136, _s22_126, "help", "Ajuda", "refund", "Reembolsar", "refund_date", _s17_203, "filtered_by", "Filtrado por", "contact_email", "Email", "multiselect", _s16_321, "entity_state", "Estado", "verify_password", "Verificar Palavra-passe", "applied", "Aplicado", _s21_63, "Incluir erros recentes dos registos", _s30_8, _s58_3, "message", "Mensagem", "from", "De", _s20_63, _s27_88, _s25_35, "Incluir a descri\xe7\xe3o e o custo na lista suspensa do produto", _s20_65, _s48_7, _s18_70, "Ajustar Percentagem da Multa", _s23_28, "Ajustar a percentagem da taxa a contabilizar", _s18_72, _s20_142, "support_forum", _s16_322, "about", "Sobre", "documentation", "Documenta\xe7\xe3o", "contact_us", "Contacte-nos", "subtotal", "Total Il\xedquido", "line_total", "Total", "item", "Produto", "credit_email", _s17_204, "iframe_url", "Site", "domain_url", "URL do Dom\xednio", _s21_64, _s21_151, _s20_66, "A palavra-passe deve conter um caractere mai\xfasculo e um n\xfamero", _s19_42, _s28_86, _s23_29, _s27_89, _s20_67, "Por favor introduza um valor", "deleted_logo", "Log\xf3tipo removido com sucesso", "yes", "Sim", "no", "N\xe3o", "generate_number", "Gerar N\xfamero", "when_saved", "Quando Guardado", "when_sent", "Quando Enviado", "select_company", _s18_191, "float", "Flutuante", "collapse", "Fechar", "show_or_hide", "Exibir/esconder", "menu_sidebar", _s21_152, "history_sidebar", _s26_76, "tablet", "Tablet", "mobile", "M\xf3vel", "desktop", "Desktop", "layout", "Layout", "view", "Visualizar", "module", "M\xf3dulo", "first_custom", _s22_122, "second_custom", _s21_150, "third_custom", _s22_123, "show_cost", "Mostrar Custo", _s17_88, "Mostrar Custo do Produto", "show_cost_help", "Exibir um campo de custo do produto para acompanhar a marca\xe7\xe3o/lucro", _s21_65, _s29_66, _s26_23, _s72_1, _s21_67, _s28_87, _s26_24, _s77_2, _s21_69, "Mostrar Desconto do Produto", _s26_25, _s34_15, _s16_138, _s17_205, _s21_71, _s60_0, "one_tax_rate", _s19_126, "two_tax_rates", _s22_127, "three_tax_rates", _s22_128, _s16_140, "Imposto Padr\xe3o", "user", "Utilizador", "invoice_tax", _s17_206, "line_item_tax", _s24_100, "inclusive_taxes", _s17_207, _s17_90, _s27_90, "item_tax_rates", _s25_86, _s18_74, _s30_61, "configure_rates", _s18_192, _s18_75, "Configurar Terminais", "tax_settings", "Defini\xe7\xf5es de Impostos", _s18_77, "Impostos", "accent_color", "Cor de destaque", "switch", "Alterar", _s19_44, _s27_91, "options", "Op\xe7\xf5es", _s16_142, _s20_143, "multi_line_text", _s16_323, "dropdown", "Dropdown", "field_type", "Tipo de Campo", _s27_37, "Foi enviado um e-mail de recupera\xe7\xe3o da palavra-passe", "submit", "Enviar", _s16_144, "Recuperar senha", "late_fees", "Taxas atrasadas", "credit_number", "Nota de Cr\xe9dito N\xfamero", "payment_number", "N\xfamero do Pagamento", "late_fee_amount", _s16_324, _s16_145, _s20_151, "schedule", "Agendamento", "before_due_date", "At\xe9 \xe0 data de vencimento", "after_due_date", _s28_88, _s18_79, "Depois da data da fatura", "days", "Dias", "invoice_email", "E-mail para Nota de Pagamento", "payment_email", "E-mail para Pagamentos", "partial_payment", _s17_208, "payment_partial", "Pagamento Parcial", _s21_72, "E-mail de pagamento parcial", "quote_email", "E-mail para Or\xe7amentos", _s16_147, "Aviso Cont\xednuo", _s16_149, "Filtrado pelo Utilizador", "administrator", "Administrador", _s18_80, "Permite ao utilizador gerir utilizadores, alterar defini\xe7\xf5es e modificar registos.", "user_management", "Gerir Utilizadores", "users", "Utilizadores", "new_user", "Novo Utilizador", "edit_user", "Editar Utilizador", "created_user", "Utilizador criado com sucesso", "updated_user", "Utilizador atualizado com sucesso", "archived_user", "Utilizador arquivado", "deleted_user", "Utilizador apagado", "removed_user", "Utilizador removido com sucesso", "restored_user", "Utilizador restaurado", "archived_users", ":value Cr\xe9ditos arquivados com sucesso", "deleted_users", ":value Utilizadores arquivados com sucesso", "removed_users", ":value Utilizadores removidos com sucesso", "restored_users", ":value Utilizadores restaurados com sucesso", _s16_151, "Defini\xe7\xf5es Gerais", "invoice_options", "Op\xe7\xf5es da Nota de Pagamento", _s17_92, "Ocultar Data de Pagamento", _s22_55, 'Mostrar apenas a "Data de Pagamento" quanto o pagamento for efetuado.', _s23_31, "Documentos Incorporados", _s28_21, "Incluir imagens anexadas na nota de pagamento.", _s16_153, "Mostrar cabe\xe7alho ativo", _s16_154, "Mostrar rodap\xe9 ativo", "first_page", "Primeira p\xe1gina", "all_pages", _s16_325, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fonte Prim\xe1ria", "secondary_font", _s16_326, "primary_color", "Cor Principal", "secondary_color", "Cor Secund\xe1ria", "page_size", _s17_209, "font_size", "Tamanho do Texto", "quote_design", "Modelo do Or\xe7amento", "invoice_fields", "Campos da Nota de Pagamento", "product_fields", "Campos do Produto", "invoice_terms", "Condi\xe7\xf5es da Nota de Pagamento", "invoice_footer", "Rodap\xe9 da Nota de Pagamento", "quote_terms", _s22_129, "quote_footer", _s19_127, _s18_81, _s16_327, _s23_32, _s74_, _s18_82, _s24_101, _s23_33, _s61_5, _s18_83, "Auto Convers\xe3o", _s23_34, "Converter automaticamente um or\xe7amento em nota de pagamento quando for aprovado pelo cliente.", _s17_94, _s34_35, "freq_daily", "Di\xe1rio", "freq_weekly", "Semanal", "freq_two_weeks", "2 semanas", "freq_four_weeks", "4 semanas", "freq_monthly", "Mensal", "freq_two_months", "Dois meses", _s17_96, "Trimestral", _s16_155, "Quatro Meses", "freq_six_months", "Semestral", "freq_annually", "Anual", "freq_two_years", "Dois Anos", _s16_156, "Tr\xeas Anos", "never", "Nunca", "company", "Empresa", _s17_97, "N\xfameros gerados", "charge_taxes", "Impostos", "next_reset", "Pr\xf3xima Reposi\xe7\xe3o", "reset_counter", "Repor Contador", _s16_157, _s22_130, "number_padding", _s23_85, "general", "Geral", "surcharge_field", _s18_194, "company_field", _s16_328, "company_value", _s16_329, "credit_field", _s16_330, "invoice_field", "Campo da Nota de Pagamento", _s17_99, "Taxa Extra da Fatura", "client_field", _s16_331, "product_field", _s16_332, "payment_field", _s18_195, "contact_field", "Campo do Contacto", "vendor_field", _s19_128, "expense_field", _s16_333, "project_field", _s16_334, "task_field", "Campo da Tarefa", "group_field", "Campo de Grupo", "number_counter", _s17_210, "prefix", "Prefixo", "number_pattern", _s19_129, "messages", "Mensagens", "custom_css", _s17_211, _s17_101, _s24_102, _s16_159, "Mostrar no PDF", _s21_74, "Mostrar a assinatura do cliente no PDF da nota de pagamento/or\xe7amento.", _s25_41, "Caixa de sele\xe7\xe3o para Termos da Nota de Pagamento", _s30_9, "Requer que o cliente confirme que aceita os termos da nota de pagamento.", _s23_35, "Caixa de sele\xe7\xe3o para Termos do Or\xe7amento", _s28_22, "Requer que o cliente confirme que aceita os termos do or\xe7amento.", _s25_42, "Assinatura da Nota de Pagamento", _s30_10, "Requer que o cliente introduza a sua assinatura.", _s23_36, _s23_86, _s22_57, "Proteger notas de pag. com senha", _s27_38, "Permite definir uma senha para cada contacto. Se uma senha for defenida, o contacto dever\xe1 introduzir a senha antes de visualizar a nota de pagamento.", "authorization", "Autoriza\xe7\xe3o", "subdomain", "Subdom\xednio", "domain", "Dom\xednio", "portal_mode", "Modo Portal", "email_signature", "Cumprimentos,", _s24_39, "Para tornar mais f\xe1cil para os seus clientes efetuarem os pagamentos, acrescente marca\xe7\xe3o schema.org aos seus e-mails.", "plain", "Plano", "light", "Claro", "dark", "Escuro", "email_design", "Modelo de E-mail", "attach_pdf", "Anexar PDF", _s16_160, _s17_212, "attach_ubl", "Anexar UBL", "email_style", "Estilo de e-mails", _s19_46, "Ativar Marca\xe7\xe3o", "reply_to_email", "Email de resposta", "reply_to_name", "Responder para nome", "bcc_email", "Email BCC", "processed", "Processado", "credit_card", _s17_213, "bank_transfer", _s22_131, "priority", "Prioridade", "fee_amount", "Valor da Multa", "fee_percent", _s20_151, "fee_cap", "Taxa m\xe1xima", "limits_and_fees", "Limites/Multas", "enable_min", "Ativar min", "enable_max", "Ativar max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Log\xf3tipos de Cart\xf5es Aceites", "credentials", "Credenciais", "update_address", "Atualizar Morada", _s19_49, "Atualizar morada do cliente", "rate", "Taxa", "tax_rate", "Imposto", "new_tax_rate", "Novo Imposto", "edit_tax_rate", "Editar Imposto", _s16_162, "Imposto Adicionado", _s16_163, "Imposto Atualizado", _s17_104, "Imposto Arquivado", _s16_164, _s36_42, _s17_105, _s38_31, _s18_84, ":value Taxas de Impostos arquivados com sucesso", _s17_106, ":value Taxas de Impostos apagados com sucesso", _s18_85, ":value Taxas de Impostos restaurados com sucesso", "fill_products", "Preencher automaticamente produtos", _s18_86, "Ao selecionar um produto a descri\xe7\xe3o e pre\xe7o ser\xe3o preenchidos automaticamente", "update_products", _s35_43, _s20_71, "Ao atualizar uma nota de pagamento o produto tamb\xe9m ser\xe1 atualizado", _s16_165, _s18_196, _s21_75, _s68_, "fees", "Taxas", "limits", "Limites", "provider", "Fornecedor", "company_gateway", "Terminal de Pagamento", _s16_167, "Terminais de Pagamento", _s19_50, "Novo Terminal", _s20_72, "Editar Terminal", _s23_37, "Terminal Criado com Sucesso", _s23_38, "Terminal Atualizado com Sucesso", _s24_40, "Gateway Arquivado com Sucesso", _s23_39, "Terminal Apagado com Sucesso", _s24_41, "Terminal Restaurado com Sucesso", _s25_44, ":value Terminais arquivados com sucesso", _s24_42, ":value Terminais apagados com sucesso", _s25_45, ":value Terminais restaurados com sucesso", _s16_169, "Continuar a Editar", "discard_changes", "Rejeitar Mudan\xe7as", "default_value", "Valor padr\xe3o", "disabled", "Desativado", "currency_format", _s16_335, _s21_76, "Primeiro Dia da Semana", _s23_40, _s19_130, "sunday", "Domingo", "monday", "Segunda-Feira", "tuesday", "Ter\xe7a-Feira", "wednesday", "Quarta-Feira", "thursday", "Quinta-Feira", "friday", "Sexta-Feira", "saturday", "S\xe1bado", "january", "Janeiro", "february", "Fevereiro", "march", "Mar\xe7o", "april", "Abril", "may", "Maio", "june", "Junho", "july", "Julho", "august", "Agosto", "september", "Setembro", "october", "Outubro", "november", "Novembro", "december", "Dezembro", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato da Data", "datetime_format", _s20_144, "military_time", "24 Horas", _s18_87, _s19_131, "send_reminders", _s16_336, "timezone", "Fuso Hor\xe1rio", _s19_51, _s20_145, _s17_107, _s18_197, _s19_53, _s19_132, _s18_88, _s20_146, _s18_90, _s21_153, "group_settings", _s23_87, "group", "Grupo", "groups", "Grupos", "new_group", "Novo Grupo", "edit_group", "Editar Grupo", "created_group", _s24_103, "updated_group", _s28_89, "archived_groups", ":value Grupos arquivados com sucesso", "deleted_groups", ":value Grupos apagados com sucesso", "restored_groups", ":value Grupos restaurados com sucesso", "archived_group", _s27_92, "deleted_group", _s26_77, "restored_group", _s28_90, "upload_logo", "Carregar Log\xf3tipo", "uploaded_logo", "Log\xf3tipo carregado com sucesso", "logo", "Logotipo", "saved_settings", "Configura\xe7\xf5es guardadas com sucesso", _s16_171, "Defini\xe7\xf5es de Produtos", "device_settings", _s28_91, "defaults", "Padr\xf5es", "basic_settings", "Defini\xe7\xf5es B\xe1sicas", _s17_109, "Defini\xe7\xf5es Avan\xe7adas", "company_details", _s19_133, "user_details", "Detalhes do Utilizador", "localization", "Localiza\xe7\xe3o", "online_payments", _s17_214, "tax_rates", "Impostos", "notifications", "Notifica\xe7\xf5es", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Modelo das Notas de Pagamento", "buy_now_buttons", "Comprar Bot\xf5es Agora", "email_settings", "Defini\xe7\xf5es de E-mail", _s23_42, "Modelos & Avisos", _s22_58, "Contas Banc\xe1rias", _s19_55, _s21_155, "price", "Pre\xe7o", "email_sign_up", "Registo com Email", "google_sign_up", "Registo via Google", _s27_42, "Obrigado pela sua compra!", "redeem", "Resgatar", "back", "Voltar", "past_purchases", _s16_337, _s19_57, _s16_338, "pro_plan", "Plano Profissional", "enterprise_plan", _s17_215, "count_users", ":count utilizadores", "upgrade", "Atualizar", _s25_46, "Por favor introduza o primeiro nome", _s24_43, "Por favor introduza o apelido", _s33_21, _s86_0, "i_agree_to_the", "Aceito os", _s16_173, _s20_147, "privacy_policy", _s23_88, "sign_up", "Registar", "account_login", "Iniciar sess\xe3o", "view_website", "Ver o Website", "create_account", "Criar Conta", "email_login", "E-mail de Login", "create_new", "Criar Nova", _s18_92, "Nenhum registo selecionado", _s21_79, "Por favor, guarde ou cancele suas altera\xe7\xf5es", "download", "Transferir", _s27_43, "Necessita de um plano empresarial", "take_picture", "Tirar Fotografia", "upload_file", "Enviar Arquivo", "document", "Documento", "documents", "Documentos", "new_document", "Novo Documento", "edit_document", _s16_339, _s17_111, _s29_67, _s16_175, _s32_27, _s17_112, _s31_36, _s16_176, _s29_68, _s17_113, _s32_28, _s18_94, ":value Documentos arquivados com sucesso", _s17_114, ":value Documentos apagados com sucesso", _s18_95, ":value Documentos restaurados com sucesso", "no_history", "Sem Hist\xf3rico", "expense_date", "Data da Despesa", "pending", "Pendente", _s16_177, "Em aberto", _s16_178, "Pendente", _s16_179, "Faturado", "converted", "Convertido", _s24_45, "Adicionar documentos \xe0 nota de pagamento", "exchange_rate", "Taxa de C\xe2mbio", _s16_180, "Converter moeda", "mark_paid", _s16_340, "category", "Categoria", "address", "Morada", "new_vendor", "Novo Fornecedor", "created_vendor", _s29_69, "updated_vendor", _s33_35, "archived_vendor", _s32_29, "deleted_vendor", "Fornecedor removido com sucesso", "restored_vendor", "Fornecedor restarurado com sucesso", _s16_181, _s42_23, "deleted_vendors", ":count fornecedores removidos com sucesso", _s16_182, ":value Fornecedores Restaurados com Sucesso", "new_expense", "Introduzir Despesa", "created_expense", _s26_78, "updated_expense", _s30_55, _s16_183, _s29_70, "deleted_expense", "Despesa apagada com sucesso", _s16_184, _s30_56, _s17_115, _s31_37, _s16_185, "Despesas apagadas com sucesso", _s17_116, ":value Despesas restauradas com sucesso", "copy_shipping", "Copiar Envio", "copy_billing", "Copiar Faturamento", "design", "Modelo", _s21_80, "Falha ao procurar registo", "invoiced", "Faturado", "logged", "Em aberto", "running", "Em execu\xe7\xe3o", "resume", "Retomar", "task_errors", "Corrija os tempos sobrepostos", "start", "Iniciar", "stop", "Parar", "started_task", _s27_93, "stopped_task", "Tarefa interrompida", "resumed_task", "Tarefa retomada com sucesso", "now", "Agora", _s16_186, _s31_38, "timer", "Temporizador", "manual", "Manual", "budgeted", "Or\xe7ado", "start_time", "In\xedcio", "end_time", "Final", "date", "Data", "times", "Tempo", "duration", "Dura\xe7\xe3o", "new_task", "Nova Tarefa", "created_task", "Tarefa criada", "updated_task", "Tarefa atualizada", "archived_task", "Tarefa arquivada", "deleted_task", "Tarefa apagada", "restored_task", "Tarefa restaurada", "archived_tasks", ":count Tarefas arquivadas", "deleted_tasks", ":count Tarefas apagadas", "restored_tasks", ":value Tarefas restauradas com sucesso", _s19_59, "Por favor introduza um nome", "budgeted_hours", "Horas de Or\xe7amento", "created_project", _s26_79, "updated_project", _s30_57, _s16_188, _s29_71, "deleted_project", _s27_97, _s16_189, _s30_58, _s17_117, _s38_32, _s16_190, ":count projectos apagadas com sucesso", _s17_118, ":value Projetos restaurados com sucesso", "new_project", "Novo Projeto", _s27_47, "Obrigado por utilizar a nosso aplica\xe7\xe3o!", "if_you_like_it", "Se gostou por favor", "click_here", "clique aqui", _s18_96, "Clique aqui", "to_rate_it", "d\xea uma avalia\xe7\xe3o.", "average", "M\xe9dia", "unapproved", "N\xe3o Aprovado", _s30_15, _s56_3, "locked", "Bloqueado", "authenticate", "Autenticar", _s19_61, _s23_89, _s24_47, _s23_90, "footer", "Rodap\xe9", "compare", "Comparar", "hosted_login", "Login Alojado", "selfhost_login", "Login Servidor Pessoal", "google_sign_in", "Iniciar sess\xe3o atrav\xe9s da Google", "today", "Hoje", "custom_range", "Intervalo Personalizado", "date_range", "Intervalo de Datas", "current", "Atual", "previous", "Anterior", "current_period", "Per\xedodo Atual", _s17_119, _s21_156, "previous_period", _s16_341, "previous_year", "Ano Anterior", "compare_to", "Comparar com", "last7_days", "\xdaltimos 7 dias", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 dias", "this_month", "Este M\xeas", "last_month", "\xdaltimo M\xeas", "this_year", "Este ano", "last_year", "\xdaltimo Ano", "custom", "Personalizado", _s16_191, "Duplicar para Nota de Pagamento", "clone_to_quote", "Duplicar para Or\xe7amento", "clone_to_credit", "Duplicar para cr\xe9dito", "view_invoice", "Visualizar Nota de Pagamento", "convert", "Converter", "more", "Mais", "edit_client", "Editar Cliente", "edit_product", "Editar Produto", "edit_invoice", "Editar Nota de Pagamento", "edit_quote", _s16_342, "edit_payment", _s16_343, "edit_task", "Editar Tarefa", "edit_expense", "Editar Despesa", "edit_vendor", _s17_216, "edit_project", "Editar Projeto", _s20_74, _s27_94, "billing_address", "Morada de Fatura\xe7\xe3o", _s16_193, "Endere\xe7o de Envio", "total_revenue", "Receita Total", "average_invoice", "M\xe9dia por Nota de Pagamento", "outstanding", "Em Aberto", "invoices_sent", ":count notas de pag. enviadas", "active_clients", "Clientes ativos", "close", "Fechar", "email", "E-mail", "password", "Senha", "url", "URL", "secret", "Segredo", "name", "Nome", "logout", "Sair", "login", "Iniciar Sess\xe3o", "filter", "Filtrar", "sort", "Ordenar", "search", "Pesquisa", "active", "Ativo", "archived", "Arquivado", "deleted", "Apagado", "dashboard", "Painel", "archive", "Arquivar", "delete", "Apagar", "restore", "Restaurar", _s16_195, "Recarregar Completo", _s23_43, "Por favor introduza o seu e-mail", _s26_34, "Por favor introduza a sua senha", _s21_83, "Por favor introduza o seu URL", _s26_36, "Por favor introduza uma chave de produto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ocorreu um erro", "paid_to_date", "Pago at\xe9 \xe0 data", "balance_due", "Valor", "balance", "Saldo", "overview", "Resumo", "details", "Detalhes", "phone", "Telefone", "website", "Website", "vat_number", "NIF", "id_number", "N\xfamero de Identifica\xe7\xe3o", "create", "Criar", _s19_63, _s43_6, "error", "Erro", _s16_197, _s24_104, "contacts", "Contactos", "additional", "Adicional", "first_name", "Primeiro Nome", "last_name", "Apelido", "add_contact", "Adicionar contacto", "are_you_sure", "Tem a certeza?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remover", _s16_199, "E-mail \xe9 inv\xe1lido", "product", "Produto", "products", "Produtos", "new_product", "Novo Produto", "created_product", "Produto criado", "updated_product", "Produto atualizado", _s16_201, "Produto arquivado", "deleted_product", "Produto apagado com sucesso", _s16_202, _s30_59, _s17_123, ":count Produtos arquivados com sucesso", _s16_203, ":count produtos apagados com sucesso", _s17_124, ":value Produtos restaurados com sucesso", "product_key", "Produto", "notes", "Observa\xe7\xf5es", "cost", "Custo", "client", "Cliente", "clients", "Clientes", "new_client", "Novo Cliente", "created_client", _s26_80, "updated_client", _s30_60, "archived_client", _s29_72, _s16_204, _s38_33, "deleted_client", "Clientes removidos com sucesso", "deleted_clients", ":count clientes removidos com sucesso", "restored_client", "Cliente restaurado", _s16_205, ":value Clientes restaurados com sucesso", "address1", "Rua", "address2", "Complemento", "city", "Cidade", "state", "Distrito/Prov\xedncia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Nota Pagamento", "invoices", "Notas Pag.", "new_invoice", "Nova Nota de Pagamento", "created_invoice", "Nota de pagamento criada com sucesso", "updated_invoice", "Nota de pagamento atualizada com sucesso", _s16_206, "Nota de pagamento arquivada com sucesso", "deleted_invoice", "Notas de Pagamento apagadas com sucesso", _s16_207, "Nota de pagamento restaurada", _s17_125, ":count notas de pagamento arquivadas com sucesso", _s16_208, ":count notas de pagamento apagadas com sucesso", _s17_126, ":value Notas de Pagamento restaurados com sucesso", "emailed_invoice", "Nota de pagamento enviada por e-mail com sucesso", "emailed_payment", "Pagamento enviado por e-mail com sucesso", "amount", "Total", "invoice_number", "N\xfamero NP", "invoice_date", "Data da NP", "discount", "Desconto", "po_number", "N\xfam. Ordem de Servi\xe7o", "terms", "Condi\xe7\xf5es", "public_notes", "Notas P\xfablicas", "private_notes", "Notas Privadas", "frequency", "Frequ\xeancia", "start_date", "Data Inicial", "end_date", "Data Final", "quote_number", _s19_134, "quote_date", _s17_217, "valid_until", "V\xe1lido at\xe9", "items", "Produtos", "partial_deposit", _s16_347, "description", "Descri\xe7\xe3o", "unit_cost", "Pre\xe7o", "quantity", "Quantidade", "add_item", "Adicionar Produto", "contact", "Contacto", "work_phone", "Telefone", "total_amount", "Quantia Total", "pdf", "PDF", "due_date", _s18_198, _s16_209, _s26_81, "status", "Estado", _s17_127, "Estado da Nota de Pagamento", "quote_status", "Estado do Or\xe7amento", _s22_59, "Clique + para adicionar um produto", _s22_61, _s29_73, "count_selected", _s19_135, "total", "Total", "percent", "Percentagem", "edit", "Editar", "dismiss", "Dispensar", _s20_76, "Por favor selecione uma data", _s22_62, _s30_61, _s24_49, "Por favor escolha uma nota de pagamento", "task_rate", "Taxa de Tarefas", "settings", "Defini\xe7\xf5es", "language", "Idioma", "currency", "Moeda", "created_at", "Data de Cria\xe7\xe3o", "created_on", "Criado em", "updated_at", "Atualizado", "tax", "Imposto", _s30_17, "Por favor digite um n\xfamero de nota de pagamento", _s27_51, _s39_14, "past_due", "Vencido", "draft", "Rascunho", "sent", "Enviado", "viewed", "Visto", "approved", "Aprovado", "partial", _s16_347, "paid", "Pago", "mark_sent", "Marcar Como Enviada", _s22_64, "A nota de pagamento foi marcada como enviada.", _s22_65, "Excelente! A nota de pagamento foi marcada como enviada.", _s23_45, _s61_6, _s23_46, _s61_6, "done", "Conclu\xeddo", _s37_18, "Por favor introduza um cliente ou nome de contacto", "dark_mode", "Modo Escuro", _s27_53, "Reinicie a aplica\xe7\xe3o para aplicar a mudan\xe7a", "refresh_data", "Atualizar Dados", "blank_contact", "Contato Vazio", "activity", "Atividade", _s16_211, "Nenhum registo encontrado", "clone", "Duplicar", "loading", "A Carregar", "industry", "Ind\xfastria", "size", "Tamanho", "payment_terms", "Condi\xe7\xf5es de Pagamento", "payment_date", _s17_218, "payment_status", "Estado do Pagamento", _s16_213, "Pendente", _s16_214, "Anulado", _s16_215, "Falhou", _s16_216, "Completo", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "N\xe3o Aplicado", _s17_129, _s25_91, "net", "L\xedquido", "client_portal", _s17_219, "show_tasks", "Mostrar tarefas", "email_reminders", "Avisos de e-mail", "enabled", "Ativo", "recipients", "Destinat\xe1rios", "initial_email", "Email Inicial", "first_reminder", "Primeiro Aviso", "second_reminder", "Segundo Aviso", "third_reminder", "Terceiro Aviso", "reminder1", "Primeiro Aviso", "reminder2", "Segundo Aviso", "reminder3", "Terceiro Aviso", "template", "Modelo", "send", "Enviar", "subject", "Assunto", "body", "Conte\xfado", "send_email", "Enviar email", "email_receipt", "Envio do comprovativo de pagamento por e-mail para o cliente", "auto_billing", "Faturamento autom\xe1tica", "button", "Bot\xe3o", "preview", "Pr\xe9-visualizar", "customize", "Personalizar", "history", "Hist\xf3rico", "payment", "Pagamento", "payments", "Pagamentos", "refunded", "Reembolsado", "payment_type", _s17_191, _s21_85, _s23_91, "enter_payment", "Introduzir Pag.", "new_payment", "Introduzir Pagamento", "created_payment", _s28_92, "updated_payment", _s32_30, _s16_219, _s31_39, "deleted_payment", "Pagamento apagado com sucesso", _s16_220, "Pagamento restaurado", _s17_130, _s40_11, _s16_221, ":count pagamentos apagados com sucesso", _s17_131, ":value Pagamentos restaurados com sucesso", "quote", "Or\xe7amento", "quotes", "Or\xe7amentos", "new_quote", "Novo Or\xe7amento", "created_quote", "Or\xe7amento criado", "updated_quote", "Or\xe7amento atualizado", "archived_quote", "Or\xe7amento arquivado", "deleted_quote", "Or\xe7amento apagado com sucesso", "restored_quote", "Or\xe7amento restaurado", "archived_quotes", _s40_12, "deleted_quotes", ":count or\xe7amentos apagados com sucesso", "restored_quotes", ":value Or\xe7amentos restaurados com sucesso", "expense", "Despesa", "expenses", "Despesas", "vendor", "Fornecedor", "vendors", "Fornecedor", "task", "Tarefa", "tasks", "Tarefas", "project", "Projeto", "projects", "Projetos", "activity_1", _s29_74, "activity_2", _s32_31, "activity_3", ":user removeu o cliente :client", "activity_4", ":user criou a nota de pagamento :invoice", "activity_5", ":user atualizou a nota de pagamento :invoice", "activity_6", ":user enviou nota de pagamento :invoice para :client, :contact", "activity_7", ":contact viu a nota de pagamento :invoice para :client", "activity_8", ":user arquivou a nota de pagamento :invoice", "activity_9", ":user removeu a nota de pagamento :invoice", "activity_10", ":contact introduziu o pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente", "activity_11", _s36_43, "activity_12", _s35_44, "activity_13", ":user removeu o pagamento :payment", "activity_14", ":user adicionou nota de cr\xe9dito :credit", "activity_15", ":user atualizou nota de cr\xe9dito :credit", "activity_16", ":user arquivou nota de cr\xe9dito :credit", "activity_17", ":user removeu nota de cr\xe9dito :credit", "activity_18", ":user adicionou o or\xe7amento :quote", "activity_19", ":user atualizou o or\xe7amento :quote", "activity_20", ":user enviou o or\xe7amento :quote por e-mail para :client, :contact", "activity_21", _s38_34, "activity_22", _s33_36, "activity_23", ":user removeu o or\xe7amento :quote", "activity_24", _s34_36, "activity_25", ":user restaurou a nota de pagamento :invoice", "activity_26", _s33_37, "activity_27", _s36_44, "activity_28", ":user restaurou a nota de cr\xe9dito :credit", "activity_29", ":contact aprovou o or\xe7amento :quote para :cliente", "activity_30", _s32_32, "activity_31", _s35_45, "activity_32", ":user apagou o fornecedor :vendor", "activity_33", _s36_45, "activity_34", _s30_62, "activity_35", _s33_38, "activity_36", ":user apagou a despesa :expense", "activity_37", _s34_37, "activity_39", _s58_4, "activity_40", _s72_2, "activity_41", "pagamento (:payment) de :payment_amount falhou", "activity_42", _s26_82, "activity_43", _s30_63, "activity_44", _s29_75, "activity_45", ":user apagou a tarefa :task", "activity_46", _s30_64, "activity_47", _s34_38, "activity_48", ":user criou o utilizador :user", "activity_49", ":user atualizou o utilizador :user", "activity_50", ":user arquivou o utilizador :user", "activity_51", ":user apagou o utilizador :user", "activity_52", ":user restaurou o utilizador :user", "activity_53", ":user marcou como enviado :invoice", "activity_54", _s30_65, "activity_55", ":contact respondeu ao bilhete :ticket", "activity_56", ":user visualizou o bilhete :ticket", "activity_57", "O sistema falhou ao enviar a nota de pagamento :invoice", "activity_58", ":invoice revertida pelo utilizador: user", "activity_59", ":invoice cancelada pelo utilizador :user", "activity_60", ":contact viu o or\xe7amento :quota", "activity_61", ":user atualizou o cliente :client", "activity_62", ":user atualizou fornecedor :vendor", "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", ":user criou a subscri\xe7\xe3o :subscription", "activity_81", ":user atualizou a subscri\xe7\xe3o :subscription", "activity_82", ":user arquivou a subscri\xe7\xe3o :subscription", "activity_83", ":user apagou a subscri\xe7\xe3o :subscription", "activity_84", ":user restaurou a subscri\xe7\xe3o :subscription", _s17_132, "Senha descart\xe1vel", "emailed_quote", _s17_226, "emailed_credit", _s27_95, _s20_78, _s42_24, _s21_87, _s40_13, "expired", "Expirada", "all", "Todos", "select", "Selecionar", _s22_66, _s33_39, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, _s30_66, _s24_54, _s32_33, _s29_37, "Mensagem Personalizada de Nota de Pagamento Atrasada", _s27_58, "Mensagem Personalizada de Nota de Pagamento Paga", _s31_18, _s48_8, "lock_invoices", "Bloquear Notas de Pagamento", "translations", "Tradu\xe7\xf5es", _s19_64, _s29_76, _s19_66, _s28_94, _s22_68, _s30_67, _s22_70, _s29_77, _s21_88, "Padr\xe3o N\xfamero Fornecedor", _s21_90, "Contador N\xfamero Fornecedor", _s21_92, _s29_78, _s21_94, _s28_95, _s22_72, _s32_34, _s22_74, _s31_40, _s22_76, _s29_79, _s22_78, "Numera\xe7\xe3o das", _s20_79, _s32_35, _s20_81, "Numera\xe7\xe3o dos Or\xe7amentos", _s21_96, _s30_68, _s21_98, _s29_80, _s21_100, _s30_68, _s21_101, _s29_80, _s18_99, _s26_83, "counter_padding", _s18_199, _s28_57, _s43_7, _s18_101, _s20_148, _s18_103, _s24_105, _s18_105, _s20_149, _s18_107, _s24_106, _s18_109, _s20_150, _s18_111, _s24_107, _s21_102, _s27_96, _s19_68, _s30_69, _s21_104, _s30_70, _s29_39, _s38_35, "show_table", "Mostrar Tabelas", "show_list", "Mostrar Lista", "client_city", _s17_222, "client_state", "Distrito do Cliente", "client_country", "Pa\xeds do Cliente", _s16_222, "Cliente Ativo", "client_balance", "Saldo do Cliente", "client_address1", _s19_137, "client_address2", _s25_92, "vendor_address1", "Morada Fornecedor", "vendor_address2", "Andar / Fra\xe7\xe3o Fornecedor", _s24_56, _s19_138, _s24_57, _s25_92, "type", "Tipo", "invoice_amount", "Total da Nota de Pagamento", _s16_226, _s18_198, "tax_rate1", _s17_223, "tax_rate2", _s17_224, "tax_rate3", _s17_225, "auto_bill", _s19_139, "archived_at", "Arquivado em", "has_expenses", "Tem despesas", "custom_taxes1", _s25_87, "custom_taxes2", _s25_88, "custom_taxes3", _s25_89, "custom_taxes4", _s25_90, _s17_134, _s25_82, _s17_135, _s25_83, _s17_136, _s25_84, _s17_137, _s25_85, "is_deleted", "Apagado", "vendor_city", "Cidade Fornecedor", "vendor_state", "Distrito Fornecedor", "vendor_country", "Pa\xeds Fornecedor", "is_approved", "Est\xe1 aprovado", "tax_name", "Nome do Imposto", "tax_amount", "Total de Impostos", "tax_paid", "Impostos Pagos", "payment_amount", "Total do Pagamento", "age", "Idade", "is_running", "Em execu\xe7\xe3o", "time_log", "Registo de Tempo", "bank_id", "Banco", _s19_70, "ID da Categoria de Despesa", _s16_227, "Categoria de Despesas", _s19_72, "ID da Moeda da Nota de Pagamento", "tax_name1", "Imposto 1", "tax_name2", "Imposto 2", "tax_name3", "Imposto 3", "transaction_id", "ID de transa\xe7\xe3o", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ro", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Curent", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Adaug\u0103 Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Adaug\u0103 la factura :invoice", _s17_11, _s17_12, "week", "S\u0103pt\u0103m\xe2n\u0103", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda Facturii", "range", "Interval", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprob\u0103", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Stabile\u0219te Parola", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "Vezi Extras", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Import\u0103 Date", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "Trebuie s\u0103 fie mai mare ca zero \u0219i mai mic ca totalul", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activeaza", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Transform\u0103 \xeen Factur\u0103", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "F\u0103ctureaz\u0103 task", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ascunde", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Coloana", "sample", "Exemplar", "map_to", "Map To", "import", "Importa", _s25_16, _s29_7, "select_file", "Alege un fisier", _s16_62, _s16_63, "csv_file", "fisier CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total factura", "quote_total", "Total Proforma", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Nume Client", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Factura Recurenta", _s18_51, "Facturi Recurente", _s21_53, "Adauga Factura Recurenta", _s22_40, "Editare factura recurenta", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factur\u0103 recurent\u0103 arhivat\u0103 cu succes", _s25_29, "Factur\u0103 recurent\u0103 \u0219tears\u0103 cu succes", _s25_30, _s38_11, _s26_14, "Factur\u0103 recurent\u0103 restaurat\u0103 cu succes", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Salveaz\u0103 datele cardului", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ore", "statement", "Extras", "taxes", "Taxe", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "C\u0103tre", "health_check", "Health Check", "payment_type_id", "Tip plata", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Facturi urmatoare", _s17_65, _s17_66, "recent_payments", "Plati recente", "upcoming_quotes", "Proforme urm\u0103toare", "expired_quotes", "Proforme expirate", "create_client", "Create Client", "create_invoice", "Creaza factura", "create_quote", "Creaza Proforma", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Sterge Proforma", "update_invoice", "Update Invoice", "delete_invoice", "Sterge factura", "update_client", "Update Client", "delete_client", "Sterge client", "delete_payment", "Sterge plata", "update_vendor", "Update Vendor", "delete_vendor", "\u0218terge Furnizor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Delete Expense", "create_task", "Creaz\u0103 Task", "update_task", "Update Task", "delete_task", "\u0218terge Task", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "Token API", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Token-uri", "new_token", "New Token", "edit_token", "Modifica token", "created_token", "Token creat", "updated_token", "Actualizeaz\u0103 token", "archived_token", _s27_27, "deleted_token", "Token \u0219ters", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Trimite email", "email_quote", "Trimite Proforma", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Valoare credit", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count factur\u0103 trimis\u0103", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Aplic\u0103 Licen\u021b\u0103", "cancel_account", "\u0218terge cont", _s22_47, "ATEN\u021aIE: Toate datele vor fi \u0219terse definitiv, nu se pot recupera.", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Antet", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Proforme Recurente", "recurring_tasks", "Recurring Tasks", _s18_61, "Administrare cont", "credit_date", "Data Creditului", "credit", "Credit", "credits", "Credite", "new_credit", "Adaug\u0103 Credit", "edit_credit", "Edit Credit", "created_credit", "Credit ad\u0103ugat cu succes", "updated_credit", _s27_34, "archived_credit", "Credit arhivat cu succes", "deleted_credit", "Credit \u0219ters", "removed_credit", _s27_36, "restored_credit", "Credit restaurat", _s16_100, ":count credite au fost arhivate cu succes", "deleted_credits", ":count \u0219ters", _s16_101, _s36_9, "current_version", "Versiunea Curent\u0103", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Afla mai mult", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Firm\u0103 nou\u0103", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reseteaz\u0103", "number", "Number", "export", "Export\u0103", "chart", "Grafic", "count", "Count", "totals", "Total", "blank", "Blank", "day", "Zi", "month", "Lun\u0103", "year", "An", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupeaz\u0103 dup\u0103", "credit_balance", "Soldul Creditului", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Asignare lui", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit \u0219i Pierdere", "reports", "Reports", "report", "Raport", "add_company", "Adaug\u0103 Firm\u0103", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ajutor", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "De la", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum suport", "about", "About", "documentation", "Documenta\u021bie", "contact_us", "Contact Us", "subtotal", "Subtotal", "line_total", "Total linie", "item", "Element", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Nu", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Vezi", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Utilizator", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Alege un client", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Setari Taxe", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "Recupereaz\u0103 parola", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Email Factur\u0103", "payment_email", "Email Plat\u0103", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Email Ofert\u0103", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Utilizatori", "users", "Utilizatori", "new_user", "New User", "edit_user", "Modific\u0103 Utilizator", "created_user", _s25_37, "updated_user", "Utilizator actualizat", "archived_user", "Arhivare utilizator cu succes", "deleted_user", "Utilizator \u0219ters", "removed_user", _s25_40, "restored_user", "Utilizator restaurat", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Optiuni Generale", "invoice_options", "Op\u021biuni Factur\u0103", _s17_92, 'Ascunde c\xe2mpul "Pl\u0103tit p\xe2n\u0103 la"', _s22_55, 'Afi\u0219eaz\u0103 "Pl\u0103tit pana la" dec\xe2t c\xe2nd plata a fost efectuat\u0103.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "Prima pagin\u0103", "all_pages", "Toate paginile", "last_page", "Ultima pagin\u0103", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Culoare Principal\u0103", "secondary_color", "Culoare Secundar\u0103", "page_size", "Dimensiune Pagin\u0103", "font_size", "Dimensiune Font", "quote_design", "Quote Design", "invoice_fields", "C\xe2mpuri Factur\u0103", "product_fields", "Product Fields", "invoice_terms", "Termeni facturare", "invoice_footer", "Subsol Factur\u0103", "quote_terms", "Termeni Proform\u0103", "quote_footer", "Subsol Proform\u0103", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Zilnic", "freq_weekly", "S\u0103pt\u0103m\xe2nal", "freq_two_weeks", "Dou\u0103 S\u0103pt\u0103m\xe2ni", "freq_four_weeks", "Patru S\u0103pt\u0103m\xe2ni", "freq_monthly", "Lunar", "freq_two_months", "Dou\u0103 Luni", _s17_96, "Trei Luni", _s16_155, "Patru Luni", "freq_six_months", "\u0218ase Luni", "freq_annually", "Anual", "freq_two_years", "Doi Ani", _s16_156, "Three Years", "never", "Niciodat\u0103", "company", "Company", _s17_97, _s17_98, "charge_taxes", "Taxe", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefix", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "Editeaza CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Subdomeniu", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\xcen leg\u0103tur\u0103 cu,", _s24_39, _s86_, "plain", "Plain", "light", "Deschisa", "dark", "Intunecata", "email_design", "Design Email", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Card de Credit", "bank_transfer", "Transfer Bancar", "priority", "Prioritate", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Actualizeaz\u0103 Adresa", _s19_49, "Actualizeaz\u0103 adresa clientului cu detaliile trimise", "rate", "Valoare", "tax_rate", "Valoare Tax\u0103", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "Editeaz\u0103 valoare tax\u0103", _s16_162, "Valoare tax\u0103 creat\u0103 cu succes", _s16_163, "Valoare tax\u0103 actualizat\u0103 cu succes", _s17_104, "Valoare tax\u0103 arhivat\u0103 cu succes", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Completeaz\u0103 automat produsele", _s18_86, "Aleg\xe2nd un produs descrierea \u0219i pre\u021bul vor fi completate automat", "update_products", "Actualizare automat\u0103 a produselor", _s20_71, "Actualiz\xe2nd o factur\u0103 se va actualiza si libr\u0103ria de produse", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Dezactivat", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Duminic\u0103", "monday", "Luni", "tuesday", "Mar\u021bi", "wednesday", "Miercuri", "thursday", "Joi", "friday", "Vineri", "saturday", "S\xe2mb\u0103t\u0103", "january", "Ianuarie", "february", "Februarie", "march", "Martie", "april", "Aprilie", "may", "Mai", "june", "Iunie", "july", "Iulie", "august", "August", "september", "Septembrie", "october", "Octombrie", "november", "Noiembrie", "december", "Decembrie", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Format 24 Ore", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Op\u021biuni Produs", "device_settings", "Device Settings", "defaults", "Implicit", "basic_settings", "Op\u021biuni de baz\u0103", _s17_109, "Op\u021biuni avansate", "company_details", "Detalii companie", "user_details", "Detalii utilizator", "localization", "Localizare", "online_payments", "Plati online", "tax_rates", "Valori taxa", "notifications", "Notific\u0103ri", "import_export", "Import | Export", "custom_fields", "C\xe2mpuri personalizate", "invoice_design", "Design factur\u0103", "buy_now_buttons", "Buy Now Buttons", "email_settings", "Setari email", _s23_42, "\u0218abloane & Notific\u0103ri", _s22_58, _s20_73, _s19_55, "Vizualizare Date", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Termenii Serviciului", "privacy_policy", "Privacy Policy", "sign_up", "Inscrie-te", "account_login", "Autentificare", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descarca", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Expense Date", "pending", "\xcen a\u0219teptare", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Transform\u0103", _s24_45, _s24_60, "exchange_rate", "Curs Valutar", _s16_180, "Transform\u0103 moneda", "mark_paid", "Mark Paid", "category", "Category", "address", "Adres\u0103", "new_vendor", "Furnizor Nou", "created_vendor", "Furnizor creat cu succes", "updated_vendor", "Furnizor actualizat cu succes", "archived_vendor", "Furnizor arhivat cu succes", "deleted_vendor", "Furnizor \u0219ters cu succes", "restored_vendor", _s28_28, _s16_181, ":count furnizori arhiva\u021bi cu succes", "deleted_vendors", ":count furnizori \u0219tersi cu succes", _s16_182, _s36_11, "new_expense", "Introdu Cheltuial\u0103", "created_expense", _s28_29, "updated_expense", _s28_30, _s16_183, "Cheltuial\u0103 arhivat\u0103 cu succes", "deleted_expense", "Cheltuial\u0103 \u0219tears\u0103 cu succes", _s16_184, _s29_22, _s17_115, "Cheltuieli arhivate cu succes", _s16_185, "Cheltuieli \u0219terse cu succes", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturat", "logged", "\xcenregistrat", "running", "\xcen derulare", "resume", "Continu\u0103", "task_errors", "Te rog corecteaz\u0103 suprapunerea timpilor", "start", "Start", "stop", "Stop", "started_task", _s25_48, "stopped_task", "Task oprit", "resumed_task", _s25_50, "now", "Acum", _s16_186, _s16_187, "timer", "Cronometru", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Timp pornire", "end_time", "Timp \xeencheiere", "date", "Data", "times", "Times", "duration", "Durat\u0103", "new_task", "Task nou", "created_task", "Task creat", "updated_task", "Task actualizat", "archived_task", "Task arhivat", "deleted_task", "Task \u0219ters", "restored_task", "Task restaurat", "archived_tasks", "Arhivat :count task-uri", "deleted_tasks", "\u0218ters :count task-uri", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "Proiect nou", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "apas\u0103 aici", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Subsol", "compare", "Compar\u0103", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Ast\u0103zi", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Curent", "previous", "Anterior", "current_period", "Perioada Curent\u0103", _s17_119, "Perioada Compar\u0103rii", "previous_period", "Perioada Anterioar\u0103", "previous_year", "Anul Anterior", "compare_to", "Compar\u0103 cu", "last7_days", "Ultimele 7 Zile", "last_week", "S\u0103pt\u0103m\xe2na Trecut\u0103", "last30_days", "Ultimele 30 Zile", "this_month", "Luna curent\u0103", "last_month", "Luna trecut\u0103", "this_year", "Anul Curent", "last_year", "Anul Trecut", "custom", "Personalizat", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Vizualizare Factur\u0103", "convert", "Convert", "more", "More", "edit_client", "Modifica client", "edit_product", "Modifica produs", "edit_invoice", "Modifica factura", "edit_quote", "Modifica Proforma", "edit_payment", "Modific\u0103 Plata", "edit_task", "Modific\u0103 Task", "edit_expense", "Edit Expense", "edit_vendor", "Editeaz\u0103 Furnizor", "edit_project", "Editeaz\u0103 Proiect", _s20_74, "Editare oferta recurenta", "billing_address", "Adres\u0103 de facturare", _s16_193, _s16_194, "total_revenue", "Venituri Totale", "average_invoice", "Medie facturi", "outstanding", "Restante", "invoices_sent", ":count facturi trimise", "active_clients", "clienti activi", "close", "Inchide", "email", "Email", "password", "Parola", "url", "URL", "secret", "Secret", "name", "Nume", "logout", "Deconectare", "login", "Autentificare", "filter", "Filtreaza", "sort", "Sort", "search", "Cauta", "active", "Activ", "archived", "Arhivat", "deleted", "\u0218ters", "dashboard", "Panou Control", "archive", "Arhiva", "delete", "Sterge", "restore", "Restaureaz\u0103", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Salveaza", _s17_121, _s17_122, "paid_to_date", "Pl\u0103tit P\xe2na Acum", "balance_due", "Total De Plat\u0103", "balance", "Balanta", "overview", "Overview", "details", "Detalii", "phone", "Telefon", "website", "Site web", "vat_number", "C.I.F.", "id_number", "Nr. Reg. Com.", "create", "Creaza", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contacte", "additional", "Additional", "first_name", "Prenume", "last_name", "Nume", "add_contact", "Adauga contact", "are_you_sure", "Sigur?", "cancel", "Renunta", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Produs", "products", "Produse", "new_product", "New Product", "created_product", "Produs creat cu succes", "updated_product", "Produs actualizat cu succes", _s16_201, "Produs arhivat cu succes", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "Produs", "notes", "Noti\u021be", "cost", "Cost", "client", "Client", "clients", "Clienti", "new_client", "Client nou", "created_client", "S-a creat clientul cu succes", "updated_client", "Client actualizat cu succes.", "archived_client", "Client arhivat cu succes.", _s16_204, ":count clienti arhivat cu succes.", "deleted_client", "Client sters cu succes.", "deleted_clients", ":count clienti stersi cu succes.", "restored_client", "Client restaurat", _s16_205, _s36_13, "address1", "Strada", "address2", "Apartament", "city", "Localitate", "state", "Jude\u021b/Sector", "postal_code", "Cod po\u0219tal", "country", "Tara", "invoice", "Factur\u0103", "invoices", "Facturi", "new_invoice", "Factura noua", "created_invoice", "Factura creata cu succes.", "updated_invoice", "Factura actualiazata cu succes.", _s16_206, "Factura arhivata cu succes.", "deleted_invoice", "Factura stearsa cu succes.", _s16_207, "Factur\u0103 restaurat\u0103", _s17_125, ":count facturi arhivate cu succes.", _s16_208, ":count facturi sterse cu succes", _s17_126, _s37_17, "emailed_invoice", "Factura trimisa pe email cu succes", "emailed_payment", _s28_59, "amount", "Valoare", "invoice_number", "Num\u0103r factur\u0103", "invoice_date", "Data factur\u0103", "discount", "Discount", "po_number", "Ordin de cump\u0103rare nr", "terms", "Termeni", "public_notes", "Public Notes", "private_notes", "Note particulare", "frequency", "Frecventa", "start_date", "Data inceput", "end_date", "Data sfirsit", "quote_number", "Numar Proforma", "quote_date", "Data Proforma", "valid_until", "Valabil p\xe2n\u0103 la", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descriere", "unit_cost", "Pre\u021b unitar", "quantity", "Cantitate", "add_item", "Add Item", "contact", "Contact", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Scaden\u021ba", _s16_209, _s16_210, "status", "Stare", _s17_127, "Invoice Status", "quote_status", "Status oferta", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Percent", "edit", "Modifica", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, "Te rugam selecteaza o oferta", "task_rate", "Task Rate", "settings", "Setari", "language", "Language", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Tax\u0103", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "Trimis", "viewed", "Viewed", "approved", "Approved", "partial", "Par\u021bial/Depunere", "paid", "Pl\u0103tit", "mark_sent", "Marcheaz\u0103 ca trimis", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Gata", _s37_18, _s37_19, "dark_mode", "Mod \xeentunecat", _s27_53, _s35_20, "refresh_data", "Reactualizeaza datele", "blank_contact", "Contact gol", "activity", "Activitate", _s16_211, "Nu exista inregistrari", "clone", "Multiplic\u0103", "loading", "Loading", "industry", "Industrie", "size", "Size", "payment_terms", "Termeni de plat\u0103", "payment_date", "Data platii", "payment_status", "Status plata", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal Client", "show_tasks", "Arata sarcini", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "Prima Notificare", "second_reminder", "A Doua Notificare", "third_reminder", "A Treia Notificare", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0218ablon", "send", "Trimite", "subject", "Subiect", "body", "Mesaj", "send_email", "Trimite Email", "email_receipt", "Trimite pe email dovada pl\u0103\u021bii", "auto_billing", "Auto billing", "button", "Buton", "preview", "Previzualizare", "customize", "Personalizeaza", "history", "Istoric", "payment", "Plata", "payments", "Plati", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "Referinta tranzactie", "enter_payment", "Introdu plata", "new_payment", "Introdu plata", "created_payment", "Plata creata cu succes.", "updated_payment", "Plat\u0103 actualizat\u0103", _s16_219, "Plata arhivata cu succes", "deleted_payment", "Plata stearsa cu succes.", _s16_220, "Plat\u0103 restaurat\u0103", _s17_130, ":count plati arhivate cu succes", _s16_221, ":count plati sterse cu succes.", _s17_131, _s37_20, "quote", "Proforma", "quotes", "Proforme", "new_quote", "Proforma Nou", "created_quote", "Proform\u0103 creat\u0103 cu succes", "updated_quote", "Proform\u0103 actualizat\u0103 cu succes", "archived_quote", "Proform\u0103 arhivat\u0103 cu succes", "deleted_quote", "Proform\u0103 \u0219tears\u0103", "restored_quote", "Proform\u0103 restaurat\u0103", "archived_quotes", ":count proforme arhivate cu succes", "deleted_quotes", ":count proforme \u0219terse cu succes", "restored_quotes", _s35_22, "expense", "Cheltuial\u0103", "expenses", "Cheltuieli", "vendor", "Furnizor", "vendors", "Furnizori", "task", "Task", "tasks", "Task-uri", "project", "Proiect", "projects", "Proiecte", "activity_1", ":user a creat clientul :client", "activity_2", ":user a arhivat clientul :client", "activity_3", ":user a \u0219ters clientul :client", "activity_4", ":user a creat factura :invoice", "activity_5", ":user a actualizat factura :invoice", "activity_6", ":user a trimis pe email factura :invoice pentru :client la :contact", "activity_7", ":contact a vizualizat factura :invoice pentru :client", "activity_8", ":user a arhivat factura :invoice", "activity_9", ":user a \u0219ters factura :invoice", "activity_10", _s85_0, "activity_11", ":user a actualizat plata :payment", "activity_12", ":user a arhivat plata :payment", "activity_13", ":user a \u0219ters plata :payment", "activity_14", ":user a \xeenc\u0103rcat :credit credite", "activity_15", ":user a actualizat :credit credite", "activity_16", ":user a arhivat :credit credite", "activity_17", ":user a \u0219ters :credit credite", "activity_18", ":user a creat proforma :quote", "activity_19", ":user a actualizat proforma :quote", "activity_20", ":user a trimis pe email proforma :quote pentru :client la :contact", "activity_21", ":contact a vizualizat proforma :quote", "activity_22", ":user a arhivat proforma :quote", "activity_23", ":user a \u0219ters proforma :quote", "activity_24", ":user a restaurat proforma :quote", "activity_25", ":user a restaurat factura :invoice", "activity_26", ":user a restaurat clientul :client", "activity_27", ":user a restaurat plata :payment", "activity_28", ":user a restaurat :credit credite", "activity_29", ":contact a aprobat proforma :quote pentru :client", "activity_30", ":user a creat furnizorul :vendor", "activity_31", ":user a arhivat furnizorul :vendor", "activity_32", ":user a \u0219ters furnizorul :vendor", "activity_33", ":user a restaurat furnizorul :vendor", "activity_34", ":user a creat cheltuiala :expense", "activity_35", ":user a arhivat cheltuiala :expense", "activity_36", ":user a \u0219ters cheltuiala :expense", "activity_37", ":user a restaurat cheltuiala :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", _s30_26, "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Proform\u0103 trimis\u0103 cu succes", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Selecteaza", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Plaj\u0103 num\u0103r factur\u0103", _s20_79, _s20_80, _s20_81, "Plaj\u0103 num\u0103r proform\u0103", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Valoare Factur\u0103", _s16_226, "Data Scadenta", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Auto Facturare", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "Valoare plata", "age", "Age", "is_running", "Is Running", "time_log", "Log Timp", "bank_id", "Banca", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "ru_RU", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442 :invoice", _s17_11, _s17_12, "week", "\u041d\u0435\u0434\u0435\u043b\u044f", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u041e\u0434\u043e\u0431\u0440\u0438\u0442\u044c", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s23_48, "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0421\u0438\u0447\u0442\u0435\u043c\u0430", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0430\u044f\u0441\u044f \u0417\u0430\u0442\u0440\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s26_4, _s39_, _s25_5, "\u041f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f \u0438 \u043c\u0435\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0432\u0441\u0435\u0433\u043e", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432 \u0441\u0447\u0435\u0442", "invoice_expense", "Invoice Expense", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0421\u043a\u0440\u044b\u0442\u044c", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", "sample", "\u041f\u0440\u0438\u043c\u0435\u0440", "map_to", "Map To", "import", "\u0418\u043c\u043f\u043e\u0440\u0442", _s25_16, _s29_7, "select_file", "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", _s16_62, _s16_63, "csv_file", "CSV-\u0444\u0430\u0439\u043b", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0423\u0441\u043b\u0443\u0433\u0430", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "\u0418\u0442\u043e\u0433\u043e \u0441\u0447\u0451\u0442\u0430", "quote_total", "\u0412\u0441\u0435\u0433\u043e", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0418\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442", _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0417\u0430\u0442\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_116, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s18_51, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0447\u0435\u0442\u0430", _s21_53, "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0447\u0435\u0442", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, _s39_1, _s25_29, _s38_10, _s25_30, _s38_11, _s26_14, _s39_2, _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u0440\u0442\u044b", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "Company Name", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "\u0428\u043b\u044e\u0437", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0427\u0430\u0441\u044b", "statement", "Statement", "taxes", "\u041d\u0430\u043b\u043e\u0433\u0438", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Apply Credit", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044f\u0440\u043b\u044b\u043a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u041a\u043e\u043c\u0443", "health_check", "Health Check", "payment_type_id", "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u0447\u0435\u0442\u0430", _s17_65, _s17_66, "recent_payments", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "upcoming_quotes", "\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "expired_quotes", "Expired Quotes", "create_client", "Create Client", "create_invoice", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0447\u0451\u0442", "create_quote", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "create_payment", "Create Payment", "create_vendor", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "update_quote", "Update Quote", "delete_quote", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "update_invoice", "Update Invoice", "delete_invoice", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "update_client", "Update Client", "delete_client", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "delete_payment", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "update_vendor", "Update Vendor", "delete_vendor", "Delete Vendor", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "create_task", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "update_task", "Update Task", "delete_task", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "\u0426\u0435\u043b\u044c", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u0442\u043e\u043a\u0435\u043d\u044b", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u041f\u0440\u0430\u0432\u0430", "tokens", "\u0422\u043e\u043a\u0435\u043d\u044b", "new_token", "New Token", "edit_token", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u0430", "created_token", "\u0422\u043e\u043a\u0435\u043d \u0441\u043e\u0437\u0434\u0430\u043d", "updated_token", "\u0422\u043e\u043a\u0435\u043d \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_token", _s27_27, "deleted_token", "\u0422\u043e\u043a\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "email_quote", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0421\u0443\u043c\u043c\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", _s17_77, _s17_78, _s17_79, "\u0418\u043d\u0434\u0435\u043a\u0441/\u0413\u043e\u0440\u043e\u0434/\u0421\u0442\u0440\u0430\u043d\u0430", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0-30 \u0434\u043d\u0435\u0439", "age_group_30", "30-60 \u0434\u043d\u0435\u0439", "age_group_60", "60-90 \u0434\u043d\u0435\u0439", "age_group_90", "90-120 \u0434\u043d\u0435\u0439", "age_group_120", "120+ \u0434\u043d\u0435\u0439", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0451\u0442\u0430", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count \u0441\u0447\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", _s22_47, _s65_2, "delete_company", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", _s22_48, _s65_2, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "load_design", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "\u041a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f", "tickets", "\u0422\u0438\u043a\u0435\u0442\u044b", _s16_98, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "\u0414\u0430\u0442\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", "credit", "\u041a\u0440\u0435\u0434\u0438\u0442", "credits", "\u041a\u0440\u0435\u0434\u0438\u0442\u044b", "new_credit", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442", "edit_credit", "Edit Credit", "created_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_credit", _s27_34, "archived_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d", "removed_credit", _s27_36, "restored_credit", "\u041a\u0440\u0435\u0434\u0438\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_100, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", "deleted_credits", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u0440\u0435\u0434\u0438\u0442\u0430(\u043e\u0432)", _s16_101, _s36_9, "current_version", "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c", "number", "Number", "export", "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "chart", "\u0413\u0440\u0430\u0444\u0438\u043a", "count", "Count", "totals", "\u0418\u0442\u043e\u0433\u043e", "blank", "Blank", "day", "\u0414\u0435\u043d\u044c", "month", "\u041c\u0435\u0441\u044f\u0446", "year", "\u0413\u043e\u0434", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "credit_balance", "\u0411\u0430\u043b\u0430\u043d\u0441 \u043a\u0440\u0435\u0434\u0438\u0442\u0430", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0421\u0442\u043e\u043b\u0431\u0446\u044b", "aging", "Aging", "profit_and_loss", "\u041f\u0440\u0438\u0431\u044b\u043b\u0438 \u0438 \u0443\u0431\u044b\u0442\u043a\u0438", "reports", "Reports", "report", "\u041e\u0442\u0447\u0435\u0442", "add_company", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0447\u0435\u0442\u0430", _s16_136, _s16_137, "help", "\u041f\u043e\u043c\u043e\u0449\u044c", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438", "multiselect", "Multiselect", "entity_state", "State", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "from", "\u041e\u0442", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "\u0424\u043e\u0440\u0443\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438", "about", "About", "documentation", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "contact_us", "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", "subtotal", "\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433", "line_total", "\u0412\u0441\u0435\u0433\u043e", "item", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "credit_email", "Credit Email", "iframe_url", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Yes", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b", "layout", "Layout", "view", "View", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u0435\u043d\u0438", _s16_145, "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u0435\u043d\u0438", "schedule", "Schedule", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0414\u043d\u0438", "invoice_email", "\u041f\u0438\u0441\u044c\u043c\u043e", "payment_email", "\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Quote Email", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438", "users", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438", "new_user", "New User", "edit_user", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "created_user", _s25_37, "updated_user", "\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_user", _s26_26, "deleted_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u043b\u0451\u043d", "removed_user", _s25_40, "restored_user", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "invoice_options", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430", _s17_92, '\u0421\u043a\u0440\u044b\u0442\u044c "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e"', _s22_55, "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \xab\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u043e\xbb \u0432 \u0432\u0430\u0448\u0438\u0445 \u0441\u0447\u0435\u0442\u0430\u0445 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "First page", "all_pages", "All pages", "last_page", "Last page", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442", "secondary_color", "\u0412\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u044b\u0439 \u0446\u0432\u0435\u0442", "page_size", "Page Size", "font_size", "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430", "quote_design", "\u0428\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "invoice_fields", "\u041f\u043e\u043b\u044f \u0441\u0447\u0451\u0442\u0430", "product_fields", "\u041f\u043e\u043b\u044f \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "invoice_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u0447\u0451\u0442\u0430", "invoice_footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0441\u0447\u0435\u0442\u0430", "quote_terms", "Quote Terms", "quote_footer", "Quote Footer", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e", "freq_two_weeks", "\u0414\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_four_weeks", "\u0427\u0435\u0442\u044b\u0440\u0435 \u043d\u0435\u0434\u0435\u043b\u0438", "freq_monthly", "\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e", "freq_two_months", "\u0414\u0432\u0430 \u043c\u0435\u0441\u044f\u0446\u0430", _s17_96, "\u0422\u0440\u0438 \u043c\u0435\u0441\u044f\u0446\u0430", _s16_155, "\u0427\u0435\u0442\u044b\u0440\u0435 \u043c\u0435\u0441\u044f\u0446\u0430", "freq_six_months", "\u041f\u043e\u043b\u0433\u043e\u0434\u0430", "freq_annually", "Annually", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "Never", "company", "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f", _s17_97, _s17_98, "charge_taxes", "\u0420\u0430\u0441\u0447\u0451\u0442 \u043d\u0430\u043b\u043e\u0433\u043e\u0432", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, "\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u043f\u0440\u0435\u0444\u0438\u043a\u0441", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "\u041f\u043e\u043b\u0435 \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "\u041f\u043e\u043b\u0435 \u0421\u0447\u0451\u0442\u0430", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "\u041f\u043e\u043b\u0435 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "\u041f\u043e\u043b\u0435 \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u041f\u0440\u0435\u0444\u0438\u043a\u0441", "number_pattern", "Number Pattern", "messages", "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "custom_css", "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "\u041f\u043e\u0434\u0434\u043e\u043c\u0435\u043d", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "\u0421 \u0423\u0432\u0430\u0436\u0435\u043d\u0438\u0435\u043c,", _s24_39, _s86_, "plain", "Plain", "light", "Light", "dark", "Dark", "email_design", "Email Design", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Enable Markup", "reply_to_email", "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441", _s19_49, "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043c\u0438", "rate", "\u0421\u0442\u0430\u0432\u043a\u0430", "tax_rate", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430", "new_tax_rate", "New Tax Rate", "edit_tax_rate", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0442\u0430\u0432\u043a\u0443", _s16_162, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430", _s16_163, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430", _s17_104, "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0430\u0440\u0445\u0438\u0432", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s18_86, "\u0412\u044b\u0431\u043e\u0440 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", "update_products", "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s20_71, "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u043e\u0432\u0430\u0440\u043e\u0432/\u0443\u0441\u043b\u0443\u0433", _s16_165, "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", _s21_75, "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0446\u0435\u043d\u0443 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u0432\u0430\u043b\u044e\u0442\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "fees", "\u041f\u043b\u0430\u0442\u044b", "limits", "\u041b\u0438\u043c\u0438\u0442\u044b", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Disabled", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", "monday", "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", "tuesday", "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", "wednesday", "\u0421\u0440\u0435\u0434\u0430", "thursday", "\u0427\u0435\u0442\u0432\u0435\u0440\u0433", "friday", "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", "saturday", "\u0421\u0443\u0431\u0431\u043e\u0442\u0430", "january", "January", "february", "February", "march", "March", "april", "April", "may", "May", "june", "June", "july", "July", "august", "August", "september", "September", "october", "October", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24-\u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "\u0413\u0440\u0443\u043f\u043f\u0430", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "\u041b\u043e\u0433\u043e\u0442\u0438\u043f", "saved_settings", _s27_41, _s16_171, "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "device_settings", "Device Settings", "defaults", "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", "basic_settings", "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", _s17_109, "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "company_details", "\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "user_details", "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", "localization", "\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f", "online_payments", "\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043b\u0430\u0442\u0435\u0436\u0438", "tax_rates", "\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438", "notifications", "\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f", "import_export", "\u0418\u043c\u043f\u043e\u0440\u0442 | \u042d\u043a\u0441\u043f\u043e\u0440\u0442", "custom_fields", "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u043e\u043b\u044f", "invoice_design", "\u0414\u0438\u0437\u0430\u0439\u043d \u0441\u0447\u0451\u0442\u0430", "buy_now_buttons", "Buy Now Buttons", "email_settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043b. \u043f\u043e\u0447\u0442\u044b", _s23_42, "\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0438 \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f", _s22_58, _s20_73, _s19_55, "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", "privacy_policy", "Privacy Policy", "sign_up", "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f", "account_login", "\u041b\u043e\u0433\u0438\u043d", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0414\u0430\u0442\u0430 \u0417\u0430\u0442\u0440\u0430\u0442", "pending", "\u041e\u0436\u0438\u0434\u0430\u044e\u0449\u0438\u0439", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d", _s24_45, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432 \u0421\u0447\u0451\u0442", "exchange_rate", "Exchange Rate", _s16_180, _s16_240, "mark_paid", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u043c", "category", "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f", "address", "\u0410\u0434\u0440\u0435\u0441", "new_vendor", "\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a", "created_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_vendor", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "restored_vendor", _s28_28, _s16_181, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", "deleted_vendors", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430(\u043e\u0432)", _s16_182, _s36_11, "new_expense", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "created_expense", _s28_29, "updated_expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b", _s16_183, _s29_21, "deleted_expense", _s23_100, _s16_184, _s29_22, _s17_115, _s30_27, _s16_185, _s23_100, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0441\u0447\u0451\u0442", "logged", "\u0423\u0447\u0442\u0435\u043d\u043e", "running", "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", "resume", "\u041d\u0430\u0437\u0430\u0434", "task_errors", "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u044b", "start", "\u0421\u0442\u0430\u0440\u0442", "stop", "\u0421\u0442\u043e\u043f", "started_task", _s25_48, "stopped_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "resumed_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "now", "\u0421\u0435\u0439\u0447\u0430\u0441", _s16_186, _s16_187, "timer", "\u0422\u0430\u0439\u043c\u0435\u0440", "manual", "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e", "budgeted", "Budgeted", "start_time", "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", "end_time", "\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "date", "\u0414\u0430\u0442\u0430", "times", "\u0412\u0440\u0435\u043c\u044f", "duration", "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c", "new_task", "\u041d\u043e\u0432\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "created_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e", "updated_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u043e", "restored_task", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e", "archived_tasks", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "deleted_tasks", "\u0423\u0434\u0430\u043b\u0435\u043d\u043e :count \u0437\u0430\u0434\u0430\u043d\u0438\u0439", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043d\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435!", "if_you_like_it", _s21_82, "click_here", "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "\u041d\u0435\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", _s30_15, _s42_12, "locked", "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", "compare", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", "custom_range", "Custom Range", "date_range", "Date Range", "current", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439", "previous", "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439", "current_period", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", _s17_119, "\u041f\u0435\u0440\u0438\u043e\u0434 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f", "previous_period", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434", "previous_year", "\u041f\u0440\u0435\u0434\u0434\u0443\u0448\u0438\u0439 \u0433\u043e\u0434", "compare_to", "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441", "last7_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439", "last_week", "\u0417\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043d\u0435\u0434\u0435\u043b\u044e", "last30_days", "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439", "this_month", "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u0435\u0441\u044f\u0446", "last_month", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u043c\u0435\u0441\u044f\u0446", "this_year", "This Year", "last_year", "\u041f\u0440\u043e\u0448\u043b\u044b\u0439 \u0433\u043e\u0434", "custom", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", _s16_191, "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0447\u0451\u0442", "clone_to_quote", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442", "clone_to_credit", "Clone to Credit", "view_invoice", "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0447\u0435\u0442", "convert", "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d", "more", "More", "edit_client", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430", "edit_product", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0443", "edit_invoice", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0447\u0451\u0442", "edit_quote", "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0443", "edit_payment", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "edit_task", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435", "edit_expense", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b", "edit_vendor", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "\u0410\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432", _s16_193, _s16_194, "total_revenue", "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u044b\u0439 \u0434\u043e\u0445\u043e\u0434", "average_invoice", "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0441\u0447\u0451\u0442", "outstanding", "\u0418\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u0435", "invoices_sent", ":count \u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", "active_clients", "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044b", "close", "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", "email", "\u042d\u043b. \u043f\u043e\u0447\u0442\u0430", "password", "\u041f\u0430\u0440\u043e\u043b\u044c", "url", "URL", "secret", "Secret", "name", "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "logout", "\u0412\u044b\u0439\u0442\u0438", "login", "\u041b\u043e\u0433\u0438\u043d", "filter", "\u0424\u0438\u043b\u044c\u0442\u0440", "sort", "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "search", "\u0418\u0441\u043a\u0430\u0442\u044c", "active", "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", "archived", "\u0410\u0440\u0445\u0438\u0432", "deleted", "\u0423\u0434\u0430\u043b\u0435\u043d", "dashboard", "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "archive", "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "delete", "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", "restore", "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "ascending", "Ascending", "descending", "Descending", "save", "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", _s17_121, _s17_122, "paid_to_date", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance_due", "\u041d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "balance", "\u041a \u043e\u043f\u043b\u0430\u0442\u0435", "overview", "Overview", "details", "\u0414\u0435\u0442\u0430\u043b\u0438", "phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "website", "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442", "vat_number", "\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430 \u041d\u0414\u0421", "id_number", "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440", "create", "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", _s19_63, _s30_16, "error", "\u041e\u0448\u0438\u0431\u043a\u0430", _s16_197, _s16_198, "contacts", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b", "additional", "Additional", "first_name", "\u0418\u043c\u044f", "last_name", "\u0424\u0430\u043c\u0438\u043b\u0438\u044f", "add_contact", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442", "are_you_sure", "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", "cancel", "\u041e\u0442\u043c\u0435\u043d\u0430", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "products", "\u0422\u043e\u0432\u0430\u0440\u044b/\u0423\u0441\u043b\u0443\u0433\u0438", "new_product", "\u041d\u043e\u0432\u044b\u0439 \u0442\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "created_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_product", "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u043e\u0432\u0430\u0440\u0435/\u0443\u0441\u043b\u0443\u0433\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u0430", _s16_201, "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_product", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b", _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\u0422\u043e\u0432\u0430\u0440/\u0443\u0441\u043b\u0443\u0433\u0430", "notes", "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", "cost", "Cost", "client", "\u041a\u043b\u0438\u0435\u043d\u0442", "clients", "\u041a\u043b\u0438\u0435\u043d\u0442\u044b", "new_client", "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442", "created_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", _s16_204, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "deleted_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", "deleted_clients", "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043a\u043b\u0438\u0435\u043d\u0442\u0430(\u043e\u0432)", "restored_client", "\u041a\u043b\u0438\u0435\u043d\u0442 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s16_205, _s36_13, "address1", "\u0423\u043b\u0438\u0446\u0430", "address2", "\u0414\u043e\u043c/\u041e\u0444\u0438\u0441", "city", "\u0413\u043e\u0440\u043e\u0434", "state", "\u0420\u0430\u0439\u043e\u043d", "postal_code", "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434", "country", "\u0421\u0442\u0440\u0430\u043d\u0430", "invoice", "\u0421\u0447\u0451\u0442", "invoices", "\u0421\u0447\u0435\u0442\u0430", "new_invoice", "\u041d\u043e\u0432\u044b\u0439 \u0441\u0447\u0451\u0442", "created_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_206, "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_207, "\u0421\u0447\u0451\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_125, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s16_208, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u0441\u0447\u0442\u0430(\u043e\u0432)", _s17_126, _s37_17, "emailed_invoice", "\u0421\u0447\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043f\u043e \u043f\u043e\u0447\u0442\u0435", "emailed_payment", _s28_59, "amount", "\u0412\u0441\u0435\u0433\u043e", "invoice_number", "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430", "invoice_date", "\u0414\u0430\u0442\u0430 \u0441\u0447\u0451\u0442\u0430", "discount", "\u0421\u043a\u0438\u0434\u043a\u0430", "po_number", "\u041d\u043e\u043c\u0435\u0440 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0438\u044f", "terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f", "public_notes", "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "private_notes", "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438", "frequency", "\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c", "start_date", "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", "end_date", "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f", "quote_number", "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "quote_date", "\u0414\u0430\u0442\u0430 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438", "valid_until", "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e", "items", "Items", "partial_deposit", _s16_348, "description", "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", "unit_cost", "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443", "quantity", "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", "add_item", "Add Item", "contact", "\u041a\u043e\u043d\u0442\u0430\u043a\u0442", "work_phone", "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", _s16_209, _s16_210, "status", "\u0421\u0442\u0430\u0442\u0443\u0441", _s17_127, "\u0421\u0442\u0430\u0442\u0443\u0441 \u0421\u0447\u0451\u0442\u0430", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "\u0412\u0441\u0435\u0433\u043e", "percent", "\u041f\u0440\u043e\u0446\u0435\u043d\u0442", "edit", "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "dismiss", "Dismiss", _s20_76, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", _s22_62, "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0438\u0440\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430", _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "language", "\u042f\u0437\u044b\u043a", "currency", "\u0412\u0430\u043b\u044e\u0442\u0430", "created_at", "\u0414\u0430\u0442\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f", "created_on", "Created On", "updated_at", "Updated", "tax", "\u041d\u0430\u043b\u043e\u0433", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a", "sent", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", "viewed", "Viewed", "approved", "Approved", "partial", _s16_348, "paid", "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e", "mark_sent", "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0413\u043e\u0442\u043e\u0432\u043e", _s37_18, _s37_19, "dark_mode", "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430", _s27_53, _s35_20, "refresh_data", "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0414\u0430\u043d\u043d\u044b\u0435", "blank_contact", "Blank Contact", "activity", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", _s16_211, _s16_212, "clone", "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", "loading", "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f", "industry", "Industry", "size", "\u0420\u0430\u0437\u043c\u0435\u0440", "payment_terms", "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "payment_date", "\u0414\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "payment_status", "\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u043b\u0430\u0442\u0435\u0436\u0430", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Client Portal", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438", "initial_email", "Initial Email", "first_reminder", "\u041f\u0435\u0440\u0432\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "second_reminder", "\u0412\u0442\u043e\u0440\u043e\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "third_reminder", "\u0422\u0440\u0435\u0442\u044c\u0435 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0428\u0430\u0431\u043b\u043e\u043d", "send", "Send", "subject", "\u0422\u0435\u043c\u0430", "body", "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "send_email", "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043b.\u043f\u043e\u0447\u0442\u0443", "email_receipt", "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044e \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435 \u043f\u043e \u044d\u043b.\u043f\u043e\u0447\u0442\u0435", "auto_billing", "Auto billing", "button", "\u041a\u043d\u043e\u043f\u043a\u0430", "preview", "Preview", "customize", "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", "history", "\u0418\u0441\u0442\u043e\u0440\u0438\u044f", "payment", "\u041f\u043b\u0430\u0442\u0451\u0436", "payments", "\u041e\u043f\u043b\u0430\u0442\u044b", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0441 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "enter_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "new_payment", "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443", "created_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", _s16_219, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d", "deleted_payment", "\u041f\u043b\u0430\u0442\u0451\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", _s16_220, "\u041f\u043b\u0430\u0442\u0451\u0436 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", _s17_130, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s16_221, "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e :count \u043f\u043b\u0430\u0442\u0435\u0436\u0430(\u0435\u0439)", _s17_131, _s37_20, "quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "quotes", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442\u044b", "new_quote", "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430", "created_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d", "updated_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d", "archived_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0430\u0440\u0445\u0438\u0432", "deleted_quote", "\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430", "restored_quote", _s27_55, "archived_quotes", "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0430\u0440\u0445\u0438\u0432 :count \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u043a", "deleted_quotes", _s34_24, "restored_quotes", _s35_22, "expense", "\u0417\u0430\u0442\u0440\u0430\u0442\u0430", "expenses", "\u0417\u0430\u0442\u0440\u0430\u0442\u044b", "vendor", "Vendor", "vendors", "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0438", "task", "Task", "tasks", "\u0417\u0430\u0434\u0430\u043d\u0438\u0435", "project", "Project", "projects", "Projects", "activity_1", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u041a\u043b\u0438\u0435\u043d\u0442\u0430 :client", "activity_2", _s29_31, "activity_3", _s28_48, "activity_4", ":user \u0421\u043e\u0437\u0434\u0430\u043b \u0421\u0447\u0451\u0442 :invoice", "activity_5", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0441\u0447\u0451\u0442 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", _s31_11, "activity_9", _s30_21, "activity_10", _s85_0, "activity_11", _s30_22, "activity_12", _s31_12, "activity_13", _s30_23, "activity_14", _s28_49, "activity_15", _s28_50, "activity_16", _s29_32, "activity_17", _s28_51, "activity_18", _s26_41, "activity_19", _s26_42, "activity_20", _s50_9, "activity_21", _s28_52, "activity_22", _s27_56, "activity_23", _s26_43, "activity_24", _s27_57, "activity_25", _s31_13, "activity_26", _s29_33, "activity_27", _s31_14, "activity_28", _s29_34, "activity_29", _s42_13, "activity_30", _s28_53, "activity_31", _s29_35, "activity_32", _s28_54, "activity_33", _s29_36, "activity_34", _s30_24, "activity_35", _s31_15, "activity_36", ":user \u0423\u0434\u0430\u043b\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_37", _s31_16, "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", _s24_51, "activity_43", _s24_52, "activity_44", _s25_54, "activity_45", _s24_53, "activity_46", _s25_55, "activity_47", ":user \u041e\u0431\u043d\u043e\u0432\u0438\u043b \u0417\u0430\u0442\u0440\u0430\u0442\u044b :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u041f\u0440\u0430\u0439\u0441-\u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0451\u0442\u0430", _s20_79, _s20_80, _s20_81, _s20_82, _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0422\u0438\u043f", "invoice_amount", "Invoice Amount", _s16_226, "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0410\u0432\u0442\u043e-\u0441\u0447\u0435\u0442", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Tax Name", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0421\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "age", "\u0412\u043e\u0437\u0440\u0430\u0441\u0442", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Bank", _s19_70, _s19_71, _s16_227, "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sr", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s24_66, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Prihvati", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Pode\u0161avanja pla\u0107anja", "default", "Podrazumevano", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj kanal pla\u0107anja", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Kreirajte svoj nalog za nekoliko sekundi", "login_label", _s28_0, "add_to_invoice", _s21_110, _s17_11, _s17_12, "week", "Nedelja", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Opseg", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Napravi projekat", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Naknada za ra\u010dun :amount bi bila :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Odobri", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no o\u010di\u0161\u0107en klijent", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direktni dug", _s21_21, _s30_2, "set_password", "Postavi lozinku", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Debitna plac\u0301anja po prethodnom ovla\u0161c\u0301enju", "becs", "BECS direktno zadu\u017eivanje", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Pregled tro\u0161ka # :expense", "view_statement", "Pogledajte izjavu", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od Ime", _s16_23, "Kloniraj u tro\u0161kove", _s17_19, "Ponavljaju\u0107i tro\u0161ak", _s18_19, "Ponavljaju\u0107i tro\u0161kovi", _s21_22, "Novi ponavljaju\u0107i tro\u0161ak", _s22_27, "Izmeni ponavljaju\u0107i tro\u0161ak", _s25_3, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no kreiran", _s25_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no izmenjen", _s26_4, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no arhiviran", _s25_5, _s24_112, _s25_6, _s38_2, _s26_5, "Ponavljaju\u0107i tro\u0161ak uspe\u0161no povra\u0107en", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, "Google analitika", _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Uputstvo za upotrebu", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvezi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", "Kada fajl bude spreman primi\u0107ete mejl sa linkom za preuzimanje.", _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user je kreirao redovni ra\u010dun :recurring_invoice", "activity_101", ":user je a\u017eurirao redovni ra\u010dun :recurring_invoice", "activity_102", ":user je arhivirao redovni ra\u010dun :recurring_invoice", "activity_103", ":user je obrisao redovni ra\u010dun :recurring_invoice", "activity_104", ":user je vratio redovni ra\u010dun :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Poslednja izmena", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Prezime kontakta", "order", "Order", "unassigned", "Nije dodeljen.", "partial_value", "Mora biti ve\u0107e od nula i manje od sume", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogu\u0107i", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Postavite poddomen ili prika\u017eite ra\u010dun na va\u0161oj internet stranici.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promotivni kod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Bezbednost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Pretplata", "subscriptions", "Pretplate", _s16_41, "Nova pretplata", _s17_29, "Izmeni Pretplatu", _s20_29, "Pretplata uspe\u0161no kreirana", _s20_30, "Pretplata uspe\u0161no a\u017eurirana", _s21_34, "Uspe\u0161no arhivirana pretplata", _s20_31, "Uspe\u0161no obrisana pretplata", _s20_32, "Uspe\u0161no uklonjena pretplata", _s21_35, "Uspe\u0161no vra\u0107ena pretplata", _s19_21, "Pretraga 1 Pretplata", _s20_33, "Tra\u017ei :count pretplate", _s26_8, "Poddomen nije dostupan", "connect_gmail", "Pove\u017eite Gmail", _s16_43, "Prekinite vezu sa Gmail-om", "connected_gmail", "Gmail je uspe\u0161no povezan", _s18_35, "Uspe\u0161no je prekinuta veza sa Gmail-om", _s16_45, "Promene u bazi koda mo\u017eda blokiraju a\u017euriranje, mo\u017eete pokrenuti ovu komandu da biste odbacili promene:", _s16_46, "ID broj klijenta", "count_minutes", ":count minuti", _s16_48, "Vreme isteka lozinke", _s29_5, "Zajedni\u010dki broja\u010d ra\u010duna/kredita", "use_last_email", "Koristite poslednju e-po\u0161tu", _s16_50, "Aktivirajte kompaniju", _s21_37, "Omogu\u0107ite e-po\u0161te, redovne ra\u010dune i obave\u0161tenja", _s27_16, "Do\u0161lo je do gre\u0161ke, poku\u0161ajte ponovo", _s27_17, "Molimo prvo postavite lozinku", _s34_7, "Upozorenje: Promena va\u0161eg broja telefona c\u0301e onemoguc\u0301iti 2FA", "help_translate", "Help Translate", _s23_16, "Molimo odaberite dr\u017eavu", "resend_invite", "Ponovo po\u0161aljite pozivnicu", _s19_22, "Uspe\u0161no onemogu\u0107en 2FA", _s16_52, "Uspe\u0161no povezan nalog", _s19_23, "Uspe\u0161no prekinuta veza sa nalogom", "delivered", "Dostavljeno", "bounced", "Odbijene", "spam", "Nepo\u017eeljna e-po\u0161ta", "view_docs", "Pregled dokumenata", _s32_4, "Molimo navedite broj mobilnog telefona da biste omoguc\u0301ili dvofaktorsku potvrdu", "send_sms", "Po\u0161alji SMS poruku", "sms_code", "SMS kod", _s21_38, "O\u010ditajte bar kod uz pomo\u0107 :link odgovaraju\u0107e aplikacije.", _s18_36, "Dvostepena autorizacija uspe\u0161no aktivirana", "connect_google", "Pove\u017eite Google", _s17_31, "Prekinite vezu sa Google-om", _s17_33, "Dvostepena autorizacija", _s18_37, "Onemoguc\u0301ite dva faktora", _s34_8, _s34_9, "stay_logged_in", "Ostanite prijavljeni", _s23_18, "Upozorenje: Va\u0161a sesija uskoro isti\u010de", "count_hours", ":count sati", "count_day", "1 dan", "count_days", ":count dani", _s19_24, _s19_25, _s17_34, "Bezbednosne postavke", "resend_email", "Ponovo po\u0161alji e-po\u0161tu", _s26_10, "Molimo potvrdite adresu svoje e-po\u0161te", _s16_53, "Refundirana uplata", _s19_26, _s22_132, _s19_28, "Izaberite korisnika koji je potvr\u0111en pomoc\u0301u Gmail-a", "list_long_press", "List Long Press", "show_actions", "Prika\u017ei radnje", _s17_36, "Pokrenite opciju vi\u0161e izbora", _s27_19, "E-po\u0161ta je poslata za potvrdu adrese e-po\u0161te", _s21_39, "Da biste koristili :client_counter, dodajte ili :client_number ili :client_id_number da biste spre\u010dili sukobe", "this_quarter", "Ovaj kvartal", "last_quarter", "Poslednji kvartal", "to_update_run", "Za a\u017euriranje pokrenite", _s18_39, "Pretvori u ra\u010dun", _s16_54, "URL za registraciju", "invoice_project", "Naplati Projekat", "invoice_task", "Fakturi\u0161i zadatak", "invoice_expense", "Tro\u0161ak ra\u010duna", _s19_29, "Pretraga 1 uslovi pla\u0107anja", _s20_34, "Pretra\u017ei :count uslove pla\u0107anja", _s16_56, "Sa\u010duvaj i pregledaj", "save_and_email", "Sa\u010duvaj i po\u0161alji e-po\u0161tom", _s16_58, _s17_143, _s16_60, "Konvertovani iznos", _s17_38, "Konvertovano stanje", _s22_31, "Pretvoreno u plac\u0301eno do danas", _s24_19, "Konvertovano kreditno stanje", "converted_total", "Ukupno konvertovano", "is_sent", "Je poslato", _s17_40, "Podrazumevani dokumenti", "document_upload", "Otpremiti dokument", _s20_35, "Dozvoli klijentima da po\u0161alju dokumente", "expense_total", "Ukupni tro\u0161kovi", "enter_taxes", "Unesite poreze", "by_rate", "Prema stopi", "by_amount", "Prema iznosu", "enter_amount", "Unesite iznos", "before_taxes", "Pre poreza", "after_taxes", "Posle poreza", "color", "Boja", "show", "Prika\u017ei", "hide", "Sakrij", "empty_columns", "Prazne kolone", _s21_41, "Re\u017eim za otklanjanje gre\u0161aka je omoguc\u0301en", _s26_11, "Upozorenje: Namenjeno da se koristi na lokalnim ma\u0161inama, \u0161to mo\u017ee dovesti do odavanja pristupnih parametara. Kliknite da biste saznali vi\u0161e.", "running_tasks", "Aktivni zadaci", "recent_tasks", "Nedavni zadaci", "recent_expenses", "Nedavni tro\u0161kovi", _s17_42, "Nadolaze\u0107i tro\u0161kovi", "update_app", "A\u017euriraj aplikaciju", "started_import", "Uspe\u0161no pokrenut uvoz", _s24_21, "Mapiranje duplikata kolona", _s20_36, "Koristi inkluzivne poreze", _s18_41, "Je popust na iznos", "column", "Kolona", "sample", "Uzorak", "map_to", "Mapiraj u", "import", "Uvoz", _s25_16, "Koristite prvi red kao nazive kolona", "select_file", "Mollim odaberite datoteku", _s16_62, "Nijedna datoteka nije odabrana", "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Po ra\u010dunu", "waveaccounting", "Wave ra\u010dunovodstvo", "zoho", "Zoho", "accounting", "Ra\u010dunovodstvo", _s22_33, "Molimo navedite sve CSV datoteke.", "import_type", "Tip uvoza", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Prika\u017ei licence", "webhook_url", "Webhook URL", _s17_44, "Ure\u0111iva\u010d preko celog ekrana", "sidebar_editor", "Ure\u0111iva\u010d na bo\u010dnoj traci", _s22_34, 'Molimo unesite ":value" da biste potvrdili', "purge", "O\u010distiti", "service", "Usluga", "clone_to", "Kloniraj u", "clone_to_other", "Kloniraj u drugo", "labels", "Oznake", "add_custom", "Dodaj prilago\u0111eno", "payment_tax", "Porez na plac\u0301anje", "unpaid", "Nepla\u0107eno", "white_label", "Licenca bez brendiranja", "delivery_note", "Otpremnica", _s24_24, "Poslati ra\u010duni su zaklju\u010dani", _s24_26, "Pla\u0107eni ra\u010duni su zaklju\u010dani", "source_code", "Izvorni kod", "app_platforms", "Dodaj platforme", "invoice_late", "Zakasneli ra\u010dun", "quote_expired", "Ponuda je istekla", "partial_due", "Datum avansa", "invoice_total", "Ra\u010dun sveukupno", "quote_total", "Ukupna ponuda", "credit_total", "Credit Total", _s23_19, "Ra\u010dun sveukupno", "actions", "Akcije", "expense_number", "Broj tro\u0161ka", "task_number", "Broj zadatka", "project_number", "Broj projekta", "project_name", "Naziv projekta", "warning", "Upozorenje", "view_settings", "Prika\u017ei pode\u0161avanja", _s24_28, "Upozorenje: ovo preduze\u0107e jo\u0161 nije aktivirano", "late_invoice", "Zakasneli ra\u010dun", "expired_quote", "Istekla ponuda", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime klijenta", "client_phone", "Broj telefona klijenta", "required_fields", "Obavezna polja", "calculated_rate", "Izra\u010dunata stopa", _s17_46, "Podrazumevana stopa zadatka", "clear_cache", "O\u010distite ke\u0161 memoriju", "sort_order", "Redosled sortiranja", "task_status", "Status", "task_statuses", "Statusi zadataka", "new_task_status", "Status novog zadatka", _s16_64, "Uredi status zadatka", _s19_30, "Uspe\u0161no kreiran status zadatka", _s19_31, "Uspe\u0161no a\u017euriran status zadatka", _s20_38, "Uspe\u0161no arhiviran status zadatka", _s19_32, "Uspe\u0161no obrisan status zadatka", _s19_33, "Uspe\u0161no uklonjen status zadatka", _s20_39, "Uspe\u0161no vra\u0107en status zadatka", _s22_35, "Statusi zadataka :value su uspe\u0161no arhivirani", _s21_43, "Statusi zadataka :value su uspe\u0161no obrisani", _s22_36, "Statusi zadataka :value su uspe\u0161no vra\u0107eni", _s18_43, "Pretraga 1 status zadatka", _s20_41, "Pretra\u017ei :count statuse zadataka", _s16_66, "Prika\u017ei tabelu zadataka", _s21_44, "Uvek prika\u017eite odeljak sa zadacima kada kreirate ra\u010dune", _s20_42, "Vremenski dnevnik zadatka ra\u010duna", _s25_17, "Dodajte detalje o vremenu stavkama ra\u010duna", _s20_44, _s20_45, _s25_18, "Dodajte detalje o datumu u stavke ra\u010duna", _s21_45, "Zapo\u010dnite zadatke pre \u010duvanja", _s18_44, "Konfiguri\u0161ite statuse", "task_settings", "Postavke zadatka", _s20_46, "Konfiguri\u0161ite kategorije", _s18_46, _s19_77, _s20_48, _s24_67, _s21_46, "Kategorija izmene tro\u0161kova", _s24_29, "Kategorija tro\u0161kova uspe\u0161no napravljena", _s24_30, "Kategorija tro\u0161kova uspe\u0161no izmenjena", _s25_20, "Kategorija tro\u0161kova uspe\u0161no arhivirana", _s24_31, "Kategorija uspe\u0161no obrisana", _s24_32, "Uspe\u0161no uklonjena kategorija tro\u0161kova", _s25_21, "Kategorija tro\u0161kova uspe\u0161no vra\u0107ena", _s27_23, "Uspe\u0161no arhivirano :count kategorija tro\u0161kova", _s26_12, "Uspe\u0161no obrisana kategorija tro\u0161kova :value", _s27_24, "Uspe\u0161no vra\u0107ena kategorija tro\u0161kova :value", _s23_20, "Pretraga 1 kategorija tro\u0161kova", _s25_23, "Pretra\u017eiti :count kategorije tro\u0161kova", _s21_48, "Koristite dostupne kredite", "show_option", "Prika\u017ei opciju", _s22_37, "Iznos kredita ne mo\u017ee biti vec\u0301i od iznosa uplate", "view_changes", "Prika\u017ei promene", "force_update", "Prisilno a\u017euriranje", _s17_48, "Pokrec\u0301ete najnoviju verziju, ali mo\u017eda postoje ispravke na \u010dekanju.", "mark_paid_help", "Pratite tro\u0161ak koji je plac\u0301en", _s18_48, "Treba biti fakturisan", _s23_21, "Omoguc\u0301ite da se tro\u0161ak fakturi\u0161e", _s29_8, "U\u010dinite dokumente vidljivim", _s21_50, "Podesite kurs", _s16_68, "Pode\u0161avanja tro\u0161kova", _s18_49, "Kloniraj u ponavljajuc\u0301e", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Polje korisnika", "variables", "Varijable", "show_password", "Prika\u017ei lozinku", "hide_password", "Sakrij lozinku", "copy_error", "Kopiraj gre\u0161ku", "capture_card", "Capture Card", _s17_49, "Automatski obra\u010dun je omoguc\u0301en", "total_taxes", "Ukupni porezi", "line_taxes", "Line Taxes", "total_fields", "Ukupno polja", _s25_24, "Uspe\u0161no zaustavljen redovni ra\u010dun", _s25_25, "Uspe\u0161no zapo\u010det redovni ra\u010dun", _s25_26, "Uspe\u0161no je nastavljena ponavljajuc\u0301a faktura", "gateway_refund", "Gateway Refund", _s19_34, "Obradite povrac\u0301aj preko kanala za plac\u0301anje", "due_date_days", "Datum dospe\u0107a", "paused", "Pauzirano", "mark_active", "Ozna\u010diti aktivno", "day_count", "Dan :count", _s22_38, "Prvi dan u mesecu", _s21_51, "Poslednji dan u mesecu", _s17_51, "Koristite uslove plac\u0301anja", "endless", "Beskona\u010dno", "next_send_date", "Sledec\u0301i datum slanja", _s16_70, "Preostali ciklusi", _s17_53, "Ponavljaju\u0107i ra\u010dun", _s18_51, "Ponavljaju\u0107i ra\u010duni", _s21_53, "Novi ponavljaju\u0107i ra\u010dun", _s22_40, "Izmeni ponavljaju\u0107i ra\u010dun", _s25_27, "Uspe\u0161no napravljen redovni ra\u010dun", _s25_28, "Uspe\u0161no a\u017euriran redovni ra\u010dun", _s26_13, "Redovni ra\u010dun uspe\u0161no arhiviran", _s25_29, "Redovni ra\u010dun uspe\u0161no obrisan", _s25_30, "Uspe\u0161no uklonjen redovni ra\u010dun", _s26_14, "Redovni ra\u010dun uspe\u0161no obnovljen", _s27_25, "Redovni :value ra\u010duni su uspe\u0161no arhivirani", _s26_15, "Redovni :value ra\u010duni su uspe\u0161no obrisani", _s27_26, "Redovni :value ra\u010duni su uspe\u0161no vra\u0107eni", _s24_33, "Pretraga 1 redovni ra\u010dun", _s25_31, "Pretra\u017ei :count redovne ra\u010dune", "send_date", "Datum slanja", "auto_bill_on", "Automatska naplata uklju\u010dena", _s28_8, "Minimalni iznos plac\u0301anja", "profit", "Zarada", "line_item", "Stavka", _s18_53, "Dozvoli preplatu", _s23_22, "Podr\u017eite dodatno plac\u0301anje za prihvatanje saveta", _s19_35, _s19_36, _s24_34, "Podr\u0161ka plac\u0301anja delimi\u010dnog minimalnog iznosa /depozita", "test_mode", "Na\u010din testiranja", "opened", "Otvoreno", _s30_4, "Izmirenje nije uspelo", _s30_5, "Izmirenje je uspelo", "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Po\u0161alji e-po\u0161tu", _s17_55, "Red za ponovni poku\u0161aj e-po\u0161te", "failure", "Neuspeh", "quota_exceeded", "Kvota je prema\u0161ena", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Pogledaj portal", "copy_link", "Kopiraj link", "token_billing", "Sa\u010duvaj detalje kartice", _s24_35, "Dobrodo\u0161li u Invoice Ninja-u", "always", "Uvek", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "Broj klijenta", "auto_convert", "Auto konverzija", "company_name", "Ime preduze\u0107a", "reminder1_sent", "Podsetnik 1 poslat", "reminder2_sent", "Podsetnik 2 poslat", "reminder3_sent", "Podsetnik 3 poslat", _s18_55, "Podsetnik koji je poslednji poslat", "pdf_page_info", _s27_70, _s16_74, _s29_81, "emailed_quotes", _s36_46, "emailed_credits", "Krediti uspe\u0161no poslati e-po\u0161tom", "gateway", "Kanal prodaje", "view_in_stripe", "Pogledaj u Stripe-u", "rows_per_page", "Redovi po stranici", "hours", "Sati", "statement", "Izjava", "taxes", "Porezi", "surcharge", "Doplata", "apply_payment", "Primeni pla\u0107anje", "apply_credit", "Primeni kredit", "apply", "Primeni", "unapplied", "Neprimenjeno", "select_label", "Izaberi oznaku", "custom_labels", _s18_118, "record_type", "Tip zapisa", "record_name", "Naziv zapisa", "file_type", "Tip datoteke", "height", "Visina", "width", "\u0160irina", "to", "Prima", "health_check", "Zdravstveni pregled", "payment_type_id", "Tip uplate", "last_login_at", "Poslednje prijavljivanje na", "company_key", "Klju\u010d preduze\u0107a", "storefront", "Izlog", "storefront_help", "Omoguc\u0301ite aplikacijama trec\u0301ih strana da kreiraju ra\u010dune", "client_created", "Klijent kreiran", _s20_51, "E-po\u0161ta za onlajn plac\u0301anje", _s20_53, _s25_60, "completed", "Zavr\u0161eno", "gross", "Bruto", "net_amount", "Neto iznos", "net_balance", "Neto stanje", "client_settings", "Pode\u0161avanja klijenta", _s17_57, "Izabrani ra\u010duni", _s17_59, "Izabrana pla\u0107anja", "selected_quotes", "Izabrane ponude", "selected_tasks", "Izabrani zadaci", _s17_61, "Izabrani tro\u0161kovi", _s17_63, "Dolazni ra\u010duni", _s17_65, "Ra\u010duni van valute", "recent_payments", "Nedavne uplate", "upcoming_quotes", "Nadolaze\u0107i predra\u010duni", "expired_quotes", "Istekli predra\u010duni", "create_client", "Kreiraj klijenta", "create_invoice", "Kreiraj ra\u010dun", "create_quote", "Napravi ponudu", "create_payment", "Kreiraj pla\u0107anje", "create_vendor", "Napravi dobavlja\u010da", "update_quote", "A\u017eurirati ponudu", "delete_quote", "Obri\u0161i ponudu", "update_invoice", "A\u017eurirati ra\u010dun", "delete_invoice", "Obri\u0161i ra\u010dun", "update_client", "A\u017eurirati klijenta", "delete_client", "Obri\u0161i klijenta", "delete_payment", "Obri\u0161i uplatu", "update_vendor", "A\u017eurirati dobavlja\u010da", "delete_vendor", _s17_144, "create_expense", "Kreiraj tro\u0161ak", "update_expense", "A\u017euriraj tro\u0161ak", "delete_expense", "Obri\u0161i tro\u0161ak", "create_task", "Kreiraj zadatak", "update_task", "A\u017euriraj Zadatak", "delete_task", "Obri\u0161i zadatak", "approve_quote", "Odobri ponudu", "off", "Isklju\u010deno", "when_paid", "Kada je pla\u0107ena", "expires_on", "Isti\u010de", "free", "Besplatan", "plan", "Plan", "show_sidebar", "Prika\u017ei bo\u010dnu traku", "hide_sidebar", _s18_119, "event_type", "Tip doga\u0111aja", "target_url", "Cilj", "copy", "Kopiraj", "must_be_online", "Molimo ponovo pokrenite aplikaciju kada se pove\u017eete na internet", _s17_67, "Crons treba da bude omogu\u0107ena", "api_webhooks", "API Webhooks", "search_webhooks", "Tra\u017ei :count Webhooks", "search_webhook", "Tra\u017ei 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Novi Webhook", "edit_webhook", "Uredi Webhook", "created_webhook", "Uspe\u0161no kreiran webhook", "updated_webhook", "Uspe\u0161no a\u017euriran webhook", _s16_76, "Uspe\u0161no arhiviran webhook", "deleted_webhook", "Uspe\u0161no obrisan webhook", "removed_webhook", "Uspe\u0161no uklonjen webhook", _s16_77, "Uspe\u0161no vra\u0107en webhook", _s17_68, "Uspe\u0161no arhiviran :value webhook", _s16_78, "Uspe\u0161no obrisan :value webhook", _s16_79, "Uspe\u0161no uklonjen :value webhook", _s17_69, "Uspe\u0161no vra\u0107en :value webhook", "api_tokens", "API tokeni", "api_docs", "API dokumenti", "search_tokens", "Pretra\u017ei :count tokene", "search_token", _s16_246, "token", "Token", "tokens", "Tokeni", "new_token", "Novi token", "edit_token", "Izmeni token", "created_token", "Uspe\u0161no kreiran token", "updated_token", "Uspe\u0161no a\u017euriran token", "archived_token", "Uspe\u0161no arhiviran token", "deleted_token", "Uspe\u0161no obrisan token", "removed_token", "Uspe\u0161no uklonjen token", "restored_token", "Uspe\u0161no vra\u0107en token", "archived_tokens", "Uspe\u0161no arhivirane :value tokena", "deleted_tokens", "Uspe\u0161no obrisane :value tokena", "restored_tokens", "Uspe\u0161no vra\u0107ene :value tokena", _s19_37, _s21_111, _s24_37, "Omoguc\u0301ite klijentima da se sami registruju na portalu", _s21_55, "Prilagodite i pregledajte", "email_invoice", _s16_247, "email_quote", "Po\u0161alji ponudu e-po\u0161tom", "email_credit", "Email Credit", "email_payment", "Po\u0161alji uplatu e-po\u0161tom", _s20_56, "Klijent nema pode\u0161enu adresu e-po\u0161te", "ledger", "Ledger", "view_pdf", "Vidi PDF", "all_records", "Svi zapisi", "owned_by_user", _s20_85, _s16_80, "Preostali kredit", "contact_name", "Ime kontakta", "use_default", "Koristi kao podrazumevano", _s16_82, "Beskrajni podsetnici", "number_of_days", "Broj dana", _s23_24, "Konfiguri\u0161ite uslove plac\u0301anja", "payment_term", "Uslov pla\u0107anja", _s16_83, "Novi uslov pla\u0107anja", _s17_71, "Uredi uslov pla\u0107anja", _s20_57, "Uspe\u0161no kreiran rok plac\u0301anja", _s20_58, "Uspe\u0161no a\u017euriran rok plac\u0301anja", _s21_56, "Uspe\u0161no arhiviran rok plac\u0301anja", _s20_59, "Uspe\u0161no obrisan uslov pla\u0107anja", _s20_60, "Uspe\u0161no uklonjen uslov pla\u0107anja", _s21_57, "Uspe\u0161no vra\u0107en uslov pla\u0107anja", _s22_45, "Uslovi plac\u0301anja :value su uspe\u0161no arhivirani", _s21_58, "Uslovi plac\u0301anja :value su uspe\u0161no obrisani", _s22_46, "Uslovi plac\u0301anja :value su uspe\u0161no vra\u0107eni", "email_sign_in", "Prijavite se putem e-po\u0161te", "change", "Promeniti", _s23_26, _s28_15, _s24_38, "Promeniti u izgled radne povr\u0161ine?", "send_from_gmail", "Poslati sa Gmail-a", "reversed", "Obrnuto", "cancelled", "Otkazano", "credit_amount", "Iznos kredita", "quote_amount", "Iznos ponude", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Sakrij meni", "show_menu", "Prika\u017ei meni", _s18_57, _s21_165, _s16_85, "Pretra\u017ei dokumenta", "search_designs", "Pretra\u017ei dizajne", "search_invoices", "Pretra\u017ei ra\u010dune", "search_clients", "Pretra\u017ei klijente", "search_products", _s18_120, "search_quotes", "Pretra\u017ei ponude", "search_credits", "Pretra\u017ei kredite", "search_vendors", "Pretra\u017ei dobavlja\u010de", "search_users", "Pretra\u017ei korisnike", _s16_86, "Pretra\u017ei poreske stope", "search_tasks", "Pretra\u017ei zadatke", "search_settings", "Pretra\u017ei postavke", "search_projects", _s17_145, "search_expenses", _s17_146, "search_payments", "Pretra\u017ei pla\u0107anja", "search_groups", "Pretra\u017ei grupe", "search_company", "Pretra\u017ei preduze\u0107e", "search_document", "Pretraga 1 dokument", "search_design", "Pretraga 1 dizajn", "search_invoice", "Pretraga 1 ra\u010dun", "search_client", "Pretraga 1 klijent", "search_product", "Pretraga 1 proizvod", "search_quote", "Pretraga 1 ponuda", "search_credit", "Pretraga 1 kredit", "search_vendor", "Pretraga 1 dobavlja\u010d", "search_user", "Pretraga 1 korisnik", "search_tax_rate", "Pretraga 1 poreska stopa", "search_task", "Pretraga 1 zadaci", "search_project", "Pretra\u017ei 1 projekat", "search_expense", "Pretraga 1 tro\u0161ak", "search_payment", "Pretraga 1 pla\u0107anje", "search_group", "Pretraga 1 grupa", "refund_payment", "Isplata povra\u0107aja novca", _s17_75, "Uspe\u0161no otkazan ra\u010dun", _s18_59, "Uspe\u0161no otkazani ra\u010duni", _s16_92, "Uspe\u0161no promenjen ra\u010dun", _s17_76, "Uspe\u0161no promenjeni ra\u010duni", "reverse", "Promeniti", "full_name", "Puno ime", _s17_77, "Grad/dr\u017eava/po\u0161tanski broj", _s17_79, "Po\u0161tanski broj/Grad/Dr\u017eava", "custom1", _s16_349, "custom2", _s17_228, "custom3", _s17_229, "custom4", "\u010cetvrtvo prilago\u0111eno", "optional", "Opciono", "license", "Licenca", "purge_data", "O\u010distiti podatke", _s16_93, "Uspe\u0161no o\u010di\u0161\u0107eni podaci kompanije", _s18_60, "Upozorenje: Ovo c\u0301e trajno izbrisati Va\u0161e podatke, nema mogu\u0107nosti povratka podataka.", "invoice_balance", "Stanje ra\u010duna", "age_group_0", "0 - 30 Dana", "age_group_30", "30 - 60 Dana", "age_group_60", "60 - 90 Dana", "age_group_90", "90 - 120 Dana", "age_group_120", "120+ Dana", "refresh", "Osve\u017ei", "saved_design", "Uspe\u0161no sa\u010duvan dizajn", "client_details", "Detalji klijenta", "company_address", "Adresa preduze\u0107a", "invoice_details", "Detalji ra\u010duna", "quote_details", "Detalji ponude", "credit_details", "Detalji kredita", "product_columns", "Kolone proizvoda", "task_columns", "Kolone zadataka", "add_field", "Dodaj polje", "all_events", "Svi doga\u0111aji", "permissions", "Dozvole", "none", "Nijedan", "owned", "Vlasni\u0161tvo", "payment_success", "Uspe\u0161no pla\u0107anje", "payment_failure", "Neuspe\u0161no pla\u0107anje", "invoice_sent", ":count ra\u010dun poslat", "quote_sent", "Ponuda poslata", "credit_sent", "Kredit poslat", "invoice_viewed", "Pregledan ra\u010dun", "quote_viewed", "Pregledana ponuda", "credit_viewed", "Pregledan kredit", "quote_approved", "Ponuda odobrena", _s25_33, "Primi sva obave\u0161tenja", _s16_94, "Kupi licencu", "apply_license", "Primeni licencu", "cancel_account", "Obri\u0161i nalog", _s22_47, "Upozorenje: Ovo \u0107e trajno obrisati va\u0161 nalog, bez opcije povra\u0107aja podataka.", "delete_company", "Izbri\u0161i kompaniju", _s22_48, "Upozorenje: Ovo \u0107e potpuno obrisati podatke o Va\u0161oj kompaniji, nema mogu\u0107nosti povratka podataka.", "enabled_modules", "Dozvoljeni moduli", "converted_quote", "Uspe\u0161no konvertovana ponuda", "credit_design", "Dizajn kredita", "includes", "Uklju\u010duje", "header", "Zaglavlje", "load_design", "U\u010ditaj Dizajn", "css_framework", "CSS Okvir", "custom_designs", "Prilago\u0111eni Dizajni", "designs", "Dizajni", "new_design", "Novi dizajn", "edit_design", "Izmeni dizajn", "created_design", "Uspe\u0161no kreiran dizajn", "updated_design", "Uspe\u0161no izmenjen dizajn", "archived_design", "Uspe\u0161no arhiviran dizajn", "deleted_design", "Uspe\u0161no obrisan dizajn", "removed_design", "Uspe\u0161no uklonjen dizajn", "restored_design", "Uspe\u0161no vra\u0107en dizajn", _s16_96, "Uspe\u0161no arhivirane :value dizajna", "deleted_designs", "Uspe\u0161no obrisane :value dizajna", _s16_97, "Uspe\u0161no vra\u0107ene :value dizajna", "proposals", "Ponude", "tickets", "Tiketi", _s16_98, "Ponavljaju\u0107a ponuda", "recurring_tasks", _s19_78, _s18_61, "Upravljanje ra\u010dunom", "credit_date", "Datum kredita", "credit", "Kredit", "credits", "Krediti", "new_credit", "Unesi kredit", "edit_credit", "Uredi kredit", "created_credit", "Uspe\u0161no kreiran kredit", "updated_credit", "Kredit uspe\u0161no izmenjen", "archived_credit", "Uspe\u0161no arhiviran kredit", "deleted_credit", "Uspe\u0161no obrisan kredit", "removed_credit", "Uspe\u0161no uklonjen kredit", "restored_credit", "Uspe\u0161no vra\u0107en kredit", _s16_100, "Uspe\u0161no arhivirano :count kredita", "deleted_credits", "Uspe\u0161no obrisano :count kredita", _s16_101, "Uspe\u0161no vra\u0107ene :value kredita", "current_version", _s16_248, "latest_version", "Poslednja verzija", "update_now", "A\u017euriraj odmah", _s26_21, "Dostupna je nova verzija veb aplikacije", _s16_102, _s19_79, "app_updated", "A\u017euriranje je uspe\u0161no zavr\u0161eno", "learn_more", _s16_249, "integrations", "Integracije", "tracking_id", "ID prac\u0301enja", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Uslovi za kredit", "new_company", "Novo preduze\u0107e", "added_company", "Uspe\u0161no dodano preduze\u0107e", "company1", "Prilago\u0111ena kompanija 1", "company2", "Prilago\u0111ena kompanija 2", "company3", "Prilago\u0111ena kompanija 3", "company4", "Prilago\u0111ena kompanija 4", "product1", "Prilogo\u0111en proizvod 1", "product2", "Prilogo\u0111en proizvod 2", "product3", "Prilogo\u0111en proizvod 3", "product4", "Prilogo\u0111en proizvod 4", "client1", "Prilago\u0111en klijent 1", "client2", "Prilago\u0111en klijent 2", "client3", "Prilago\u0111en klijent 3", "client4", "Prilago\u0111en klijent 4", "contact1", "Prilago\u0111en kontakt 1", "contact2", "Prilago\u0111en kontakt 2", "contact3", "Prilago\u0111en kontakt 3", "contact4", "Prilago\u0111en kontakt 4", "task1", "Prilago\u0111en zadatak 1", "task2", "Prilago\u0111en zadatak 2", "task3", "Prilago\u0111en zadatak 3", "task4", "Prilago\u0111en zadatak 4", "project1", "Prilago\u0111en projekat 1", "project2", "Prilago\u0111en projekat 2", "project3", "Prilago\u0111en projekat 3", "project4", "Prilago\u0111en projekat 4", "expense1", "Prilago\u0111en tro\u0161ak 1", "expense2", "Prilago\u0111en tro\u0161ak 2", "expense3", "Prilago\u0111en tro\u0161ak 3", "expense4", "Prilago\u0111en tro\u0161ak 4", "vendor1", "Prilago\u0111en dobavlja\u010d 1", "vendor2", "Prilago\u0111en dobavlja\u010d 2", "vendor3", "Prilago\u0111en dobavlja\u010d 3", "vendor4", "Prilago\u0111en dobavlja\u010d 4", "invoice1", "Prilago\u0111en ra\u010dun 1", "invoice2", "Prilago\u0111en ra\u010dun 2", "invoice3", "Prilago\u0111en ra\u010dun 3", "invoice4", "Prilago\u0111en ra\u010dun 4", "payment1", "Prilago\u0111eno pla\u0107anje 1", "payment2", "Prilago\u0111eno pla\u0107anje 2", "payment3", "Prilago\u0111eno pla\u0107anje 3", "payment4", "Prilago\u0111eno pla\u0107anje 4", "surcharge1", _s21_166, "surcharge2", _s21_167, "surcharge3", _s21_168, "surcharge4", _s21_169, "group1", "Prilago\u0111ena grupa 1", "group2", "Prilago\u0111ena grupa 2", "group3", "Prilago\u0111ena grupa 3", "group4", "Prilago\u0111ena grupa 4", "reset", "Resetuj", "number", "Broj", "export", "Izvoz", "chart", "Grafikon", "count", "Brojati", "totals", "Totali", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Godina", "subgroup", "Podgrupa", "is_active", "je aktivno", "group_by", "Grupi\u0161i po", "credit_balance", "Stanje kredita", _s18_67, "Poslednja prijava kontakta", _s17_83, _s17_147, "contact_phone", "Kontakt telefon", _s21_59, "Kontaktirajte prilago\u0111enu vrednost 1", _s21_60, "Kontaktirajte prilago\u0111enu vrednost 2", _s21_61, "Kontaktirajte prilago\u0111enu vrednost 3", _s21_62, "Kontaktirajte prilago\u0111enu vrednost 4", _s17_85, "Adresa za isporuku- ulica", _s17_86, "Adresa za isporuku- stan/apartman", "shipping_city", "Adresa za isporuku- grad", "shipping_state", "Adresa za isporuku- Dr\u017eava/Pokrajina", _s20_61, "Adresa za isporuku- po\u0161tanski broj", _s16_132, "Adresa za isporuku- dr\u017eava", _s16_134, "Adresa naplate - Ulica", _s16_135, "Adresa ra\u010duna - Stan/Apartman", "billing_city", "Adresa naplate - Grad", "billing_state", "Adresa naplate - Dr\u017eava/Pokrajina", _s19_40, "Adresa naplate - Po\u0161tanski broj", "billing_country", "Adresa naplate - Dr\u017eava", "client_id", "ID klijenta", "assigned_to", "Dodeljeno za", "created_by", "Kreiran od :name", "assigned_to_id", "Dodeljeno za Id", "created_by_id", "Kreirano od Id", "add_column", "Dodaj kolonu", "edit_columns", "Izmeni kolone", "columns", "Kolone", "aging", "Zastarevanje", "profit_and_loss", "Zarada i gubitak", "reports", "Izve\u0161taji", "report", "Izve\u0161taj", "add_company", "Dodaj preduze\u0107e", "unpaid_invoice", "Nepla\u0107eni ra\u010dun", "paid_invoice", "Pla\u0107eni ra\u010dun", _s16_136, "Neodobrena ponuda", "help", "Pomo\u0107", "refund", "Povra\u0107aj novca", "refund_date", "Datum povra\u0107aja novca", "filtered_by", "Filtrirano po", "contact_email", "Kontakt email", "multiselect", "Vi\u0161e izbora", "entity_state", "Dr\u017eava", "verify_password", "Potvrdi lozinku", "applied", "Primenjeno", _s21_63, "Uklju\u010dite nedavne gre\u0161ke iz prijava", _s30_8, "Primili smo va\u0161u poruku i poku\u0161ac\u0301emo da odgovorimo \u0161to pre.", "message", "Poruka", "from", "\u0160alje", _s20_63, "Prika\u017ei detalje proizvoda", _s25_35, "Prika\u017ei opis i cenu u padaju\u0107oj listi proizvoda", _s20_65, "PDF renderer zahteva :version", _s18_70, "Podesite procenat naknade", _s23_28, "Podesite procenat da biste uzeli u obzir naknadu", _s18_72, "Konfiguri\u0161ite pode\u0161avanja\xa0", "support_forum", "forum podr\u0161ke", "about", "O", "documentation", "Dokumentacija", "contact_us", _s17_148, "subtotal", "Sveukupno", "line_total", "Ukupno", "item", "Stavka", "credit_email", "E-po\u0161ta za kreditiranje", "iframe_url", "Sajt", "domain_url", "Domen URL", _s21_64, _s20_86, _s20_66, "Lozinka mora da sadr\u017ei veliko slovo i broj", _s19_42, _s26_48, _s23_29, "Kontrolna tabla portala za klijente", _s20_67, "Molimo unesite vrednost", "deleted_logo", "Logo je uspe\u0161no obrisan", "yes", "Da", "no", "Ne", "generate_number", "Generi\u0161ite broj", "when_saved", "kada je sa\u010duvan", "when_sent", "kada je poslat", "select_company", "Izaberi kompaniju", "float", "Plutaju\u0107i", "collapse", "Padaju\u0107i", "show_or_hide", "Prika\u017ei/sakrij", "menu_sidebar", "Bo\u010dna traka menija", "history_sidebar", "Bo\u010dna traka istorije", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Desktop", "layout", "Raspored", "view", "Pregled", "module", "Modul", "first_custom", _s16_349, "second_custom", _s17_228, "third_custom", _s17_229, "show_cost", "Prika\u017ei cenu", _s17_88, "Prika\u017ei cenu proizvoda", "show_cost_help", "Prika\u017eite polje cene proizvoda da biste pratili mar\u017eu/profit", _s21_65, _s26_49, _s26_23, "Prika\u017eite polje za koli\u010dinu proizvoda, ina\u010de podrazumevan je jedan", _s21_67, _s23_50, _s26_24, "Prika\u017eite polje za koli\u010dinu stavke, ina\u010de podrazumevana je jedna", _s21_69, "Prika\u017ei popust na proizvod", _s26_25, "Prika\u017eite polje za popust na stavku", _s16_138, "Podrazumevana koli\u010dina", _s21_71, "Automatski podesite koli\u010dinu stavke na jednu", "one_tax_rate", "Jedna poreska stopa", "two_tax_rates", "Dve poreske stope", "three_tax_rates", "Tri poreske stope", _s16_140, "Zadata poreska stopa", "user", "Korisnik", "invoice_tax", "Porez na ra\u010dun", "line_item_tax", "Porez na stavku", "inclusive_taxes", "Sa ura\u010dunatim porezima", _s17_90, "Stope poreza na ra\u010dun", "item_tax_rates", "Poreske stope stavke", _s18_74, _s25_93, "configure_rates", "Konfiguri\u0161ite stope", _s18_75, "Konfiguri\u0161ite platne kanale", "tax_settings", "Pode\u0161avanja poreza", _s18_77, "Poreske stope", "accent_color", "Naglasiti boju", "switch", "Prebaci", _s19_44, "Lista odvojena zarezima", "options", "Opcije", _s16_142, "Tekst u jednom redu", "multi_line_text", "Tekst u vi\u0161e redova", "dropdown", "Padaju\u0107i meni", "field_type", "Tip polja", _s27_37, "Poruka za povra\u0107aj lozinke je poslata", "submit", "Podneti", _s16_144, "Povratite va\u0161u lozinku", "late_fees", "Zakasnele takse", "credit_number", "Broj kredita", "payment_number", "Broj plac\u0301anja", "late_fee_amount", "Vrednost tro\u0161ka ka\u0161njenja", _s16_145, "Procenat tro\u0161ka ka\u0161njenja", "schedule", "Raspored", "before_due_date", "Pre roka", "after_due_date", "Posle roka", _s18_79, "Posle datuma ra\u010duna", "days", "Dani", "invoice_email", "E-po\u0161ta ra\u010duna", "payment_email", "E-po\u0161ta uplate", "partial_payment", _s19_140, "payment_partial", _s19_140, _s21_72, "Delimi\u010dno plac\u0301anje putem e-po\u0161te", "quote_email", "E-po\u0161ta ponuda", _s16_147, "Beskrajni podsetnik", _s16_149, _s23_51, "administrator", "Administrator", _s18_80, "Dozvolite korisniku da upravlja korisnicima, menja postavke i menja sve zapise", "user_management", _s23_52, "users", "Korisnici", "new_user", "Novi korisnik", "edit_user", "Uredi korisnika", "created_user", "Uspe\u0161no kreiran korisnik", "updated_user", "Korisnik je uspe\u0161no a\u017euriran", "archived_user", "Uspe\u0161no arhiviran korisnik", "deleted_user", "Korisnik je uspe\u0161no obrisan", "removed_user", "Uspe\u0161no uklonjen korisnik", "restored_user", "Uspe\u0161no obnovljen korisnik", "archived_users", "Uspe\u0161no arhivirane :value korisnika", "deleted_users", "Uspe\u0161no obrisane :value korisnika", "removed_users", "Uspe\u0161no uklonjene :value korisnika", "restored_users", "Uspe\u0161no vra\u0107ene :value korisnika", _s16_151, "Op\u0161te postavke", "invoice_options", "Opcije ra\u010duna", _s17_92, _s21_112, _s22_55, _s70_0, _s23_31, _s19_81, _s28_21, "Uklju\u010dite prilo\u017eene slike u fakturu.", _s16_153, _s20_87, _s16_154, _s19_80, "first_page", "Prva stranica", "all_pages", "Sve stranice", "last_page", "Poslednja stranica", "primary_font", "Primarni font", "secondary_font", "Sekundarni font", "primary_color", "Primarna boja", "secondary_color", "Sekundarna boja", "page_size", "Veli\u010dina stranice", "font_size", "Veli\u010dina fonta", "quote_design", "Dizajn ponude", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja proizvoda", "invoice_terms", "Uslovi ra\u010duna", "invoice_footer", "Podno\u017eje ra\u010duna", "quote_terms", "Uslovi predra\u010duna", "quote_footer", "Podno\u017eje ponude", _s18_81, "Automatsko slanje ePo\u0161te", _s23_32, "Automatski po\u0161alji e-po\u0161tom ponavljaju\u0107e ra\u010dune u momentu kreiranja.", _s18_82, "Automatsko Arhiviranje", _s23_33, "Automatski arhiviraj ponude kada su konvertovane.", _s18_83, "Auto konverzija", _s23_34, "Automatski konvertujte predra\u010dun u ra\u010dun nakon \u0161to je odobren od strane klijenta.", _s17_94, "Pode\u0161avanje toka rada", "freq_daily", "Dnevni", "freq_weekly", "Nedeljni", "freq_two_weeks", "Dve nedelje", "freq_four_weeks", "\u010cetiri nedelje", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Tri meseca", _s16_155, "\u010cetiri meseca", "freq_six_months", "\u0160est meseci", "freq_annually", "Godi\u0161nje", "freq_two_years", "Dve godine", _s16_156, "Tri godine", "never", "Nikada", "company", "Kompanija", _s17_97, "Generisani brojevi", "charge_taxes", "Naplati poreze", "next_reset", "Slede\u0107e ponovno pode\u0161avanje", "reset_counter", "Ponovo podesite broja\u010d", _s16_157, "Prefiks koji se ponavlja", "number_padding", "Pading broja", "general", "Op\u0161ti", "surcharge_field", "Polje doplate", "company_field", "Polje kompanije", "company_value", "Vrednost kompanije", "credit_field", "Polje kredita", "invoice_field", "Polje ra\u010duna", _s17_99, "Doplata za ra\u010dun", "client_field", "Polje klijenta", "product_field", "Polje proizvoda", "payment_field", "Polje plac\u0301anja", "contact_field", "Kontakt polje", "vendor_field", "Polje dobavlja\u010da", "expense_field", "Polje tro\u0161kova", "project_field", "Polje Projekta", "task_field", "Polje zadatka", "group_field", "Grupno polje", "number_counter", "Broja\u010d brojeva", "prefix", "Prefiks", "number_pattern", "\u0160ablon broja", "messages", "Poruke", "custom_css", "Prilago\u0111eni CSS", _s17_101, _s22_81, _s16_159, "Prika\u017ei na PDF-u", _s21_74, "Prikazite potpis klijenta na PDF-u ra\u010duna/ponude.", _s25_41, "Polje za potvrdu uslova ra\u010duna", _s30_9, "Zahtevajte od klijenata da potvrde da prihvataju uslove ra\u010duna.", _s23_35, "Polje za potvrdu uslova predra\u010duna", _s28_22, "Zahtevajte od klijenata da potvrde da prihvataju uslove predra\u010duna.", _s25_42, "Potpis ra\u010duna", _s30_10, "Zahtevajte od klijenata da dostave potpis.", _s23_36, "Potpis predra\u010duna", _s22_57, "Ra\u010duni za\u0161tic\u0301eni lozinkom", _s27_38, "Omoguc\u0301ava vam da postavite lozinku za svaki kontakt. Ako je lozinka postavljena, kontakt c\u0301e morati da unese lozinku pre nego \u0161to pregleda ra\u010dune.", "authorization", "Ovla\u0161c\u0301enje", "subdomain", "Poddomen", "domain", "Domen", "portal_mode", "Re\u017eim portala", "email_signature", "Sa po\u0161tovanjem,", _s24_39, "Olak\u0161ajte svojim klijentima pla\u0107anje dodavanjem schema.org markapa va\u0161oj e-po\u0161ti.", "plain", "Obi\u010dno", "light", "Svetlo", "dark", "Tamno", "email_design", "Dizajn e-po\u0161te", "attach_pdf", "Zaka\u010di PDF", _s16_160, "Zaka\u010di dokumenta", "attach_ubl", "Zaka\u010di UBL", "email_style", "Stil e-po\u0161te", _s19_46, "Omogu\u0107i markap", "reply_to_email", "Odgovori na email", "reply_to_name", "Odgovori na ime", "bcc_email", "BCC Email", "processed", "Obra\u0111eno", "credit_card", "Kreditna Kartica", "bank_transfer", "Bankovni prenos", "priority", "Prioritet", "fee_amount", "Iznos takse", "fee_percent", "Procenat takse", "fee_cap", "Granica takse", "limits_and_fees", "Ograni\u010denja/takse", "enable_min", "Omogu\u0107i minimum", "enable_max", "Omogu\u0107i maksimum", "min_limit", "Min: :min", "max_limit", "Maks: :max", "min", "Min", "max", "Maks", _s19_47, "Logoi prihva\u0107enih kartica", "credentials", "Podaci", "update_address", "A\u017euriraj adresu", _s19_49, "A\u017euriraj adresu klijenta sa dostavljenim detaljima", "rate", "Stopa", "tax_rate", "Poreska stopa", "new_tax_rate", "Nova poreska stopa", "edit_tax_rate", "Uredi poresku stopu", _s16_162, "Uspe\u0161no kreirana poreska stopa", _s16_163, "Uspe\u0161no a\u017eurirana poreska stopa", _s17_104, "Uspe\u0161no arhivirana poreska stopa", _s16_164, "Poreska stopa uspe\u0161no obrisana", _s17_105, "Poreska stopa uspe\u0161no povra\u0107ena", _s18_84, "Uspe\u0161no arhivirane :value poreskih stopa", _s17_106, "Uspe\u0161no obrisane :value poreskih stopa", _s18_85, "Uspe\u0161no vra\u0107ene :value poreskih stopa", "fill_products", "Automatski popuni proizvode", _s18_86, _s53_2, "update_products", "Automatski a\u017euriraj proizvode", _s20_71, "A\u017euriranje ra\u010duna automatski \u0107e a\u017eurirati registar proizvoda", _s16_165, "Konvertuj proizvode", _s21_75, "Automatski konvertuj cene proizvoda u valutu klijenta", "fees", "Naknade", "limits", "Ograni\u010denja", "provider", "Snadbeva\u010d", "company_gateway", "Platni kanal", _s16_167, "Platni kanali", _s19_50, "Novi platni kanal", _s20_72, "Uredi platni kanal", _s23_37, "Platni kanal uspe\u0161no kreiran", _s23_38, "Platni kanal uspe\u0161no a\u017euriran", _s24_40, "Platni kanal uspe\u0161no arhiviran", _s23_39, "Platni kanal uspe\u0161no obrisan", _s24_41, "Platni kanal uspe\u0161no povra\u0107en", _s25_44, "Uspe\u0161no arhivirana :value platnih kanala", _s24_42, "Uspe\u0161no obrisana :value platnih kanala", _s25_45, "Uspe\u0161no vra\u0107ena :value platnih kanala", _s16_169, "Nastavi izmene", "discard_changes", "Otka\u017ei izmene", "default_value", "Podrazumevana vrednost", "disabled", "Onemogu\u0107eno", "currency_format", "Format valute", _s21_76, "Prvi dan u nedelji", _s23_40, "Prvi mesec u godini", "sunday", "Nedelja", "monday", "Ponedeljak", "tuesday", "Utorak", "wednesday", "Sreda", "thursday", "\u010cetvrtak", "friday", "Petak", "saturday", "Subota", "january", "Januar", "february", "Februar", "march", "Mart", "april", "April", "may", "Maj", "june", "Jun", "july", "Jul", "august", "Avgust", "september", "Septembar", "october", "Oktobar", "november", "Novembar", "december", "Decembar", "symbol", "Simbol", "ocde", "Kod", "date_format", "Format datuma", "datetime_format", "Format datuma i vremena", "military_time", "24 satno vreme", _s18_87, "24-\u010dasovni prikaz", "send_reminders", "Po\u0161alji podsetnike", "timezone", "Vremenska zona", _s19_51, "Filtrirano po projektu", _s17_107, _s19_82, _s19_53, _s20_88, _s18_88, _s22_82, _s18_90, _s24_68, "group_settings", "Pode\u0161avanja grupe", "group", "Grupa", "groups", "Grupe", "new_group", "Nova grupa", "edit_group", "Uredi grupu", "created_group", "Grupa je uspe\u0161no kreirana", "updated_group", "Grupa je uspe\u0161no a\u017eurirana", "archived_groups", "Uspe\u0161no arhivirane :value grupa", "deleted_groups", "Uspe\u0161no obrisane :value grupa", "restored_groups", "Uspe\u0161no vra\u0107ene :value grupa", "archived_group", "Grupa je uspe\u0161no arhivirana", "deleted_group", "Grupa je uspe\u0161no obrisana", "restored_group", "Grupa je uspe\u0161no vra\u0107ena", "upload_logo", "Otpremi logo", "uploaded_logo", "Logo je uspe\u0161no otpremljen", "logo", "Logo", "saved_settings", "Postavke su uspe\u0161no sa\u010duvane", _s16_171, _s18_121, "device_settings", _s16_251, "defaults", "Podrazumevano", "basic_settings", "Osnovna pode\u0161avanja", _s17_109, _s17_149, "company_details", "Detalji preduze\u0107a", "user_details", _s17_150, "localization", "Lokalizacija", "online_payments", "Online uplate", "tax_rates", "Porezne stope", "notifications", "Obave\u0161tenja", "import_export", "Uvoz i Izvoz", "custom_fields", _s17_151, "invoice_design", "Dizajn ra\u010duna", "buy_now_buttons", "Dugmad za kupovinu odmah", "email_settings", _s16_252, _s23_42, "\u0160abloni & podsetnici", _s22_58, _s24_66, _s19_55, _s22_83, "price", "Cena", "email_sign_up", "Prijavita putem e-po\u0161te", "google_sign_up", "Prijava putem Google-a", _s27_42, "Hvala Vam na kupovini!", "redeem", "Iskoristi", "back", "Nazad", "past_purchases", "Ranije kupovine", _s19_57, _s18_122, "pro_plan", "Pro plan", "enterprise_plan", "Plan preduze\u0107a", "count_users", _s16_253, "upgrade", "Nadogradi", _s25_46, "Unesite ime", _s24_43, "Unesite prezime", _s33_21, "Molimo prihvatite uslove kori\u0161\u0107enja i politiku privatnosti da biste registrovali korisni\u010dki nalog.", "i_agree_to_the", "Sla\u017eem se sa", _s16_173, "Uslovi kori\u0161tenja usluge", "privacy_policy", "Politika privatnosti", "sign_up", "Prijava", "account_login", _s18_124, "view_website", "Poseti internet stranicu", "create_account", "Napravi nalog", "email_login", _s21_113, "create_new", "Kreiraj novo", _s18_92, "Nijedan zapis nije odabran", _s21_79, "Molimo sa\u010duvajte ili otka\u017eite izmene", "download", "Preuzmi", _s27_43, "Zahteva plan preduzec\u0301a", "take_picture", "Fotografi\u0161i", "upload_file", "Otpremi datoteku", "document", "Dokument", "documents", "Dokumenti", "new_document", "Novi dokument", "edit_document", "Izmeni dokument", _s17_111, "Uspe\u0161no otpremljen dokument", _s16_175, "Uspe\u0161no a\u017euriran dokument", _s17_112, "Uspe\u0161no arhiviran dokument", _s16_176, "Uspe\u0161no obrisan dokument", _s17_113, "Uspe\u0161no vra\u0107en dokument", _s18_94, "Uspe\u0161no arhivirane :value dokumenata", _s17_114, "Uspe\u0161no obrisane :value dokumenata", _s18_95, "Uspe\u0161no vra\u0107ene :value dokumenata", "no_history", "Nema istorije", "expense_date", "Datum tro\u0161ka", "pending", "Na \u010dekanju", _s16_177, "Prijavljen", _s16_178, "Na \u010dekanju", _s16_179, "Fakturisano", "converted", "Konvertovano", _s24_45, "Dodaj dokumente uz Ra\u010dun", "exchange_rate", "Kurs", _s16_180, "Konvertuj valutu", "mark_paid", "Ozna\u010diti kao pla\u0107eno", "category", "Kategorija", "address", "Adresa", "new_vendor", "Novi dobavlja\u010d", "created_vendor", "Uspe\u0161no kreiran dobavlja\u010d", "updated_vendor", "Uspe\u0161no a\u017euriran dobavlja\u010d", "archived_vendor", "Uspe\u0161no arhiviran dobavlja\u010d", "deleted_vendor", "Uspe\u0161no obrisan dobavlja\u010d", "restored_vendor", "Uspe\u0161no obnovljen dobavlja\u010d", _s16_181, "Uspe\u0161no arhivirano :count dobavlja\u010da", "deleted_vendors", "Uspe\u0161no obrisano :count dobavlja\u010da", _s16_182, "Uspe\u0161no vra\u0107ene :value dobavlja\u010da", "new_expense", "Unesi tro\u0161ak", "created_expense", "Uspe\u0161no kreiran tro\u0161ak", "updated_expense", "Uspe\u0161no a\u017euriran tro\u0161ak", _s16_183, "Uspe\u0161no arhiviran tro\u0161ak", "deleted_expense", "Uspe\u0161no obrisan tro\u0161ak", _s16_184, "Uspe\u0161no obnovljen tro\u0161ak", _s17_115, "Uspe\u0161no arhivirani tro\u0161kovi", _s16_185, "Uspe\u0161no obrisani tro\u0161kovi", _s17_116, "Uspe\u0161no vra\u0107ene :value tro\u0161kova", "copy_shipping", "Kopiraj adresu za isporuku", "copy_billing", "Kopiraj adresu za naplatu", "design", "Dizajn", _s21_80, "Zapis nije prona\u0111en", "invoiced", "Fakturisano", "logged", "Prijavljen", "running", "Pokrenuto", "resume", "Nastavi", "task_errors", "Molimo korigujte vremena koja se poklapaju", "start", "Po\u010detak", "stop", "Zavr\u0161etak", "started_task", "Zadatak uspe\u0161no pokrenut", "stopped_task", "Uspe\u0161no zavr\u0161en zadatak", "resumed_task", "Uspe\u0161no nastavljen zadatak", "now", "Sada", _s16_186, "Automatsko pokretanje zadataka", "timer", "\u0160toperica", "manual", "Ru\u010dno", "budgeted", "Bud\u017eetirano", "start_time", "Po\u010detno vreme", "end_time", "Vreme zavr\u0161etka", "date", "Datum", "times", "Vremena", "duration", "Trajanje", "new_task", "Novi zadatak", "created_task", "Uspe\u0161no kreiran zadatak", "updated_task", "Uspe\u0161no a\u017euriran zadatak", "archived_task", "Uspe\u0161no arhiviran zadatak", "deleted_task", "Uspe\u0161no obrisan zadatak", "restored_task", "Uspe\u0161no obnovljen zadatak", "archived_tasks", "Uspe\u0161no arhivirano :count zadataka", "deleted_tasks", "Uspe\u0161no obrisano :count zadataka", "restored_tasks", "Uspe\u0161no vra\u0107ene :value zadataka", _s19_59, _s18_123, "budgeted_hours", "Bud\u017eetirani sati", "created_project", "Projekat je uspe\u0161no kreiran", "updated_project", "Projekat je uspe\u0161no a\u017euriran", _s16_188, "Projekat je uspe\u0161no arhiviran", "deleted_project", _s24_112, _s16_189, "Projekat uspe\u0161no vra\u0107en", _s17_117, "Uspe\u0161no arhivirano :count projekata", _s16_190, "Uspe\u0161no obrisano :count projekata", _s17_118, "Uspe\u0161no vra\u0107ene :value projekata", "new_project", "Novi projekat", _s27_47, "Hvala Vam \u0161to koristite na\u0161u aplikaciju!", "if_you_like_it", "Ako Vam se dopada molimo Vas", "click_here", "kliknite ovde", _s18_96, "Kliknite ovde", "to_rate_it", "da je ocenite.", "average", "Prosek", "unapproved", "Neodobreno", _s30_15, "Molimo potvrdite autenti\u010dnost da biste promenili ovo pode\u0161avanje", "locked", "Zaklju\u010dano", "authenticate", "Potvrditi autenti\u010dnost", _s19_61, "Molimo potvrdite autenti\u010dnost", _s24_47, "Biometrijska potvrda autenti\u010dnosti", "footer", "Podno\u017eje", "compare", "Uporedi", "hosted_login", "Hostovani login", "selfhost_login", "Samohostovani login", "google_sign_in", "Prijavite se pomoc\u0301u Google-a", "today", "Danas", "custom_range", "Prilago\u0111eni opseg", "date_range", "Opseg datuma", "current", "Teku\u0107i", "previous", "Prethodni", "current_period", "Teku\u0107i period", _s17_119, "Period za upore\u0111ivanje", "previous_period", "Prethodni period", "previous_year", _s16_254, "compare_to", "Uporedi sa", "last7_days", "Poslednjih 7 dana", "last_week", "Pro\u0161le nedelje", "last30_days", "Poslednjih 30 dana", "this_month", "Ovog meseca", "last_month", "Pro\u0161log meseca", "this_year", "Ove godine", "last_year", "Pro\u0161le godine", "custom", "Prilago\u0111eno", _s16_191, "Kloniraj u ra\u010dun", "clone_to_quote", "Kloniraj u ponudu", "clone_to_credit", "Clone to Credit", "view_invoice", "Pregled ra\u010duna", "convert", "Konvertuj", "more", "Vi\u0161e", "edit_client", "Uredi klijenta", "edit_product", "Uredi proizvod", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudu", "edit_payment", "Izmeni uplatu", "edit_task", "Uredi zadatak", "edit_expense", "Izmeni tro\u0161ak", "edit_vendor", _s16_255, "edit_project", "Uredi projekat", _s20_74, "Izmeni ponavljaju\u0107u ponudu", "billing_address", "Adresa ra\u010duna", _s16_193, "Adresa za slanje", "total_revenue", "Ukupni prihod", "average_invoice", "Prose\u010dni ra\u010dun", "outstanding", "Nenapla\u0107eno", "invoices_sent", ":count ra\u010duni poslati", "active_clients", _s16_256, "close", "Zatvori", "email", "Email", "password", "Lozinka", "url", "URL", "secret", "Secret", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Sortiranje", "search", "Pretraga", "active", "Aktivan", "archived", "Arhivirano", "deleted", "Obrisano", "dashboard", "Kontrolna tabla", "archive", "Arhiva", "delete", "Obri\u0161i", "restore", "Vrati", _s16_195, "Osve\u017eavanje zavr\u0161eno", _s23_43, "Molimo, unesite svoju adresu e-po\u0161te", _s26_34, "Molimo, unesite svoju lozinku", _s21_83, "Molimo, unesite svoj URL", _s26_36, "Molimo, unesite \u0161ifru proizvoda", "ascending", "Rastu\u0107e", "descending", "Opadaju\u0107e", "save", "Snimi", _s17_121, "Do\u0161lo je do gre\u0161ke", "paid_to_date", "Pla\u0107eno na vreme", "balance_due", "Stanje duga", "balance", "Stanje", "overview", "Pregled", "details", "Detalji", "phone", "Telefon", "website", "Sajt", "vat_number", "PIB", "id_number", "Mati\u010dni broj", "create", "Kreiraj", _s19_63, "Vrednost :value kopirana na radnu tablu", "error", "Gre\u0161ka", _s16_197, "Pokretanje nije uspelo", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Prezime", "add_contact", "Dodaj kontakt", "are_you_sure", _s18_125, "cancel", "Odustani", "ok", "Ok", "remove", "Ukloni", _s16_199, "Adresa e-po\u0161te nije validna", "product", "Proizvod", "products", "Proizvodi", "new_product", "Novi proizvod", "created_product", "Proizvod je uspe\u0161no kreiran", "updated_product", "Proizvod je uspe\u0161no a\u017euriran", _s16_201, "Proizvod je uspe\u0161no arhiviran", "deleted_product", "Proizvod uspe\u0161no obrisan", _s16_202, "Proizvod uspe\u0161no vra\u0107en", _s17_123, "Uspe\u0161no arhivirano :count proizvoda", _s16_203, "Uspe\u0161no obrisano :count proizvoda", _s17_124, "Uspe\u0161no vra\u0107ene :value proizvoda", "product_key", "Proizvod", "notes", "Bele\u0161ke", "cost", "Cena", "client", "Klijent", "clients", "Klijenti", "new_client", "Novi klijent", "created_client", "Klijent je uspe\u0161no kreiran", "updated_client", "Uspe\u0161no a\u017euriranje klijenta", "archived_client", "Uspe\u0161no arhiviran klijent", _s16_204, "Uspe\u0161no arhivirano :count klijenata", "deleted_client", "Uspe\u0161no obrisan klijent", "deleted_clients", "Uspe\u0161no obrisano :count klijenata", "restored_client", "Uspe\u0161no vra\u0107en klijent", _s16_205, "Uspe\u0161no vra\u0107ene :value klijenata", "address1", "Ulica", "address2", "Stan", "city", "Grad", "state", "Regija/provincija", "postal_code", "Po\u0161tanski broj", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Novi ra\u010dun", "created_invoice", "Uspe\u0161no kreiran ra\u010dun", "updated_invoice", "Uspe\u0161no a\u017euriran ra\u010dun", _s16_206, "Uspe\u0161no arhiviran ra\u010dun", "deleted_invoice", "Uspe\u0161no obrisan ra\u010dun", _s16_207, "Uspe\u0161no vra\u0107en ra\u010dun", _s17_125, "Uspe\u0161no arhivirano :count ra\u010duna", _s16_208, "Uspe\u0161no obrisano :count ra\u010duna", _s17_126, "Uspe\u0161no vra\u0107ene :value ra\u010duna", "emailed_invoice", _s29_81, "emailed_payment", "Uplata uspe\u0161no poslata putem e-po\u0161te", "amount", "Iznos", "invoice_number", "Broj ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "Broj narud\u017ebe", "terms", "Uslovi", "public_notes", "Javne bele\u0161ke", "private_notes", "Privatne bele\u0161ke", "frequency", "U\u010destalost", "start_date", "Po\u010detni datum", "end_date", "Zavr\u0161ni datum", "quote_number", "Broj ponude", "quote_date", "Datum ponude", "valid_until", "Va\u017ei do", "items", "Stavke", "partial_deposit", "Avans/Depozit", "description", "Opis", "unit_cost", "Jedini\u010dna cena", "quantity", "Koli\u010dina", "add_item", "Dodaj stavku", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Ukupan iznos", "pdf", "PDF", "due_date", "Datum dospe\u0107a", _s16_209, "Datum dospe\u0107a avansa", "status", "Status", _s17_127, "Status ra\u010duna", "quote_status", "Status ponude", _s22_59, _s30_28, _s22_61, "Kliknite + za dodavanje vremena", "count_selected", ":count odabrano", "total", "Sveukupno", "percent", "Procenat", "edit", "Uredi", "dismiss", "Odbaci", _s20_76, "Molimo, izaberite datum", _s22_62, _s25_93, _s24_49, "Izaberite ra\u010dun", "task_rate", "Stopa zadatka", "settings", "Pode\u0161avanja", "language", "Jezik", "currency", "Valuta", "created_at", "Datum kreiranja", "created_on", "Napravljeno dana", "updated_at", "A\u017eurirano", "tax", "Porez", _s30_17, "Molimo, unesite broj ra\u010duna", _s27_51, "Molimo, unesite broj ponude", "past_due", "Rok istekao", "draft", "Nacrt", "sent", "Poslato", "viewed", "Pregledano", "approved", "Odobreno", "partial", "Avans/Depozit", "paid", "Pla\u0107eno", "mark_sent", "Ozna\u010di kao poslato", _s22_64, "Ra\u010dun uspe\u0161no obele\u017een kao poslat", _s22_65, "Ra\u010dun je uspe\u0161no ozna\u010den kao poslat", _s23_45, _s38_36, _s23_46, _s38_36, "done", "Zavr\u0161eno", _s37_18, "Molimo, unesite klijenta ili ime kontakta", "dark_mode", "Tamni prikaz", _s27_53, "Ponovo pokrenite aplikaciju da pokrenuli promenu", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazan kontakt", "activity", "Aktivnost", _s16_211, "Nema zapisa", "clone", "Kloniraj", "loading", "U\u010ditavanje", "industry", "Delatnost", "size", "Veli\u010dina", "payment_terms", "Uslovi pla\u0107anja", "payment_date", "Datum uplate", "payment_status", "Status pla\u0107anja", _s16_213, "Na \u010dekanju", _s16_214, "Storno", _s16_215, "Neuspe\u0161no", _s16_216, "Zavr\u0161eno", _s16_217, _s21_165, _s16_218, "Refundirano", _s17_128, "Neprimenjeno", _s17_129, _s22_132, "net", "Net", "client_portal", "Portal Klijenta", "show_tasks", "Prika\u017ei zadatke", "email_reminders", "Podsetnici putem e-po\u0161te", "enabled", "Omogu\u0107eno", "recipients", "Primaoci", "initial_email", "Inicijalna poruka e-po\u0161tom", "first_reminder", "Prvi podsetnik", "second_reminder", "Drugi podsetnik", "third_reminder", "Tre\u0107i podsetnik", "reminder1", "Prvi podsetnik", "reminder2", "Drugi podsetnik", "reminder3", "Tre\u0107i podsetnik", "template", "\u0160ablon", "send", "Po\u0161alji", "subject", "Naslov", "body", "Telo poruke", "send_email", "Poslati Email", "email_receipt", _s31_25, "auto_billing", "Automatski ra\u010dun", "button", "Dugme", "preview", "Pregled", "customize", "Prilagodi", "history", "Istorija", "payment", "Uplata", "payments", "Uplate", "refunded", "Refundirano", "payment_type", "Tip uplate", _s21_85, _s21_114, "enter_payment", "Unesi uplatu", "new_payment", "Unesi uplatu", "created_payment", "Uspe\u0161no kreirana uplata", "updated_payment", "Uspe\u0161no a\u017eurirana uplata", _s16_219, "Uspe\u0161no arhivirana uplata", "deleted_payment", "Uspe\u0161no obrisana uplata", _s16_220, "Uspe\u0161no vra\u0107ena uplata", _s17_130, "Uspe\u0161no arhivirana :count uplata", _s16_221, "Uspe\u0161no obrisano :count uplata", _s17_131, "Uspe\u0161no vra\u0107ene :value pla\u0107anja", "quote", "Ponuda", "quotes", "Ponude", "new_quote", "Nova ponuda", "created_quote", "Predra\u010dun je uspe\u0161no kreiran", "updated_quote", "Predra\u010dun je uspe\u0161no a\u017euriran", "archived_quote", "Predra\u010dun je uspe\u0161no arhiviran", "deleted_quote", "Predra\u010dun uspe\u0161no obrisan", "restored_quote", "Uspe\u0161no vra\u0107en predra\u010dun", "archived_quotes", "Uspe\u0161no arhivirano :count predra\u010duna", "deleted_quotes", "Uspe\u0161no obrisano :count predra\u010duna", "restored_quotes", "Uspe\u0161no vra\u0107ene :value ponuda", "expense", "Tro\u0161ak", "expenses", "Tro\u0161kovi", "vendor", "Dobavlja\u010d", "vendors", "Dobavlja\u010di", "task", "Zadatak", "tasks", "Zadaci", "project", "Projekat", "projects", "Projekti", "activity_1", _s30_29, "activity_2", _s32_13, "activity_3", _s30_30, "activity_4", _s28_61, "activity_5", _s29_47, "activity_6", ":user je poslao ra\u010dun :invoice za :client kontaktu :contact", "activity_7", ":contact je pregledao ra\u010dun :invoice za :client", "activity_8", _s30_31, "activity_9", ":user obrisao ra\u010dun :invoice", "activity_10", ":contact uneo plac\u0301anje :payment za :payment_amount na ra\u010dunu :invoice za :client", "activity_11", _s30_32, "activity_12", _s30_33, "activity_13", _s29_48, "activity_14", ":user uneo :credit kredit", "activity_15", _s29_49, "activity_16", _s30_34, "activity_17", _s28_62, "activity_18", ":user kreirao predra\u010dun :quote", "activity_19", ":user a\u017eurirao predra\u010dun :quote", "activity_20", ":user je poslao predra\u010dun putem e-po\u0161te :quote za :client kontaktu :contact", "activity_21", _s35_46, "activity_22", ":user arhivirao predra\u010dun :quote", "activity_23", ":user obrisao predra\u010dun :quote", "activity_24", ":user obnovio predra\u010dun :quote", "activity_25", _s28_63, "activity_26", _s30_35, "activity_27", _s29_50, "activity_28", _s28_64, "activity_29", ":contact odobrio predra\u010dun :quote za :client", "activity_30", ":user je kreirao dobavlja\u010da/prodavca :vendor", "activity_31", ":user arhivirao dobavlja\u010da/prodavca :vendor", "activity_32", ":user obrisao dobavlja\u010da/prodavca :vendor", "activity_33", ":user obnovio dobavlja\u010da/prodavca :vendor", "activity_34", _s29_51, "activity_35", ":user arhivirao tro\u0161ak :expense", "activity_36", ":user obrisao tro\u0161ak :expense", "activity_37", ":user obnovio tro\u0161ak :expense", "activity_39", ":user je otkazao :payment_amount pla\u0107anje :payment", "activity_40", ":user vratio :adjustment od :payment_amount pla\u0107anja :payment", "activity_41", ":payment_amount pla\u0107anje (:payment) nije uspelo", "activity_42", ":user kreirao zadatak :task", "activity_43", ":user a\u017eurirao zadatak :task", "activity_44", ":user arhivirao zadatak :task", "activity_45", ":user obrisao zadatak :task", "activity_46", ":user obnovio zadatak :task", "activity_47", ":user a\u017eurirao tro\u0161ak :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user obnovio tiket :ticket", "activity_55", ":contact odgovorio na tiket :ticket", "activity_56", ":user pogledao tiket :ticket", "activity_57", "Sistem nije uspeo da po\u0161alje ra\u010dun e-po\u0161tom :invoice", "activity_58", ":user promenio ra\u010dun :invoice", "activity_59", _s28_65, "activity_60", _s35_46, "activity_61", ":user a\u017eurirao klijenta :client", "activity_62", ":user je a\u017eurirao dobavlja\u010da :vendor", "activity_63", ":user je e-po\u0161tom poslao prvi podsetnik za ra\u010dun :invoice na :contact", "activity_64", ":user je e-po\u0161tom poslao drugi podsetnik za ra\u010dun :invoice na :contact", "activity_65", ":user je e-po\u0161tom poslao tre\u0107i podsetnik za ra\u010dun :invoice na :contact", "activity_66", ":user je e-po\u0161tom poslao konstantan podsetnik za ra\u010dun :invoice na :contact", "activity_80", ":user je kreirao pretplatu :subscription", "activity_81", ":user je a\u017eurirao pretplatu :subscription", "activity_82", ":user je arhivirao pretplatu :subscription", "activity_83", ":user je obrisao pretplatu :subscription", "activity_84", ":user je vratio pretplatu :subscription", _s17_132, "Jednokratna lozinka", "emailed_quote", _s36_46, "emailed_credit", "Kredit je uspe\u0161no poslat e-po\u0161tom", _s20_78, "Ponuda uspe\u0161no obele\u017eena kao poslata", _s21_87, "Kredit je uspe\u0161no ozna\u010den kao poslat", "expired", "Isteklo", "all", "Sve", "select", "Odaberi", _s22_66, "Dugo pritisnite Multiselect", "custom_value1", _s20_152, "custom_value2", _s20_152, "custom_value3", "Prilago\u0111ena Vrednost 3", "custom_value4", "Prilago\u0111ena Vrednost 4", _s18_97, _s24_69, _s24_54, "Prilago\u0111ena poruka na kontrolnoj tabli", _s29_37, "Prilago\u0111ena poruka o neplac\u0301enom ra\u010dunu", _s27_58, "Prilago\u0111ena poruka o plac\u0301enom ra\u010dunu", _s31_18, "Prilago\u0111ena poruka o neodobrenoj ponudi", "lock_invoices", _s16_259, "translations", "Prevodi", _s19_64, "Obrazac broja zadatka", _s19_66, "Broja\u010d broja zadataka", _s22_68, "Obrazac broja tro\u0161kova", _s22_70, _s21_115, _s21_88, "Obrazac broja dobavlja\u010da", _s21_90, "Broja\u010d broja dobavlja\u010da", _s21_92, "Obrazac broja tiketa", _s21_94, "Broja\u010d broja tiketa", _s22_72, "Obrazac broja pla\u0107anja", _s22_74, "Broja\u010d broja pla\u0107anja", _s22_76, "Obrazac broja ra\u010duna", _s22_78, "Broja\u010d ra\u010duna", _s20_79, "Obrazac broja ponude", _s20_81, "Broja\u010d ponuda", _s21_96, _s21_170, _s21_98, _s20_153, _s21_100, _s21_170, _s21_101, _s20_153, _s18_99, "Ponovo podesite datum broja\u010da", "counter_padding", "Ispuna ispred broja broja\u010da", _s28_57, "Zajedni\u010dki broja\u010d ponuda ra\u010duna", _s18_101, "Podrazumevani naziv poreza 1", _s18_103, "Podrazumevana poreska stopa 1", _s18_105, "Podrazumevani naziv poreza 2", _s18_107, "Podrazumevana poreska stopa 2", _s18_109, "Podrazumevani naziv poreza 3", _s18_111, "Podrazumevana poreska stopa 3", _s21_102, "Po\u0161alji e-po\u0161tom predmet fakture", _s19_68, "Po\u0161alji e-po\u0161tom predmet ponude", _s21_104, "Po\u0161alji e-po\u0161tom predmet pla\u0107anja", _s29_39, "Predmet delimi\u010dnog plac\u0301anja e-po\u0161te", "show_table", "Prika\u017ei tabelu", "show_list", "Prika\u017eu listu", "client_city", "Grad klijenta", "client_state", "Dr\u017eava klijenta", "client_country", "Dr\u017eava klijenta", _s16_222, _s18_126, "client_balance", "Stanje klijenta", "client_address1", "Ulica klijenta", "client_address2", "Stan/Apartman klijenta", "vendor_address1", "Ulica dobavlja\u010da", "vendor_address2", "Stan/apartman dobavlja\u010da", _s24_56, "Adresa za isporuku klijentu", _s24_57, "Adresa za isporuku- stan/apartman klijentu", "type", "Tip", "invoice_amount", "Iznos ra\u010duna", _s16_226, "Datum dospe\u0107a", "tax_rate1", "Poreska stopa 1", "tax_rate2", "Poreska stopa 2", "tax_rate3", "Poreska stopa 3", "auto_bill", "Auto naplata", "archived_at", "Arhivirano u", "has_expenses", "Ima tro\u0161kove", "custom_taxes1", "Prilago\u0111eni porezi 1", "custom_taxes2", "Prilago\u0111eni porezi 2", "custom_taxes3", "Prilago\u0111eni porezi 3", "custom_taxes4", "Prilago\u0111eni porezi 4", _s17_134, _s21_166, _s17_135, _s21_167, _s17_136, _s21_168, _s17_137, _s21_169, "is_deleted", "Je obrisan", "vendor_city", "Grad dobavlja\u010da", "vendor_state", _s17_152, "vendor_country", _s17_152, "is_approved", "Je odobren", "tax_name", "Naziv poreza", "tax_amount", "Iznos poreza", "tax_paid", "Porez Pla\u0107en", "payment_amount", "Iznos uplate", "age", "Period", "is_running", "je pokrenuto", "time_log", "Vremenski zapisi", "bank_id", "Banka", _s19_70, "ID kategorije tro\u0161kova", _s16_227, "Kategorija tro\u0161kova", _s19_72, "ID valute ra\u010duna", "tax_name1", "Naziv poreza 1", "tax_name2", "Naziv poreza 2", "tax_name3", "Naziv poreza 3", "transaction_id", "ID transakcije", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sk", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s22_133, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Spoji\u0165", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "S\xfahlasi\u0165", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastavenia platby", "default", "Z\xe1kladn\xe9", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Trvaj\xfaci", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Prida\u0165 br\xe1nu", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Vytvorte \xfa\u010det za sekundu", "login_label", _s28_0, "add_to_invoice", "Prida\u0165 na fakt\xfaru :invoice", _s17_11, _s17_12, "week", "T\xfd\u017ede\u0148", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura\u010dn\xe1 mena", "range", "Rozsah", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Vytvori\u0165 projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Poplatok za fakt\xfaru :amount by bol :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Schv\xe1li\u0165", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Klient bol \xfaspe\u0161ne vy\u010disten\xfd", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Norm\xe1lne", "large", "Ve\u013ek\xe9", "extra_large", "Extra ve\u013ek\xe9", _s16_17, "Zobrazi\u0165 uk\xe1\u017eku PDF", _s21_20, "Zobrazte n\xe1h\u013ead PDF pri \xfaprave fakt\xfar", "print_pdf", "Tla\u010d PDF", "remind_me", "Pripomen\xfa\u0165 mi", _s16_19, "Okam\u017eit\xe1 platba v banke", "click_selected", "Kliknite na polo\u017eku Vybrat\xe9", "hide_preview", "Skry\u0165 uk\xe1\u017eku", "edit_record", "Upravi\u0165 z\xe1znam", _s27_9, "Suma kreditu nem\xf4\u017ee by\u0165 vy\u0161\u0161ia ako suma na fakt\xfare", "giropay", "GiroPay", "direct_debit", "Inkaso", _s21_21, "Nastavte heslo \xfa\u010dtu", "set_password", "Nastavi\u0165 heslo", _s17_14, "Na dosiahnutie najlep\u0161ieho v\xfdkonu odpor\xfa\u010dame pou\u017e\xedva\u0165 po\u010d\xedta\u010dov\xfa aplik\xe1ciu", _s16_21, _s58_0, _s20_24, "Br\xe1na bola \xfaspe\u0161ne odpojen\xe1", "disconnect", "Odpoji\u0165", "add_to_invoices", "Prida\u0165 do fakt\xfar", "acss", "Vopred autorizovan\xe9 debetn\xe9 platby", "becs", "Inkaso BECS", "bulk_download", "Stiahnu\u0165", _s17_15, "Ukladajte \xfadaje lok\xe1lne, aby sa aplik\xe1cia sp\xfa\u0161\u0165ala r\xfdchlej\u0161ie. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon vo ve\u013ek\xfdch \xfa\u010dtoch", "persist_ui", "Trval\xe9 pou\u017e\xedvate\u013esk\xe9 rozhranie", "persist_ui_help", "Ulo\u017ete stav pou\u017e\xedvate\u013esk\xe9ho rozhrania lok\xe1lne, aby ste umo\u017enili spustenie aplik\xe1cie na poslednom mieste. Deaktiv\xe1cia m\xf4\u017ee zlep\u0161i\u0165 v\xfdkon", _s18_14, "PS\u010c klienta", _s17_16, "I\u010c DPH klienta", "has_tasks", "M\xe1 \xfalohy", "registration", "Registr\xe1cia", _s27_10, "Autorizujte Stripe na prij\xedmanie online platieb.", "view_expense", "Zobrazi\u0165 v\xfddaje # :expense", "view_statement", "Zobrazi\u0165 V\xfdkaz", "sepa", "platba SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, "Aktualizujte v\u0161etky z\xe1znamy", "system", "Syst\xe9m", _s19_15, "Nastavi\u0165 predvolen\xfa spolo\u010dnos\u0165", "updated_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne aktualizovan\xe1", "kbc", "KBC", "bancontact", "Bancontact", _s19_17, "Pom\xf4\u017ete n\xe1m zlep\u0161i\u0165 sa t\xfdm, \u017ee n\xe1m povedzte pre\u010do (volite\u013en\xe9)", "webhook_success", "\xdaspech webhooku", _s24_14, "V\u0161etky \xfalohy musia patri\u0165 tomu ist\xe9mu klientovi", _s27_11, "V\u0161etky v\xfddavky musia patri\u0165 tomu ist\xe9mu klientovi", "app", "Aplik\xe1cia", _s20_25, "Ak chcete dosiahnu\u0165 najlep\u0161\xed v\xfdkon, stiahnite si aplik\xe1ciu :app", _s16_22, "Celkov\xe1 suma brutto", _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Meno odosielate\u013ea", _s16_23, "Klonova\u0165 do n\xe1kladov", _s17_19, _s17_230, _s18_19, _s17_230, _s21_22, "Nov\xe9 pravideln\xe9 v\xfddaje", _s22_27, "Upravi\u0165 pravideln\xe9 v\xfddaje", _s25_3, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne vytvoren\xe9", _s25_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne upraven\xe9", _s26_4, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne archivovan\xe9", _s25_5, "Projekt \xfaspe\u0161ne zmazan\xfd", _s25_6, "Opakovan\xfd v\xfddavok bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s26_5, "Pravideln\xe9 v\xfddaje \xfaspe\u0161ne obnoven\xe9", _s24_15, "H\u013eadaj opakuj\xface sa v\xfddavky", _s25_7, "H\u013eadajte opakuj\xface sa v\xfddavky", "last_sent_date", "D\xe1tum posledn\xe9ho odoslania", "include_drafts", "Zahrn\xfa\u0165 koncepty", _s19_19, "Zahr\u0148te do spr\xe1v koncepty z\xe1znamov", "is_invoiced", "Je fakturovan\xe9", "change_plan", "Zmeni\u0165 pl\xe1n", "persist_data", "Trval\xe9 \xfadaje", "customer_count", "Po\u010det z\xe1kazn\xedkov", _s16_24, "Overi\u0165 z\xe1kazn\xedkov", _s16_26, _s16_27, _s28_2, "ID sledovania Google Analytics", "decimal_comma", "Desatinn\xe1 \u010diarka", _s26_6, _s35_7, "select_method", "Vyberte met\xf3du", "select_platform", "Vyberte platformu", _s28_4, "Na pripojenie k Gmailu pou\u017eite webov\xfa aplik\xe1ciu", _s16_28, "Sadzby dane z polo\u017eiek s\xfa deaktivovan\xe9", "enable_markdown", "Povoli\u0165 Markdown", _s20_26, "Previes\u0165 markdown do HTML na PDF", "user_guide", "U\u017e\xedvate\u013esk\xe1 pr\xedru\u010dka", _s18_21, "Prida\u0165 druh\xfd kontakt", "previous_page", "Predch\xe1dzaj\xfaca strana", "next_page", "\u010eal\u0161ia strana", "export_colors", "Exportova\u0165 farby", "import_colors", "Importova\u0165 farby", "clear_all", "Zmaza\u0165 v\u0161etko", "contrast", "Kontrast", "custom_colors", "Vlastn\xe9 farby", "colors", "Farby", _s31_4, "Akt\xedvna farba pozadia na bo\u010dnom paneli", _s25_9, "Akt\xedvna farba p\xedsma na bo\u010dnom paneli", _s33_5, "Farba pozadia neakt\xedvneho bo\u010dn\xe9ho panela", _s27_12, "Neakt\xedvna farba p\xedsma na bo\u010dnom paneli", _s36_3, "Farba pozadia alternat\xedvneho riadka tabu\u013eky", _s31_6, "Farba pozadia hlavi\u010dky fakt\xfary", _s25_11, "Farba p\xedsma hlavi\u010dky fakt\xfary", "net_subtotal", "Netto", "review_app", "Skontrolova\u0165 aplik\xe1ciu", "check_status", "Skontrolova\u0165 stav", "free_trial", "Sk\xfa\u0161obn\xe9 obdobie", _s23_12, "Sk\xfa\u0161obn\xe1 verzia pl\xe1nu Pro kon\u010d\xed o :count dn\xed, kliknut\xedm aktualizujte.", _s21_24, "Dnes je posledn\xfd de\u0148 sk\xfa\u0161obnej verzie pl\xe1nu Pro, kliknut\xedm aktualizujte.", "change_email", "Zmeni\u0165 e-mail", _s25_13, "Volite\u013ene nakonfigurujte samostatn\xfa dom\xe9nu klientskeho port\xe1lu", _s21_25, "\xdalohy zobrazen\xe9 na port\xe1li", "uninvoiced", "Nevyfakturovan\xe9", "subdomain_guide", "Subdom\xe9na sa pou\u017e\xedva na klientskom port\xe1li na prisp\xf4sobenie odkazov tak, aby zodpovedali va\u0161ej zna\u010dke. tj https://your-brand.invoicing.co", "send_time", "\u010cas odoslania", "import_data", "Importova\u0165 \xfadaje", "import_settings", "Nastavenia importu", _s17_21, "Poskytnite s\xfabor JSON", _s19_20, "Vyberte, ak chcete importova\u0165 nastavenia a/alebo \xfadaje", "json", "JSON", _s24_17, "Nie s\xfa povolen\xe9 \u017eiadne typy platieb", "wait_for_data", "Po\u010dkajte na dokon\u010denie na\u010d\xedtania \xfadajov", "net_total", "\u010cist\xfd s\xfa\u010det", "has_taxes", "M\xe1 dane", _s16_29, "Importova\u0165 z\xe1kazn\xedkov", _s18_23, "\xdaspe\u0161ne sa za\u010dal import z\xe1kazn\xedkov", "login_success", "\xdaspe\u0161n\xe9 prihl\xe1senie", "login_failure", "Prihl\xe1senie zlyhalo", "exported_data", "Ke\u010f bude s\xfabor pripraven\xfd, dostanete e-mail s odkazom na stiahnutie", _s23_13, "Zahrn\xfa\u0165 odstr\xe1nen\xfdch klientov", _s28_6, "Na\u010d\xedta\u0165 z\xe1znamy patriace vymazan\xfdm klientom", "step_1_sign_in", "Krok 1: Prihl\xe1ste sa", _s16_32, "Krok 2: Autoriz\xe1cia", "account_id", "ID \xfa\u010dtu", _s27_14, "Migr\xe1cia sa e\u0161te neskon\u010dila", "activity_100", ":user vytvoril opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_101", ":user aktualizoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_102", ":user archivoval opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_103", ":user vymazal opakuj\xfacu sa fakt\xfaru :recurring_invoice", "activity_104", ":user obnovil opakuj\xfacu sa fakt\xfaru :recurring_invoice", _s18_24, "Zobrazi\u0165 d\xe1tum ukon\u010denia \xfalohy", _s23_15, "Povoli\u0165 ur\u010denie d\xe1tumu ukon\u010denia \xfalohy", "gateway_setup", "Nastavenie br\xe1ny", "preview_sidebar", "Uk\xe1\u017eka bo\u010dn\xe9ho panela", _s16_33, "Zobrazen\xe9 \xfadaje za roky", _s18_26, _s31_8, _s16_35, "Ukon\u010di\u0165 v\u0161etky rel\xe1cie", "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Naposledy upraven\xfd", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Krstn\xe9 meno kontaktu", _s17_23, "Priezvisko kontaktu", "order", "Order", "unassigned", "Nepridelen\xe9", "partial_value", "Mus\xed by\u0165 v\xe4\u010d\u0161ie ako 0 a menej ako celkov\xfd s\xfa\u010det", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Povoli\u0165", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavte subdom\xe9nu alebo zobrazte fakt\xfaru na vlastnom webe.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Propaga\u010dn\xfd k\xf3d", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Zabezpe\u010denie", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Predplatn\xe9", "subscriptions", "Predplatn\xe9", _s16_41, "Nov\xe9 predplatn\xe9", _s17_29, "Aktualizova\u0165 predplatn\xe9", _s20_29, "Predplatn\xe9 \xfaspe\u0161ne vytvoren\xe9", _s20_30, _s32_36, _s21_34, _s32_36, _s20_31, _s34_39, _s20_32, _s34_39, _s21_35, "Predplatn\xe9 bolo \xfaspe\u0161ne obnoven\xe9", _s19_21, "H\u013eada\u0165 1 predplatn\xe9", _s20_33, "H\u013eada\u0165 :count odbery", _s26_8, "Subdom\xe9na nie je dostupn\xe1", "connect_gmail", "Pripojte Gmail", _s16_43, "Odpojte Gmail", "connected_gmail", "Gmail bol \xfaspe\u0161ne pripojen\xfd", _s18_35, "Gmail bol \xfaspe\u0161ne odpojen\xfd", _s16_45, "Zmeny v k\xf3dovej z\xe1kladni m\xf4\u017eu blokova\u0165 aktualiz\xe1ciu, m\xf4\u017eete spusti\u0165 tento pr\xedkaz a zru\u0161i\u0165 zmeny:", _s16_46, "Identifika\u010dn\xe9 \u010d\xedslo klienta", "count_minutes", ":count min\xfaty", _s16_48, "\u010casov\xfd limit hesla", _s29_5, "Zdie\u013ean\xe9 po\u010d\xedtadlo fakt\xfar/kreditov", "use_last_email", "Pou\u017ei\u0165 posledn\xfd e-mail", _s16_50, "Aktivova\u0165 spolo\u010dnos\u0165", _s21_37, "Povoli\u0165 e-maily, opakuj\xface sa fakt\xfary a upozornenia", _s27_16, "Vyskytla sa chyba, sk\xfaste to znova", _s27_17, "Najprv nastavte heslo", _s34_7, "Upozornenie: Zmena telef\xf3nneho \u010d\xedsla deaktivuje 2FA", "help_translate", "Pomoc s prekladom", _s23_16, "Vyberte krajinu", "resend_invite", "Znova odosla\u0165 Pozv\xe1nku", _s19_22, "\xdaspe\u0161ne deaktivovan\xe9 2FA", _s16_52, "\xda\u010det bol \xfaspe\u0161ne pripojen\xfd", _s19_23, "\xda\u010det bol \xfaspe\u0161ne odpojen\xfd", "delivered", "Doru\u010den\xe9", "bounced", "Odmietnut\xe9", "spam", "Nevy\u017eiadan\xe1 po\u0161ta", "view_docs", "Zobrazi\u0165 dokumenty", _s32_4, "Ak chcete povoli\u0165 dvojfaktorov\xe9 overenie, zadajte \u010d\xedslo mobiln\xe9ho telef\xf3nu", "send_sms", "Posla\u0165 SMS", "sms_code", "SMS k\xf3d", _s21_38, "Naskenujte \u010diarov\xfd k\xf3d pomocou aplik\xe1cie kompatibilnej s :link.", _s18_36, "Dvojfaktorov\xe9 overovanie \xfaspe\u0161ne nastaven\xe9", "connect_google", "Pripojte Google", _s17_31, "Odpoji\u0165 Google", _s17_33, "Dvojfaktorov\xe9 overovanie", _s18_37, "Zak\xe1za\u0165 dva faktory", _s34_8, "Vy\u017eadova\u0165 heslo s prihl\xe1sen\xedm na soci\xe1lne siete", "stay_logged_in", "Zosta\u0165 prihl\xe1sen\xfd", _s23_18, "Varovanie: Va\u0161a rel\xe1cia \u010doskoro vypr\u0161\xed.", "count_hours", ":count hod\xedn", "count_day", "1 de\u0148", "count_days", ":count dn\xed", _s19_24, "\u010das rel\xe1cie vypr\u0161al", _s17_34, "Nastavenia zabezpe\u010denia", "resend_email", "Preposla\u0165 email", _s26_10, "Pros\xedm, potvr\u010fte svoju emailov\xfa adresu", _s16_53, "Vr\xe1ten\xe1 platba", _s19_26, _s19_141, _s19_28, "Pros\xedm vyber pou\u017e\xedvate\u013esk\xfa autentifik\xe1ciu cez Gmail", "list_long_press", "Dlh\xe9 stla\u010denie zoznamu", "show_actions", "Uk\xe1\u017e akciu", _s17_36, "Za\u010da\u0165 viacn\xe1sobn\xfd v\xfdber", _s27_19, "Bol odoslan\xfd e-mail na potvrdenie e-mailovej adresy", _s21_39, "Ak chcete pou\u017ei\u0165 :client_counter, pridajte bu\u010f :client_number alebo :client_id_number, aby ste predi\u0161li konfliktom", "this_quarter", "Tento \u0161tvr\u0165rok", "last_quarter", "Posledn\xfd \u0160tvr\u0165rok", "to_update_run", "Ak chcete aktualizova\u0165 spustite", _s18_39, "Previes\u0165 na fakt\xfaru", _s16_54, "Registra\u010dn\xe1 adresa URL", "invoice_project", "Fakt\xfarova\u0165 projekt", "invoice_task", "Fakturova\u0165 \xfalohu", "invoice_expense", "Fakt\xfarova\u0165 v\xfddaje", _s19_29, "H\u013eada\u0165 1 platobn\xfd term\xedn", _s20_34, "H\u013eada\u0165 :count platobn\xe9 podmienky", _s16_56, "Ulo\u017ei\u0165 a zobrazi\u0165 uk\xe1\u017eku", "save_and_email", "Ulo\u017ei\u0165 a posla\u0165 e-mailom", _s16_58, "Podporovan\xe9 udalosti", _s16_60, "Konvertovan\xe1 suma", _s17_38, "Prepo\u010d\xedtan\xfd zostatok", _s22_31, "Preveden\xe9 zaplaten\xe9 na d\xe1tum", _s24_19, "Konvertovan\xfd kreditn\xfd zostatok", "converted_total", "Celkom preveden\xe9", "is_sent", "Je odoslan\xe1", _s17_40, "Predvolen\xe9 dokumenty", "document_upload", "Nahratie dokumentu", _s20_35, "Umo\u017enite klientom nahr\xe1va\u0165 dokumenty", "expense_total", "Celkov\xe9 n\xe1klady", "enter_taxes", "Zadajte dane", "by_rate", "Pod\u013ea sadzby", "by_amount", "Pod\u013ea sumy", "enter_amount", "Zadajte \u010diastku", "before_taxes", "Pred zdanen\xedm", "after_taxes", "Po zdanen\xed", "color", "Farba", "show", "Zobrazi\u0165", "hide", "Skry\u0165", "empty_columns", "Pr\xe1zdne st\u013apce", _s21_41, "Re\u017eim ladenia je povolen\xfd", _s26_11, "Upozornenie: je to ur\u010den\xe9 na pou\u017eitie na lok\xe1lnych po\u010d\xedta\u010doch, m\xf4\u017ee d\xf4js\u0165 k \xfaniku poveren\xed. Kliknut\xedm sa dozviete viac.", "running_tasks", "Spusten\xe9 \xfalohy", "recent_tasks", "Ned\xe1vne \xfalohy", "recent_expenses", "Ned\xe1vne v\xfddavky", _s17_42, "Nadch\xe1dzaj\xface v\xfddavky", "update_app", "Aktualizova\u0165 aplik\xe1ciu", "started_import", "Import bol \xfaspe\u0161ne spusten\xfd", _s24_21, "Duplicitn\xe9 mapovanie st\u013apcov", _s20_36, "Pou\u017e\xedva inkluz\xedvne dane", _s18_41, "Je z\u013eava vo v\xfd\u0161ke", "column", "St\u013apec", "sample", "Vzorka", "map_to", "Mapova\u0165", "import", "Import", _s25_16, "Ako n\xe1zvy st\u013apcov pou\u017eite prv\xfd riadok", "select_file", "Vyberte s\xfabor", _s16_62, "Nie je zvolen\xfd \u017eiadny s\xfabor", "csv_file", "S\xfabor CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Fakturovane", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "\xda\u010dtovn\xedctvo", _s22_33, "Zadajte v\u0161etky s\xfabory CSV.", "import_type", "Typ importu", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Zobrazi\u0165 licencie", "webhook_url", "Webhook URL", _s17_44, "Celoobrazovkov\xfd editor", "sidebar_editor", "Editor bo\u010dn\xe9ho panelu", _s22_34, "Potvr\u010fte zadan\xedm \u201e:value\u201c.", "purge", "Vy\u010disti\u0165", "service", "Slu\u017eba", "clone_to", "Klonova\u0165 do", "clone_to_other", "Klonova\u0165 do in\xe9ho", "labels", "\u0160t\xedtky", "add_custom", "Prida\u0165 vlastn\xe9", "payment_tax", "Platba dane", "unpaid", "Nezaplaten\xe9", "white_label", "Biely \u0161t\xedtok", "delivery_note", "Dodac\xed list", _s24_24, "Odoslan\xe9 fakt\xfary s\xfa uzamknut\xe9", _s24_26, "Zaplaten\xe9 fakt\xfary s\xfa uzamknut\xe9", "source_code", "Zdrojov\xfd k\xf3d", "app_platforms", "Platformy aplik\xe1ci\xed", "invoice_late", _s18_202, "quote_expired", "Platnos\u0165 ponuky vypr\u0161ala", "partial_due", "\u010ciasto\u010dn\xe1 splatnos\u0165", "invoice_total", "Celkom k \xfahrade", "quote_total", "Ponuka celkom", "credit_total", "Celkov\xfd kredit", _s23_19, "Celkov\xe1 fakt\xfara", "actions", "Akcie", "expense_number", "\u010c\xedslo v\xfddavku", "task_number", "\u010c\xedslo \xfalohy", "project_number", "\u010cislo projektu", "project_name", "N\xe1zov projektu", "warning", "Varovanie", "view_settings", "Zobrazi\u0165 nastavenia", _s24_28, "Upozornenie: T\xe1to spolo\u010dnos\u0165 e\u0161te nebola aktivovan\xe1", "late_invoice", _s18_202, "expired_quote", "Platnos\u0165 cenovej ponuky vypr\u0161ala", "remind_invoice", "Pripomen\xfa\u0165 fakt\xfaru", "cvv", "CVC k\xf3d", "client_name", "Meno z\xe1kazn\xedka", "client_phone", "Telef\xf3n klienta", "required_fields", "Povinn\xe9 polia", "calculated_rate", "Vypo\u010d\xedtan\xe1 sadzba", _s17_46, "Predvolen\xe1 miera \xfaloh", "clear_cache", "Vymaza\u0165 vyrovn\xe1vaciu pam\xe4\u0165", "sort_order", "Poradie zoradenia", "task_status", "Stav", "task_statuses", "Stavy \xfaloh", "new_task_status", "Stav novej \xfalohy", _s16_64, "Upravi\u0165 stav \xfalohy", _s19_30, "Stav \xfalohy bol \xfaspe\u0161ne vytvoren\xfd", _s19_31, "\xdaspe\u0161ne aktualizova\u0165 stav \xfalohy", _s20_38, "Stav \xfalohy bol \xfaspe\u0161ne archivovan\xfd", _s19_32, _s33_40, _s19_33, _s33_40, _s20_39, "Stav \xfalohy bol \xfaspe\u0161ne obnoven\xfd", _s22_35, "Stavy \xfaloh :value boli \xfaspe\u0161ne archivovan\xe9", _s21_43, "Stavy \xfaloh :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s22_36, "Stavy \xfaloh :value boli \xfaspe\u0161ne obnoven\xe9", _s18_43, "H\u013eada\u0165 1 stav \xfalohy", _s20_41, "H\u013eada\u0165: count stavy \xfaloh", _s16_66, "Zobrazi\u0165 tabu\u013eku \xfaloh", _s21_44, "Pri vytv\xe1ran\xed fakt\xfar v\u017edy zobrazova\u0165 sekciu \xfaloh", _s20_42, "\u010casov\xfd denn\xedk faktura\u010dnej \xfalohy", _s25_17, "Pridajte \u010dasov\xe9 \xfadaje do riadkov\xfdch polo\u017eiek fakt\xfary", _s20_44, "D\xe1tumov\xfd denn\xedk \xfalohy fakt\xfary", _s25_18, "Pridajte podrobnosti o d\xe1tume do riadkov\xfdch polo\u017eiek fakt\xfary", _s21_45, "Pred ulo\u017een\xedm za\u010dnite \xfalohy", _s18_44, "Konfigurova\u0165 stavy", "task_settings", "Nastavenia \xfalohy", _s20_46, "Konfigurova\u0165 kateg\xf3rie", _s18_46, "Kateg\xf3rie v\xfddajov", _s20_48, "Nov\xe1 kateg\xf3ria v\xfddajov", _s21_46, "Upravi\u0165 kateg\xf3riu v\xfddavkov", _s24_29, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne vytvoren\xe1", _s24_30, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne aktualizovan\xe1", _s25_20, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne archivovan\xe1", _s24_31, "Kateg\xf3ria bola \xfaspe\u0161ne zmazan\xe1", _s24_32, "Kateg\xf3ria v\xfddavkov bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s25_21, "Kateg\xf3ria v\xfddajov bola \xfaspe\u0161ne obnoven\xe1", _s27_23, "Po\u010det \xfaspe\u0161ne archivovan\xfdch kategorii v\xfddajov: :count", _s26_12, "\xdaspe\u0161ne odstr\xe1nen\xe9 kateg\xf3rie v\xfddavkov :value", _s27_24, "\xdaspe\u0161ne obnoven\xe9 kateg\xf3rie n\xe1kladov :value", _s23_20, "Vyh\u013eadajte 1 kateg\xf3riu v\xfddavkov", _s25_23, "H\u013eada\u0165 :count kateg\xf3rie v\xfddavkov", _s21_48, "Pou\u017eite dostupn\xe9 kredity", "show_option", "Zobrazi\u0165 mo\u017enos\u0165", _s22_37, "Suma kreditu nem\xf4\u017ee presiahnu\u0165 sumu platby", "view_changes", "Zobrazi\u0165 zmeny", "force_update", "Vyn\xfati\u0165 aktualiz\xe1ciu", _s17_48, "Pou\u017e\xedvate najnov\u0161iu verziu, ale m\xf4\u017eu by\u0165 k dispoz\xedcii \u010dakaj\xface opravy.", "mark_paid_help", "Sledujte, \u010di bol v\xfddavok zaplaten\xfd", _s18_48, "Treba fakturova\u0165", _s23_21, "Povoli\u0165 faktur\xe1ciu v\xfddavku", _s29_8, "Zvidite\u013enite dokumenty", _s21_50, "Nastavte v\xfdmenn\xfd kurz", _s16_68, "Nastavenia v\xfddavkov", _s18_49, "Klonova\u0165 na opakuj\xface sa", "crypto", "Kryptomeny", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Pou\u017e\xedvate\u013esk\xe9 pole", "variables", "Premenn\xe9", "show_password", "Uk\xe1za\u0165 heslo", "hide_password", "Skry\u0165 heslo", "copy_error", "Chyba kop\xedrovania", "capture_card", "Zachyti\u0165 kartu", _s17_49, "Automatick\xe9 \xfa\u010dtovanie je povolen\xe9", "total_taxes", "Celkov\xe9 dane", "line_taxes", "Riadkov\xe9 dane", "total_fields", "Polia celkom", _s25_24, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne zastaven\xe1", _s25_25, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne spusten\xe1", _s25_26, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne obnoven\xe1", "gateway_refund", "Vr\xe1tenie platby za br\xe1nu", _s19_34, "Spracujte vr\xe1tenie platby prostredn\xedctvom platobnej br\xe1ny", "due_date_days", _s16_350, "paused", "Pozastaven\xe9", "mark_active", "Ozna\u010d\u0165 ako Akt\xedvne", "day_count", "De\u0148 :count", _s22_38, "Prv\xfd de\u0148 v mesiaci", _s21_51, "Posledn\xfd de\u0148 v mesiaci", _s17_51, "Pou\u017eite platobn\xe9 podmienky", "endless", "Nekone\u010dn\xe9", "next_send_date", "D\xe1tum \u010fal\u0161ieho odoslania", _s16_70, "Zost\xe1vaj\xface cykly", _s17_53, "Pravideln\xe1 fakt\xfara", _s18_51, "Pravideln\xe9 fakt\xfary", _s21_53, "Nov\xe1 pravideln\xe1 fakt\xfara", _s22_40, "Upravi\u0165 pravideln\xfa fakt\xfaru", _s25_27, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne vytvoren\xe1", _s25_28, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne aktualizovan\xe1", _s26_13, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne archivovan\xe1", _s25_29, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne vymazan\xe1", _s25_30, "Opakovan\xe1 fakt\xfara bola \xfaspe\u0161ne odstr\xe1nen\xe1", _s26_14, "Pravideln\xe1 fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s27_25, "\xdaspe\u0161ne archivovan\xe9 opakuj\xface sa :value fakt\xfary", _s26_15, "\xdaspe\u0161ne odstr\xe1nen\xe9 opakuj\xface sa :value fakt\xfary", _s27_26, "\xdaspe\u0161ne obnoven\xe9 opakuj\xface sa :value fakt\xfary", _s24_33, "Vyh\u013eada\u0165 1 opakuj\xfacu sa fakt\xfaru", _s25_31, "H\u013eada\u0165 :count opakuj\xface sa fakt\xfary", "send_date", "D\xe1tum odoslania", "auto_bill_on", "Zapn\xfa\u0165 Automatick\xe9 \xfa\u010dtovanie", _s28_8, "Minim\xe1lna \u010diastka platby", "profit", "Zisk", "line_item", "Polo\u017eka v riadku", _s18_53, "Povoli\u0165 preplatenie", _s23_22, "Podporte platenie navy\u0161e za prij\xedmanie tipov", _s19_35, "Povoli\u0165 platbu", _s24_34, "Podpora platenia minim\xe1lnej \u010diastky/vkladu", "test_mode", "Testovac\xed m\xf3d", "opened", "Otvoren\xe9", _s30_4, "Zlyhanie zmierenia", _s30_5, "\xdaspech zmierenia", "gateway_success", "\xdaspech br\xe1ny", "gateway_failure", "Porucha br\xe1ny", "gateway_error", "Chyba br\xe1ny", "email_send", "Odosla\u0165 email", _s17_55, "Zoznam opakovania e-mailu", "failure", "Ne\xfaspech", "quota_exceeded", "Prekro\u010den\xe1 kv\xf3ta", _s16_72, "Zlyhanie Upstream", "system_logs", "Syst\xe9mov\xe9 z\xe1znamy", "view_portal", "Zobrazi\u0165 port\xe1l", "copy_link", "Skop\xedrova\u0165 odkaz", "token_billing", "Ulo\u017ei\u0165 podrobnosti kreditnej karty", _s24_35, "Vitajte v Invoice Ninja", "always", "V\u017edy", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0160t\xedtok", "client_number", "\u010c\xedslo z\xe1kazn\xedka", "auto_convert", "Automatick\xe1 konverzia", "company_name", "N\xe1zov spolo\u010dnosti", "reminder1_sent", "Pripomienka 1 odoslan\xe1", "reminder2_sent", "Pripomienka 2 odoslan\xe1", "reminder3_sent", "Pripomienka 3 odoslan\xe1", _s18_55, "Naposledy odoslan\xe1 pripomienka", "pdf_page_info", "Strana :current z :total", _s16_74, _s24_113, "emailed_quotes", _s23_101, "emailed_credits", "\xdaspe\u0161ne zaslan\xe9 kredity e-mailom", "gateway", "Br\xe1na", "view_in_stripe", "Zobrazi\u0165 v Stripe", "rows_per_page", "Po\u010det riadkov na str\xe1nku", "hours", "Hodiny", "statement", "V\xfdkaz", "taxes", "Dane", "surcharge", "Pr\xedplatok", "apply_payment", "Pou\u017ei\u0165 platbu", "apply_credit", "Pou\u017ei\u0165 kredit", "apply", "Pou\u017ei\u0165", "unapplied", "Neaplikovan\xe9", "select_label", "Vybra\u0165 \u0161t\xedtok", "custom_labels", "Vlastn\xe9 \u0161t\xedtky", "record_type", "Typ z\xe1znamu", "record_name", "N\xe1zov z\xe1znamu", "file_type", "Typ s\xfaboru", "height", "V\xfd\u0161ka", "width", "\u0160\xedrka", "to", "Komu", "health_check", "Kontrola zdravia", "payment_type_id", "Typ platby", "last_login_at", "Posledn\xe9 prihl\xe1senie o", "company_key", "K\u013e\xfa\u010d spolo\u010dnosti", "storefront", "Storefront", "storefront_help", "Povo\u013ete aplik\xe1ci\xe1m tret\xedch str\xe1n vytv\xe1ra\u0165 fakt\xfary", "client_created", "Klient vytvoren\xfd", _s20_51, "Online platobn\xfd e-mail", _s20_53, "E-mail s manu\xe1lnou platbou", "completed", "Dokon\u010den\xe9", "gross", "Hrub\xfd", "net_amount", "\u010cist\xe1 \u010diastka", "net_balance", "\u010cist\xfd zostatok", "client_settings", "Nastavenia klienta", _s17_57, "Vybran\xe9 fakt\xfary", _s17_59, "Vybran\xe9 platby", "selected_quotes", "Vybran\xe9 ponuky", "selected_tasks", "Vybran\xe9 \xfalohy", _s17_61, "Vybran\xe9 v\xfddavky", _s17_63, "Bud\xface fakt\xfary", _s17_65, "Fakt\xfary po splatnosti", "recent_payments", "Ned\xe1vne platby", "upcoming_quotes", "Bud\xface ponuky", "expired_quotes", "Vypr\u0161an\xe9 ponuky", "create_client", "Vytvori\u0165 z\xe1kazn\xedka", "create_invoice", "Vytvorenie fakt\xfary", "create_quote", "Vytvori\u0165 ponuku", "create_payment", "Vytvori\u0165 platbu", "create_vendor", "Vytvori\u0165 dod\xe1vate\u013ea", "update_quote", "Aktualizova\u0165 cenov\xfa ponuku", "delete_quote", "Vymaza\u0165 ponuku", "update_invoice", "Aktualizova\u0165 fakt\xfaru", "delete_invoice", "Odstr\xe1ni\u0165 fakt\xfaru", "update_client", "Aktualizova\u0165 klienta", "delete_client", "Odstr\xe1ni\u0165 z\xe1kazn\xedkov", "delete_payment", "Odstr\xe1ni\u0165 platbu", "update_vendor", "Aktualizova\u0165 dod\xe1vate\u013ea", "delete_vendor", "Odstr\xe1ni\u0165 dod\xe1vate\u013ea", "create_expense", "Vytvorte n\xe1klady", "update_expense", "Aktualizova\u0165 v\xfddavky", "delete_expense", "Zmaza\u0165 v\xfddaje", "create_task", "Vytvori\u0165 \xfalohu", "update_task", "Aktualizova\u0165 \xfalohu", "delete_task", "Odstr\xe1ni\u0165 \xfalohu", "approve_quote", "Schv\xe1li\u0165 cenov\xfa ponuku", "off", "Vypnut\xe9", "when_paid", "Ke\u010f zaplaten\xe9", "expires_on", "Vypr\u0161\xed", "free", "Zdarma", "plan", "Pl\xe1n", "show_sidebar", "Zobrazi\u0165 bo\u010dn\xfd panel", "hide_sidebar", "Skry\u0165 bo\u010dn\xfd panel", "event_type", "Typ udalosti", "target_url", "Cie\u013e", "copy", "Kop\xedrova\u0165", "must_be_online", "Po pripojen\xed k internetu re\u0161tartujte aplik\xe1ciu", _s17_67, "Je potrebn\xe9 povoli\u0165 crony", "api_webhooks", "API Webhooks", "search_webhooks", "H\u013eada\u0165 :count Webhooky", "search_webhook", "H\u013eada\u0165 1 webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nov\xfd webhook", "edit_webhook", "Upravi\u0165 webhook", "created_webhook", "Webhook bol \xfaspe\u0161ne vytvoren\xfd", "updated_webhook", "Webhook bol \xfaspe\u0161ne aktualizovan\xfd", _s16_76, "Webhook bol \xfaspe\u0161ne archivovan\xfd", "deleted_webhook", "Webhook bol \xfaspe\u0161ne vymazan\xfd", "removed_webhook", "Webhook bol \xfaspe\u0161ne odstr\xe1nen\xfd", _s16_77, "Webhook bol \xfaspe\u0161ne obnoven\xfd", _s17_68, "Webhooky :value boli \xfaspe\u0161ne archivovan\xe9", _s16_78, _s39_15, _s16_79, _s39_15, _s17_69, "Webhooky :value boli \xfaspe\u0161ne obnoven\xe9", "api_tokens", "Tokeny API", "api_docs", "Dokumenty API", "search_tokens", "H\u0161ada\u0165 :count tokeny", "search_token", "Vyh\u013eada\u0165 1 token", "token", "Token", "tokens", "Tokeny", "new_token", "Nov\xfd token", "edit_token", "Upravi\u0165 token", "created_token", "Token \xfaspe\u0161ne vytvoren\xfd", "updated_token", "Token \xfaspe\u0161ne upraven\xfd", "archived_token", "Token \xfaspe\u0161ne archivovan\xfd", "deleted_token", "Token \xfaspe\u0161ne vymazan\xfd", "removed_token", "Token bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_token", "Token bol \xfaspe\u0161ne obnoven\xfd", "archived_tokens", "\xdaspe\u0161ne archivovan\xe9 :value tokeny", "deleted_tokens", "Tokeny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_tokens", "\xdaspe\u0161ne obnoven\xe9 :value tokeny", _s19_37, "Registr\xe1cia klienta", _s24_37, "Umo\u017enite klientom samoregistr\xe1ciu na port\xe1li", _s21_55, "Prisp\xf4sobi\u0165 a zobrazi\u0165 uk\xe1\u017eku", "email_invoice", "Odosla\u0165 fakt\xfaru", "email_quote", "Odosla\u0165 ponuku", "email_credit", "E-mailov\xfd kredit", "email_payment", "Platba e-mailom", _s20_56, "Klient nem\xe1 nastaven\xfa emailov\xfa adresu", "ledger", "Hlavn\xe1 kniha", "view_pdf", "Zobrazi\u0165 PDF", "all_records", "V\u0161etky z\xe1znamy", "owned_by_user", "Vlastnen\xe9 pou\u017e\xedvate\u013eom", _s16_80, "Zost\xe1vaj\xfaci kredit", "contact_name", "Meno kontaktu", "use_default", "Pou\u017ei predvolen\xe9", _s16_82, "Nekone\u010dn\xe9 pripomienky", "number_of_days", "Po\u010det dn\xed", _s23_24, "Konfigur\xe1cia platobn\xfdch podmienok", "payment_term", "Lehota splatnosti", _s16_83, "Nov\xfd platobn\xfd term\xedn", _s17_71, "Upravi\u0165 platobn\xe9 obdobie", _s20_57, "\xdaspe\u0161ne vytvoren\xe9 platobn\xe9 obdobie", _s20_58, "\xdaspe\u0161ne aktualizovan\xe9 platobn\xe9 obdobie", _s21_56, "\xdaspe\u0161ne archivovan\xe9 platobn\xe9 obdobie", _s20_59, _s38_37, _s20_60, _s38_37, _s21_57, "Platobn\xfd term\xedn bol \xfaspe\u0161ne obnoven\xfd", _s22_45, "\xdaspe\u0161ne archivovan\xe9 :value platobn\xe9 podmienky", _s21_58, "\xdaspe\u0161ne vymazan\xe9 :value platobn\xe9 podmienky", _s22_46, "\xdaspe\u0161ne obnoven\xe9 :value platobn\xe9 podmienky", "email_sign_in", "Prihl\xe1ste sa e-mailom", "change", "Zmeni\u0165", _s23_26, "Chcete zmeni\u0165 rozlo\u017eenie pre mobiln\xe9 zariadenia?", _s24_38, "Chcete zmeni\u0165 na rozlo\u017eenie desktop?", "send_from_gmail", "Odosla\u0165 z Gmailu", "reversed", "Obr\xe1ten\xe9", "cancelled", "Zru\u0161en\xe9", "credit_amount", "\u010ciastka dobropisu", "quote_amount", "Suma ponuky", "hosted", "Hos\u0165ovan\xe9", "selfhosted", "Vlasn\xfd hosting", "exclusive", "V\xfdhradne", "inclusive", "Vr\xe1tane", "hide_menu", "Skry\u0165 ponuku", "show_menu", "Zobrazi\u0165 menu", _s18_57, _s17_231, _s16_85, "H\u013eada\u0165 v dokumentoch", "search_designs", "H\u013eada\u0165 vzh\u013eady", "search_invoices", "Vyh\u013eada\u0165 fakt\xfary", "search_clients", "Vyh\u013eadajte klientov", "search_products", "H\u013eada\u0165 produkty", "search_quotes", "Vyh\u013eada\u0165 ponuky", "search_credits", "H\u013eada\u0165 kredity", "search_vendors", "H\u013eada\u0165 predajcov", "search_users", "H\u013eada\u0165 pou\u017e\xedvate\u013eov", _s16_86, "Vyh\u013eadajte da\u0148ov\xe9 sadzby", "search_tasks", "H\u013eada\u0165 \xfalohy", "search_settings", "Nastavenia vyh\u013ead\xe1vania", "search_projects", "H\u013eada\u0165 projekty", "search_expenses", "H\u013eada\u0165 v\xfddavky", "search_payments", "H\u013eadajte platby", "search_groups", "H\u013eada\u0165 v skupin\xe1ch", "search_company", "H\u013eada\u0165 spolo\u010dnos\u0165", "search_document", "Vyh\u013eada\u0165 1 dokument", "search_design", "Vyh\u013eada\u0165 1 vzh\u013ead", "search_invoice", "Vyh\u013eada\u0165 1 fakt\xfaru", "search_client", "Vyh\u013eada\u0165 1 klienta", "search_product", "Vyh\u013eada\u0165 1 produkt", "search_quote", "Vyh\u013eada\u0165 1 ponuku", "search_credit", "Vyh\u013eada\u0165 1 kredit", "search_vendor", "Vyh\u013eada\u0165 1 dod\xe1vate\u013ea", "search_user", "Vyh\u013eada\u0165 1 pou\u017e\xedvate\u013ea", "search_tax_rate", "Vyh\u013eada\u0165 1 da\u0148ov\xfa sadzbu", "search_task", "Vyh\u013eada\u0165 1 \xfalohy", "search_project", "Vyh\u013eada\u0165 1 projekt", "search_expense", "Vyh\u013eada\u0165 1 v\xfddavok", "search_payment", "Vyh\u013eada\u0165 1 platbu", "search_group", "Vyh\u013eada\u0165 1 skupinu", "refund_payment", "Vr\xe1ti\u0165 platbu", _s17_75, _s26_85, _s18_59, _s26_86, _s16_92, _s26_85, _s17_76, "\xdaspe\u0161ne stornovan\xe9 fakt\xfary", "reverse", "Opak", "full_name", "Cel\xe9 Meno", _s17_77, "Mesto/\u0160t\xe1t/PS\u010c", _s17_79, "PS\u010c/Mesto/\u0160t\xe1t", "custom1", "Prv\xe9 vlastn\xe9", "custom2", "Druh\xe9 vlastn\xe9", "custom3", "Tretie vlastn\xe9", "custom4", "\u0160tvrt\xe9 vlastn\xe9", "optional", "Volite\u013en\xe9", "license", "Licencia", "purge_data", "Vy\u010disti\u0165 \xfadaje", _s16_93, "\xdadaje spolo\u010dnosti boli \xfaspe\u0161ne vymazan\xe9", _s18_60, "Upozornenie: T\xfdmto natrvalo vyma\u017eete va\u0161e \xfadaje, nie je mo\u017en\xe9 vr\xe1ti\u0165 sp\xe4\u0165.", "invoice_balance", "Faktura\u010dn\xfd zostatok", "age_group_0", "0 - 30 Dn\xed", "age_group_30", "30 - 60 Dn\xed", "age_group_60", "60 - 90 Dn\xed", "age_group_90", "90 - 120 Dn\xed", "age_group_120", "120+ Dn\xed", "refresh", "Obnovi\u0165", "saved_design", "Dizajn bol \xfaspe\u0161ne ulo\u017een\xfd", "client_details", "Podrobnosti o klientovi", "company_address", "Adresa firmy", "invoice_details", "Detaily Fakt\xfary", "quote_details", "Podrobnosti ponuky", "credit_details", "Podrobnosti o \xfavere", "product_columns", "Produktov\xe9 st\u013apce", "task_columns", "St\u013apce \xfaloh", "add_field", "Prida\u0165 pole", "all_events", "V\u0161etky udalosti", "permissions", "Opr\xe1vnenia", "none", "\u017diadne", "owned", "Vlastnen\xe9", "payment_success", "\xdaspe\u0161nos\u0165 platby", "payment_failure", "Zlyhanie platby", "invoice_sent", ":count fakt\xfara odoslan\xe1", "quote_sent", "Cenov\xe1 ponuka bola odoslan\xe1", "credit_sent", "Kredit odoslan\xfd", "invoice_viewed", "Zobrazen\xe1 fakt\xfara", "quote_viewed", "Zobrazen\xe1 ponuka", "credit_viewed", "Zobrazen\xfd kredit", "quote_approved", "Cenov\xe1 ponuka bola schv\xe1len\xe1", _s25_33, "Prij\xedma\u0165 v\u0161etky upozornenia", _s16_94, "Zak\xfapi\u0165 licenciu", "apply_license", "Aplikova\u0165 licenciu", "cancel_account", "Vymaza\u0165 \xfa\u010det", _s22_47, "Upozornenie: T\xfdm sa natrvalo odstr\xe1ni v\xe1\u0161 \xfa\u010det, nie je mo\u017en\xe9 ho vr\xe1ti\u0165 sp\xe4\u0165.", "delete_company", "Odstr\xe1ni\u0165 spolo\u010dnos\u0165", _s22_48, "Upozornenie: T\xfdm sa natrvalo zma\u017ee spolo\u010dnos\u0165, nieje mo\u017en\xe9 ju vr\xe1ti\u0165 sp\xe4\u0165.", "enabled_modules", "Povolen\xe9 moduly", "converted_quote", "\xdaspe\u0161ne konvertovan\xe1 cenov\xe1 ponuka", "credit_design", "Kreditn\xfd dizajn", "includes", "Zah\u0155\u0148a", "header", "Hlavi\u010dka", "load_design", "Na\u010d\xedta\u0165 vzh\u013ead", "css_framework", "CSS Framework", "custom_designs", "Vlastn\xe9 vzh\u013eady", "designs", "Vzh\u013eady", "new_design", "Nov\xfd vzh\u013ead", "edit_design", "Upravi\u0165 vzh\u013ead", "created_design", "\xdaspe\u0161ne vytvoren\xfd vzh\u013ead", "updated_design", "\xdaspe\u0161ne aktualizovan\xfd vzh\u013ead", "archived_design", "Vzh\u013ead bol \xfaspe\u0161ne archivovan\xfd", "deleted_design", _s29_82, "removed_design", _s29_82, "restored_design", "\xdaspe\u0161ne obnoven\xfd vzh\u013ead", _s16_96, "\xdaspe\u0161ne archivovan\xe9 :value vzh\u013eady", "deleted_designs", "Vzh\u013eady :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s16_97, "\xdaspe\u0161ne obnoven\xe9 :value vzh\u013eady", "proposals", "N\xe1vrhy", "tickets", "Tikety", _s16_98, "Pravideln\xe9 ponuky", "recurring_tasks", "Opakuj\xface sa", _s18_61, "Spr\xe1va \xfa\u010dtu", "credit_date", "D\xe1tum dobropisu", "credit", "Dobropis", "credits", "Dobropisy", "new_credit", "Nov\xfd dobropis", "edit_credit", "Upravi\u0165 dobropis", "created_credit", "Dobropis \xfaspe\u0161ne vytvoren\xfd", "updated_credit", "Dobropis \xfaspe\u0161ne aktualizovan\xfd", "archived_credit", "Dobropis \xfaspe\u0161ne archivovan\xfd", "deleted_credit", "Dobropis \xfaspe\u0161ne odstr\xe1nen\xfd", "removed_credit", "Kredit bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_credit", "Dobropis \xfaspe\u0161ne obnoven\xfd", _s16_100, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dobropisov: :count", "deleted_credits", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch dobropisov: :count", _s16_101, "\xdaspe\u0161ne obnoven\xe9 :value kredity", "current_version", "Aktu\xe1lna verzia", "latest_version", "Najnov\u0161ia verzia", "update_now", "Teraz aktualizova\u0165", _s26_21, "K dispoz\xedcii je nov\xe1 verzia webovej aplik\xe1cie", _s16_102, "Aktualiz\xe1cia k dispoz\xedcii", "app_updated", "Aktualiz\xe1cia bola \xfaspe\u0161ne dokon\u010den\xe1", "learn_more", "Zobrazi\u0165 viac", "integrations", "Integr\xe1cia", "tracking_id", "Id pre sledovanie", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "\xdaverov\xe9 podmienky", "new_company", "Nov\xe1 spolo\u010dnos\u0165", "added_company", "Spolo\u010dnos\u0165 bola \xfaspe\u0161ne pridan\xe1", "company1", "Vlastn\xe1 spolo\u010dnos\u0165 1", "company2", "Vlastn\xe1 spolo\u010dnos\u0165 2", "company3", "Vlastn\xe1 spolo\u010dnos\u0165 3", "company4", "Vlastn\xe1 spolo\u010dnos\u0165 4", "product1", "Produkt na mieru 1", "product2", "Produkt na mieru 2", "product3", "Produkt na mieru 3", "product4", "Produkt na mieru 4", "client1", "Vlastn\xfd klient 1", "client2", "Vlastn\xfd klient 2", "client3", "Vlastn\xfd klient 3", "client4", "Vlastn\xfd klient 4", "contact1", "Vlastn\xfd kontakt 1", "contact2", "Vlastn\xfd kontakt 2", "contact3", "Vlastn\xfd kontakt 3", "contact4", "Vlastn\xfd kontakt 4", "task1", "Vlastn\xe1 \xfaloha 1", "task2", "Vlastn\xe1 \xfaloha 2", "task3", "Vlastn\xe1 \xfaloha 3", "task4", "Vlastn\xe1 \xfaloha 4", "project1", "Vlastn\xfd projekt 1", "project2", "Vlastn\xfd projekt 2", "project3", "Vlastn\xfd projekt 3", "project4", "Vlastn\xfd projekt 4", "expense1", "Vlastn\xe9 n\xe1klady 1", "expense2", "Vlastn\xe9 n\xe1klady 2", "expense3", "Vlastn\xe9 n\xe1klady 3", "expense4", "Vlastn\xe9 n\xe1klady 4", "vendor1", "Vlastn\xfd dod\xe1vate\u013e 1", "vendor2", "Vlastn\xfd dod\xe1vate\u013e 2", "vendor3", "Vlastn\xfd dod\xe1vate\u013e 3", "vendor4", "Vlastn\xfd dod\xe1vate\u013e 4", "invoice1", "Vlastn\xe1 fakt\xfara 1", "invoice2", "Vlastn\xe1 fakt\xfara 2", "invoice3", "Vlastn\xe1 fakt\xfara 3", "invoice4", "Vlastn\xe1 fakt\xfara 4", "payment1", "Vlastn\xe1 platba 1", "payment2", "Vlastn\xe1 platba 2", "payment3", "Vlastn\xe1 platba 3", "payment4", "Vlastn\xe1 platba 4", "surcharge1", _s19_142, "surcharge2", _s19_143, "surcharge3", _s19_144, "surcharge4", _s19_145, "group1", "Vlastn\xe1 skupina 1", "group2", "Vlastn\xe1 skupina 2", "group3", "Vlastn\xe1 skupina 3", "group4", "Vlastn\xe1 skupina 4", "reset", "Resetova\u0165", "number", "\u010c\xedslo", "export", "Exportova\u0165", "chart", "Graf", "count", "Po\u010d\xedta\u0165", "totals", "S\xfa\u010dty", "blank", "Pr\xe1zdne", "day", "De\u0148", "month", "Mesiac", "year", "Rok", "subgroup", "Podskupina", "is_active", "Je akt\xedvne", "group_by", "Zoskupi\u0165 pod\u013ea", "credit_balance", "Zostatok kreditu", _s18_67, "Posledn\xe9 prihl\xe1senie kontaktu", _s17_83, "Cel\xe9 meno kontaktu", "contact_phone", "Kontaktn\xfd telef\xf3n", _s21_59, "Vlastn\xe1 hodnota kontaktu 1", _s21_60, "Vlastn\xe1 hodnota kontaktu 2", _s21_61, "Vlastn\xe1 hodnota kontaktu 3", _s21_62, "Vlastn\xe1 hodnota kontaktu 4", _s17_85, "Ulica dodania", _s17_86, "Byt/Apartm\xe1n dodania", "shipping_city", "Mesto pre dodanie", "shipping_state", "Kraj pre dodanie", _s20_61, "PS\u010c pre dodanie", _s16_132, "Krajina dodania", _s16_134, "Faktura\u010dn\xe1 ulica", _s16_135, "Faktura\u010dn\xfd byt/apartm\xe1n", "billing_city", "Faktura\u010dn\xe9 mesto", "billing_state", "Faktura\u010dn\xfd kraj", _s19_40, "Faktura\u010dn\xe9 PS\u010c", "billing_country", "Faktura\u010dn\xe1 krajina", "client_id", "ID z\xe1kazn\xedka", "assigned_to", "Priraden\xfd", "created_by", "Vytvoril :name", "assigned_to_id", "Priraden\xe9 k Id", "created_by_id", "Vytvoril Id", "add_column", "Prida\u0165 st\u013apec", "edit_columns", "Upravi\u0165 st\u013apce", "columns", "St\u013apce", "aging", "Starnutie", "profit_and_loss", "Zisk a Strata", "reports", "Reporty", "report", "Spr\xe1va", "add_company", "Prida\u0165 spolo\u010dnos\u0165", "unpaid_invoice", "Nezaplaten\xe1 fakt\xfara", "paid_invoice", "Zaplaten\xe1 fakt\xfara", _s16_136, "Neschv\xe1len\xe1 ponuka", "help", "Pomoc", "refund", "Vr\xe1ti\u0165", "refund_date", "D\xe1tum vr\xe1tenia pe\u0148az\xed", "filtered_by", "Filtrovan\xe9 pod\u013ea", "contact_email", "Kontaktn\xfd email", "multiselect", "Viacn\xe1sobn\xfd v\xfdber", "entity_state", "\u0160t\xe1t", "verify_password", "Overte heslo", "applied", "Aplikovan\xe9", _s21_63, "Zahrn\xfa\u0165 ned\xe1vne chyby z logov", _s30_8, "Dostali sme va\u0161u spr\xe1vu a pok\xfasime sa r\xfdchlo odpoveda\u0165.", "message", "Spr\xe1va", "from", "Od", _s20_63, "Zobrazi\u0165 podrobnosti o produkte", _s25_35, "V rozba\u013eovacej ponuke produktu uve\u010fte popis a cenu", _s20_65, "PDF renderer vy\u017eaduje :version", _s18_70, "Upravte percento poplatku", _s23_28, "Upravte percento, aby ste zoh\u013eadnili poplatok", _s18_72, "Konfigurova\u0165 nastavenia", "support_forum", "podporn\xe9 f\xf3rum", "about", "O", "documentation", "Dokument\xe1cia", "contact_us", "Kontaktujte n\xe1s", "subtotal", "Medzis\xfa\u010det", "line_total", "Spolu", "item", "Polo\u017eka", "credit_email", "Kreditn\xfd email", "iframe_url", "Webov\xe1 lokalita", "domain_url", "Adresa URL dom\xe9ny", _s21_64, "Heslo je pr\xedli\u0161 kr\xe1tke", _s20_66, "Heslo mus\xed obsahova\u0165 ve\u013ek\xe9 p\xedsmeno a \u010d\xedslo", _s19_42, "\xdalohy klientskeho port\xe1lu", _s23_29, "Panel klientskeho port\xe1lu", _s20_67, "Zadajte hodnotu", "deleted_logo", "Logo bolo \xfaspe\u0161ne odstr\xe1nen\xe9", "yes", "\xc1no", "no", "Nie", "generate_number", "Generova\u0165 \u010d\xedslo", "when_saved", "Po ulo\u017een\xed", "when_sent", "Ke\u010f odoslan\xe9", "select_company", "Vyberte Spolo\u010dnos\u0165", "float", "Float", "collapse", "Zbali\u0165", "show_or_hide", "Uk\xe1za\u0165/skry\u0165", "menu_sidebar", "Bo\u010dn\xfd panel ponuky", "history_sidebar", "Bo\u010dn\xfd panel hist\xf3rie", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Rozlo\u017eenie", "view", "Zobrazi\u0165", "module", "Modul", "first_custom", "Prv\xe9 vlastn\xe9", "second_custom", "Druh\xe9 vlastn\xe9", "third_custom", "Tretie vlastn\xe9", "show_cost", "Zobrazi\u0165 cenu", _s17_88, "Zobrazi\u0165 cenu produktu", "show_cost_help", "Zobrazte pole s cenou produktu na sledovanie prir\xe1\u017eky/zisk", _s21_65, "Zobrazi\u0165 mno\u017estvo produktu", _s26_23, "Zobrazte pole mno\u017estva produktu, inak je predvolen\xe9 jedno", _s21_67, "Zobrazi\u0165 mno\u017estvo na fakt\xfare", _s26_24, "Zobrazte pole mno\u017estva riadkovej polo\u017eky, inak je predvolene nastaven\xe9 jedno", _s21_69, "Zobrazi\u0165 z\u013eavu na produkt", _s26_25, "Zobrazte pole z\u013eavy riadkovej polo\u017eky", _s16_138, "Predvolen\xe9 mno\u017estvo", _s21_71, "Automaticky nastavi\u0165 mno\u017estvo riadkovej polo\u017eky na jednu", "one_tax_rate", "Jedna da\u0148ov\xe1 sadzba", "two_tax_rates", "Dve da\u0148ov\xe9 sadzby", "three_tax_rates", "Tri da\u0148ov\xe9 sadzby", _s16_140, "Predvolen\xe1 sadzba dane", "user", "Pou\u017e\xedvate\u013e", "invoice_tax", "Da\u0148 na fakt\xfare", "line_item_tax", "Da\u0148 riadkovej polo\u017eky", "inclusive_taxes", "Vr\xe1tane dan\xed", _s17_90, "Faktura\u010dn\xe9 sadzby dane", "item_tax_rates", "Sadzby dane z polo\u017eiek", _s18_74, "Vyberte kontakt", "configure_rates", "Konfigurova\u0165 sadzby", _s18_75, "Nakonfigurujte br\xe1ny", "tax_settings", "Nastavenia dan\xed", _s18_77, "Sadzby dane", "accent_color", "Farba zv\xfdraznenia", "switch", "Prepn\xfa\u0165", _s19_44, "Zoznam oddelen\xfd \u010diarkami", "options", "Mo\u017enosti", _s16_142, "Jednoriadkov\xfd text", "multi_line_text", "Viacriadkov\xfd text", "dropdown", "Rozba\u013eovacia ponuka", "field_type", "Typ po\u013ea", _s27_37, "E-mail na obnovenie hesla bol odoslan\xfd", "submit", "Potvrdi\u0165", _s16_144, "Obnovi\u0165 heslo", "late_fees", "Poplatky za oneskorenie", "credit_number", "\u010c\xedslo dobropisu", "payment_number", "\u010c\xedslo platby", "late_fee_amount", "V\xfd\u0161ka poplatku z ome\u0161kania", _s16_145, "Poplatok za oneskorenie v percent\xe1ch", "schedule", "Pl\xe1n", "before_due_date", "Pred d\xe1tumom splatnosti", "after_due_date", _s18_78, _s18_79, "Po d\xe1tume fakt\xfary", "days", "Dni", "invoice_email", _s16_351, "payment_email", _s16_351, "partial_payment", _s16_352, "payment_partial", _s16_352, _s21_72, "E-mail s \u010diasto\u010dnou platbou", "quote_email", "Email pre ponuky", _s16_147, "Nekone\u010dn\xe1 pripomienka", _s16_149, "Filtrovan\xe9 pod\u013ea pou\u017e\xedvate\u013ea", "administrator", "Spr\xe1vca", _s18_80, "Umo\u017enite pou\u017e\xedvate\u013eovi spravova\u0165 pou\u017e\xedvate\u013eov, meni\u0165 nastavenia a upravova\u0165 v\u0161etky z\xe1znamy", "user_management", "Spr\xe1va pou\u017e\xedvate\u013eov", "users", "U\u017e\xedvatelia", "new_user", "Nov\xfd u\u017e\xedva\u0165e\u013e", "edit_user", "Upravi\u0165 pou\u017e\xedvate\u013ea", "created_user", "U\u017e\xedvate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne upraven\xfd", "archived_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne vymazan\xfd", "removed_user", "Pou\u017e\xedvate\u013e bol \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_user", "Pou\u017e\xedvate\u013e \xfaspe\u0161ne obnoven\xfd", "archived_users", "\xdaspe\u0161ne archivovan\xe9 :value pou\u017e\xedvatelia", "deleted_users", _s43_8, "removed_users", _s43_8, "restored_users", "Pou\u017e\xedvatelia :value boli \xfaspe\u0161ne obnoven\xed", _s16_151, "V\u0161eobecn\xe9 nastavenia", "invoice_options", "Mo\u017enosti fakt\xfary", _s17_92, "Skry\u0165 Uhraden\xe9 k d\xe1tumu", _s22_55, 'Po prijat\xed \xfahrady zobrazi\u0165 len oblas\u0165 "Uhraden\xe9 k d\xe1tumu" na fakt\xfarach.', _s23_31, "Zapracova\u0165 dokumenty", _s28_21, "Zahrn\xfa\u0165 prilo\u017een\xe9 obr\xe1zky do fakt\xfary.", _s16_153, "Zobrazi\u0165 hlavi\u010dku na", _s16_154, "Zobrazi\u0165 p\xe4tu na", "first_page", "Prv\xe1 strana", "all_pages", "V\u0161etky strany", "last_page", "Posledn\xe1 strana", "primary_font", "Prim\xe1rne p\xedsmo", "secondary_font", "Sekund\xe1rne p\xedsmo", "primary_color", "Prim\xe1rna farba", "secondary_color", "Sekund\xe1rna farba", "page_size", "Ve\u013ekos\u0165 str\xe1nky", "font_size", "Ve\u013ekos\u0165 p\xedsma", "quote_design", "Vzh\u013ead ponuky", "invoice_fields", "Polia fakt\xfary", "product_fields", "Polia produktu", "invoice_terms", "Faktura\u010dn\xe9 podmienky", "invoice_footer", "P\xe4ta fakt\xfary", "quote_terms", "Podmienky ponuky", "quote_footer", "P\xe4ta ponuky", _s18_81, "Automatick\xfd e-mail", _s23_32, "Automaticky odosiela\u0165 e-mailom opakuj\xface sa fakt\xfary, ke\u010f s\xfa vytvoren\xe9.", _s18_82, "Automatick\xe1 archiv\xe1cia", _s23_33, "Automaticky archivova\u0165 ponuky po konverzii.", _s18_83, "Automaticky konvertova\u0165", _s23_34, "Automaticky previes\u0165 ponuku na fakt\xfaru po schv\xe1len\xed z\xe1kazn\xedkom.", _s17_94, "Nastavenia pracovn\xe9ho postupu", "freq_daily", "Denne", "freq_weekly", "T\xfd\u017edenne", "freq_two_weeks", "Dva t\xfd\u017edne", "freq_four_weeks", "\u0160tyri t\xfd\u017edne", "freq_monthly", "Mesa\u010dne", "freq_two_months", "Dva mesiace", _s17_96, "Tri mesiace", _s16_155, "\u0160tyri mesiace", "freq_six_months", "\u0160es\u0165 mesiacov", "freq_annually", "Ro\u010dne", "freq_two_years", "Dva roky", _s16_156, "Tri roky", "never", "Nikdy", "company", "Spolo\u010dnos\u0165", _s17_97, "Generovan\xe9 \u010c\xedsla", "charge_taxes", "\xda\u010dtova\u0165 dane", "next_reset", "\u010eal\u0161\xed Reset", "reset_counter", "Vynulova\u0165 po\u010d\xedtadlo", _s16_157, "Opakuj\xfaca sa predpona", "number_padding", "Odsadenie \u010d\xedsla", "general", "V\u0161eobecn\xfd", "surcharge_field", "Pr\xedplatkov\xe9 pole", "company_field", "Pole spolo\u010dnosti", "company_value", "Hodnota spolo\u010dnosti", "credit_field", "\xdaverov\xe9 pole", "invoice_field", "Pole fakt\xfary", _s17_99, "Pr\xedplatok za fakt\xfaru", "client_field", "Pole z\xe1kazn\xedka", "product_field", "Pole produktu", "payment_field", "Platobn\xe9 pole", "contact_field", "Pole kontaktu", "vendor_field", "Pole dod\xe1vate\u013ea", "expense_field", "Pole v\xfddajov", "project_field", "Pole produktu", "task_field", "Pole \xfalohy", "group_field", "Skupinov\xe9 pole", "number_counter", "Po\u010d\xedtadlo \u010d\xedsel", "prefix", "Predpona", "number_pattern", "Vzor \u010d\xedsla", "messages", "Spr\xe1vy", "custom_css", "Volite\u013en\xe9 CSS", _s17_101, "Vlastn\xfd JavaScript", _s16_159, "Zobrazi\u0165 v PDF", _s21_74, "Uk\xe1za\u0165 podpis klienta na fakt\xfare/cenovej ponuke PDF.", _s25_41, "Za\u010diarkavacie pol\xed\u010dko Faktura\u010dn\xe9 podmienky", _s30_9, "Vy\u017eadova\u0165 od klienta potvrdenie, \u017ee s\xfahlas\xed s faktura\u010dn\xfdmi podmienkami.", _s23_35, "Za\u010diarkavacie pol\xed\u010dko Podmienky objedn\xe1vky", _s28_22, "Vy\u017eadova\u0165 od z\xe1kazn\xedkov s\xfahlas s podmienkami pon\xfak.", _s25_42, "Podpis na fakt\xfare", _s30_10, "Vy\u017eadova\u0165 od z\xe1kazn\xedka podpis.", _s23_36, "Podpis na objedn\xe1vke", _s22_57, "Zabezpe\u010di\u0165 fakt\xfary heslom", _s27_38, "Umo\u017e\u0148uje nastavi\u0165 heslo pre ka\u017ed\xfd kontakt. Ak je nastaven\xe9 heslo, pred zobrazen\xedm fakt\xfar bude vy\u017eadovan\xe9.", "authorization", "Opr\xe1vnenie", "subdomain", "Poddom\xe9na", "domain", "Dom\xe9na", "portal_mode", "Re\u017eim port\xe1lu", "email_signature", "S pozdravom,", _s24_39, "U\u013eah\u010dite svojim klientom platenie pridan\xedm ozna\u010den\xedm schema.org do va\u0161ich e-mailov.", "plain", "Oby\u010dajn\xfd", "light", "Svetl\xe1", "dark", "Tmav\xe1", "email_design", "Vzh\u013ead emailu", "attach_pdf", "Prilo\u017ei\u0165 PDF", _s16_160, "Prilo\u017ei\u0165 dokumenty", "attach_ubl", "Pripojte URL", "email_style", "\u0160t\xfdl e-mailu", _s19_46, "Mo\u017enos\u0165 ozna\u010di\u0165", "reply_to_email", "Email pre odpove\u010f", "reply_to_name", "Odpoveda\u0165 - pod\u013ea n\xe1zvu", "bcc_email", "BCC E-mail", "processed", "Spracovan\xe9", "credit_card", "Kreditn\xe1 karta", "bank_transfer", "Bankov\xfd prevod", "priority", "Priorita", "fee_amount", "V\xfd\u0161ka poplatku", "fee_percent", "Percento poplatku", "fee_cap", "Obmedzenie poplatku", "limits_and_fees", "Limity/Poplatky", "enable_min", "Povoli\u0165 min", "enable_max", "Povoli\u0165 max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "ax", _s19_47, "Log\xe1 akceptovan\xfdch kariet", "credentials", "Poverenia", "update_address", "Upravi\u0165 adresu", _s19_49, "Aktualizova\u0165 adresu z\xe1kazn\xedka poskytnut\xfdmi \xfadajmi", "rate", "Sadzba", "tax_rate", "Sadzba dane", "new_tax_rate", "Nov\xe1 sadzba dane", "edit_tax_rate", "Upravi\u0165 sadzbu dane", _s16_162, "Sadzba dane \xfaspe\u0161ne vytvoren\xe1", _s16_163, "Sadzba dane \xfaspe\u0161ne upraven\xe1", _s17_104, "Sadzba dane \xfaspe\u0161ne archivovan\xe1", _s16_164, "Sadzba dane \xfaspe\u0161ne odstr\xe1nen\xe1", _s17_105, "Sadzba dane \xfaspe\u0161ne obnoven\xe1", _s18_84, "Sadzby dane :value boli \xfaspe\u0161ne archivovan\xe9", _s17_106, "Stavy \xfaloh :value boli \xfaspe\u0161ne vymazan\xe9", _s18_85, "Sadzby dane :value boli \xfaspe\u0161ne obnoven\xe9", "fill_products", "Automaticky vyplni\u0165 produkty", _s18_86, "V\xfdber produktu automaticky vypln\xed popis a cenu", "update_products", "Automaticky aktualizova\u0165 produkty", _s20_71, "\xdaprava fakt\xfary automaticky uprav\xed kni\u017enicu produktov", _s16_165, "Konvertova\u0165 produkty", _s21_75, "Automaticky prepo\u010d\xedtajte ceny produktov na menu klienta", "fees", "Poplatky", "limits", "Limity", "provider", "Poskytovate\u013e", "company_gateway", "Platobn\xe1 br\xe1na", _s16_167, "Platobn\xe9 br\xe1ny", _s19_50, "Nov\xe1 br\xe1na", _s20_72, "Upravi\u0165 br\xe1nu", _s23_37, "Br\xe1na \xfaspe\u0161ne vytvoren\xe1", _s23_38, "Br\xe1na \xfaspe\u0161ne upraven\xe1", _s24_40, "Br\xe1na \xfaspe\u0161ne archivovan\xe1", _s23_39, "Br\xe1na \xfaspe\u0161ne odstr\xe1nen\xe1", _s24_41, "Br\xe1na \xfaspe\u0161ne obnoven\xe1", _s25_44, "Br\xe1ny :value boli \xfaspe\u0161ne archivovan\xe9", _s24_42, "Br\xe1ny :value boli \xfaspe\u0161ne vymazan\xe9", _s25_45, "Br\xe1ny :value boli \xfaspe\u0161ne obnoven\xe9", _s16_169, "Pokra\u010dova\u0165 v \xfaprave", "discard_changes", "Zahodi\u0165 zmeny", "default_value", "Predvolen\xe1 hodnota", "disabled", "Vypnut\xe9", "currency_format", "Form\xe1t meny", _s21_76, "Prv\xfd de\u0148 v t\xfd\u017edni", _s23_40, "Prv\xfd mesiac v roku", "sunday", "Nede\u013ea", "monday", "Pondelok", "tuesday", "Utorok", "wednesday", "Streda", "thursday", "\u0160tvrtok", "friday", "Piatok", "saturday", "Sobota", "january", "Janu\xe1r", "february", "Febru\xe1r", "march", "Marec", "april", "Apr\xedl", "may", "M\xe1j", "june", "J\xfan", "july", "J\xfal", "august", "August", "september", "September", "october", "Okt\xf3ber", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "K\xf3d", "date_format", "Form\xe1t d\xe1tumu", "datetime_format", "Form\xe1t d\xe1tumu a \u010dasu", "military_time", "24-hodinov\xfd form\xe1t \u010dasu", _s18_87, "24-hodinov\xe9 zobrazenie", "send_reminders", "Odosla\u0165 pripomienky", "timezone", "\u010casov\xe9 p\xe1smo", _s19_51, "Filtrovan\xe9 pod\u013ea projektu", _s17_107, "Filtrovan\xe9 podla skupiny", _s19_53, "Filtrovan\xe9 podla fakt\xfary", _s18_88, "Filtrovan\xe9 podla z\xe1kazn\xedka", _s18_90, "Filtrovan\xe9 podla dod\xe1vate\u013ea", "group_settings", "Nastavenia skupiny", "group", "Skupina", "groups", "Skupiny", "new_group", "Nov\xe1 skupina", "edit_group", "Upravi\u0165 skupinu", "created_group", "Skupina \xfaspe\u0161ne vytvoren\xe1", "updated_group", "Skupina \xfaspe\u0161ne upraven\xe1", "archived_groups", "\xdaspe\u0161ne archivovan\xe9 :value skupiny", "deleted_groups", "Skupiny :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", "restored_groups", "\xdaspe\u0161ne obnoven\xe9 :value skupiny", "archived_group", "Skupina \xfaspe\u0161ne archivovan\xe1", "deleted_group", "Skupina \xfaspe\u0161ne zmazan\xe1", "restored_group", "Skupina \xfaspe\u0161ne obnoven\xe1", "upload_logo", "Nahra\u0165 logo", "uploaded_logo", "Logo \xfaspe\u0161ne nahrat\xe9", "logo", "Logo", "saved_settings", "Nastavenia boli \xfaspe\u0161ne ulo\u017en\xe9", _s16_171, "Nastavenia produktu", "device_settings", "Nastavenie zariadenia", "defaults", "Predvolen\xe9", "basic_settings", "Z\xe1kladn\xe9 nastavenia", _s17_109, "Roz\u0161\xedren\xe9 nastavenia", "company_details", "Firemn\xe9 \xfadaje", "user_details", "Podrobnosti o pou\u017e\xedvate\u013eovi", "localization", "Lokaliz\xe1cia", "online_payments", "Online platby", "tax_rates", "Sadzby dane", "notifications", "Notifik\xe1cie", "import_export", "Import | Export", "custom_fields", "Volite\u013en\xe9 polia", "invoice_design", "Vzh\u013ead fakt\xfary", "buy_now_buttons", "Tla\u010didl\xe1 K\xfapi\u0165 teraz", "email_settings", "Nastavenia Emailov", _s23_42, "\u0160abl\xf3ny a pripomienky", _s22_58, _s22_133, _s19_55, "Vizualiz\xe1cie \xfadajov", "price", "Cena", "email_sign_up", "E-mailov\xe1 registr\xe1cia", "google_sign_up", "Registr\xe1cia Google", _s27_42, "\u010eakujeme za V\xe1\u0161 n\xe1kup!", "redeem", "Uplatni\u0165", "back", "Sp\xe4\u0165", "past_purchases", "Predch\xe1dzaj\xface n\xe1kupy", _s19_57, "Ro\u010dn\xe9 predplatn\xe9", "pro_plan", "Verzia Pro", "enterprise_plan", "Verzia Enterprise", "count_users", ":count u\u017e\xedvate\u013eov", "upgrade", "Inovova\u0165", _s25_46, "Pros\xedm vlo\u017ete krstn\xe9 meno", _s24_43, "Pros\xedm vlo\u017ete priezvisko", _s33_21, "Pros\xedm, potvr\u010fte, \u017ee s\xfahlas\xedte s obchodn\xfdmi podmienkami a ochranou s\xfakromia, ak chcete vytvori\u0165 \xfa\u010det.", "i_agree_to_the", "S\xfahlas\xedm s", _s16_173, "Obchodn\xe9 podmienky", "privacy_policy", "Ochrana s\xfakromia", "sign_up", "Regist\xe1cia", "account_login", "Prihl\xe1senie do \xfa\u010dtu", "view_website", "Pozrie\u0165 webstr\xe1nku", "create_account", "Vytvori\u0165 \xfa\u010det", "email_login", "Prihl\xe1senie e-mailom", "create_new", "Vytvori\u0165 nov\xfd", _s18_92, "Nie je vybran\xfd \u017eiadny z\xe1znam", _s21_79, "Pros\xedm ulo\u017ete alebo zru\u0161te Va\u0161e zmeny", "download", "Stiahnu\u0165", _s27_43, "Po\u017eaduje sa verzia Enterprise", "take_picture", "Vyfoti\u0165", "upload_file", "Nahra\u0165 s\xfabor", "document", "Dokument", "documents", "Dokumenty", "new_document", "Nov\xfd dokument", "edit_document", "Editova\u0165 dokument", _s17_111, "Dokument \xfaspe\u0161ne nahran\xfd", _s16_175, "Dokument \xfaspe\u0161ne aktualizovan\xfd", _s17_112, "Dokument \xfaspe\u0161ne archivovan\xfd", _s16_176, "Dokument \xfaspe\u0161ne vymazan\xfd", _s17_113, "Dokument \xfaspe\u0161ne obnoven\xfd", _s18_94, "\xdaspe\u0161ne archivovan\xe9 :value dokumenty", _s17_114, "Dokumenty :value boli \xfaspe\u0161ne odstr\xe1nen\xe9", _s18_95, "\xdaspe\u0161ne obnoven\xe9 :value dokumenty", "no_history", "\u017diadna Hist\xf3ria", "expense_date", "D\xe1tum v\xfddajov", "pending", "\u010cak\xe1 sa", _s16_177, "Prihl\xe1sen\xe9", _s16_178, "\u010cak\xe1", _s16_179, "Fakt\xfarovan\xe9", "converted", "Konvertovan\xe9", _s24_45, "Pridat dokumenty do fakt\xfary", "exchange_rate", "V\xfdmenn\xfd kurz", _s16_180, "Previes\u0165 menu", "mark_paid", "Ozna\u010di\u0165 uhraden\xe9", "category", "Kateg\xf3ria", "address", "Adresa", "new_vendor", "Nov\xfd dod\xe1vate\u013e", "created_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne vytvoren\xfd", "updated_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne aktualizovan\xfd", "archived_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne archivovan\xfd", "deleted_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne odstr\xe1nen\xfd", "restored_vendor", "Dod\xe1vate\u013e \xfaspe\u0161ne obnoven\xfd", _s16_181, "Po\u010det \xfaspe\u0161ne archivovan\xfdch dod\xe1vate\u013eov: :count", "deleted_vendors", "Po\u010det \xfaspe\u0161ne odstranen\xfdch dod\xe1vate\u013eov: :count", _s16_182, "Dod\xe1vatelia :value boli \xfaspe\u0161ne obnoven\xed", "new_expense", "Zadajte v\xfddaje", "created_expense", "V\xfddaje \xfaspe\u0161ne vytvoren\xe9", "updated_expense", "V\xfddaje \xfaspe\u0161ne aktualizovan\xe9", _s16_183, _s26_87, "deleted_expense", _s22_134, _s16_184, "N\xe1klad \xfaspe\u0161ne obnoven\xfd", _s17_115, _s26_87, _s16_185, _s22_134, _s17_116, "\xdaspe\u0161ne obnoven\xe9 :value v\xfddavky", "copy_shipping", "Kop\xedrova\u0165 dodanie", "copy_billing", "Kop\xedrova\u0165 faktur\xe1ciu", "design", "Vzh\u013ead", _s21_80, "Nepodarilo sa n\xe1js\u0165 z\xe1znam", "invoiced", "Fakturovan\xe9", "logged", "Prihl\xe1sen\xfd", "running", "Spusten\xe9", "resume", "Obnovi\u0165", "task_errors", "Pros\xedm opravte prekr\xfdvaj\xfaci sa \u010das", "start", "Spusti\u0165", "stop", "Zastavi\u0165", "started_task", "\xdaloha \xfaspe\u0161ne spusten\xe1", "stopped_task", "\xdaloha \xfaspe\u0161ne zastaven\xe1", "resumed_task", _s22_135, "now", "Teraz", _s16_186, "Automatick\xe9 spustenie \xfaloh", "timer", "\u010casova\u010d", "manual", "Manu\xe1l", "budgeted", "Rozpo\u010dtovan\xe9", "start_time", "Po\u010diato\u010dn\xfd \u010das", "end_time", "\u010cas ukon\u010denia", "date", "D\xe1tum", "times", "\u010casy", "duration", "Trvanie", "new_task", "Nov\xe1 \xfaloha", "created_task", "\xdaloha \xfaspe\u0161ne vytvoren\xe1", "updated_task", "\xdaloha \xfaspe\u0161ne upraven\xe1", "archived_task", "\xdaloha \xfaspe\u0161ne archivovan\xe1", "deleted_task", "\xdaloha \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_task", _s22_135, "archived_tasks", "Po\u010det \xfaspe\u0161ne archivovan\xfdch \xfaloh: :count", "deleted_tasks", "Po\u010det \xfaspe\u0161ne zmazan\xfdch \xfaloh: :count", "restored_tasks", "\xdaspe\u0161ne obnoven\xe9 :value \xfalohy", _s19_59, "Zadaj meno", "budgeted_hours", "Rozpo\u010dtovan\xe9 hodiny", "created_project", "Projekt bol \xfaspe\u0161ne vytvoren\xfd", "updated_project", "Projekt bol \xfaspe\u0161ne upraven\xfd", _s16_188, "Projekt bol \xfaspe\u0161ne archivovan\xfd", "deleted_project", "Projekt bol \xfaspe\u0161ne zmazan\xfd", _s16_189, "Projekt bol \xfaspe\u0161ne obnoven\xfd", _s17_117, _s45_10, _s16_190, _s45_10, _s17_118, "\xdaspe\u0161ne obnoven\xe9 :value projekty", "new_project", "Nov\xfd projekt", _s27_47, "\u010eakujeme, \u017ee pou\u017e\xedvate na\u0161u aplik\xe1ciu!", "if_you_like_it", "Ak sa V\xe1m p\xe1\u010di pros\xedm", "click_here", "kliknite sem", _s18_96, "Kliknite tu", "to_rate_it", "aby ste to ohodnotil.", "average", "Priemer", "unapproved", "Neschv\xe1len\xe9", _s30_15, "Ak chcete zmeni\u0165 toto nastavenie, overte toto\u017enos\u0165", "locked", "Uzamknut\xe9", "authenticate", "Overi\u0165", _s19_61, "Pros\xedm overte", _s24_47, "Biometrick\xe1 autentifik\xe1cia", "footer", "P\xe4ta", "compare", "Porovna\u0165", "hosted_login", "Hostite\u013esk\xe9 prihl\xe1senie", "selfhost_login", "Vlastn\xe9 prihl\xe1senie", "google_sign_in", "Prihl\xe1ste sa pomocou Google", "today", "Dnes", "custom_range", "Vlastn\xfd rozsah", "date_range", "\u010casov\xfd rozsah", "current", "Aktu\xe1lny", "previous", "Predch\xe1dzaj\xfaci", "current_period", "Aktu\xe1ln\xe9 obdobie", _s17_119, "Porovn\xe1van\xe9 obdobie", "previous_period", "Predch\xe1dzaj\xface obdobie", "previous_year", "Minul\xfd rok", "compare_to", "Porovna\u0165 s", "last7_days", "Posledn\xfdch 7 dn\xed", "last_week", "Posledn\xfd t\xfd\u017ede\u0148", "last30_days", "Posledn\xfdch 30 dn\xed", "this_month", "Tento Mesiac", "last_month", "Posledn\xfd mesiac", "this_year", "Tento Rok", "last_year", "Posledn\xfd Rok", "custom", "Vlastn\xe9", _s16_191, "Duplikova\u0165 do fakt\xfary", "clone_to_quote", "Duplikova\u0165 do ponuky", "clone_to_credit", "Klon na \xfaver", "view_invoice", "Zobrazi\u0165 fakt\xfaru", "convert", "Konvertova\u0165", "more", "VIac", "edit_client", "Upravi\u0165 z\xe1kazn\xedka", "edit_product", "Upravi\u0165 produkt", "edit_invoice", "\xdaprava fakt\xfary", "edit_quote", "Upravi\u0165 ponuku", "edit_payment", "Upravi\u0165 platbu", "edit_task", "Upravi\u0165 \xfalohu", "edit_expense", "Upravi\u0165 v\xfddaje", "edit_vendor", "Upravi\u0165 dod\xe1vate\u013ea", "edit_project", "Upravi\u0165 projekt", _s20_74, "Upravi\u0165 pravideln\xfa ponuku", "billing_address", "Faktura\u010dn\xe1 adresa", _s16_193, "Dodacia adresa", "total_revenue", "Celkov\xfd pr\xedjem", "average_invoice", "Priemern\xe1 fakt\xfara", "outstanding", "Nezaplaten\xe9", "invoices_sent", ":count fakt\xfar odoslan\xfdch", "active_clients", "akt\xedvni z\xe1kazn\xedci", "close", "Zavrie\u0165", "email", "Email", "password", "Heslo", "url", "URL", "secret", "Tajnost", "name", "Meno", "logout", "Odhl\xe1si\u0165", "login", "Prihl\xe1si\u0165", "filter", "Filter", "sort", "Zoradi\u0165", "search", "H\u013eada\u0165", "active", "Akt\xedvny", "archived", "Archivovan\xe9", "deleted", "Odstr\xe1nen\xe9", "dashboard", "Prehlad", "archive", "Arch\xedv", "delete", "Odstr\xe1ni\u0165", "restore", "Obnovi\u0165", _s16_195, "Obnovenie dokon\u010den\xe9", _s23_43, "Pros\xedm zadajte v\xe1\u0161 email", _s26_34, "Prosim zadajte va\u0161e heslo", _s21_83, "Pros\xedm zadajte va\u0161u URL", _s26_36, "Pros\xedm zadajte v\xe1\u0161 produktov\xfd k\u013e\xfa\u010d", "ascending", "Vzostupne", "descending", "Zostupne", "save", "Ulo\u017ei\u0165", _s17_121, "Nastala chyba", "paid_to_date", "Zaplaten\xe9 ku d\u0148u", "balance_due", "Zost\xe1va uhradi\u0165", "balance", "Zostatok", "overview", "Zhrnutie", "details", "Detaily", "phone", "Telef\xf3n", "website", "Web", "vat_number", "I\u010c DPH", "id_number", "ID \u010d\xedslo", "create", "Vytvori\u0165", _s19_63, "Hodnota :value bola skop\xedrovan\xe1 do schr\xe1nky", "error", "Chyba", _s16_197, "Nepodarilo sa spusti\u0165", "contacts", "Kontakty", "additional", "Dodato\u010dn\xe9", "first_name", "Meno", "last_name", "Priezvisko", "add_contact", "Prida\u0165 kontakt", "are_you_sure", "Ste si ist\xfd?", "cancel", "Storno", "ok", "Ok", "remove", "Odstr\xe1ni\u0165", _s16_199, "E-mail je neplatn\xfd", "product", "Produkt", "products", "Produkty", "new_product", "Nov\xfd produkt", "created_product", "Produkt \xfaspe\u0161ne vytvoren\xfd", "updated_product", "Produkt \xfaspe\u0161ne zmenen\xfd", _s16_201, "Produkt \xfaspe\u0161ne archivovan\xfd", "deleted_product", "Produkt bol \xfaspe\u0161ne zmazan\xfd", _s16_202, "Produkt bol \xfaspe\u0161ne obnoven\xfd", _s17_123, "Po\u010det \xfaspe\u0161ne archivovan\xfdch produktov: :count", _s16_203, "Po\u010det \xfaspe\u0161ne zmazan\xfdch produktov: :count", _s17_124, "\xdaspe\u0161ne obnoven\xe9 :value produkty", "product_key", "Produkt", "notes", "Pozn\xe1mky", "cost", "N\xe1klady", "client", "Z\xe1kazn\xedk", "clients", "z\xe1kazn\xedci", "new_client", "Nov\xfd z\xe1kazn\xedk", "created_client", "Z\xe1kazn\xedk \xfaspe\u0161ne vytvoren\xfd", "updated_client", "Z\xe1kazn\xedk \xfaspe\u0161ne aktualizovan\xfd", "archived_client", "Z\xe1kazn\xedk \xfaspe\u0161ne archivovan\xfd", _s16_204, "Po\u010det \xfaspe\u0161ne archivovan\xfdch z\xe1kazn\xedkov: :count", "deleted_client", "Z\xe1kazn\xedk \xfaspe\u0161ne odstr\xe1nen\xfd", "deleted_clients", "Po\u010det \xfaspe\u0161ne odstranen\xfdch z\xe1kazn\xedkov: :count", "restored_client", "Z\xe1kazn\xedk \xfaspe\u0161ne obnoven\xfd", _s16_205, "\xdaspe\u0161ne obnoven\xed :value klienti", "address1", "Ulica", "address2", "Byt/Apartm\xe1n", "city", "Mesto", "state", "Kraj", "postal_code", "PS\u010c", "country", "Krajina", "invoice", "Fakt\xfara", "invoices", "Fakt\xfary", "new_invoice", "Nov\xe1 fakt\xfara", "created_invoice", "Fakt\xfara \xfaspe\u0161ne vytvoren\xe1", "updated_invoice", "Fakt\xfara \xfaspe\u0161ne aktualizovan\xe1", _s16_206, "Fakt\xfara \xfaspe\u0161ne archivovan\xe1", "deleted_invoice", _s26_86, _s16_207, "Fakt\xfara \xfaspe\u0161ne obnoven\xe1", _s17_125, "Po\u010det \xfaspe\u0161ne archivovan\xfdch fakt\xfar: :count", _s16_208, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch fakt\xfar: :count", _s17_126, "\xdaspe\u0161ne obnoven\xe9 :value fakt\xfary", "emailed_invoice", _s24_113, "emailed_payment", "Platba bola \xfaspe\u0161ne odoslan\xe1 e-mailom", "amount", "\u010ciastka", "invoice_number", "\u010c\xedslo fakt\xfary", "invoice_date", "D\xe1tum fakt\xfary", "discount", "Z\u013eava", "po_number", _s16_260, "terms", "Podmienky", "public_notes", "Verejn\xe9 pozn\xe1mky", "private_notes", "S\xfakromn\xe9 pozn\xe1mky", "frequency", "Frekvencia", "start_date", "Za\u010diatok", "end_date", "Koniec", "quote_number", "\u010c\xedslo ponuky", "quote_date", "D\xe1tum ponuky", "valid_until", "Platn\xe9 do", "items", "Polo\u017eky", "partial_deposit", "\u010ciasto\u010dn\xe9/Vklad", "description", "Popis", "unit_cost", "Jednotkov\xe1 cena", "quantity", "Mno\u017estvo", "add_item", "Prida\u0165 polo\u017eku", "contact", "Kontakt", "work_phone", "Telef\xf3n", "total_amount", "Celkov\xe1 suma", "pdf", "PDF", "due_date", _s16_350, _s16_209, "\u010ciasto\u010dn\xfd d\xe1tum splatnosti", "status", "Stav", _s17_127, "Stav fakt\xfary", "quote_status", "Stav ponuky", _s22_59, "Kliknut\xedm na + prid\xe1te polo\u017eku", _s22_61, "Kliknut\xedm na + prida\u0165 \u010das", "count_selected", ":count vybrat\xfdch", "total", "Celkom", "percent", "Percent", "edit", "Upravi\u0165", "dismiss", "Odmietnu\u0165", _s20_76, "Vyberte d\xe1tum", _s22_62, "Vyberte klienta", _s24_49, "Pros\xedm zvo\u013ete fakt\xfaru", "task_rate", "\xdaloha sadzba", "settings", "Nastavenia", "language", "Jazyk", "currency", "Mena", "created_at", "D\xe1tum vytvorenia", "created_on", "Vytvoren\xe9", "updated_at", "Aktualizovan\xe9", "tax", "Da\u0148", _s30_17, "Pros\xedm vlo\u017ete \u010d\xedslo fakt\xfary", _s27_51, "Pros\xedm vlo\u017ete \u010d\xedslo ponuky", "past_due", "Po splatnosti", "draft", "N\xe1vrh", "sent", "Odoslan\xe9", "viewed", "Zobrazen\xe9", "approved", "Schv\xe1len\xe9", "partial", "Z\xe1loha", "paid", "Zaplaten\xe9", "mark_sent", "Ozna\u010di\u0165 ako odoslan\xe9", _s22_64, _s42_25, _s22_65, _s42_25, _s23_45, _s42_26, _s23_46, _s42_26, "done", "Hotovo", _s37_18, "Zadajte meno klienta alebo kontaktnej osoby", "dark_mode", "Tmav\xfd re\u017eim", _s27_53, "Ak chcete pou\u017ei\u0165 zmenu, re\u0161tartujte aplik\xe1ciu", "refresh_data", "Obnovi\u0165 \xfadaje", "blank_contact", "Pr\xe1zdny kontakt", "activity", "Aktivita", _s16_211, "Nena\u0161li sa \u017eiadne z\xe1znamy", "clone", "Duplikova\u0165", "loading", "Na\u010d\xedtavam", "industry", "Odvetvie", "size", "Ve\u013ekos\u0165", "payment_terms", "Platobn\xe9 podmienky", "payment_date", "D\xe1tum platby", "payment_status", "Stav \xfahrady", _s16_213, "\u010cak\xe1", _s16_214, "Neplatn\xe9", _s16_215, "Zlyhanie", _s16_216, "Dokon\u010den\xe9", _s16_217, _s17_231, _s16_218, "Vr\xe1ten\xe9", _s17_128, "Neaplikovan\xe9", _s17_129, _s19_141, "net", "\u010cist\xfd", "client_portal", "Z\xe1kazn\xedcky port\xe1l", "show_tasks", "Zobrazi\u0165 \xfalohy", "email_reminders", "Pripomienky emailom", "enabled", "Povolen\xe9", "recipients", "Pr\xedjemci", "initial_email", "\xdavodn\xfd Email", "first_reminder", "Prv\xe1 Upomienka", "second_reminder", "Druh\xe1 Upomienka", "third_reminder", _s16_353, "reminder1", "Prv\xe1 Upomienka", "reminder2", "Druh\xe1 Upomienka", "reminder3", _s16_353, "template", "\u0160abl\xf3na", "send", "Odoslan\xe9", "subject", "Predmet", "body", "Telo", "send_email", "Posla\u0165 e-mail", "email_receipt", "Odosla\u0165 z\xe1kazn\xedkovi potvrdenie o \xfahrade", "auto_billing", _s21_171, "button", "Tla\u010didlo", "preview", "Uk\xe1\u017eka", "customize", "Prisp\xf4sobi\u0165", "history", "Hist\xf3ria", "payment", "Platba", "payments", "Platby", "refunded", "Vr\xe1ten\xe9", "payment_type", "Druh platby", _s21_85, "Referencia transakcie", "enter_payment", "Zada\u0165 platbu", "new_payment", "Nov\xe1 platba", "created_payment", "Platba \xfaspe\u0161ne vytvoren\xe1", "updated_payment", "Platba \xfaspe\u0161ne upraven\xe1", _s16_219, "Platba \xfaspe\u0161ne archivovan\xe1", "deleted_payment", "Platba \xfaspe\u0161ne odstr\xe1nen\xe1", _s16_220, "Platba \xfaspe\u0161ne obnoven\xe1", _s17_130, "Platby \xfaspe\u0161ne archivovan\xe9", _s16_221, "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch platieb: :count", _s17_131, "\xdaspe\u0161ne obnoven\xe9 :value platby", "quote", "Ponuka", "quotes", "Ponuky", "new_quote", "Nov\xe1 ponuka", "created_quote", "Ponuka \xfaspe\u0161ne vytvoren\xe1", "updated_quote", "Ponuka \xfaspe\u0161ne zmenen\xe1", "archived_quote", "Ponuka \xfaspe\u0161ne z\xe1lohovan\xe1", "deleted_quote", "Ponuka \xfaspe\u0161ne odstr\xe1nen\xe1", "restored_quote", "Ponuka \xfaspe\u0161ne obnoven\xe1", "archived_quotes", "Po\u010det \xfaspe\u0161ne archivovan\xfdch pon\xfak: :count", "deleted_quotes", "Po\u010det \xfaspe\u0161ne odstr\xe1nen\xfdch pon\xfak: :count", "restored_quotes", "\xdaspe\u0161ne obnoven\xe9 :value ponuky", "expense", "V\xfddaje", "expenses", "V\xfddaje", "vendor", "Dod\xe1vate\u013e", "vendors", "Dod\xe1vatelia", "task", "\xdaloha", "tasks", "\xdalohy", "project", "Projekt", "projects", "Projekty", "activity_1", ":user vytvoril z\xe1kazn\xedka :client", "activity_2", ":user archivoval z\xe1kazn\xedka :client", "activity_3", ":user odstr\xe1nil z\xe1kazn\xedka :client", "activity_4", ":user vytvoril fakt\xfaru :invoice", "activity_5", ":user upravil fakt\xfaru :invoice", "activity_6", ":user odoslal fakt\xfaru :invoice pre :client :contact", "activity_7", ":contact zobrazil fakt\xfaru :invoice pre z\xe1kazn\xedka :client", "activity_8", ":user archivoval fakt\xfaru :invoice", "activity_9", ":user odstr\xe1nil fakt\xfaru :invoice", "activity_10", ":contact vlo\u017eil platbu :payment za :payment_amount na fakt\xfare :invoice pre :client", "activity_11", ":user upravil platbu :payment", "activity_12", _s32_14, "activity_13", ":user odstr\xe1nil platbu :payment", "activity_14", ":u\u017e\xedvate\u013e zadan\xfd :kredit kredit", "activity_15", ":user aktualizoval :credit kredit", "activity_16", _s31_26, "activity_17", ":user vymazal :credit kredit", "activity_18", ":user vytvoril ponuku :quote", "activity_19", ":user aktualizoval ponuku :quote", "activity_20", ":user odoslal emailom ponuku :quote pre :client :contact", "activity_21", ":contact zobrazil ponuku :quote", "activity_22", ":user archivoval ponuku :quote", "activity_23", ":user odstr\xe1nil ponuku :quote", "activity_24", ":user obnovil ponuku :quote", "activity_25", ":user obnovil fakt\xfaru :invoice", "activity_26", ":user obnovil z\xe1kazn\xedka :client", "activity_27", _s29_52, "activity_28", _s28_66, "activity_29", ":contact schv\xe1lil ponuku :quote pre :client", "activity_30", ":user vytvoril dod\xe1vate\u013ea :vendor", "activity_31", ":user archivoval dod\xe1vate\u013ea :vendor", "activity_32", ":user odstr\xe1nil dod\xe1vate\u013ea :vendor", "activity_33", ":user obnovil dod\xe1vate\u013ea :vendor", "activity_34", ":user vytvoril v\xfddaje :expense", "activity_35", ":user zaarchivoval v\xfddaje :expense", "activity_36", ":user zmazal v\xfddate :expense", "activity_37", ":user obnovil v\xfddaje :expense", "activity_39", ":user zru\u0161il :payment_amount platbu :payment", "activity_40", ":user vr\xe1til :adjustment z :payment_amount platby :payment", "activity_41", ":payment_amount platba (:payment) zlyhala", "activity_42", ":user vytvoril \xfalohu :task", "activity_43", ":user upravil \xfalohu :task", "activity_44", ":user archivoval \xfalohu :task", "activity_45", ":user odstr\xe1nil \xfalohu :task", "activity_46", ":user obnovil \xfalohu :task", "activity_47", ":user aktualizoval v\xfddaje :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user znovu otvoril tiket :ticket", "activity_55", ":contact odpovedal na tiket :ticket", "activity_56", "tiket :ticket bol zobrazen\xfd u\u017e\xedvate\u013eom :user", "activity_57", "Syst\xe9mu sa nepodarilo odosla\u0165 e-mailom fakt\xfaru :invoice", "activity_58", ":user stornoval fakt\xfaru :invoice", "activity_59", ":user zru\u0161il fakt\xfaru :invoice", "activity_60", ":contact prezrel ponuku :quote", "activity_61", ":user aktualizval klienta :client", "activity_62", ":user aktualizoval dod\xe1vate\u013ea :vendor", "activity_63", ":user poslal e-mailom prv\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_64", ":user poslal e-mailom druh\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_65", ":user poslal e-mailom tretiu upomienku na fakt\xfaru :invoice na :contact", "activity_66", ":user poslal e-mailom nekone\u010dn\xfa upomienku na fakt\xfaru :invoice na :contact", "activity_80", ":user vytvoril predplatn\xe9 :subscription", "activity_81", ":user aktualizoval predplatn\xe9 :subscription", "activity_82", ":user archivoval predplatn\xe9 :subscription", "activity_83", ":user vymazal predplatn\xe9 :subscription", "activity_84", ":user obnovil predplatn\xe9 :subscription", _s17_132, "Jednorazov\xe9 heslo", "emailed_quote", _s23_101, "emailed_credit", "Kredit bol \xfaspe\u0161ne odoslan\xfd e-mailom", _s20_78, "Ponuka bola \xfaspe\u0161ne ozna\u010den\xe1 ako odoslan\xe1", _s21_87, "Kredit bol \xfaspe\u0161ne ozna\u010den\xfd ako odoslan\xfd", "expired", "Vypr\u0161an\xe9", "all", "V\u0161etko", "select", "Vo\u013eba", _s22_66, "Dlho stla\u010dte Multiselect", "custom_value1", "Vlastn\xe1 hodnota", "custom_value2", "Vlastn\xe1 hodnota", "custom_value3", "Vlastn\xe1 hodnota 3", "custom_value4", "Vlastn\xe1 hodnota 4", _s18_97, "Vlastn\xfd \u0161t\xfdl e-mailu", _s24_54, "Spr\xe1va vlastn\xe9ho informa\u010dn\xe9ho panelu", _s29_37, "Vlastn\xe1 spr\xe1va o nezaplatenej fakt\xfare", _s27_58, "Vlastn\xe1 spr\xe1va o zaplatenej fakt\xfare", _s31_18, "Vlastn\xe1 spr\xe1va o neschv\xe1lenej cenovej ponuke", "lock_invoices", "Uzamknutie fakt\xfar", "translations", "Preklady", _s19_64, "Vzor \u010d\xedsla \xfalohy", _s19_66, "Po\u010d\xedtadlo \u010d\xedsel \xfaloh", _s22_68, "Vzor \u010d\xedsla v\xfddavkov", _s22_70, "Po\u010d\xedtadlo \u010d\xedsel v\xfddavkov", _s21_88, "Vzor \u010d\xedsla predajcu", _s21_90, "Po\u010d\xedtadlo \u010d\xedsel predajcu", _s21_92, "Vzor \u010d\xedsla tiketu", _s21_94, "Po\u010d\xedtadlo \u010d\xedsel tiketu", _s22_72, "Vzor \u010d\xedsla platby", _s22_74, "Po\u010d\xedtadlo \u010d\xedsla platby", _s22_76, "Vzor \u010d\xedsla fakt\xfary", _s22_78, "Po\u010d\xedtadlo \u010d\xedsla fakt\xfary", _s20_79, "Vzor \u010d\xedsla cenovej ponuky", _s20_81, "Po\u010d\xedtadlo \u010d\xedsla ponuky", _s21_96, _s18_203, _s21_98, _s26_88, _s21_100, _s18_203, _s21_101, _s26_88, _s18_99, "Vynulova\u0165 d\xe1tum po\u010d\xedtadla", "counter_padding", "Counter Padding", _s28_57, "Po\u010d\xedtadlo zdie\u013eanej fakt\xfary", _s18_101, "Predvolen\xfd n\xe1zov dane 1", _s18_103, "Predvolen\xe1 sadzba dane 1", _s18_105, "Predvolen\xfd n\xe1zov dane 2", _s18_107, "Predvolen\xe1 sadzba dane 2", _s18_109, "Predvolen\xfd n\xe1zov dane 3", _s18_111, "Predvolen\xe1 sadzba dane 3", _s21_102, "Predmet e-mailovej fakt\xfary", _s19_68, "Predmet ponuky e-mailu", _s21_104, "Predmet platby e-mailom", _s29_39, "Predmet \u010diasto\u010dnej platby e-mailu", "show_table", "Zobrazi\u0165 tabu\u013eku", "show_list", "Zobrazi\u0165 zoznam", "client_city", "Mesto klienta", "client_state", "Stav klienta", "client_country", "Krajina klienta", _s16_222, "Klient je akt\xedvny", "client_balance", "Zostatok klienta", "client_address1", "Ulica klienta", "client_address2", "Klientsky apartm\xe1n/byt", "vendor_address1", "Ulica predajcu", "vendor_address2", "Apartm\xe1n/byt dod\xe1vate\u013ea", _s24_56, "Ulica doru\u010denia klienta", _s24_57, "Byt/Apartman dodania klienta", "type", "Typ", "invoice_amount", "Suma fakt\xfary", _s16_226, _s16_350, "tax_rate1", "Sadzba dane 1", "tax_rate2", "Sadzba dane 2", "tax_rate3", "Sadzba dane 3", "auto_bill", _s21_171, "archived_at", "Archivovan\xe9", "has_expenses", "M\xe1 v\xfddavky", "custom_taxes1", "Vlastn\xe9 dane 1", "custom_taxes2", "Vlastn\xe9 dane 2", "custom_taxes3", "Vlastn\xe9 dane 3", "custom_taxes4", "Vlastn\xe9 dane 4", _s17_134, _s19_142, _s17_135, _s19_143, _s17_136, _s19_144, _s17_137, _s19_145, "is_deleted", "Je vymazan\xe9", "vendor_city", "Mesto dod\xe1vate\u013ea", "vendor_state", "\u0160t\xe1t predajcu", "vendor_country", "Krajina predajcu", "is_approved", "Je schv\xe1len\xe9", "tax_name", "N\xe1zov dane", "tax_amount", "Sadzba dane", "tax_paid", "Zaplaten\xe1 da\u0148", "payment_amount", "\u010ciastka k \xfahrade", "age", "Vek", "is_running", "Be\u017e\xed", "time_log", "\u010casov\xfd denn\xedk", "bank_id", "Banka", _s19_70, "ID kateg\xf3rie v\xfddavkov", _s16_227, "Kateg\xf3ria v\xfddajov", _s19_72, "ID meny fakt\xfary", "tax_name1", "Da\u0148ov\xe9 meno 1", "tax_name2", "Da\u0148ov\xe9 meno 2", "tax_name3", "Da\u0148ov\xe9 meno 3", "transaction_id", "ID transakcie", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sl", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Kreditne kartice in banke", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Sprejmi", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Nastavitev pla\u010dil", "default", "Privzeto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Stanje", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Dodaj prehod", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Dodaj k ra\u010dunu :invoice", _s17_11, _s17_12, "week", "Teden", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Valuta ra\u010duna", "range", "Razpon", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Ustvari projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Provizija od zneska :amount ra\u010duna bo :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Potrdi", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Uspe\u0161no po\u010di\u0161\u010dena stranka", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Nastavi geslo", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Ogled stro\u0161ka # :expense", "view_statement", "Ogled izpiska", "sepa", "SEPA direktna bremenitev", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Od (ime)", _s16_23, _s16_232, _s17_19, _s21_172, _s18_19, _s21_172, _s21_22, "Nov ponavaljajo\u010d stro\u0161ek", _s22_27, "Uredi ponavaljajo\u010d stro\u0161ek", _s25_3, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no ustvarjen", _s25_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no posodobljen", _s26_4, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no arhiviran", _s25_5, "Project uspe\u0161no odstranjen", _s25_6, _s38_2, _s26_5, "Ponavaljajo\u010d stro\u0161ek uspe\u0161no obnovljen", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Navodila", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Uvozi podatke", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Nazadnje posodobljeno", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Ime kontakta", _s17_23, "Priimek konakta", "order", "Order", "unassigned", "Ne-dodeljen", "partial_value", "Mora biti ve\u010dje od ni\u010d in manj\u0161e od celotnega zneska", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Omogo\u010di", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Nastavite pod domeno ali prika\u017eite ra\u010dun na va\u0161i spletni strani.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Varnost", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Naro\u010dnina", _s16_41, _s16_42, _s17_29, "Uredi naro\u010dnino", _s20_29, "Naro\u010dnina uspe\u0161no ustvarjena", _s20_30, "Naro\u010dnina uspe\u0161no posodobljena", _s21_34, "Naro\u010dnina uspe\u0161no arhivirana", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "Znova po\u0161lji vabilo", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Neprejeta sporo\u010dila", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Po\u0161lji SMS", "sms_code", "SMS koda", _s21_38, "Skenirajte barkodo s aplikacijo kot na primer :link. Spodaj vnesite prvo generirano geslo za enkratno rabo.", _s18_36, "Dvostopenjska avtentikacija je omogo\u010dena", "connect_google", "Priklopi Google", _s17_31, "Izklopi Google", _s17_33, "Dvostopenjska avtentikacija", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Ponovno po\u0161lji e-po\u0161to", _s26_10, _s33_12, _s16_53, "Vrnjeno pla\u010dilo", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Prej\u0161nje \u010detrtletje", "to_update_run", "To update run", _s18_39, "Pretvori v ra\u010dun", _s16_54, _s16_55, "invoice_project", "Fakturiraj projekt", "invoice_task", "Fakturiraj opravilo", "invoice_expense", "Stro\u0161ek ra\u010duna", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, "Pretvorjeni znesek", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Privzeti dokumenti", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Skrij", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Stolpec", "sample", "Vzorec", "map_to", "Map To", "import", "Uvozi", _s25_16, _s29_7, "select_file", "Prosim izberi datoteko", _s16_62, _s16_63, "csv_file", "CSV datoteka", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Storitev", "clone_to", "Kopiraj v ...", "clone_to_other", "Kopiraj v ...", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Nepla\u010dano", "white_label", "White Label", "delivery_note", "Dobavnica", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Delno pla\u010dilo do", "invoice_total", "Skupni znesek", "quote_total", "Znesek ponudbe", "credit_total", "Dobropis skupaj", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Opozorilo", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "Ime stranke", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, "Uspe\u0161no posodobljen status opravil", _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Kategorije stro\u0161kov", _s20_48, "Nova katergorija stro\u0161kov", _s21_46, _s21_47, _s24_29, "Kategorija stro\u0161kov uspe\u0161no ustvarjena", _s24_30, "Kategorija stro\u0161kov uspe\u0161no nadgrajena", _s25_20, "Kategorija stro\u0161kov uspe\u0161no arhivirana", _s24_31, "Kategorija uspe\u0161no odstranjena", _s24_32, _s37_7, _s25_21, "Kategorija stro\u0161kov uspe\u0161no obnovljena", _s27_23, "Kategorija stro\u0161kov :count uspe\u0161no arhivirana", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Bo fakturiran", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Ozna\u010di kot Aktivno", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Ponavljajo\u010di ra\u010dun", _s18_51, "Ponavljajo\u010di ra\u010duni", _s21_53, "Nov ponavljajo\u010di ra\u010dun", _s22_40, "Uredi ponvljajo\u010de ra\u010dune", _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Ponavljajo\u010di ra\u010dun uspe\u0161no arhiviran", _s25_29, "Ponavljajo\u010di ra\u010dun uspe\u0161no odstranjen", _s25_30, _s38_11, _s26_14, "Ponavljajo\u010di ra\u010dun uspe\u0161no obnovljen", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Vrsti\u010dna postavka", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Odpriti", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "Poglej portal", "copy_link", "Copy Link", "token_billing", "Shrani podatke kartice", _s24_35, _s24_36, "always", "Vedno", "optin", "Opt-In", "optout", "Opt-Out", "label", "Oznaka", "client_number", "\u0160t. stranke", "auto_convert", "Auto Convert", "company_name", "Naziv podjetja", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s20_154, "emailed_quotes", "Uspe\u0161no poslani predra\u010duni", "emailed_credits", _s28_58, "gateway", "Prehod", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Ur", "statement", "Izpisek", "taxes", "Davki", "surcharge", "Dopla\u010dilo", "apply_payment", "Apply Payment", "apply_credit", "Potrdi dobropis", "apply", "Potrdi", "unapplied", "Unapplied", "select_label", "Izberi oznako", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Do", "health_check", "Health Check", "payment_type_id", "Na\u010din pla\u010dila", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Prihajajo\u010di ra\u010duni", _s17_65, _s17_66, "recent_payments", "Nedavna pla\u010dila", "upcoming_quotes", "Prihajajo\u010di predra\u010duni", "expired_quotes", "Potekli predra\u010duni", "create_client", "Ustvari stranko", "create_invoice", "Ustvari ra\u010dun", "create_quote", "Ustvari ponudbo", "create_payment", "Create Payment", "create_vendor", "Ustvari prodajalca", "update_quote", "Update Quote", "delete_quote", "Zbri\u0161i ponudbo", "update_invoice", "Update Invoice", "delete_invoice", "Zbri\u0161i ra\u010dun", "update_client", "Update Client", "delete_client", "Zbri\u0161i stranko", "delete_payment", "Zbri\u0161i pla\u010dilo", "update_vendor", "Update Vendor", "delete_vendor", "Odstrani prodajalca", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Odstrani stro\u0161ek", "create_task", "Vnesi opravilo", "update_task", "Update Task", "delete_task", "Odstrani opravilo", "approve_quote", "Approve Quote", "off", "Izklopljeno", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Brezpla\u010dno", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Cilj", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API \u017eetoni", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "\u017deton", "tokens", "\u017detoni", "new_token", "New Token", "edit_token", "Uredi \u017eeton", "created_token", "\u017deton uspe\u0161no ustvarjen", "updated_token", "\u017deton uspe\u0161no posodobljen", "archived_token", "\u017deton uspe\u0161no arhiviran", "deleted_token", "\u017deton uspe\u0161no odstranjen", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Po\u0161lji ra\u010dun po e-po\u0161ti", "email_quote", "Po\u0161lji e-ponudbo", "email_credit", "Email Credit", "email_payment", "Po\u0161lji pla\u010dilo po elektronki po\u0161ti", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "Poka\u017ei PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Kontaktno ime", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "Uredi pla\u010dilni pogoj", _s20_57, "Pla\u010dilni pogoji uspe\u0161no ustvarjeni", _s20_58, "Pla\u010dilni pogoji uspe\u0161no posodobljeni", _s21_56, "Pla\u010dilni pogoji uspe\u0161no arhivirani", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Po\u0161lji iz Gmaila", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Znesek dobropisa", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Ekskluzivno", "inclusive", "Vklju\u010deno", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Vra\u010dilo pla\u010dila", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Polno ime", _s17_77, "Mesto/Dr\u017eava/Po\u0161ta", _s17_79, "Po\u0161ta/Mesto/Dr\u017eava", "custom1", "Prvi po meri", "custom2", "Drugi po meri", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Izprazni podatke", _s16_93, "Podatki podjetja uspe\u0161no odstranjeni", _s18_60, "Opozorilo: Va\u0161i podatki bodo trajno zbrisani. Razveljavitev kasneje ni mogo\u010da.", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Dni", "age_group_30", "30 - 60 Dni", "age_group_60", "60 - 90 Dni", "age_group_90", "90 - 120 Dni", "age_group_120", "120+ dni", "refresh", "Osve\u017ei", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Detalji ra\u010duna", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Pravice", "none", "Brez", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", ":count ra\u010dun poslan", "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Potrdi licenco", "cancel_account", "Odstani ra\u010dun", _s22_47, "Opozorilo: Va\u0161 ra\u010dun bo trajno zbrisan. Razveljavitev ni mogo\u010da.", "delete_company", "Izbri\u0161i podjetje", _s22_48, "Opozorilo: Va\u0161e podjetne bo trajno zbrisano. Razveljavitev ni mogo\u010da.", "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "Glava", "load_design", "Nolo\u017ei obliko", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Ponudbe", "tickets", "Podporni zahtevki", _s16_98, "Ponavljajo\u010di predra\u010duni", "recurring_tasks", "Recurring Tasks", _s18_61, "Upravljanje ra\u010duna", "credit_date", "Datum dobropisa", "credit", "Dobropis", "credits", "Dobropisi", "new_credit", "Vnesi dobropis", "edit_credit", "Uredi dobropis", "created_credit", "Dobropis uspe\u0161no narejen", "updated_credit", "Uspe\u0161no posodobljen dobropis", "archived_credit", "Dobropis uspe\u0161no arhiviran", "deleted_credit", "Dobropis uspe\u0161no zbrisan", "removed_credit", _s27_36, "restored_credit", "Dobropis uspe\u0161no obnovljen", _s16_100, "Uspe\u0161no je arhiviranih :count dobropisov", "deleted_credits", "Uspe\u0161no je zbrisano :count dobropisov", _s16_101, _s36_9, "current_version", "Trenutna razli\u010dica", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Izvedi ve\u010d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Novo podjetje", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Ponastavi", "number", "Number", "export", "Izvoz", "chart", "Grafikon", "count", "Count", "totals", "Vsote", "blank", "Prazno", "day", "Dan", "month", "Mesec", "year", "Leto", "subgroup", "Podskupina", "is_active", "Is Active", "group_by", "Zdru\u017ei v skupino", "credit_balance", "Saldo dobropisa", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Kontaktni telefon", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Ulica (za dostavo)", _s17_86, "Hi\u0161na \u0161t./stanovanje (za dostavo)", "shipping_city", "Mesto (za dostavo)", "shipping_state", "Regija/pokrajina (za dostavo)", _s20_61, "Po\u0161tna \u0161t. (za dostavo)", _s16_132, "Dr\u017eava (za dostavo)", _s16_134, "Ulica (za ra\u010dun)", _s16_135, "Hi\u0161na \u0161t./Stanovanje (za ra\u010dun)", "billing_city", "Mesto (za ra\u010dun)", "billing_state", "Regija/pokrajina (za ra\u010dun)", _s19_40, "Po\u0161tna \u0161t. (za ra\u010dun)", "billing_country", "Dr\u017eave (za ra\u010dun)", "client_id", "Id stranke", "assigned_to", "Dodeljeno", "created_by", "Ustvaril :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Stolpci", "aging", "Staranje", "profit_and_loss", "Profit in izguba", "reports", "Poro\u010dila", "report", "Poro\u010dilo", "add_company", "Dodaj podjetje", "unpaid_invoice", "Nepla\u010dani ra\u010duni", "paid_invoice", "Pla\u010dani ra\u010duni", _s16_136, "Nepotrjen predra\u010dun", "help", "Pomo\u010d", "refund", "Vra\u010dilo", "refund_date", "Refund Date", "filtered_by", "Filtrirano po", "contact_email", "Kontaktna e-po\u0161ta", "multiselect", "Multiselect", "entity_state", "Stanje", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Sporo\u010dilo", "from", "Od", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "forum za podporo", "about", "About", "documentation", "Dokumentacija", "contact_us", "Kontakt", "subtotal", "Neto", "line_total", "Skupaj", "item", "Postavka", "credit_email", "Credit Email", "iframe_url", "Spletna stran", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Da", "no", "Ne", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobilni", "desktop", "Namizni", "layout", "Layout", "view", "Ogled", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Uporabnik", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "Prosim izberite stranko", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Dav\u010dne nastavitve", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Proklop", _s19_44, _s20_69, "options", "Mo\u017enosti", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Oddaj", _s16_144, "Obnovite va\u0161e geslo", "late_fees", "Late Fees", "credit_number", "\u0160t. dobropisa", "payment_number", "Payment Number", "late_fee_amount", "Vrednost zamudnih obresti", _s16_145, "Odstotek za zamudne obresti", "schedule", "Urnik", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Dnevi", "invoice_email", "Ra\u010dun", "payment_email", "Potrdilo", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Predra\u010dun", _s16_147, "Periodi\u010den opomin", _s16_149, _s16_150, "administrator", "Upravljalec", _s18_80, "Dovoli uporabniku da upravlja z uporabniki, nastavitvami in vsemi zapisi", "user_management", "Uporabniki", "users", "Uporabniki", "new_user", "Nov uporabnik", "edit_user", "Uredi uporabnika", "created_user", _s25_37, "updated_user", "Uporabnik uspe\u0161no posodobljen", "archived_user", "Uporabnik uspe\u0161no arhiviran", "deleted_user", "Uporabnik uspe\u0161no odstranjen", "removed_user", _s25_40, "restored_user", "Uporabnik uspe\u0161no obnovljen", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Splo\u0161ne nastavitve", "invoice_options", "Mo\u017enosti ra\u010duna", _s17_92, "Skrij datum pla\u010dila", _s22_55, 'Prika\u017ei le "Pla\u010dano" polje v ra\u010dunu, nakar je bilo pla\u010dilo prejeto.', _s23_31, "Omogo\u010deni dokumenti", _s28_21, "V ra\u010dunu vklju\u010di pripete slike.", _s16_153, "Prika\u017ei glavo na", _s16_154, "Prika\u017ei nogo na", "first_page", "Prva stran", "all_pages", "Vse strani", "last_page", "Zadnja stran", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Osnovna barva", "secondary_color", "Sekundarna barva", "page_size", "Velikost strani", "font_size", "Velikost pisave", "quote_design", "Predloga predra\u010duna", "invoice_fields", "Polja ra\u010duna", "product_fields", "Polja izdelka", "invoice_terms", "Pogoji ra\u010duna", "invoice_footer", "Noga ra\u010duna", "quote_terms", "Pogoji predra\u010duna", "quote_footer", "Noga predra\u010duna", _s18_81, "Samodejni Email", _s23_32, "Samodejno po\u0161lji email ponavljajo\u010dih ra\u010dunov kadar so narejeni.", _s18_82, "Samodejno Arhiviranje", _s23_33, "Samodejno arhiviraj predra\u010dune po pretvorbi.", _s18_83, "Samodejna Pretvorba", _s23_34, "Samodejno pretvori predra\u010dun v ra\u010dun, ki ga stranka potrdi.", _s17_94, "Nastavitve Delovnega toka /Workflow/", "freq_daily", "Dnevno", "freq_weekly", "Tedensko", "freq_two_weeks", "Dva tedna", "freq_four_weeks", "\u0160tiri tedni", "freq_monthly", "Mese\u010dno", "freq_two_months", "Dva meseca", _s17_96, "Trije meseci", _s16_155, "Na \u0161tiri mesece", "freq_six_months", "\u0160est mesecev", "freq_annually", "Letno", "freq_two_years", "Na dve leti", _s16_156, "Three Years", "never", "Nikoli", "company", "Podjetje", _s17_97, "Ustvarjene \u0161tevilke", "charge_taxes", "Zara\u010dunaj davke", "next_reset", "Naslednja ponastavitev", "reset_counter", "Ponastavi \u0161tevec", _s16_157, "Predpona ponavljajo\u010dih", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Podjetje", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Ra\u010dun", _s17_99, "Dopla\u010dilo za ra\u010dun", "client_field", "Stranka", "product_field", "Polje izdelka", "payment_field", "Payment Field", "contact_field", "Kontakt", "vendor_field", "Dobavitelj", "expense_field", "Stro\u0161ek", "project_field", "Projekt", "task_field", "Opravilo", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Predpona", "number_pattern", "Number Pattern", "messages", "Sporo\u010dila", "custom_css", "CSS po meri", _s17_101, _s17_102, _s16_159, "Prika\u017ei na PDF", _s21_74, "Prika\u017ei podpis stranke na PDF ra\u010dunu/predra\u010dunu.", _s25_41, "Potrditev pogojev ra\u010duna", _s30_9, "Stranka mora potrditi strinjanje s pogoji na ra\u010dunu.", _s23_35, "Potrditev pogojev predra\u010duna", _s28_22, "Stranka mora potrditi strinjanje s pogoji na predra\u010dunu.", _s25_42, "Podpis ra\u010duna", _s30_10, "Zahteva od stranke, da zagotovi svoj podpis.", _s23_36, "Podpis predra\u010duna", _s22_57, "Za\u0161\u010diti ra\u010dune z geslom", _s27_38, "Omogo\u010da da nastavite geslo za vsako osebo. \u010ce je geslo nastavljeno, ga bo uporabnik moral vnesti pred ogledom ra\u010duna.", "authorization", "Overovitev", "subdomain", "Poddomena", "domain", "Domena", "portal_mode", "Portal Mode", "email_signature", "Lep pozdrav,", _s24_39, "Olaj\u0161ajte strankam pla\u010devanje z dodajanjem schema.org ozna\u010db v va\u0161o e-po\u0161to.", "plain", "Navadno", "light", "Svetlo", "dark", "Temno", "email_design", "Stil e-po\u0161te", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "Omogo\u010di ozna\u010dbe.", "reply_to_email", "Reply-To", "reply_to_name", "Reply-To Name", "bcc_email", "BCC", "processed", "Processed", "credit_card", _s16_250, "bank_transfer", "Ban\u010dno nakazilo", "priority", "Prednost", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Omogo\u010di minimalno", "enable_max", "Omogo\u010di maximalno", "min_limit", "Minimalno: :min", "max_limit", "Maksimalno: :max", "min", "Minimalno", "max", "Maksimalno", _s19_47, "Prikazani logotipi katric", "credentials", "Credentials", "update_address", "Posodobi naslov", _s19_49, "Posodobi naslov stranke z predlo\u017eenimi podatki", "rate", "Stopnja", "tax_rate", "Dav\u010dna stopnja", "new_tax_rate", "Nova dav\u010dna stopnja", "edit_tax_rate", "Uredi dav\u010dno stopnjo", _s16_162, "Dav\u010dna stopnja uspe\u0161no ustvarjena", _s16_163, "Dav\u010dna stopnja uspe\u0161no posodobljena", _s17_104, "Dav\u010dna stopnja uspe\u0161no arhivirana", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Samodejno vnesi izdelke", _s18_86, "Izbira izdelka bo samodejno vnesla opis in ceno", "update_products", "Samodejno posodobi izdelke", _s20_71, "Posodobitev ra\u010duna bo samodejno posodobila knji\u017enico izdelkov", _s16_165, "Pretvori izdelke", _s21_75, "Samodejno pretvori cene izdelkov v valuto stranke", "fees", "Provizije", "limits", "Omejitve", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Zavrzi spremembe", "default_value", "Default value", "disabled", "Onemogo\u010deno", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Nedelja", "monday", "Ponedeljek", "tuesday", "Torek", "wednesday", "Sreda", "thursday", "\u010cetrtek", "friday", "Petek", "saturday", "Sobota", "january", "Januar", "february", "Februar", "march", "Marec", "april", "April", "may", "Maj", "june", "Junij", "july", "Julij", "august", "August", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 urni \u010das", _s18_87, "24 Hour Display", "send_reminders", "Po\u0161lji opomnike", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Skupina", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logotip", "saved_settings", _s27_41, _s16_171, "Nastavitve izdelka", "device_settings", "Device Settings", "defaults", "Privzeto", "basic_settings", "Osnovne nastavitve", _s17_109, "Napredne nastavitve", "company_details", "Podatki podjetja", "user_details", "Podrobnosti uporabnika", "localization", "Lokalizacija", "online_payments", "Spletna pla\u010dila", "tax_rates", "Dav\u010dne stopnje", "notifications", "Obvestila", "import_export", "Uvoz | Izvoz", "custom_fields", "Polja po meri", "invoice_design", "Izgled ra\u010duna", "buy_now_buttons", "Gumbi za takoj\u0161nji nakup", "email_settings", "Nastavitve e-po\u0161te", _s23_42, "Predloge in opomini", _s22_58, _s20_73, _s19_55, "Vizualizacija podatkov", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Pogoji uporabe", "privacy_policy", "Pravilnik o zasebnosti", "sign_up", "Prijavi se", "account_login", "Prijava v ra\u010dun", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Ustvari", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Prenesi", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Dokument", "documents", "Dokumenti", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Datum stro\u0161ka", "pending", "V teku", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Pretvorjeno", _s24_45, "Pripni datoteke", "exchange_rate", "Menjalni te\u010daj", _s16_180, "Pretvori valuto", "mark_paid", "Ozna\u010di kot pla\u010dano", "category", "Kategorija", "address", "Naslov", "new_vendor", "Nov prodajalec", "created_vendor", "Dobavitelj uspe\u0161no ustvarjen", "updated_vendor", "Dobavitelj uspe\u0161no posodobljen", "archived_vendor", "Dobavitelj uspe\u0161no arhiviran", "deleted_vendor", "Dobavitelj uspe\u0161no zbrisan", "restored_vendor", "Prodajalec uspe\u0161no obnovljen", _s16_181, "Uspe\u0161no je arhiviranih :count dobaviteljev", "deleted_vendors", "Uspe\u0161no je zbrisanih :count dobaviteljev", _s16_182, _s36_11, "new_expense", "Vnesi stro\u0161ek", "created_expense", "Stro\u0161ek uspe\u0161no vne\u0161en", "updated_expense", "Stro\u0161ek uspe\u0161no posodobljen", _s16_183, "Stro\u0161ek uspe\u0161no arhiviran", "deleted_expense", "Stro\u0161ek uspe\u0161no odstranjen", _s16_184, "Stro\u0161ek uspe\u0161no obnovljen", _s17_115, "Stro\u0161ki uspe\u0161no arhivirani", _s16_185, "Stro\u0161ki uspe\u0161no odstranjeni", _s17_116, _s37_14, "copy_shipping", "Kopiraj naslov za dostavo", "copy_billing", "Kopiraj naslov za ra\u010dun", "design", "Design", _s21_80, _s21_81, "invoiced", "Fakturirano", "logged", "Prijavljeno", "running", "V teku", "resume", "Nadaljuj", "task_errors", "Prosim popravite prekrivajo\u010de \u010dasove", "start", "Za\u010detek", "stop", "Kon\u010daj", "started_task", "Opravilo uspe\u0161no pri\u010deto", "stopped_task", "Opravilo uspe\u0161no ustavljeno", "resumed_task", "Opravilo uspe\u0161no ponovno zagnano", "now", "Zdaj", _s16_186, _s16_187, "timer", "Merilec \u010dasa", "manual", "Ro\u010dno", "budgeted", "Budgeted", "start_time", "Za\u010detek", "end_time", "\u010cas zaklju\u010dka", "date", "Datum", "times", "\u010cas", "duration", "Trajanje", "new_task", "Novo opravilo", "created_task", "Opravilo uspe\u0161no ustvarjeno", "updated_task", "Opravilo uspe\u0161no posodobljeno", "archived_task", "Opravilo uspe\u0161no arhivirano", "deleted_task", "Opravilo uspe\u0161no odstranjeno", "restored_task", "Opravilo uspe\u0161no obnovljeno", "archived_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count", "deleted_tasks", "\u0160tevilo uspe\u0161no odstranjenih opravil: :count tasks", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Predvidene ure", "created_project", "Projekt uspe\u0161no ustvarjen", "updated_project", "Projekt uspe\u0161no posodobljen", _s16_188, "Projekt uspe\u0161no arhiviran", "deleted_project", "Projekt uspe\u0161no odstranjen", _s16_189, "Projekt uspe\u0161no obnovljen", _s17_117, "\u0160tevilo uspe\u0161no arhiviranih projektov: :count", _s16_190, "\u0160tevilo uspe\u0161no odstranjenih projektov: :count", _s17_118, _s37_15, "new_project", "Now projekt", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "klikni tukaj", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Noga", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Obseg po meri", "date_range", "\u010casovno obdobje", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Ta mesec", "last_month", "Zadnji mesec", "this_year", "To leto", "last_year", "Zadnje leto", "custom", "Po meri", _s16_191, "Kopiraj v ra\u010dun", "clone_to_quote", "Kopiraj v predra\u010dun", "clone_to_credit", "Clone to Credit", "view_invoice", "Ogled ra\u010duna", "convert", "Convert", "more", "Ve\u010d", "edit_client", "Uredi stranko", "edit_product", "Uredi izdelek", "edit_invoice", "Uredi ra\u010dun", "edit_quote", "Uredi ponudbo", "edit_payment", "Uredi pla\u010dilo", "edit_task", "Uredi opravilo", "edit_expense", "Uredi stro\u0161ek", "edit_vendor", "Uredi prodajalca", "edit_project", "Uredi projekt", _s20_74, "Uredi ponavaljajo\u010d predra\u010dun", "billing_address", "Naslov za po\u0161iljanje ra\u010duna", _s16_193, "Naslov za dostavo", "total_revenue", "Skupni prihodki", "average_invoice", "Povpre\u010den ra\u010dun", "outstanding", "Odprte postavke", "invoices_sent", ":count ra\u010duni poslani", "active_clients", "aktivne stranke", "close", "Zapri", "email", "E-po\u0161ta", "password", "Geslo", "url", "URL", "secret", "Skrivnost", "name", "Ime", "logout", "Odjava", "login", "Prijava", "filter", "Filter", "sort", "Razvrsti", "search", "I\u0161\u010di", "active", "Aktivno", "archived", "Arhivirano", "deleted", "Odstranjeno", "dashboard", "Nadzorna plo\u0161\u010da", "archive", "Arhiv", "delete", "Zbri\u0161i", "restore", "Obnovitev", _s16_195, "Osve\u017eitev kon\u010dana", _s23_43, "Vnesi prosim svoj email", _s26_34, "Vnesi prosim svoje geslo", _s21_83, "Vnesi prosim svoj URL", _s26_36, "Prosim vnesi klju\u010d izdelka", "ascending", "Nara\u0161\u010dajo\u010de", "descending", "Padajo\u010de", "save", "Shrani", _s17_121, "Pri\u0161lo je do napake", "paid_to_date", "\u017de pla\u010dano", "balance_due", "Za pla\u010dilo", "balance", "Saldo", "overview", "Pregled", "details", "Podrobnosti", "phone", "Telefon", "website", "Internetne strani", "vat_number", "Dav\u010dna \u0161t.", "id_number", "ID \u0161t.", "create", "Ustvari", _s19_63, "Kopirano :value na odlo\u017ei\u0161\u010de", "error", "Napaka", _s16_197, "Ni bilo mo\u017eno zagnati", "contacts", "Kontakti", "additional", "Dodatno", "first_name", "Ime", "last_name", "Priimek", "add_contact", "Dodaj kontakt", "are_you_sure", "Ali ste prepri\u010dani?", "cancel", "Prekli\u010di", "ok", "Ok", "remove", "Odstrani", _s16_199, "Email ni pravilen", "product", "Izdelek", "products", "Izdelki", "new_product", "Nov izdelek", "created_product", "Izdelek uspe\u0161no ustvarjen", "updated_product", "Izdelek uspe\u0161no posodobljen", _s16_201, "Izdelek uspe\u0161no arhiviran", "deleted_product", "Izdelek uspe\u0161no odstranjen", _s16_202, "Izdelek uspe\u0161no obnovljen", _s17_123, "\u0160tevilo uspe\u0161no arhiviranih izdelkov: :count", _s16_203, "\u0160tevilo uspe\u0161no odstranjenih izdelkov: :count", _s17_124, _s37_16, "product_key", "Izdelki", "notes", "Opis", "cost", "Cena", "client", "Stranka", "clients", "Stranke", "new_client", "Nova stranka", "created_client", "Stranka uspe\u0161no ustvarjena", "updated_client", "Uspe\u0161no posodobljena stranka", "archived_client", "Stranka uspe\u0161no arhivirana", _s16_204, "Uspe\u0161no je arhiviranih :count strank", "deleted_client", "Stranka uspe\u0161no zbrisana", "deleted_clients", "Uspe\u0161no je zbrisanih :count strank", "restored_client", "Stranka uspe\u0161no obnovljena", _s16_205, _s36_13, "address1", "Ulica", "address2", "Poslovni prostor/Stanovanja", "city", "Mesto", "state", "Regija/pokrajina", "postal_code", "Po\u0161tna \u0161t.", "country", "Dr\u017eava", "invoice", "Ra\u010dun", "invoices", "Ra\u010duni", "new_invoice", "Nov ra\u010dun", "created_invoice", "Ra\u010dun uspe\u0161no ustvarjen", "updated_invoice", "Ra\u010dun uspe\u0161no posodobljen", _s16_206, "Ra\u010dun uspe\u0161no arhiviran", "deleted_invoice", "Ra\u010dun uspe\u0161no zbrisan", _s16_207, "Ra\u010dun uspe\u0161no obnovljen", _s17_125, "Uspe\u0161no arhiviranih :count ra\u010dunov", _s16_208, "Uspe\u0161no je zbrisanih :count ra\u010dunov", _s17_126, _s37_17, "emailed_invoice", _s20_154, "emailed_payment", "Pla\u010dilo poslano po elektronski po\u0161ti", "amount", "Znesek", "invoice_number", "\u0160t. ra\u010duna", "invoice_date", "Datum ra\u010duna", "discount", "Popust", "po_number", "\u0160t. naro\u010dilnice", "terms", "Pogoji", "public_notes", "Javni zaznamki", "private_notes", "Zasebni zaznamki", "frequency", "Pogostost", "start_date", "Datum za\u010detka", "end_date", "Datum zapadlosti", "quote_number", "\u0160t. ponudbe", "quote_date", "Datum ponudbe", "valid_until", "Veljavnost", "items", "Predmeti", "partial_deposit", "Delno/Depozit", "description", "Opis", "unit_cost", "Cena", "quantity", "Koli\u010dina", "add_item", "\xb8Dodaj predmet", "contact", "Kontakt", "work_phone", "Slu\u017ebeni telefon", "total_amount", "Skupni znesek", "pdf", "PDF", "due_date", "Rok pla\u010dila", _s16_209, "Delno pla\u010dilo do datuma", "status", "Stanje", _s17_127, "Status ra\u010duna", "quote_status", "Stanje predra\u010duna", _s22_59, "Klikni + za dodajanje predmeta", _s22_61, _s19_76, "count_selected", ":count izbranih", "total", "Skupaj", "percent", "Odstotek", "edit", "Uredi", "dismiss", "Opusti", _s20_76, "Izberi datum", _s22_62, "Izberi stranko", _s24_49, "Izberi ra\u010dun", "task_rate", "Urna postavka", "settings", "Nastavitve", "language", "Jezik", "currency", "Valuta", "created_at", "Ustvarjen dne", "created_on", "Created On", "updated_at", "Posodobljeno", "tax", "Davek", _s30_17, "Vnesi \u0161tevilko ra\u010duna", _s27_51, "Prosim vnesi \u0161tevilko predra\u010duna", "past_due", "Zapadlo", "draft", "Osnutek", "sent", "Poslano", "viewed", "Ogledano", "approved", "Odobreno", "partial", "Delno pla\u010dilo/polog", "paid", "Pla\u010dano", "mark_sent", "Ozna\u010di kot poslano", _s22_64, "Ra\u010dun je uspe\u0161no ozna\u010den kot poslan", _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Narejeno", _s37_18, "Vnesi stranko ali kontaktno osebo", "dark_mode", "Temen na\u010din", _s27_53, "Ponovno za\u017eeni program, da se spremembe aktivirajo", "refresh_data", "Osve\u017ei podatke", "blank_contact", "Prazen kontakt", "activity", "Dejavnost", _s16_211, "Ustrezen niz ni najden", "clone", "Kopiraj", "loading", "Nalagam", "industry", "Industrija", "size", "Velikost", "payment_terms", "Pla\u010dilni pogoji", "payment_date", "Datum pla\u010dila", "payment_status", "Status pla\u010dila", _s16_213, "V obdelavi", _s16_214, "Razveljavljeno", _s16_215, "Neuspe\u0161no", _s16_216, "Narejeno", _s16_217, "Delno povrnjeno", _s16_218, "Povrjeno", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Promet", "client_portal", "Portal za stranke", "show_tasks", "Prika\u017ei opravila", "email_reminders", "Email opomini", "enabled", "Omogo\u010deno", "recipients", "Prejemniki", "initial_email", "Prva e-po\u0161ta", "first_reminder", "Prvi opomin", "second_reminder", "Drugi opomin", "third_reminder", "Tretji opomin", "reminder1", "Prvi opomin", "reminder2", "Drugi opomin", "reminder3", "Tretji opomin", "template", "Predloga", "send", "Po\u0161lji", "subject", "Naslov", "body", "Vsebina", "send_email", "Po\u0161lji e-po\u0161to", "email_receipt", "Po\u0161lji ra\u010dun stranki", "auto_billing", "Samodejno obra\u010dunavanje", "button", "Gumb", "preview", "Predogled", "customize", "Prilagodi po meri", "history", "Zgodovina", "payment", "Pla\u010dilo", "payments", "Pla\u010dila", "refunded", "Povrjeno", "payment_type", "Na\u010din pla\u010dila", _s21_85, _s21_114, "enter_payment", "Vnesi pla\u010dilo", "new_payment", "Vnesi pla\u010dilo", "created_payment", "Pla\u010dilo uspe\u0161no ustvarjeno", "updated_payment", "Pla\u010dilo uspe\u0161no posodobljeno", _s16_219, "Pla\u010dilo uspe\u0161no arhivirano", "deleted_payment", "Pla\u010dilo uspe\u0161no zbrisano", _s16_220, "Pla\u010dilo uspe\u0161no obnovljeno", _s17_130, "\u0160Uspe\u0161no je arhiviranih :count pla\u010dil", _s16_221, "Uspe\u0161no je zbrisanih :count pla\u010dil", _s17_131, _s37_20, "quote", "Ponudba", "quotes", "Ponudbe", "new_quote", "Nova ponudba", "created_quote", "Ponudba uspe\u0161no ustvarjena", "updated_quote", "Ponudba uspe\u0161no posodobljena", "archived_quote", "Ponudba uspe\u0161no arhivirana", "deleted_quote", "Ponudba uspe\u0161no zbrisana", "restored_quote", "Predra\u010dun uspe\u0161no obnovljen", "archived_quotes", "Uspe\u0161no je arhiviranih :count ponudb", "deleted_quotes", "Uspe\u0161no je zbrisanih :count ponudb", "restored_quotes", _s35_22, "expense", "Stro\u0161ek", "expenses", "Stro\u0161ki", "vendor", "Prodajalec", "vendors", "Prodajalci", "task", "Opravilo", "tasks", "Opravila", "project", "Projekt", "projects", "Projekti", "activity_1", ":user je ustvaril stranko :client", "activity_2", ":user je arhiviraj stranko :client", "activity_3", ":user je odstranil stranko :client", "activity_4", ":user je ustvaril ra\u010dun :invoice", "activity_5", ":user je posodobil ra\u010dun :invoice", "activity_6", ":user je ra\u010dun :invoice za :client poslal osebi :contact", "activity_7", ":contact si je ogledal ra\u010dun :invoice za :client", "activity_8", ":user je arhiviral ra\u010dun :invoice", "activity_9", ":user je odstranil ra\u010dun :invoice", "activity_10", ":contact je vnesel pla\u010dilo :payment v znesku :payment_amount na ra\u010dunu :invoice za :client", "activity_11", ":user je posodobil pla\u010dilo :payment", "activity_12", ":user je arhiviral pla\u010dilo :payment", "activity_13", ":user je odstranil :payment", "activity_14", ":user je vnesel :credit dobropis", "activity_15", ":user je posodobil :credit dobropis", "activity_16", ":user je arhiviral :credit dobropis", "activity_17", ":user je odstranil :credit dobropis", "activity_18", ":user je ustvaril predra\u010dun :quote", "activity_19", ":user je posodobil predra\u010dun :quote", "activity_20", ":user je predra\u010dun :quote za :client poslal osebi :contact", "activity_21", ":contact je pogledal predra\u010dun :quote", "activity_22", ":user je arhiviral predra\u010dun :quote", "activity_23", ":user je odstranil predra\u010dun :quote", "activity_24", ":user je obnovil predra\u010dun :quote", "activity_25", ":user je obnovil ra\u010dun :invoice", "activity_26", ":user je obnovil stranko :client", "activity_27", ":user je obnovil pla\u010dilo :payment", "activity_28", ":user je obnovil dobropis :credit", "activity_29", ":contact je potrdil predra\u010dun :quote za :client", "activity_30", ":user je ustvaril prodajalca :vendor", "activity_31", ":user je arhiviral prodajalca :vendor", "activity_32", ":user je odstranil prodajalca :vendor", "activity_33", ":user je obnovil prodajalca :vendor", "activity_34", ":user je vnesel stro\u0161ek :expense", "activity_35", ":user je arhiviral stro\u0161ek :expense", "activity_36", ":user je izbrisal stro\u0161ek :expense", "activity_37", ":user je obnovil stro\u0161ek :expense", "activity_39", ":user je preklical pla\u010dilo :payment v znesku :payment_amount", "activity_40", ":user je vrnil :adjustment od pla\u010dila :payment v znesku :payment_amount", "activity_41", ":payment_amount pla\u010dilo (:payment) ni uspelo", "activity_42", ":user je vnesel opravilo :task", "activity_43", ":user je posodobil opravilo :task", "activity_44", ":user je arhiviral opravilo :task", "activity_45", ":user je izbrisal opravilo :task", "activity_46", ":user je obnovil opravilo :task", "activity_47", ":user je posodobil opravilo :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user je ponovno odprl podporni zahtevek :ticket", "activity_55", ":contact je odgovoril na podporni zahtevek :ticket", "activity_56", ":user si je ogledal podporni zahtevek :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Geslo za enkratno uporabo", "emailed_quote", "Ponudba uspe\u0161no poslan", "emailed_credit", _s27_65, _s20_78, "Predra\u010dun ozna\u010den kot poslan", _s21_87, _s34_21, "expired", "Poteklo", "all", "Vse", "select", "Izberi", _s22_66, _s22_67, "custom_value1", _s16_354, "custom_value2", _s16_354, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0160tevec za ra\u010dun", _s20_79, _s20_80, _s20_81, "\u0160tevec \u0161tevilke predra\u010duna", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tip", "invoice_amount", "Znesek ra\u010duna", _s16_226, "Rok pla\u010dila", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Samodejno pla\u010dilo", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Ime dav\u010dne stopnje", "tax_amount", "Znesek davka", "tax_paid", "Davek pla\u010dan", "payment_amount", "Znesek pla\u010dila", "age", "Starost", "is_running", "Is Running", "time_log", "\u010casovni Dnevnik", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, "Kategorija stro\u0161kov", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Por Defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "Agregar a cuenta :invoice", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Divisa de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa para una factura con valor de :amount ser\xeda de :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Asignar Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado De Cuenta", "sepa", "D\xe9bito Directo SEPA", "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre Remitente", _s16_23, _s16_232, _s17_19, "Gasto Recurrente", _s18_19, "Gastos Recurrentes", _s21_22, "Nuevo Gasto Recurrente", _s22_27, "Editar Gasto Recurrente", _s25_3, "Gasto recurrente creado con \xe9xito", _s25_4, "Gasto recurrente actualizado con \xe9xito", _s26_4, "Gasto recurrente archivado con \xe9xito", _s25_5, _s28_96, _s25_6, _s38_2, _s26_5, "Gasto recurrente restaurado con \xe9xito", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda de Usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Primer Nombre de Contacto", _s17_23, "Apellido de Contacto", "order", "Order", "unassigned", "Unassigned", "partial_value", "Debe ser mayor que cero y menor que el total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el suubdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Suscripciones", _s16_41, _s16_42, _s17_29, "Editar suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n correctamente archivada", _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s19_146, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, "Escanee el c\xf3digo de barras con una aplicaci\xf3n compatible con :link", _s18_36, "Autenticaci\xf3n de Dos Factores habilitada con \xe9xito", "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, "Autenticaci\xf3n de Dos Factores", _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "\xdaltimo Trimestre", "to_update_run", "To update run", _s18_39, _s19_147, _s16_54, "URL de Registro", "invoice_project", "Facturar proyecto", "invoice_task", "Tarea de Factura", "invoice_expense", "Facturar Gasto", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s18_204, _s16_60, "Cantidad Convertida", _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "Documentos por defecto", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Ocultar", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "Columna", "sample", "Ejemplo", "map_to", "Map To", "import", "Importar", _s25_16, _s29_7, "select_file", "Por favor selecciona un archivo", _s16_62, _s16_63, "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Servicio", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Sin Pagar", "white_label", "White Label", "delivery_note", "Nota de Entrega", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Total Facturado", "quote_total", "Total cotizado", "credit_total", "Cr\xe9dito Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, _s18_47, _s20_48, _s20_49, _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, "Categor\xeda actualizada con \xe9xito", _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, _s18_206, _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", _s18_207, "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Factura peri\xf3dica archivada", _s25_29, "Factura peri\xf3dica borrada", _s25_30, _s38_11, _s26_14, "Factura peri\xf3dica restaurada", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Ganancia", "line_item", "Item de Linea", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Abierto", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Guardar detalles de la tarjeta", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Etiqueta", "client_number", "Cliente N\xfamero", "auto_convert", "Auto Convert", "company_name", "Nombre de Empresa", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "Facturas enviadas por correo electr\xf3nico con \xe9xito.", "emailed_quotes", "Cotizaciones enviadas por correo electr\xf3nico con \xe9xito.", "emailed_credits", _s28_58, "gateway", "Pasarela de Pagos", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Horas", "statement", "Estado De Cuenta", "taxes", "Impuestos", "surcharge", "Sobrecargo", "apply_payment", "Apply Payment", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Unapplied", "select_label", "Seleccionar Etiqueta", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Para", "health_check", "Health Check", "payment_type_id", "Tipo de pago", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, _s17_233, _s17_65, _s17_66, "recent_payments", "Pagos Recientes", "upcoming_quotes", "Pr\xf3ximas Cotizaciones", "expired_quotes", "Cotizaciones Vencidas", "create_client", "Crear Cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Cotizaci\xf3n", "create_payment", "Create Payment", "create_vendor", "Crear Proveedor", "update_quote", "Update Quote", "delete_quote", "Eliminar Cotizaci\xf3n", "update_invoice", "Update Invoice", "delete_invoice", _s16_355, "update_client", "Update Client", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Update Task", "delete_task", "Eliminar Tarea", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "Gratis", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Objetivo", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "Editar Token", "created_token", "Token creado con \xe9xito", "updated_token", "Token actualizado con \xe9xito", "archived_token", "Token archivado", "deleted_token", "Token eliminado con \xe9xito", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_148, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Enviar factura por correo", "email_quote", "Enviar Cotizaci\xf3n", "email_credit", "Email Credit", "email_payment", "Enviar Pago por Correo Electr\xf3nico", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s26_89, _s20_57, "T\xe9rmino de pago creado con \xe9xito", _s20_58, "T\xe9rmino de pago actualizado con \xe9xito", _s21_56, "T\xe9rmino de pago archivado con \xe9xito", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", _s19_149, "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Buscar Proveedor", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", _s18_209, "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Nombre Completo", _s17_77, _s17_78, _s17_79, "C\xf3digo Postal/Ciudad/Estado", "custom1", "Primero Personalizado", "custom2", _s21_150, "custom3", "Tercero Personalizado", "custom4", "Cuarto Personalizado", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados con \xe9xito", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente tus datos, no hay de deshacerlo.", "invoice_balance", "Balance de la Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado con \xe9xito", "client_details", "Detalles del Cliente", "company_address", "Direcci\xf3n de la Empresa", "invoice_details", "Detalles de la Factura", "quote_details", "Detalles de la Cotizaci\xf3n", "credit_details", "Detalles del Cr\xe9dito", "product_columns", "Columna de Productos", "task_columns", "Columna de Tareas", "add_field", "Agregar Campos", "all_events", _s17_234, "permissions", "Permissions", "none", "Ninguno", "owned", "Propiedad", "payment_success", "Pago Exit\xf3so", "payment_failure", "Fallos con el Pago", "invoice_sent", ":count factura enviada", "quote_sent", "Cotizaci\xf3n Enviada", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Cr\xe9dito Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Cotizaci\xf3n Aprobada", _s25_33, "Recibir Todas Las Notificaciones", _s16_94, _s16_358, "apply_license", "Activar Licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "AVISO: Esta acci\xf3n eliminar\xe1 tu cuenta de forma permanente.", "delete_company", "Eliminar Empresa", _s22_48, "Advertencia: Esto eliminar\xe1 su empresa, no hay manera de deshacerlo.", "enabled_modules", "Enabled Modules", "converted_quote", "Cotizaci\xf3n convertida con \xe9xito", "credit_design", "Dise\xf1o de Cr\xe9ditos", "includes", "Incluir", "header", "Encabezado", "load_design", "Cargar Dise\xf1o", "css_framework", "Framework de CSS", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado con \xe9xito", "updated_design", "Dise\xf1o actualizado con \xe9xito", "archived_design", "Dise\xf1o archivado con \xe9xito", "deleted_design", "Dise\xf1o eliminado con \xe9xito", "removed_design", "Dise\xf1o removido con \xe9xito", "restored_design", "Dise\xf1o restaurado con \xe9xito", _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Cotizaciones Recurrentes", "recurring_tasks", _s18_210, _s18_61, _s18_62, "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Ingresa el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado con \xe9xito", "updated_credit", "Cr\xe9dito actualizado con \xe9xito", "archived_credit", "Cr\xe9dito archivado con \xe9xito", "deleted_credit", "Cr\xe9ditos eliminados con \xe9xito", "removed_credit", "Cr\xe9dito removido con \xe9xito", "restored_credit", "Cr\xe9dito restaurado con \xe9xito", _s16_100, ":count creditos archivados con \xe9xito", "deleted_credits", ":count creditos eliminados con \xe9xito", _s16_101, _s36_9, "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltiima Versi\xf3n", "update_now", "Actualizarse Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada con \xe9xito", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id de Rastreo", _s17_81, "URL del Webhook de Slack", "credit_footer", "Pie de P\xe1gina del Cr\xe9dito", "credit_terms", "T\xe9rminos del Cr\xe9dito", "new_company", "Nueva Empresa", "added_company", "Empresa agregada con \xe9xito", "company1", _s23_92, "company2", _s23_93, "company3", _s23_94, "company4", _s23_95, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "Reiniciar", "number", "Number", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Count", "totals", "Totales", "blank", "Blank", "day", "Day", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Tel\xe9fono de Contacto", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Calle de Env\xedo", _s17_86, "Apto/Suite de Env\xedo", "shipping_city", "Ciudad de Env\xedo", "shipping_state", "Estado/Provincia de Env\xedo", _s20_61, "C\xf3digo Postal de Env\xedo", _s16_132, "Pa\xeds de Env\xedo", _s16_134, "Calle de Facturaci\xf3n", _s16_135, "Apto/Suite de Facturaci\xf3n", "billing_city", "Ciudad de Facturaci\xf3n", "billing_state", "Estado/Provincia de Facturaci\xf3n", _s19_40, "C\xf3digo Postal de Facturaci\xf3n", "billing_country", "Pa\xeds de Facturaci\xf3n", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_361, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Reporte", "add_company", "Agregar Empresa", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Ayuda", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Correo de Contacto", "multiselect", "Multiselect", "entity_state", "Estado", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mensaje", "from", "De", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "foro de soporte", "about", "About", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1ctenos", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Credit Email", "iframe_url", "Sitio Web", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Si", "no", "No", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Seleccionar Empresa", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "Ver", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Usuario", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", _s26_90, _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Opciones", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Enviar", _s16_144, "Recuperar contrase\xf1a", "late_fees", "Late Fees", "credit_number", "N\xfamero de Cr\xe9dito", "payment_number", "Payment Number", "late_fee_amount", "Valor Tarifa por Tardanza", _s16_145, "Porcentaje Tarifa por Tardanza", "schedule", "Programar", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "D\xedas", "invoice_email", "Correo de Factura", "payment_email", "Correo de Pago", "partial_payment", "Pago Parcial", "payment_partial", "Partial Payment", _s21_72, "Correo Electr\xf3nico de Pago Parcial", "quote_email", "Correo de Cotizacion", _s16_147, "Recordatorio sin fin", _s16_149, _s16_150, "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraciones y modifique cualquier registro", "user_management", "Gesti\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", _s25_37, "updated_user", "Usario actualizado con \xe9xito", "archived_user", "Usuario archivado", "deleted_user", "Usario eliminado con \xe9xito", "removed_user", _s25_40, "restored_user", "Usuario restaurado con \xe9xito", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar Valor Pagado a la Fecha", _s22_55, "Solo mostrar la opci\xf3n \u201cPagado a la fecha\u201d en sus facturas cuando se ha recibido un pago.", _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Mostrar encabezado", _s16_154, "Mostrar pie", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Page Size", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1o de Cotizaci\xf3n", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de p\xe1gia de la factura", "quote_terms", "Terminos de Cotizaci\xf3n", "quote_footer", "Pie de la Cotizaci\xf3n", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convertir", _s23_34, "Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.", _s17_94, _s17_95, "freq_daily", "Diario", "freq_weekly", "Weekly", "freq_two_weeks", "Two weeks", "freq_four_weeks", "Four weeks", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Annually", "freq_two_years", "Dos a\xf1os", _s16_156, "Three Years", "never", "Never", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Siguiente Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", _s16_364, "company_value", "Valor de Empresa", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Campo Proveedor", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Prefijo", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", _s17_211, _s17_101, _s17_102, _s16_159, "Ver en PDF", _s21_74, "Mostrar la firma del cliente en los PDF de facturas/presupuestos.", _s25_41, "Casilla de los T\xe9rminos de la Factura", _s30_9, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la factura.", _s23_35, "Casilla de los T\xe9rminos de la Cotizaci\xf3n", _s28_22, "Requerir que el cliente confirme que acept\xf3 los t\xe9rminos de la cotizaci\xf3n.", _s25_42, "Firma de la Facturra", _s30_10, "Requerir que el cliente provea su firma.", _s23_36, "Firma de la Cotizaci\xf3n", _s22_57, _s32_38, _s27_38, "Permite establecer una contrase\xf1a para cada contacto. Si una contrase\xf1a es establecida, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Portal Mode", "email_signature", _s18_213, _s24_39, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, _s16_366, "reply_to_email", "Correo de Respuesta", "reply_to_name", "Reply-To Name", "bcc_email", "Correo para Copia Oculta BCC", "processed", "Processed", "credit_card", "Credit Card", "bank_transfer", "Bank Transfer", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Logos de Tarjetas Aceptadas", "credentials", "Credentials", "update_address", _s20_159, _s19_49, "Actualiza la direcci\xf3n del cliente con los detalles proporcionados", "rate", "Tasas", "tax_rate", "Tasa de Impuesto", "new_tax_rate", "Nueva Tasa de Impuesto", "edit_tax_rate", "Editar tasa de impuesto", _s16_162, "Tasa de impuesto creada con \xe9xito", _s16_163, "Tasa de impuesto actualizada con \xe9xito", _s17_104, "Tasa de impuesto archivada con \xe9xito", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Auto-rellenar productos", _s18_86, _s74_0, "update_products", "Auto-actualizar productos", _s20_71, "Actualizar una factura autom\xe1ticamente actualizar\xe1 los productos", _s16_165, "Convertir productos", _s21_75, "Convertir autom\xe1ticamente precios de los productos a la moneda del cliente", "fees", "Tarifas", "limits", "L\xedmites", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Descartar Cambios", "default_value", "Default value", "disabled", "Deshabilitado", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "Tiempo 24 Horas", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, "Filtro por Proveedor", "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "Configuraci\xf3n del Producto", "device_settings", "Device Settings", "defaults", "Valores por Defecto", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Tasas de Impuesto", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", "Campos personalizados", "invoice_design", "Dise\xf1o de factura", "buy_now_buttons", "Buy Now Buttons", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, _s20_73, _s19_55, _s22_139, "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "T\xe9rminos de Servicio", "privacy_policy", "Privacy Policy", "sign_up", "Registrarse", "account_login", "Iniciar Sesi\xf3n", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "Descargar", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Documento", "documents", "Documents", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Fecha del Gasto", "pending", "Pendiente", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "Convertido", _s24_45, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como Pagado", "category", "Category", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado con \xe9xito", "updated_vendor", "Proveedor actualizado con \xe9xito", "archived_vendor", "Proveedor archivado con \xe9xito", "deleted_vendor", "Proveedor eliminado con \xe9xito", "restored_vendor", "Proveedor recuperado con \xe9xito", _s16_181, _s41_17, "deleted_vendors", _s41_17, _s16_182, _s36_11, "new_expense", "Ingrese el Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, _s29_22, _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, _s37_14, "copy_shipping", "Copiar env\xedo", "copy_billing", "Copiar facturaci\xf3n", "design", "Design", _s21_80, _s21_81, "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Continuar", "task_errors", "Por favor corrija cualquier tiempo que se sobreponga con otro", "start", "Iniciar", "stop", "Detener", "started_task", "Tarea iniciada con \xe9xito", "stopped_task", "Tarea detenida con \xe9xito", "resumed_task", "Tarea reanudada con \xe9xito", "now", "Ahora", _s16_186, _s16_187, "timer", "Temporizador", "manual", "Manual", "budgeted", "Budgeted", "start_time", "Tiempo de Inicio", "end_time", "Tiempo Final", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva Tarea", "created_task", "Tarea creada con \xe9xito", "updated_task", "Tarea actualizada con \xe9xito", "archived_task", "Tarea archivada con \xe9xito", "deleted_task", "Tarea eliminada con \xe9xito", "restored_task", "Tarea restaurada con \xe9xito", "archived_tasks", ":count tareas archivadas con \xe9xito", "deleted_tasks", ":count tareas eliminadas con \xe9xito", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", _s20_161, "created_project", "Proyecto creado con \xe9xito", "updated_project", "Proyecto actualizado con \xe9xito", _s16_188, "Proyecto archivado con \xe9xito", "deleted_project", _s28_96, _s16_189, "Proyecto restaurado con \xe9xito", _s17_117, "Archivados con \xe9xito :count proyectos", _s16_190, "Eliminados con \xe9xito :count proyectos", _s17_118, _s37_15, "new_project", "Nuevo Proyecto", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "haz clic aqu\xed", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Pie de P\xe1gina", "compare", "Comparar", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Rango Personalizado", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s22_140, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Comparar con", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "Este Mes", "last_month", "Mes Anterior", "this_year", "Este A\xf1o", "last_year", "A\xf1o Anterior", "custom", "Personalizado", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clonar como Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convert", "more", "More", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Cotizaci\xf3n", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, _s20_75, "billing_address", "Direcci\xf3n de facturaci\xf3n", _s16_193, "Direcci\xf3n de Env\xedo", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Correo Electr\xf3nico", "password", "Contrase\xf1a", "url", "URL", "secret", "Secret", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Sort", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, _s17_122, "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Overview", "details", "Detalles", "phone", "Tel\xe9fono", "website", "Sitio Web", "vat_number", "CIF/NIF", "id_number", "ID Number", "create", "Crear", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "Contactos", "additional", "Additional", "first_name", "Nombres", "last_name", "Apellidos", "add_contact", "A\xf1adir contacto", "are_you_sure", "\xbfEst\xe1s Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Remove", _s16_199, _s16_200, "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado con \xe9xito", "updated_product", _s30_71, _s16_201, "Producto archivado con \xe9xito", "deleted_product", _s30_71, _s16_202, "Producto restaurado con \xe9xito", _s17_123, ":count productos archivados con \xe9xito", _s16_203, "Eliminados con \xe9xito :count productos", _s17_124, _s37_16, "product_key", "Producto", "notes", "Notas", "cost", "Costo", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "cliente creado con \xe9xito", "updated_client", "Cliente actualizado con \xe9xito", "archived_client", "Cliente archivado con \xe9xito", _s16_204, ":count clientes archivados con \xe9xito", "deleted_client", "Cliente eliminado con \xe9xito", "deleted_clients", ":count clientes eliminados con \xe9xito", "restored_client", "Cliente restaurado con \xe9xito", _s16_205, _s36_13, "address1", "Calle", "address2", "Bloq/Pta", "city", "Ciudad", "state", "Regi\xf3n/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pa\xeds", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada con \xe9xito", "updated_invoice", "Factura actualizada con \xe9xito", _s16_206, "Factura archivada con \xe9xito", "deleted_invoice", "Factura eliminada con \xe9xito", _s16_207, "Factura restaurada con \xe9xito", _s17_125, ":count facturas archivados con \xe9xito", _s16_208, ":count facturas eliminadas con \xe9xito", _s17_126, _s37_17, "emailed_invoice", "Factura enviada con \xe9xito", "emailed_payment", "Pago enviado por correo con \xe9xito", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Orden", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frequencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Finalizaci\xf3n", "quote_number", "Numero de cotizaci\xf3n", "quote_date", "Fecha cotizaci\xf3n", "valid_until", "V\xe1lida Hasta", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "Descripci\xf3n", "unit_cost", "Coste unitario", "quantity", "Cantidad", "add_item", "Add Item", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "Fecha de Pago", _s16_209, "Fecha de Vencimiento Parcial", "status", "Estado", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Total", "percent", "Porciento", "edit", "Editar", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Tasa de Tarea", "settings", "Configuraci\xf3n", "language", "Language", "currency", "Moneda", "created_at", _s17_239, "created_on", "Created On", "updated_at", "Updated", "tax", "Impuesto", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Vencido", "draft", "Borrador", "sent", "Enviado", "viewed", "Viewed", "approved", "Approved", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como enviado", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Hecho", _s37_18, _s37_19, "dark_mode", "Modo Oscuro", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Actividad", _s16_211, _s16_212, "clone", "Clon", "loading", "Cargando", "industry", "Industry", "size", "Size", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal de Cliente", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Remitentes", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Plantilla", "send", "Send", "subject", "Asunto", "body", "Mensaje", "send_email", "Enviar email", "email_receipt", "Enviar por correo electr\xf3nico el recibo de pago al cliente", "auto_billing", "Auto billing", "button", "Button", "preview", "Preview", "customize", "Personalizar", "history", "Historial", "payment", "pago", "payments", "Pagos", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Ingresa el Pago", "created_payment", "Pago creado con \xe9xito", "updated_payment", "Pago actualizado con \xe9xito", _s16_219, "Pago archivado con \xe9xito", "deleted_payment", "Pago eliminado con \xe9xito", _s16_220, "Pago restaurado con \xe9xito", _s17_130, ":count pagos archivados con \xe9xito", _s16_221, ":count pagos eliminados con \xe9xito", _s17_131, _s37_20, "quote", "Cotizaci\xf3n", "quotes", "Cotizaciones", "new_quote", "Nueva cotizaci\xf3n", "created_quote", "Cotizaci\xf3n creada con \xe9xito", "updated_quote", "Cotizaci\xf3n actualizada con \xe9xito", "archived_quote", "Cotizaci\xf3n archivada con \xe9xito", "deleted_quote", "Cotizaci\xf3nes eliminadas con \xe9xito", "restored_quote", "Cotizaci\xf3n restaurada con \xe9xito", "archived_quotes", ":count cotizaciones archivadas con exito", "deleted_quotes", ":count cotizaciones eliminadas con exito", "restored_quotes", _s35_22, "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Task", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user elimin\xf3 el cliente :client", "activity_4", ":user cre\xf3 la factura :invoice", "activity_5", _s35_47, "activity_6", ":user envi\xf3 por correo electr\xf3nico la factura :invoice para el cliente :client a :contact", "activity_7", ":contact vi\xf3 la factura :invoice del cliente :client", "activity_8", _s33_41, "activity_9", ":user elimin\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por el valor :payment_amount en la factura :invoice del cliente :client", "activity_11", ":user actualiz\xf3 el pago :payment", "activity_12", _s30_72, "activity_13", ":user elimin\xf3 el pago :payment", "activity_14", ":user ingres\xf3 :credit cr\xe9ditos", "activity_15", ":user actualiz\xf3 :credit cr\xe9ditos", "activity_16", ":user archiv\xf3 :credit cr\xe9ditos", "activity_17", ":user elimin\xf3 :credit cr\xe9ditos", "activity_18", ":user cre\xf3 la cotizaci\xf3n :quote", "activity_19", ":user actualiz\xf3 la cotizaci\xf3n :quote", "activity_20", ":user envi\xf3 por correo electr\xf3nico la cotizaci\xf3n :quote a :contact", "activity_21", ":contact vi\xf3 la cotizaci\xf3n :quote", "activity_22", ":user archiv\xf3 la cotizaci\xf3n :quote", "activity_23", ":user elimin\xf3 la cotizaci\xf3n :quote", "activity_24", ":user restaur\xf3 la cotizaci\xf3n :quote", "activity_25", ":user restaur\xf3 factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9ditos", "activity_29", ":contact aprov\xf3 la cotizaci\xf3n :quote para el cliente :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 expense :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":usaer cancel\xf3 :payment_amount pago :payment", "activity_40", ":user reembols\xf3 :adjustment de un pago de :payment_amount :payment", "activity_41", _s41_9, "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actruliz\xf3 el gasto :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user volvi\xf3 a abrir el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vi\xf3 el ticket :ticket", "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, "Contrase\xf1a de una sola vez", "emailed_quote", "Cotizaci\xf3n enviada con \xe9xito", "emailed_credit", "Cr\xe9dito enviado por correo electr\xf3nico con \xe9xito", _s20_78, _s33_22, _s21_87, "Cr\xe9dito marcado como enviado con \xe9xito", "expired", "Vencida", "all", "All", "select", "Seleccionar", _s22_66, _s22_67, "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Numeraci\xf3n de facturaci\xf3n", _s20_79, _s20_80, _s20_81, "Numeraci\xf3n de Cotizaciones", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, "Asunto del correo electr\xf3nico de pago parcial", "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "Tipo", "invoice_amount", _s18_215, _s16_226, _s20_163, "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Cobro Autom\xe1tico", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Est\xe1 Eliminado", "vendor_city", _s20_164, "vendor_state", "Estado del Proveedor", "vendor_country", _s18_216, "is_approved", "Est\xe1 Aprobado", "tax_name", _s18_217, "tax_amount", "Suma de Impuestos", "tax_paid", "Impuestos pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Is Running", "time_log", "Registro de Tiempo", "bank_id", "banco", _s19_70, _s19_71, _s16_227, "Categor\xeda de Gastos", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "es_ES", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s17_232, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Unir", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Aceptar", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Configuraci\xf3n de Pago", "default", "Por defecto", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Situaci\xf3n", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "Agregar Pasarela", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Crea tu cuenta en unos segundos", "login_label", _s28_0, "add_to_invoice", "A\xf1adir a la factura :invoice", _s17_11, _s17_12, "week", "Semana", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Moneda de la Factura", "range", "Rango", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Crear Proyecto", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "La tarifa por una factura de cantidad :amount ser\xeda :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Aprobar", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Cliente purgado correctamente", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Grande", "extra_large", "Extra Grande", _s16_17, "Mostrar Vista Preliminar de PDF", _s21_20, _s42_1, "print_pdf", "Imprimir PDF", "remind_me", "Recordarme", _s16_19, _s16_20, "click_selected", "Pinchar seleccionados", "hide_preview", "Hide Preview", "edit_record", "Editar R\xe9cord", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "D\xe9bito directo", _s21_21, _s30_2, "set_password", "Establecer Contrase\xf1a", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", "Pagos de d\xe9bito preautorizados", "becs", "D\xe9bito directo BECS", "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", _s20_155, "view_statement", "Ver Estado de cuenta", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistema", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Nombre De", _s16_23, "Clonar a gasto", _s17_19, "Gasto Peri\xf3dico", _s18_19, "Gastos Peri\xf3dicos", _s21_22, "Nuevo Gasto Peri\xf3dico", _s22_27, "Editar Gasto Peri\xf3dico", _s25_3, "Gasto Peri\xf3dico creado correctamente", _s25_4, "Gasto Peri\xf3dico actualizado correctamente", _s26_4, "Gasto Peri\xf3dico archivado correctamente", _s25_5, "Gasto Peri\xf3dico borrado correctamente", _s25_6, _s38_2, _s26_5, "Gasto Peri\xf3dico restaurado correctamente", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Gu\xeda del usuario", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Neto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importar datos", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user cre\xf3 la factura recurrente n\xba :recurring_invoice", "activity_101", ":user actualiz\xf3 la factura recurrente n\xba :recurring_invoice", "activity_102", ":user archiv\xf3 la factura recurrente n\xba :recurring_invoice", "activity_103", ":user elimin\xf3 la factura recurrente n\xba :recurring_invoice", "activity_104", ":user restaur\xf3 la factura recurrente n\xba :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "\xdaltima Actualizaci\xf3n", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s19_154, _s17_23, "Apellido del contacto", "order", "Order", "unassigned", "Sin asignar", "partial_value", "Debe ser mayor que 0 y menos que el Total", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Activar", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "Asigne el subdominio o mostrar la factura en su propio sitio web.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "C\xf3digo promocional", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Seguridad", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscripci\xf3n", "subscriptions", "Suscripciones", _s16_41, "Nueva Subscripci\xf3n", _s17_29, "Editar Suscripci\xf3n", _s20_29, _s32_37, _s20_30, _s37_38, _s21_34, "Suscripci\xf3n archivada correctamente", _s20_31, "Subscripci\xf3n borrada correctamente", _s20_32, "Subscripci\xf3n eliminada correctamente", _s21_35, "Subscripci\xf3n restaurada correctamente", _s19_21, "Buscar 1 Subscripci\xf3n", _s20_33, "Buscar :count Subscripciones", _s26_8, "El subdominio no est\xe1 disponible", "connect_gmail", "Conectar Gmail", _s16_43, "Desconectar Gmail", "connected_gmail", "Gmail conectado correctamente", _s18_35, "Gmail desconectado correctamente", _s16_45, "C\xe1mbios en el c\xf3digo pueden estar bloqueando la actualizaci\xf3n, puedes ejecutar este comando para descartar los cambios:", _s16_46, "N\xfamero ID Cliente", "count_minutes", ":count Minutos", _s16_48, "Caducidad de Contrase\xf1a", _s29_5, "Contador de Factura/Cr\xe9dito Compartido", "use_last_email", "Usar \xfaltimo email", _s16_50, "Activar Compa\xf1\xeda", _s21_37, "Activar emails, facturas recurrentes y notificaciones", _s27_16, "Ha ocurrido un error, por favor int\xe9ntalo de nuevo", _s27_17, "Por favor, primero establezca una contrase\xf1a", _s34_7, "Atenci\xf3n: Cambiar el n\xfamero de tel\xe9fono desactivar\xe1 autenticaci\xf3n en 2 pasos", "help_translate", "Ayuda a Traducir", _s23_16, "Por favor, indica un pa\xeds", "resend_invite", _s19_146, _s19_22, "Autenticaci\xf3n en 2 pasos desactivada correctamente", _s16_52, "Cuenta conectada correctamente", _s19_23, "Cuenta desconectada correctamente", "delivered", "Entregado", "bounced", "Rebotados", "spam", "Spam", "view_docs", "Ver Documentos", _s32_4, "Por favor, facilita un n\xfamero de tel\xe9fono para activar la autenticaci\xf3n en dos pasos", "send_sms", "Enviar SMS", "sms_code", "C\xf3digo SMS", _s21_38, "Escanea el codigo de barras con una :link aplicacion compatible", _s18_36, "Autenticacion en dos pasos habilitada correctamente", "connect_google", "Conectar Google", _s17_31, "Desconectar Google", _s17_33, "Autenticacion en dos pasos", _s18_37, "Desactivar Autenticaci\xf3n en 2 Pasos", _s34_8, "Requerir contrase\xf1a con Social Login", "stay_logged_in", "Permanecer Conectado", _s23_18, "Atenci\xf3n: Tu sesi\xf3n est\xe1 a punto de expirar", "count_hours", ":count Horas", "count_day", "1 D\xeda", "count_days", ":count D\xedas", _s19_24, "Tiempo de finalizaci\xf3n de la sesi\xf3n Web", _s17_34, "Opciones de Seguridad", "resend_email", "Reenviar Email", _s26_10, "Por favor, confirma tu direcci\xf3n de email", _s16_53, "Pago Reembolsado", _s19_26, "Parcialmente sin aplicar", _s19_28, "Por favor, selecciona un usuario autenticado con Gmail", "list_long_press", "Pulsaci\xf3n Larga en Lista", "show_actions", "Mostrar Acciones", _s17_36, "Iniciar Multiselecci\xf3n", _s27_19, "Un email ha sido enviado para confirmar la direcci\xf3n de correo", _s21_39, "Para usar :client_counter por favor, a\xf1ade o bien :client_number o :client_id_number para evitar conflictos", "this_quarter", "Trimestre Actual", "last_quarter", "Trimestre Anterior", "to_update_run", "Para actualizar ejecute", _s18_39, _s19_147, _s16_54, "URL de registro", "invoice_project", "Facturar Proyecto", "invoice_task", "Facturar tarea", "invoice_expense", "Facturar Gasto", _s19_29, "Buscar 1 T\xe9rmino de Pago", _s20_34, "Buscar :count T\xe9rminos de Pago", _s16_56, "Guardar y Previsualizar", "save_and_email", "Guardar y Enviar", _s16_58, _s18_204, _s16_60, "Cuenta convertida", _s17_38, "Balance Convertido", _s22_31, "Pagado a la fecha convertido", _s24_19, "Saldo de cr\xe9dito convertido", "converted_total", "Total convertido", "is_sent", "Enviada", _s17_40, "Documents por defecto", "document_upload", "Subir Documento", _s20_35, "Activar la subida de documentos de los clientes", "expense_total", "Gasto Total", "enter_taxes", "Introducir Impuestos", "by_rate", "Por Tarifa", "by_amount", "Por Cantidad", "enter_amount", "Introduce Cantidad", "before_taxes", "Antes de Impuestos", "after_taxes", "Despu\xe9s de Impuestos", "color", "Color", "show", "Mostrar", "hide", "Ocultar", "empty_columns", "Vaciar Columnas", _s21_41, "Modo de depuraci\xf3n activo", _s26_11, "Atenci\xf3n: s\xf3lo est\xe1 destinado para usarse en maquinas locales, puede filtrar credenciales. Pulsa para saber m\xe1s.", "running_tasks", "Tareas en Proceso", "recent_tasks", "Tareas Recientes", "recent_expenses", "Gastos Recientes", _s17_42, "Pr\xf3ximos Gastos", "update_app", "Actualizar App", "started_import", "Importaci\xf3n iniciada correctamente", _s24_21, "Mapeo de columnas duplicado", _s20_36, "Usar Impuestos Inclusivos", _s18_41, "Es cantidad de descuento", "column", "Columna", "sample", "Ejemplo", "map_to", "Mapear a", "import", "Importar", _s25_16, "Usar primera fila como nombres de columna", "select_file", "Seleccionar archivo", _s16_62, "No hay archivos seleccionados", "csv_file", _s23_102, "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Contabilidad", _s22_33, "Por favor facilita todos los CSVs.", "import_type", "Importar Tipo", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Ver Licencias", "webhook_url", "Webhook URL", _s17_44, "Editor a Pantalla Completa", "sidebar_editor", "Editor de Barra Lateral", _s22_34, 'Por favor, escribe ":value" para confirmar', "purge", "Purgar", "service", "Servicio", "clone_to", "Clonar a", "clone_to_other", "Clonar a otra", "labels", "Etiquetas", "add_custom", "A\xf1adir Personalizado", "payment_tax", "Impuesto de Pago", "unpaid", "Impagado", "white_label", "Marca Blanca", "delivery_note", "Nota para el envio", _s24_24, "Las facturas enviadas est\xe1n bloqueadas", _s24_26, "Las facturas pagadas est\xe1n bloqueadas", "source_code", "C\xf3digo Fuente", "app_platforms", "A\xf1adir Plataformas", "invoice_late", "Atraso de Factura", "quote_expired", _s20_165, "partial_due", "Adelanto", "invoice_total", "Total Facturado", "quote_total", "Total Presupuestado", "credit_total", "Cr\xe9dito Total", _s23_19, "Total Factura", "actions", "Acciones", "expense_number", "N\xfamero de Gasto", "task_number", "N\xfamero de Tarea", "project_number", "N\xfamero de Proyecto", "project_name", "Nombre de Proyecto", "warning", "Advertencia", "view_settings", "Ver Configuraci\xf3n", _s24_28, "Advertencia: esta compa\xf1\xeda a\xfan no ha sido activada", "late_invoice", "Factura Atrasada", "expired_quote", _s20_165, "remind_invoice", "Recordar Factura", "cvv", "CVV", "client_name", _s18_205, "client_phone", "Tel\xe9fono del Cliente", "required_fields", "Campos Requeridos", "calculated_rate", "Tasa Calculada", _s17_46, "Tarifa de Tarea por Defecto", "clear_cache", "Borrar Cach\xe9", "sort_order", "Orden Clasificaci\xf3n", "task_status", "Estado", "task_statuses", "Estados de Tarea", "new_task_status", "Nuevo Estado de Tarea", _s16_64, "Editar Estado de Tarea", _s19_30, "Estado de tarea creado correctamente", _s19_31, "Se actualiz\xf3 correctamente el estado de la tarea", _s20_38, "Estado de tarea archivado correctamente", _s19_32, "Estado de tarea borrado correctamente", _s19_33, "Estado de tarea eliminado correctamente", _s20_39, "Estado de tarea restaurado correctamente", _s22_35, ":value estados de tarea archivados correctamente", _s21_43, ":value estados de tarea borrados correctamente", _s22_36, ":value estados de tarea restaurados correctamente", _s18_43, "Buscar 1 Estado de Tarea", _s20_41, "Buscar :count Estados de Tarea", _s16_66, "Mostrar Tabla de Tareas", _s21_44, "Mostrar siempre la secci\xf3n de tareas cuando se creen facturas", _s20_42, "Registro de Tiempo de Tarea Facturada", _s25_17, "A\xf1adir detalles de tiempo a los art\xedculos de l\xednea de factura", _s20_44, "Fecha de Tarea en Factura", _s25_18, "A\xf1adir detalles de fecha a los art\xedculos de l\xednea de la factura", _s21_45, "Empezar tareas antes de guardar", _s18_44, _s18_201, "task_settings", "Configuraci\xf3n de Tareas", _s20_46, "Configurar Categor\xedas", _s18_46, "Categor\xedas de Gasto", _s20_48, "Nueva Categor\xeda de Gasto", _s21_46, "Editar Categor\xeda de Gasto", _s24_29, "Categor\xeda de gasto creada correctamente", _s24_30, "Categor\xeda de gasto actualizada correctamente", _s25_20, "Categor\xeda de gasto archivada correctamente", _s24_31, "Categor\xeda eliminada correctamente", _s24_32, "Categor\xeda de gasto eliminada correctamente", _s25_21, "Categor\xeda de Gasto restaurada correctamente", _s27_23, ":count categor\xedas de gasto actualizados correctamente", _s26_12, ":value categor\xedas de gasto borradas correctamente", _s27_24, ":value categor\xedas de gasto restauradas correctamente", _s23_20, "Buscar 1 Categor\xeda de Gasto", _s25_23, "Buscar :count Categor\xedas de Gasto", _s21_48, "Usar Cr\xe9dito Disponible", "show_option", "Mostrar Opci\xf3n", _s22_37, "La cantidad de cr\xe9dito no puede exceder la cantidada pagada", "view_changes", "Ver Cambios", "force_update", "Forzar Actualizaci\xf3n", _s17_48, "Est\xe1s usando la \xfaltima versi\xf3n, pero puede haber correcci\xf3n de errores pendientes.", "mark_paid_help", "Seguir que la factura haya sido pagada", _s18_48, _s18_206, _s23_21, "Activar que los gastos sean facturables", _s29_8, "Hacer los documentos visibles", _s21_50, "Establecer un tipo de cambio", _s16_68, "Configuraci\xf3n de Gastos", _s18_49, "Clonar a Recurrente", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Campo de Usuario", "variables", "Variables", "show_password", "Mostrar Contrase\xf1a", "hide_password", "Ocultar Contrase\xf1a", "copy_error", "Copiar Error", "capture_card", "Capturar Tarjeta", _s17_49, "Activar Auto Facturaci\xf3n", "total_taxes", "Impuestos Totales", "line_taxes", "Impuestos de L\xednea", "total_fields", "Campos Totales", _s25_24, "Se ha parado la factura recurrente correctamente", _s25_25, "Se ha iniciado la factura recurrente correctamente", _s25_26, "Se ha reiniciado la factura recurrente correctamente", "gateway_refund", "Pasarela de Devoluci\xf3n", _s19_34, "Procesar la devoluci\xf3n con la pasarela de pago", "due_date_days", _s20_163, "paused", "Pausado", "mark_active", _s18_207, "day_count", "D\xeda :count", _s22_38, "Primer D\xeda del Mes", _s21_51, "\xdaltimo D\xeda del Mes", _s17_51, "Usar T\xe9rminos de Pago", "endless", "Sin F\xedn", "next_send_date", "Pr\xf3xima Fecha de Env\xedo", _s16_70, "Ciclos Pendientes", _s17_53, _s18_208, _s18_51, _s20_156, _s21_53, _s24_114, _s22_40, "Editar Factura Recurrente", _s25_27, "Factura recurrente creada correctamente", _s25_28, "Factura recurrente actualizada correctamente", _s26_13, "Factura recurrente archivada correctamente", _s25_29, "Factura recurrente borrada correctamente", _s25_30, "Factura recurrente eliminada correctamente", _s26_14, "Factura recurrente restaurada correctamente", _s27_25, ":value facturas recurrentes archivadas correctamente", _s26_15, ":value facturas recurrentes borradas correctamente", _s27_26, ":value facturas recurrentes restauradas correctamente", _s24_33, "Buscar 1 Factura Recurrente", _s25_31, "Buscar :count Facturas Recurrentes", "send_date", "Fecha de Env\xedo", "auto_bill_on", "Facturaci\xf3n Autom\xe1tica Activa", _s28_8, "Cantidad M\xednima de Pago", "profit", "Beneficio", "line_item", "Linea de Concepto", _s18_53, "Permitir Sobrepago", _s23_22, "Permitir pagos extra para aceptar propinas", _s19_35, "Permitir Pago de Menos", _s24_34, "Permitir pagar como m\xednimo la cantidad parcial/dep\xf3sito", "test_mode", "Modo Test", "opened", "Abiertos", _s30_4, "Fallo de Conciliaci\xf3n", _s30_5, "Concilicaci\xf3n correcta", "gateway_success", "\xc9xito de pasarela", "gateway_failure", "Fallo de Pasarela", "gateway_error", "Error de Pasarela", "email_send", "Email Enviado", _s17_55, "Cola de Reenv\xedo de Email", "failure", "Fallo", "quota_exceeded", "Cuota Excedida", _s16_72, _s16_73, "system_logs", "Registros del Sistema", "view_portal", "Ver portal", "copy_link", "Copiar Enlace", "token_billing", "Guardar datos de la tarjeta", _s24_35, "Bienvenid@ a Invoice Ninja", "always", "Siempre", "optin", "Optar en", "optout", "Optar por no", "label", "Etiqueta", "client_number", "C\xf3digo de Cliente", "auto_convert", "Auto Convertir", "company_name", "Nombre de la Empresa", "reminder1_sent", "Recordatorio 1, enviado", "reminder2_sent", "Recordatorio 2, enviado", "reminder3_sent", "Recordatorio 3, enviado", _s18_55, "\xdaltimo recordatorio enviado", "pdf_page_info", "P\xe1gina :current de :total", _s16_74, "Facturas enviadas correctamente", "emailed_quotes", "Presupuestos enviados correctamente", "emailed_credits", "Cr\xe9ditos enviados correctamente", "gateway", "Pasarela", "view_in_stripe", "Ver en Stripe", "rows_per_page", "Filas por P\xe1gina", "hours", "horas", "statement", "Estado de cuenta", "taxes", "Impuestos", "surcharge", "Recargo", "apply_payment", "Aplicar Pago", "apply_credit", "Aplicar Cr\xe9dito", "apply", "Aplicar", "unapplied", "Sin Aplicar", "select_label", "Seleccionar etiqueta", "custom_labels", _s24_96, "record_type", _s16_312, "record_name", "Nombre de Registro", "file_type", "Tipo de Archivo", "height", "Altura", "width", "Anchura", "to", "Para", "health_check", "Consultar Estado de Sistema", "payment_type_id", "Tipo de Pago", "last_login_at", "\xdaltimo Acceso el", "company_key", "Clave de empresa", "storefront", "Escaparate", "storefront_help", "Activar apps de terceros para crear facturas", "client_created", "Cliente Creado", _s20_51, "Email de Pago Online", _s20_53, "Email de Pago Manual", "completed", "Completado", "gross", "Bruto", "net_amount", "Importe Neto", "net_balance", "Balance Neto", "client_settings", "Configuraci\xf3n de Cliente", _s17_57, "Facturas Seleccionadas", _s17_59, "Pagos Seleccionados", "selected_quotes", "Presupuestos Seleccionados", "selected_tasks", "Tareas Seleccionadas", _s17_61, "Gastos Seleccionados", _s17_63, _s17_233, _s17_65, "Facturas Fuera de Plazo", "recent_payments", "Pagos recientes", "upcoming_quotes", "Pr\xf3ximos Presupuestos", "expired_quotes", "Presupuestos Expirados", "create_client", "Crear cliente", "create_invoice", "Crear Factura", "create_quote", "Crear Presupuesto", "create_payment", "Crear Pago", "create_vendor", "Crear Proveedor", "update_quote", "Actualizar Presupuesto", "delete_quote", "Eliminar Presupuesto", "update_invoice", "Actualizar Factura", "delete_invoice", _s16_355, "update_client", "Actualizar Cliente", "delete_client", _s16_356, "delete_payment", "Eliminar Pago", "update_vendor", _s20_157, "delete_vendor", _s16_357, "create_expense", "Crear Gasto", "update_expense", "Actualizar Gasto", "delete_expense", "Borrar Gasto", "create_task", "Crear Tarea", "update_task", "Actualizar Tarea", "delete_task", "Borrar Tarea", "approve_quote", "Aprobar Presupuesto", "off", "Apagado", "when_paid", "Al Pagar", "expires_on", "Expira el", "free", "Gratuito", "plan", "Plan", "show_sidebar", _s21_160, "hide_sidebar", _s21_146, "event_type", "Tipo de Evento", "target_url", "objetivo", "copy", "Copiar", "must_be_online", "Por favor reinicia la app cuando te conectes a internet", _s17_67, "La tarea cron debe ser activada", "api_webhooks", "API Webhooks", "search_webhooks", "Buscar :count Webhooks", "search_webhook", "Buscar 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Nuevo Webhook", "edit_webhook", "Editar Webhook", "created_webhook", "Webhook creado correctamente", "updated_webhook", "Webhook actualizado correctamente", _s16_76, "Webhook archivado correctamente", "deleted_webhook", "Webhook borrado correctamente", "removed_webhook", "Webhook eliminado correctamente", _s16_77, "Webhook restaurado correctamente", _s17_68, ":value webhooks archivados correctamente", _s16_78, ":value webhooks borrados correctamente", _s16_79, ":value webhooks eliminados correctamente", _s17_69, ":value webhooks restaurados correctamente", "api_tokens", "API Tokens", "api_docs", "Documentaci\xf3n de API", "search_tokens", "Buscar :count Tokens", "search_token", "Buscar 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "Nuevo Token", "edit_token", "Editar Token", "created_token", "Token creado correctamente", "updated_token", "Token actualizado correctamente", "archived_token", "Token archivado correctamente", "deleted_token", _s29_87, "removed_token", _s29_87, "restored_token", "Token restaurado correctamente", "archived_tokens", ":value tokens archivados correctamente", "deleted_tokens", ":value tokens borrados correctamente", "restored_tokens", ":value tokens restaurados correctamente", _s19_37, _s19_148, _s24_37, "Permitir a los clientes auto-registrarse en el portal", _s21_55, "Personalizar y Previsualizar", "email_invoice", "Enviar Factura por EMail", "email_quote", "Enviar Presupuesto", "email_credit", "Enviar Cr\xe9dito", "email_payment", "Pago por correo electr\xf3nico", _s20_56, "El cliente no tiene establecida una direcci\xf3n de email", "ledger", "Libro Mayor", "view_pdf", "Ver PDF", "all_records", "Todos los registros", "owned_by_user", "Propiedad del usuario", _s16_80, _s16_316, "contact_name", _s19_154, "use_default", "Usar por defecto", _s16_82, "Recordatorios Sin F\xedn", "number_of_days", "N\xfamero de d\xedas", _s23_24, "Configurar T\xe9rminos de Pago", "payment_term", "T\xe9rmino de Pago", _s16_83, "Nuevo T\xe9rmino de Pago", _s17_71, _s26_89, _s20_57, "T\xe9rminos de pago creados correctamente", _s20_58, "T\xe9rminos de pago actualizados correctamente", _s21_56, "T\xe9rminos de pago archivados correctamente", _s20_59, "T\xe9rmino de pago borrado correctamente", _s20_60, "T\xe9rmino de pago eliminado correctamente", _s21_57, "T\xe9rmino de pago restaurado correctamente", _s22_45, ":value t\xe9rminos de pago archivados correctamente", _s21_58, ":value t\xe9minos de pago borrados correctamente", _s22_46, ":value t\xe9minos de pago restaurados correctamente", "email_sign_in", "Ingresar con email", "change", "Cambiar", _s23_26, "\xbfCambiar al formato de m\xf3vil?", _s24_38, "\xbfCambiar al formato de escritorio?", "send_from_gmail", "Enviar desde Gmail", "reversed", "Revertida", "cancelled", "Cancelada", "credit_amount", _s19_149, "quote_amount", "Total de Presupuesto", "hosted", "Hospedado", "selfhosted", "Hospedaje Propio", "exclusive", "Exclusivo", "inclusive", "Inclusivo", "hide_menu", "Ocultar Men\xfa", "show_menu", "Mostrar Men\xfa", _s18_57, "Parcialmente Reintegrada", _s16_85, "Buscar Documentos", "search_designs", "Buscar Dise\xf1os", "search_invoices", "Buscar Facturas", "search_clients", "Buscar Clientes", "search_products", "Buscar Productos", "search_quotes", "Buscar Presupuestos", "search_credits", "Buscar Cr\xe9ditos", "search_vendors", "Buscar Proveedores", "search_users", "Buscar Usuarios", _s16_86, "Buscar Tipos de Impuesto", "search_tasks", "Buscar Tareas", "search_settings", "Buscar Opciones", "search_projects", "Buscar Proyectos", "search_expenses", "Buscar Gastos", "search_payments", "Buscar Pagos", "search_groups", "Buscar Grupos", "search_company", "Buscar Compa\xf1\xeda", "search_document", "Buscar 1 Documento", "search_design", "Buscar 1 Dise\xf1o", "search_invoice", "Buscar 1 Factura", "search_client", "Buscar 1 Cliente", "search_product", "Buscar 1 Producto", "search_quote", "Buscar 1 Presupuesto", "search_credit", "Buscar 1 Cr\xe9dito", "search_vendor", _s18_209, "search_user", "Buscar 1 Usuario", "search_tax_rate", "Buscar 1 Tipo de Impuesto", "search_task", "Buscar 1 Tarea", "search_project", "Buscar 1 Proyecto", "search_expense", "Buscar 1 Gasto", "search_payment", "Buscar 1 Pago", "search_group", "Buscar 1 Grupo", "refund_payment", "Reembolsar Pago", _s17_75, "Factura cancelada correctamente", _s18_59, "Facturas canceladas correctamente", _s16_92, "Factura revertida correctamente", _s17_76, "Facturas revertidas correctamente", "reverse", "Revertir", "full_name", "Nombre completo", _s17_77, "Ciudad / Provincia / C.Postal", _s17_79, "C.Postal / Ciudad / Provincia", "custom1", "Primera personalizaci\xf3n", "custom2", "Segunda personalizaci\xf3n", "custom3", _s23_105, "custom4", "Cuarta Personalizaci\xf3n", "optional", "Opcional", "license", "Licencia", "purge_data", "Purgar Datos", _s16_93, "Datos de la empresa purgados correctamente", _s18_60, "Advertencia: Esto borrar\xe1 definitivamente sus datos, no hay deshacer.", "invoice_balance", "Balance de Factura", "age_group_0", "0 - 30 D\xedas", "age_group_30", "30 - 60 D\xedas", "age_group_60", "60 - 90 D\xedas", "age_group_90", "90 - 120 D\xedas", "age_group_120", "120+ D\xedas", "refresh", "Refrescar", "saved_design", "Dise\xf1o guardado correctamente", "client_details", "Detalles de Cliente", "company_address", "Direcci\xf3n de Compa\xf1\xeda", "invoice_details", "Detalles de Factura", "quote_details", "Detalles del Presupuesto", "credit_details", "Detalles de Cr\xe9dito", "product_columns", "Columnas de Producto", "task_columns", "Columnas de Tarea", "add_field", "A\xf1adir Campo", "all_events", _s17_234, "permissions", "Permisos", "none", "Ninguno", "owned", "Propietario", "payment_success", "Pago realizado con \xe9xito", "payment_failure", "Fallo de Pago", "invoice_sent", "Factura :count enviada", "quote_sent", "Prespuesto Enviado", "credit_sent", "Cr\xe9dito Enviado", "invoice_viewed", "Factura Vista", "quote_viewed", "Presupuesto Visto", "credit_viewed", "Cr\xe9dito Visto", "quote_approved", "Presupuesto Aprobado", _s25_33, "Recibir Todas las Notificaciones", _s16_94, _s16_358, "apply_license", "Renovar licencia", "cancel_account", "Cancelar Cuenta", _s22_47, "Atenci\xf3n: Esta acci\xf3n eliminar\xe1 permanentemente tu cuenta y no se podr\xe1 deshacer.", "delete_company", "Borrar Compa\xf1\xeda", _s22_48, "Advertencia: esto eliminar\xe1 definitivamente su empresa, no hay deshacer.", "enabled_modules", "Modulos Activados", "converted_quote", "Presupuesto convertido correctamente", "credit_design", "Dise\xf1o de Cr\xe9dito", "includes", "Incluye", "header", "Cabecera", "load_design", "Cargar dise\xf1o", "css_framework", "CSS Framework", "custom_designs", _s22_136, "designs", "Dise\xf1os", "new_design", "Nuevo Dise\xf1o", "edit_design", "Editar Dise\xf1o", "created_design", "Dise\xf1o creado correctamente", "updated_design", "Dise\xf1o actualizado correctamente", "archived_design", "Dise\xf1o archivado correctamente", "deleted_design", "Dise\xf1o borrado correctamente", "removed_design", "Dise\xf1o eliminado correctamente", "restored_design", "Dise\xf1o restaurado correctamente", _s16_96, ":value dise\xf1os archivados correctamente", "deleted_designs", ":value dise\xf1os borrados correctamente", _s16_97, ":value dise\xf1os restaurados correctamente", "proposals", "Propuestas", "tickets", "Tickets", _s16_98, "Presupuestos Recurrentes", "recurring_tasks", _s18_210, _s18_61, "Administraci\xf3n de la Cuenta", "credit_date", _s16_359, "credit", "Cr\xe9dito", "credits", "Cr\xe9ditos", "new_credit", "Introducir el Cr\xe9dito", "edit_credit", "Editar Cr\xe9dito", "created_credit", "Cr\xe9dito creado correctamente", "updated_credit", "Cr\xe9dito actualizado correctamente", "archived_credit", "Cr\xe9dito archivado correctamente", "deleted_credit", "Cr\xe9ditos eliminados correctamente", "removed_credit", "Cr\xe9dito eliminado correctamente", "restored_credit", "Cr\xe9dito restaurado correctamente", _s16_100, ":count cr\xe9ditos archivados correctamente", "deleted_credits", ":count cr\xe9ditos eliminados correctamente", _s16_101, ":value cr\xe9ditos restaurados correctamente", "current_version", "Versi\xf3n Actual", "latest_version", "\xdaltima Versi\xf3n", "update_now", "Actualizar Ahora", _s26_21, "Una nueva versi\xf3n de la aplicaci\xf3n web est\xe1 disponible", _s16_102, _s24_115, "app_updated", "Actualizaci\xf3n completada correctamente", "learn_more", "Saber m\xe1s", "integrations", "Integraciones", "tracking_id", "Id seguimiento", _s17_81, _s17_82, "credit_footer", "Pie de P\xe1gina de Cr\xe9dito", "credit_terms", "T\xe9rminos de Cr\xe9dito", "new_company", "Nueva Compa\xf1\xeda", "added_company", "Compa\xf1\xeda a\xf1adida correctamente", "company1", "Compa\xf1\xeda Personalizada 1", "company2", "Compa\xf1\xeda Personalizada 2", "company3", "Compa\xf1\xeda Personalizada 3", "company4", "Compa\xf1\xeda Personalizada 4", "product1", "Producto Personalizado 1", "product2", "Producto Personalizado 2", "product3", "Producto Personalizado 3", "product4", "Producto Personalizado 4", "client1", _s23_96, "client2", _s23_97, "client3", _s23_98, "client4", _s23_99, "contact1", _s24_108, "contact2", _s24_109, "contact3", _s24_110, "contact4", _s24_111, "task1", "Tarea Personalizada 1", "task2", "Tarea Personalizada 2", "task3", "Tarea Personalizada 3", "task4", "Tarea Personalizada 4", "project1", "Proyecto Personalizado 1", "project2", "Proyecto Personalizado 2", "project3", "Proyecto Personalizado 3", "project4", "Proyecto Personalizado 4", "expense1", "Gasto Personalizado 1", "expense2", "Gasto Personalizado 2", "expense3", "Gasto Personalizado 3", "expense4", "Gasto Personalizado 4", "vendor1", "Proveedor Personalizado 1", "vendor2", "Proveedor Personalizado 2", "vendor3", "Proveedor Personalizado 3", "vendor4", "Proveedor Personalizado 4", "invoice1", "Factura Personalizada 1", "invoice2", "Factura Personalizada 2", "invoice3", "Factura Personalizada 3", "invoice4", "Factura Personalizada 4", "payment1", "Pago Personalizado 1", "payment2", "Pago Personalizado 2", "payment3", "Pago Personalizado 3", "payment4", "Pago Personalizado 4", "surcharge1", _s23_106, "surcharge2", _s23_107, "surcharge3", _s23_108, "surcharge4", _s23_109, "group1", _s21_161, "group2", _s21_162, "group3", _s21_163, "group4", _s21_164, "reset", "Restaurar", "number", "N\xfamero", "export", "Exportar", "chart", "Gr\xe1fica", "count", "Recuento", "totals", "Totales", "blank", "Vacio", "day", "D\xeda", "month", "Mes", "year", "A\xf1o", "subgroup", "Subgrupo", "is_active", "Activo", "group_by", "Agrupar por", "credit_balance", _s16_360, _s18_67, "\xdaltimo Acceso de Contacto", _s17_83, "Nombre Completo de Contacto", "contact_phone", "Tel\xe9fono del Contacto", _s21_59, _s24_108, _s21_60, _s24_109, _s21_61, _s24_110, _s21_62, _s24_111, _s17_85, "Calle de Envio", _s17_86, "Piso de Envio", "shipping_city", "Ciudad de Envio", "shipping_state", "Provincia de Envio", _s20_61, "Cod. Postal de Envio", _s16_132, "Pais de Envio", _s16_134, "Calle de Facturacion", _s16_135, "Piso de Facturacion", "billing_city", "Ciudad de Facturacion", "billing_state", "Provincia de Facturacion", _s19_40, "Cod. Postal de Facturacion", "billing_country", "Pais de Facturacion", "client_id", "Id del cliente", "assigned_to", "Asignado a", "created_by", _s16_361, "assigned_to_id", "Asignado a Id", "created_by_id", "Creado por Id", "add_column", "A\xf1adir Columna", "edit_columns", "Editar Columnas", "columns", "Columnas", "aging", "Envejecimiento", "profit_and_loss", _s20_158, "reports", "Informes", "report", "Informe", "add_company", "A\xf1adir Compa\xf1\xeda", "unpaid_invoice", "Factura Impagada", "paid_invoice", "Factura Pagada", _s16_136, "Presupuesto No Aprobado", "help", "Ayuda", "refund", "Reembolo", "refund_date", "Fecha de Reembolso", "filtered_by", "Filtrado por", "contact_email", "Email del Contacto", "multiselect", "Multiselecci\xf3n", "entity_state", "Estado", "verify_password", "Verificar Contrase\xf1a", "applied", "Aplicado", _s21_63, "Incluir errores recientes de los registros", _s30_8, "Hemos recibido tu mensaje e intentaremos responderte cuanto antes.", "message", "Mensaje", "from", "De", _s20_63, "Mostrar Detalles de Producto", _s25_35, "Incluir la descripci\xf3n y el coste en el desplegable del producto", _s20_65, "El renderizador de PDF requiere :version", _s18_70, "Ajustar Porcentaje de Tarifa", _s23_28, "Ajustar el porcentaje para dar cuenta de la tarifa", _s18_72, "Configurar Opciones", "support_forum", "Foro de soporte", "about", "Acerca de", "documentation", "Documentaci\xf3n", "contact_us", "Cont\xe1cte con Nosotros", "subtotal", "Subtotal", "line_total", "Total", "item", "Concepto", "credit_email", "Correo electr\xf3nico de cr\xe9dito", "iframe_url", "Website", "domain_url", "URL del Dominio", _s21_64, "La contrase\xf1a es demasiado corta", _s20_66, "La contrase\xf1a debe contener una letra may\xfascula y un n\xfamero", _s19_42, "Tareas del Portal Cliente", _s23_29, "Escritorio del Portal Cliente", _s20_67, "Por favor, introduzca un valor", "deleted_logo", "Logo borrado correctamente", "yes", "S\xed", "no", "No", "generate_number", "Generar N\xfamero", "when_saved", "Al Guardar", "when_sent", "Al Enviar", "select_company", "Seleccionar Compa\xf1\xeda", "float", "Flotante", "collapse", "Ocultar", "show_or_hide", "Mostrar/Ocultar", "menu_sidebar", "Men\xfa en Barra Lateral", "history_sidebar", "Hist\xf3rico en Barra Lateral", "tablet", "Tableta", "mobile", "M\xf3vil", "desktop", "Escritorio", "layout", "Dise\xf1o", "view", "Ver", "module", "Modulo", "first_custom", "Primera Personalizaci\xf3n", "second_custom", "Segunda Personalizaci\xf3n", "third_custom", _s23_105, "show_cost", "Mostrar Coste", _s17_88, "Mostrar Coste de Producto", "show_cost_help", "Mostrar un campo de coste de producto para seguir el margen/beneficio", _s21_65, "Mostrar Cantidad de Productos", _s26_23, "Mostrar un campo de cantidad de productos, de lo contrario predeterminar a uno", _s21_67, "Mostrar Cantidad de Factura", _s26_24, "Mostrar un campo de cantidad de art\xedculo de l\xednea; de lo contrario, el valor predeterminado es uno", _s21_69, "Mostrar Descuento de Producto", _s26_25, "Mostrar un campo de descuento en la l\xednea de art\xedculo", _s16_138, "Cantidad por Defecto", _s21_71, "Poner la cantidad de art\xedculos autom\xe1ticamente a uno", "one_tax_rate", "Un Tipo de Impuesto", "two_tax_rates", "Dos Tipos de Impuesto", "three_tax_rates", "Tres Tipos de Impuesto", _s16_140, "Impuesto por Defecto", "user", "Usuario", "invoice_tax", "Impuesto de Factura", "line_item_tax", "Impuesto de Art\xedculo", "inclusive_taxes", "Impuestos Inclusivos", _s17_90, "Tipos de Impuesto de Factura", "item_tax_rates", "Tipos de Impuesto de Art\xedculo", _s18_74, "Por favor seleccione un cliente", "configure_rates", "Configurar tipos", _s18_75, "Configurar Pasarelas", "tax_settings", _s26_90, _s18_77, "Tipos de Impuesto", "accent_color", "Color de Acento", "switch", "Cambiar", _s19_44, "Lista separada por comas", "options", "Opciones", _s16_142, "Texto de una sola l\xednea", "multi_line_text", "Texto de l\xedneas m\xfaltiples", "dropdown", "Desplegable", "field_type", "Tipo de Campo", _s27_37, "Se ha enviado un email de recuperaci\xf3n de contrase\xf1a", "submit", "Enviar", _s16_144, "Recuperar Contrase\xf1a", "late_fees", "Cargos por pagos atrasados", "credit_number", "C\xf3digo de Cr\xe9dito", "payment_number", "N\xba de Pago", "late_fee_amount", "Cargo por pago atrasado", _s16_145, "Porcentaje por pago atrasado", "schedule", "Programar", "before_due_date", "Antes de la fecha de vencimiento", "after_due_date", "Despu\xe9s de la fecha de vencimiento", _s18_79, "Despu\xe9s de la fecha de la factura", "days", "D\xedas", "invoice_email", "Email de Facturas", "payment_email", "Email de Pagos", "partial_payment", "Pago Parcial", "payment_partial", "Pago Parcial", _s21_72, "Correo electr\xf3nico de pago parcial", "quote_email", "Email de Presupuestos", _s16_147, "Recordatorio Sin F\xedn", _s16_149, "Filtrado por usuario", "administrator", "Administrador", _s18_80, "Permitir que administre usuarios, cambie configuraci\xf3n y modifique cualquier registro", "user_management", "Administraci\xf3n de Usuarios", "users", "Usuarios", "new_user", "Nuevo Usuario", "edit_user", "Editar Usario", "created_user", "Usuario creado con \xe9xito", "updated_user", "Usario actualizado correctamente", "archived_user", "Usuario archivado correctamente", "deleted_user", "Usario eliminado correctamente", "removed_user", "Usuario eliminado correctamente", "restored_user", "Usuario restaurado correctamente", "archived_users", ":value usuarios archivados correctamente", "deleted_users", ":value usuarios borrados correctamente", "removed_users", ":value usuarios eliminados correctamente", "restored_users", ":value usuarios restaurados correctamente", _s16_151, _s21_173, "invoice_options", _s19_150, _s17_92, "Ocultar el valor Pagado a la Fecha", _s22_55, "Solo mostrar\xe1 el valor Pagado a la Fecha en sus Facturas cuando se ha recibido un Pago.", _s23_31, "Documentos anexados", _s28_21, "Incluye imagenes adjuntas en la factura", _s16_153, "Mostrar Cabecera en", _s16_154, "Mostrar Pie en", "first_page", "Primera p\xe1gina", "all_pages", _s17_235, "last_page", "\xdaltima p\xe1gina", "primary_font", "Fuente primaria", "secondary_font", "Fuente secundaria", "primary_color", "Color Primario", "secondary_color", _s16_362, "page_size", "Tama\xf1o de Pagina", "font_size", "Tama\xf1o de Letra", "quote_design", "Dise\xf1os del presupuesto", "invoice_fields", _s17_236, "product_fields", _s18_211, "invoice_terms", _s23_103, "invoice_footer", "Pie de P\xe1gina de la Factura", "quote_terms", "T\xe9rminos del Presupuesto", "quote_footer", "Pie del Presupuesto", _s18_81, "Auto Email", _s23_32, "Autom\xe1ticamente enviar por email facturas recurrentes cuando sean creadas.", _s18_82, "Auto Archivar", _s23_33, "Autom\xe1ticamente archivar presupuestos cuando sean convertidos.", _s18_83, "Auto Convertir", _s23_34, "Convertir un Presupuesto en Factura autom\xe1ticamente cuando lo apruebe el cliente.", _s17_94, "Configuraci\xf3n de Flujos", "freq_daily", "Diariamente", "freq_weekly", "Semanal", "freq_two_weeks", "Dos semanas", "freq_four_weeks", "Cuatro semanas", "freq_monthly", "Mensual", "freq_two_months", "Dos meses", _s17_96, "Tres meses", _s16_155, "Cuatro meses", "freq_six_months", "Seis meses", "freq_annually", "Anual", "freq_two_years", "Dos A\xf1os", _s16_156, "Tres A\xf1os", "never", "Nunca", "company", "Empresa", _s17_97, _s17_237, "charge_taxes", _s16_363, "next_reset", "Proximo Reinicio", "reset_counter", _s18_193, _s16_157, _s18_212, "number_padding", "Relleno num\xe9rico", "general", "General", "surcharge_field", "Campo de recargo", "company_field", _s16_364, "company_value", "Valor de compa\xf1\xeda", "credit_field", "Campo de cr\xe9dito", "invoice_field", "Campo de Factura", _s17_99, "Recargo de Factura", "client_field", "Campo de Cliente", "product_field", "Campo de Producto", "payment_field", "Campo de pago", "contact_field", "Campo de Contacto", "vendor_field", "Campo de Proveedor", "expense_field", "Campo de Gasto", "project_field", "Campo de Proyecto", "task_field", "Campo de Tarea", "group_field", "Campo de grupo", "number_counter", "Contador de n\xfameros", "prefix", "Prefijo", "number_pattern", "Patr\xf3n num\xe9rico", "messages", "Mensajes", "custom_css", "CSS personalizado", _s17_101, _s24_102, _s16_159, "Mostrar en PDF", _s21_74, "Mostrar la firma del cliente en el PDF de la factura/presupuesto", _s25_41, "Mostrar aceptaci\xf3n de t\xe9rminos de la factura", _s30_9, "Requerir que el cliente confirme que acepta los t\xe9rminos de la factura.", _s23_35, "Mostrar aceptaci\xf3n de t\xe9rminos del presupuesto", _s28_22, "Requerir que el cliente confirme que acepta los t\xe9rminos del presupuesto.", _s25_42, "Firma de la factura", _s30_10, "Requerir que el cliente proporcione su firma.", _s23_36, "Firma del presupuesto.", _s22_57, _s32_38, _s27_38, "Habilite para seleccionar una contrase\xf1a para cada contacto. Si una contrase\xf1a esta especificada, se le ser\xe1 solicitada al contacto para acceder a sus facturas.", "authorization", "Autorizaci\xf3n", "subdomain", "Subdominio", "domain", "Dominio", "portal_mode", "Modo portal", "email_signature", _s18_213, _s24_39, _s118_, "plain", "Plano", "light", "Claro", "dark", "Oscuro", "email_design", _s16_365, "attach_pdf", "Adjuntar PDF", _s16_160, "Adjuntar Documentos", "attach_ubl", "Adjuntar UBL", "email_style", "Estilo de correo electr\xf3nico", _s19_46, _s16_366, "reply_to_email", "Direccion Email de Respuesta", "reply_to_name", "Nombre de Responder a", "bcc_email", "BCC Email", "processed", "Procesado", "credit_card", "Tarjeta de Cr\xe9dito", "bank_transfer", "Transferencia bancaria", "priority", "Prioridad", "fee_amount", "Importe de la cuota", "fee_percent", "Porcentaje de tarifa", "fee_cap", "L\xedmite de tarifa", "limits_and_fees", "L\xedmites/Tarifas", "enable_min", "Activar M\xednimo", "enable_max", "Activar M\xe1ximo", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "M\xednimo", "max", "M\xe1ximo", _s19_47, "Logotipos de tarjetas aceptadas", "credentials", "Credenciales", "update_address", _s20_159, _s19_49, "Actualizar la direccion del cliente con los datos provistos", "rate", "Precio", "tax_rate", "Impuesto", "new_tax_rate", "Nuevo Impuesto", "edit_tax_rate", "Editar impuesto", _s16_162, "Impuesto creado correctamente", _s16_163, "Impuesto actualizado correctamente", _s17_104, "Impuesto archivado correctamente", _s16_164, "Impuesto borrado correctamente", _s17_105, "Impuesto restaurado correctamente", _s18_84, ":value tipos impositivos archivados correctamente", _s17_106, ":value tipos impositivos borrados correctamente", _s18_85, ":value tipos impositivos restaurados correctamente", "fill_products", "Auto-rellenar Productos", _s18_86, _s74_0, "update_products", "Auto-actualizar Productos", _s20_71, "Actualizar una Factura autom\xe1ticamente actualizar\xe1 los Productos", _s16_165, "Convertir Productos", _s21_75, "Convertir autom\xe1ticamente los precios de los productos a la divisa del cliente", "fees", "Cargos", "limits", "Limites", "provider", "Proveedor", "company_gateway", "Pasarela de pago", _s16_167, "Pasarelas de pago", _s19_50, "Nueva pasarela", _s20_72, "Editar pasarela", _s23_37, "Pasarela creada correctamente", _s23_38, "Pasarela actualizada correctamente", _s24_40, "Pasarela archivada correctamente", _s23_39, "Pasarela borrada correctamente", _s24_41, "Pasarela restaurada correctamente", _s25_44, ":value pasarelas archivadas correctamente", _s24_42, ":value pasarelas borradas correctamente", _s25_45, ":value pasarelas restauradas correctamente", _s16_169, "Seguir editando", "discard_changes", "Descartar los cambios", "default_value", "Valor por defecto", "disabled", "Deshabilitado", "currency_format", "Formato de moneda", _s21_76, "Primer d\xeda de la semana", _s23_40, "Primer mes del a\xf1o", "sunday", "Domingo", "monday", "Lunes", "tuesday", "Martes", "wednesday", "Mi\xe9rcoles", "thursday", "Jueves", "friday", "Viernes", "saturday", "S\xe1bado", "january", "Enero", "february", "Febrero", "march", "Marzo", "april", "Abril", "may", "Mayo", "june", "Junio", "july", "Julio", "august", "Agosto", "september", "Septiembre", "october", "Octubre", "november", "Noviembre", "december", "Diciembre", "symbol", "S\xedmbolo", "ocde", "C\xf3digo", "date_format", "Formato de fecha", "datetime_format", "Formato de fecha y hora", "military_time", "24 Horas", _s18_87, "Formato de 24 Horas", "send_reminders", "Enviar recordatorios", "timezone", "Zona horaria", _s19_51, "Fitlrado por Proyecto", _s17_107, _s18_197, _s19_53, "Filtrado por Factura", _s18_88, _s20_146, _s18_90, "Filtrado por proveedor", "group_settings", "Opciones de Grupo", "group", "Grupo", "groups", "Grupos", "new_group", "Nuevo grupo", "edit_group", "Editar grupo", "created_group", "Grupo creado correctamente", "updated_group", "Grupo actualizado correctamente", "archived_groups", ":value grupos archivados correctamente", "deleted_groups", ":value grupos borrados correctamente", "restored_groups", ":value grupos restaurados correctamente", "archived_group", "Grupo archivado correctamente", "deleted_group", "Grupo borrado correctamente", "restored_group", "Grupo restaurado correctamente", "upload_logo", "Subir Logo", "uploaded_logo", "Logo subido", "logo", "Logo", "saved_settings", "Ajustes guardados", _s16_171, "Configuraci\xf3n de Producto", "device_settings", "Opciones de dispositivo", "defaults", "Ajustes Predefinidos", "basic_settings", _s20_160, _s17_109, _s22_137, "company_details", _s22_138, "user_details", _s19_151, "localization", "Localizaci\xf3n", "online_payments", "Pagos Online", "tax_rates", "Impuestos", "notifications", "Notificaciones", "import_export", _s17_227, "custom_fields", _s21_154, "invoice_design", "Dise\xf1o de Factura", "buy_now_buttons", "Botones de Comprar Ahora", "email_settings", _s36_47, _s23_42, _s26_91, _s22_58, "Tarjetas de Cr\xe9dito y Bancos", _s19_55, _s22_139, "price", "Precio", "email_sign_up", "Registrarse con Email", "google_sign_up", "Registrarse con Google", _s27_42, "\xa1Gracias por su compra!", "redeem", "Redimir", "back", "Atr\xe1s", "past_purchases", "Compras Pasadas", _s19_57, "Suscripci\xf3n anual", "pro_plan", "Plan Pro", "enterprise_plan", "Plan Enterprise", "count_users", ":count usuarios", "upgrade", "Mejorar", _s25_46, "Introduce tu nombre", _s24_43, "Introduce tu apellido", _s33_21, "Por favor, acepta los t\xe9rminos de servicio y la pol\xedtica de privacidad para crear una cuenta", "i_agree_to_the", "Estoy de acuerdo con", _s16_173, "T\xe9rminos de servicio", "privacy_policy", "Pol\xedtica de Privacidad", "sign_up", "Registrarse", "account_login", "Inicio de Sesi\xf3n con su Cuenta", "view_website", "Ver Sitio Web", "create_account", "Crear Cuenta", "email_login", "Iniciar sesi\xf3n con correo electr\xf3nico", "create_new", "Crear Nuevo", _s18_92, "No se han seleccionado registros", _s21_79, "Guarda o cancela tus cambios", "download", "Descargar", _s27_43, "Requiere plan 'enterprise'", "take_picture", "Tomar foto", "upload_file", "Subir archivo", "document", "Documento", "documents", "Documentos", "new_document", "Nuevo documento", "edit_document", "Editar documento", _s17_111, "Documento subido satisfactoriamente", _s16_175, "Documento actualizado satisfactoriamente", _s17_112, "Documento archivado satisfactoriamente", _s16_176, "Documento borrado satisfactoriamente", _s17_113, "Documento restaurado satisfactoriamente", _s18_94, ":value documentos archivados correctamente", _s17_114, ":value documentos borrados correctamente", _s18_95, ":value documentos restaurados correctamente", "no_history", "Sin historial", "expense_date", "Fecha", "pending", "Pendiente", _s16_177, "Registrado", _s16_178, "Pendiente", _s16_179, "Facturado", "converted", "Modificada", _s24_45, _s31_41, "exchange_rate", "Tipo de Cambio", _s16_180, _s16_367, "mark_paid", "Marcar como pagado", "category", "Categor\xeda", "address", "Direcci\xf3n", "new_vendor", "Nuevo Proveedor", "created_vendor", "Proveedor creado correctamente", "updated_vendor", "Proveedor actualizado correctamente", "archived_vendor", "Proveedor archivado correctamente", "deleted_vendor", "Proveedor eliminado correctamente", "restored_vendor", "Proveedor restaurado correctamente", _s16_181, _s45_11, "deleted_vendors", _s45_11, _s16_182, ":value proveedores restaurados correctamente", "new_expense", "Nuevo Gasto", "created_expense", _s26_92, "updated_expense", _s31_42, _s16_183, _s29_83, "deleted_expense", _s27_98, _s16_184, "Gasto restaurado correctamente", _s17_115, _s31_43, _s16_185, _s29_84, _s17_116, ":value gastos restaurados correctamente", "copy_shipping", "Copiar Env\xedo", "copy_billing", "Copia Facturaci\xf3n", "design", "Dise\xf1o", _s21_80, "Fallo al buscar registro", "invoiced", "Facturado", "logged", "Registrado", "running", "Ejecutando", "resume", "Reanudar", "task_errors", "Por favor corrija cualquier tiempo que se solape con otro", "start", "Iniciar", "stop", "Parar", "started_task", "Tarea empezada correctamente", "stopped_task", "Tarea parada correctamente", "resumed_task", "La tarea se reanud\xf3 correctamente", "now", "Ahora", _s16_186, "Tareas programadas", "timer", "Temporizador", "manual", "Manual", "budgeted", "Presupuestado", "start_time", "Hora de Inicio", "end_time", "Hora de Fin", "date", "Fecha", "times", "Tiempos", "duration", "Duraci\xf3n", "new_task", "Nueva tarea", "created_task", "Tarea creada correctamente", "updated_task", "Tarea actualizada correctamente", "archived_task", "Tarea archivada correctamente", "deleted_task", "Tarea borrada correctamente", "restored_task", "Tarea restaurada correctamente", "archived_tasks", ":count tareas archivadas correctamente", "deleted_tasks", ":count tareas borradas correctamente", "restored_tasks", ":value tareas restauradas correctamente", _s19_59, "Por favor introduce un nombre", "budgeted_hours", _s20_161, "created_project", "Proyecto creado correctamente", "updated_project", "Proyecto actualizado correctamente", _s16_188, "Proyecto archivado correctamente", "deleted_project", "Proyecto eliminado correctamente", _s16_189, "Proyecto restaurado correctamente", _s17_117, ":count proyectos archivados correctamente", _s16_190, ":count proyecto eliminados correctamente", _s17_118, ":value proyectos restaurados correctamente", "new_project", "Nuevo Proyecto", _s27_47, "\xa1Gracias por utilizar nuestra app!", "if_you_like_it", "Si te gusta por favor", "click_here", "pulse aqui", _s18_96, "Pulsa aqu\xed", "to_rate_it", "para valorar.", "average", "Promedio", "unapproved", "No aprobado", _s30_15, "Por favor, autenticarse para cambiar esta configuraci\xf3n", "locked", "Bloqueado", "authenticate", "Autenticaci\xf3n", _s19_61, "Por favor, autenticarse", _s24_47, "Autenticaci\xf3n biom\xe9trica", "footer", "Pie", "compare", "Comparar", "hosted_login", "Acceso alojado", "selfhost_login", "Acceso auto alojado", "google_sign_in", "Ingresar con Google", "today", "Hoy", "custom_range", "Rango personalizado", "date_range", "Rango de fechas", "current", "Actual", "previous", "Previo", "current_period", "Periodo Actual", _s17_119, _s22_140, "previous_period", "Periodo Anterior", "previous_year", "A\xf1o Anterior", "compare_to", "Comparar con", "last7_days", "\xdaltimos 7 d\xedas", "last_week", "\xdaltima Semana", "last30_days", "\xdaltimos 30 d\xedas", "this_month", "Este Mes", "last_month", "\xdaltimo Mes", "this_year", "Este A\xf1o", "last_year", "\xdaltimo A\xf1o", "custom", "Personalizado", _s16_191, "Clonar a Factura", "clone_to_quote", "Clonar a Presupuesto", "clone_to_credit", "Clonar a Cr\xe9dito", "view_invoice", "Ver Factura", "convert", "Convertir", "more", "M\xe1s", "edit_client", "Editar Cliente", "edit_product", "Editar Producto", "edit_invoice", "Editar Factura", "edit_quote", "Editar Presupuesto", "edit_payment", "Editar Pago", "edit_task", "Editar Tarea", "edit_expense", "Editar Gasto", "edit_vendor", _s16_368, "edit_project", "Editar Proyecto", _s20_74, "Editar Presupuesto Recurrente", "billing_address", "Direcci\xf3n de Facturaci\xf3n", _s16_193, "Direccion de Envio", "total_revenue", _s16_369, "average_invoice", _s23_104, "outstanding", _s18_214, "invoices_sent", _s24_116, "active_clients", _s16_370, "close", "Cerrar", "email", "Email", "password", "Contrase\xf1a", "url", "URL", "secret", "Secreto", "name", "Nombre", "logout", "Cerrar sesi\xf3n", "login", "Iniciar Sesi\xf3n", "filter", "Filtrar", "sort", "Orden", "search", "B\xfasqueda", "active", "Activo", "archived", "Archivado", "deleted", "Eliminado", "dashboard", "Inicio", "archive", "Archivar", "delete", "Eliminar", "restore", "Restaurar", _s16_195, "Actualizaci\xf3n Completa", _s23_43, "Por favor introduce tu email", _s26_34, "Por favor introduce tu contrase\xf1a", _s21_83, "Por favor introduce tu URL", _s26_36, "Por favor introduce un c\xf3digo de producto", "ascending", "Ascendente", "descending", "Descendente", "save", "Guardar", _s17_121, "Ha ocurrido un error", "paid_to_date", "Pagado", "balance_due", "Pendiente", "balance", "Saldo", "overview", "Resumen", "details", "Detalles", "phone", "Tel\xe9fono", "website", "P\xe1gina Web", "vat_number", "NIF/CIF", "id_number", "N\xba de identificaci\xf3n", "create", "Crear", _s19_63, ":value copiado al portapapeles", "error", "Error", _s16_197, "No se puede abrir", "contacts", "Contactos", "additional", "Adicional", "first_name", "Nombre", "last_name", "Apellidos", "add_contact", "A\xf1adir Contacto", "are_you_sure", "\xbfEst\xe1 Seguro?", "cancel", "Cancelar", "ok", "Ok", "remove", "Borrar", _s16_199, "El email es inv\xe1lido", "product", "Producto", "products", "Productos", "new_product", "Nuevo Producto", "created_product", "Producto creado correctamente", "updated_product", "Producto actualizado correctamente", _s16_201, "Producto archivado correctamente", "deleted_product", "Producto eliminado correctamente", _s16_202, "Producto restaurado correctamente", _s17_123, ":count productos archivados correctamente", _s16_203, ":count productos eliminados correctamente", _s17_124, ":value productos restaurados correctamente", "product_key", "Producto", "notes", "Notas", "cost", "Coste", "client", "Cliente", "clients", "Clientes", "new_client", "Nuevo Cliente", "created_client", "Cliente creado correctamente", "updated_client", "Cliente actualizado correctamente", "archived_client", "Cliente archivado correctamente", _s16_204, ":count clientes archivados correctamente", "deleted_client", "Cliente eliminado correctamente", "deleted_clients", ":count clientes eliminados correctamente", "restored_client", "Cliente restaurada correctamente", _s16_205, ":value clientes restaurados correctamente", "address1", "Calle", "address2", "Apto./Ofc.", "city", "Ciudad", "state", "Estado/Provincia", "postal_code", "C\xf3digo Postal", "country", "Pais", "invoice", "Factura", "invoices", "Facturas", "new_invoice", "Nueva Factura", "created_invoice", "Factura creada correctamente", "updated_invoice", "Factura actualizada correctamente", _s16_206, "Factura archivada correctamente", "deleted_invoice", "Factura eliminada correctamente", _s16_207, "Factura restaurada correctamente", _s17_125, ":count facturas archivadas correctamente", _s16_208, ":count facturas eliminadas correctamente", _s17_126, ":value facturas restauradas correctamente", "emailed_invoice", "Factura enviada correctamente", "emailed_payment", "Pago enviado correctamente por correo electr\xf3nico", "amount", "Cantidad", "invoice_number", _s17_238, "invoice_date", _s16_371, "discount", "Descuento", "po_number", "N\xfamero de Pedido", "terms", "T\xe9rminos", "public_notes", "Notas", "private_notes", "Notas Privadas", "frequency", "Frecuencia", "start_date", "Fecha de Inicio", "end_date", "Fecha de Fin", "quote_number", "N\xfamero de Presupuesto", "quote_date", "Fecha Presupuesto", "valid_until", "V\xe1lido hasta", "items", "Art\xedculos", "partial_deposit", _s16_344, "description", "Descripci\xf3n", "unit_cost", "Precio Unitario", "quantity", "Cantidad", "add_item", "A\xf1adir Art\xedculo", "contact", "Contacto", "work_phone", "Tel\xe9fono", "total_amount", "Cantidad Total", "pdf", "PDF", "due_date", "Vencimiento", _s16_209, "Fecha de vencimiento parcial", "status", "Estado", _s17_127, "Estado de Factura", "quote_status", "Estado de Presupuesto", _s22_59, "Pulsa + para a\xf1adir un art\xedculo", _s22_61, "Pulsa + para a\xf1adir tiempo", "count_selected", ":count seleccionado", "total", "Total", "percent", "Porcentaje", "edit", "Editar", "dismiss", "Descartar", _s20_76, "Por favor selecciona una fecha", _s22_62, "Por favor selecciona un cliente", _s24_49, "Por favor, seleccione una factura", "task_rate", "Tasa de tareas", "settings", "Configuraci\xf3n", "language", "Idioma", "currency", "Divisa", "created_at", _s17_239, "created_on", "Creado el", "updated_at", "Actualizado", "tax", "Impuesto", _s30_17, "Por favor introduce un n\xfamero de factura", _s27_51, "Por favor introduce un n\xfamero de presupuesto", "past_due", "Vencido", "draft", "Borrador", "sent", "Enviada", "viewed", "Vistas", "approved", "Aprobados", "partial", _s16_344, "paid", "Pagado", "mark_sent", "Marcar como Enviado", _s22_64, _s42_27, _s22_65, _s42_27, _s23_45, _s45_12, _s23_46, _s45_12, "done", "Hecho", _s37_18, "Por favor introduce un cliente o nombre de contacto", "dark_mode", "Modo Oscuro", _s27_53, "Reinicia la app para aplicar el cambio", "refresh_data", "Actualizar Datos", "blank_contact", "Contacto Nuevo", "activity", "Actividad", _s16_211, "No se han encontrado registros", "clone", "Clonar", "loading", "Cargando", "industry", "Sector", "size", "Tama\xf1o", "payment_terms", _s16_372, "payment_date", "Fecha de Pago", "payment_status", "Estado de Pago", _s16_213, "Pendiente", _s16_214, "Anulado", _s16_215, "Fallido", _s16_216, "Completado", _s16_217, _s24_99, _s16_218, "Reembolsado", _s17_128, "Sin Aplicar", _s17_129, "Sin aplicar parcialmente", "net", "Neto", "client_portal", "Portal Cliente", "show_tasks", "Mostrar tareas", "email_reminders", "Emails Recordatorios", "enabled", "Habilitado", "recipients", "Destinatarios", "initial_email", "Email Inicial", "first_reminder", _s19_152, "second_reminder", _s20_162, "third_reminder", _s19_153, "reminder1", _s19_152, "reminder2", _s20_162, "reminder3", _s19_153, "template", "Plantilla", "send", "Enviar", "subject", "Asunto", "body", "Cuerpo", "send_email", "Enviar Email", "email_receipt", "Enviar Recibo de Pago al cliente", "auto_billing", "Auto facturaci\xf3n", "button", "Bot\xf3n", "preview", "Vista Previa", "customize", "Personalizar", "history", "Historial", "payment", "Pago", "payments", "Pagos", "refunded", "Reembolsado", "payment_type", "Tipo de Pago", _s21_85, _s25_94, "enter_payment", "Agregar Pago", "new_payment", "Introduzca el Pago", "created_payment", "Pago creado correctamente", "updated_payment", "Pago actualizado correctamente", _s16_219, "Pago archivado correctamente", "deleted_payment", "Pago eliminado correctamente", _s16_220, "Pago restaurado correctamente", _s17_130, ":count pagos archivados correctamente", _s16_221, ":count pagos eliminados correctamente", _s17_131, ":value pagos restaurados correctamente", "quote", "Presupuesto", "quotes", "Presupuestos", "new_quote", "Nuevo Presupuesto", "created_quote", "Presupuesto creado correctamente", "updated_quote", "Presupuesto actualizado correctamente", "archived_quote", "Presupuesto archivado correctamente", "deleted_quote", "Presupuesto eliminado correctamente", "restored_quote", "Presupuesto restaurada correctamente", "archived_quotes", ":count Presupuestos archivados correctamente", "deleted_quotes", ":count Presupuestos eliminados correctamente", "restored_quotes", ":value presupuestos restaurados correctamente", "expense", "Gasto", "expenses", "Gastos", "vendor", "Proveedor", "vendors", "Proveedores", "task", "Tarea", "tasks", "Tareas", "project", "Proyecto", "projects", "Proyectos", "activity_1", _s29_85, "activity_2", _s32_39, "activity_3", ":user borr\xf3 el cliente :client", "activity_4", _s33_41, "activity_5", _s35_47, "activity_6", ":user ha enviado por mail la factura :invoice de :client a :contact", "activity_7", ":contact ha visto la factura :invoice: de :client", "activity_8", _s33_41, "activity_9", ":user borr\xf3 la factura :invoice", "activity_10", ":contact ingres\xf3 el pago :payment por importe de :payment_amount en la factura N\xba :invoice de :client", "activity_11", ":user actualiz\xf3 el Pago :payment", "activity_12", _s30_72, "activity_13", ":user borr\xf3 el pago :payment", "activity_14", ":user introdujo :credit cr\xe9dito", "activity_15", ":user actualiz\xf3 :credit cr\xe9dito", "activity_16", ":user archiv\xf3 :credit cr\xe9dito", "activity_17", ":user deleted :credit cr\xe9dito", "activity_18", _s33_45, "activity_19", ":user actualiz\xf3 el presupuesto :quote", "activity_20", ":user envi\xf3 presupuesto :quote para :client a :contact", "activity_21", _s34_41, "activity_22", ":user archiv\xf3 el presupuesto :quote", "activity_23", _s33_45, "activity_24", ":user restaur\xf3 el presupuesto :quote", "activity_25", ":user restaur\xf3 la factura :invoice", "activity_26", _s33_42, "activity_27", _s31_44, "activity_28", ":user restaur\xf3 :credit cr\xe9dito", "activity_29", ":contact ha aprovado el presupuesto :quote para :client", "activity_30", _s30_73, "activity_31", _s33_43, "activity_32", _s33_44, "activity_33", _s34_40, "activity_34", ":user cre\xf3 el gasto :expense", "activity_35", _s31_45, "activity_36", _s31_46, "activity_37", _s32_40, "activity_39", ":user cancelo :payment_amount del pago :payment", "activity_40", ":user reembols\xf3 :adjustment de :payment_amount del pago :payment", "activity_41", "Fallo el pago de :payment_amount para (:payment)", "activity_42", _s25_95, "activity_43", _s30_74, "activity_44", _s28_97, "activity_45", _s28_98, "activity_46", _s29_86, "activity_47", ":user actualiz\xf3 el gasto :expense", "activity_48", ":user usuario creado :user", "activity_49", ":user usuario actualizado :user", "activity_50", ":user usuario archivado :user", "activity_51", ":user usuario borrado :user", "activity_52", ":user usuario restaurado :user", "activity_53", ":user marcado enviado :invoice", "activity_54", ":user reabri\xf3 el ticket :ticket", "activity_55", _s36_48, "activity_56", ":user vio el ticket :ticket", "activity_57", "El sistema fall\xf3 al enviar la factura :invoice", "activity_58", ":user revirti\xf3 la factura :invoice", "activity_59", ":user cancel\xf3 la factura :invoice", "activity_60", _s34_41, "activity_61", ":user actualiz\xf3 el cliente :cliente", "activity_62", ":user actualiz\xf3 el proveedor :vendor", "activity_63", ":user envi\xf3 por email el primer recordatorio de la factura :invoice a :contact", "activity_64", ":user envi\xf3 por email el segundo recordatorio de la factura :invoice a :contact", "activity_65", ":user envi\xf3 por email el tercer recordatorio de la factura :invoice a :contact", "activity_66", ":user envi\xf3 por email el recordatorio sin f\xedn de la factura :invoice a :contact", "activity_80", ":user cre\xf3 la suscripci\xf3n :subscription", "activity_81", ":user actualiz\xf3 la suscripci\xf3n :subscription", "activity_82", ":user archiv\xf3 la suscripci\xf3n :subscription", "activity_83", ":user elimin\xf3 la suscripci\xf3n :subscription", "activity_84", ":user restaur\xf3 la suscripci\xf3n :subscription", _s17_132, "Password de un solo uso", "emailed_quote", "Presupuesto enviado correctamente", "emailed_credit", "Cr\xe9dito enviado correctamente", _s20_78, "Presupuesto marcado como enviado correctamente", _s21_87, "Marcar cr\xe9dito como enviado", "expired", "Expirada", "all", "Todo", "select", "Seleccionar", _s22_66, "Multiselecci\xf3n en pulsaci\xf3n prolongada", "custom_value1", _s19_136, "custom_value2", _s19_136, "custom_value3", _s21_157, "custom_value4", _s21_158, _s18_97, "Estilo de Email Personalizado", _s24_54, "Mensaje de Escritorio Personalizado", _s29_37, "Mensaje de Factura Impagada Personalizada", _s27_58, "Mensaje de Factura Pagada Personalizada", _s31_18, "Mensaje de Presupuesto no Aprobado Personalizado", "lock_invoices", "Bloquear Facturas", "translations", "Traducciones", _s19_64, "Patr\xf3n del N\xfamero de Tarea", _s19_66, "Contador del N\xfamero de Tarea", _s22_68, "Patr\xf3n del N\xfamero de Gasto", _s22_70, "Contador del N\xfamero de Gasto", _s21_88, "Patr\xf3n del N\xfamero de Proveedor", _s21_90, "Contador del N\xfamero de Proveedor", _s21_92, "Patr\xf3n del N\xfamero de Ticket", _s21_94, "Contador del N\xfamero de Ticket", _s22_72, "Patr\xf3n del N\xfamero de Pago", _s22_74, "Contador del N\xfamero de Pago", _s22_76, "Patr\xf3n del N\xfamero de Factura", _s22_78, "Contador del N\xfamero de Factura", _s20_79, "Patr\xf3n del N\xfamero de Presupuesto", _s20_81, "Contador del N\xfamero de Presupuesto", _s21_96, _s28_99, _s21_98, _s30_75, _s21_100, _s28_99, _s21_101, _s30_75, _s18_99, "Resetear Fecha del Contador", "counter_padding", "Relleno del Contador", _s28_57, "Compartir la numeraci\xf3n para presupuesto y factura", _s18_101, "Nombre de Impuesto por Defecto 1", _s18_103, "Tasa de Impuesto por Defecto 1", _s18_105, "Nombre de Impuesto por Defecto 2", _s18_107, "Tasa de Impuesto por Defecto 2", _s18_109, "Nombre de Impuesto por Defecto 3", _s18_111, "Tasa de Impuesto por Defecto 3", _s21_102, "Asunto de Email de Factura", _s19_68, "Asunto de Email de Presupuesto", _s21_104, "Asunto de Email de Pago", _s29_39, "Asunto de Email de Pago Parcial", "show_table", "Mostrar Tabla", "show_list", "Mostrar Lista", "client_city", "Ciudad del Cliente", "client_state", "Provincia del Cliente", "client_country", "Pa\xeds del Cliente", _s16_222, "El Cliente est\xe1 Activo", "client_balance", "Balance del Cliente", "client_address1", "Calle del Cliente", "client_address2", "Bloq/Pta del Cliente", "vendor_address1", "Calle de Proveedor", "vendor_address2", "Bloq/Pta del Proveedor", _s24_56, "Calle de Env\xedo del Cliente", _s24_57, "Bloq/Pta de Env\xedo del Cliente", "type", "Tipo", "invoice_amount", _s18_215, _s16_226, "Fecha L\xedmite de Pago", "tax_rate1", "Impuesto 1", "tax_rate2", "Impuesto 2", "tax_rate3", "Impuesto 3", "auto_bill", "Facturaci\xf3n Autom\xe1tica", "archived_at", "Archivado el", "has_expenses", "Tiene Gastos", "custom_taxes1", "Impuestos Personalizados 1", "custom_taxes2", "Impuestos Personalizados 2", "custom_taxes3", "Impuestos Personalizados 3", "custom_taxes4", "Impuestos Personalizados 4", _s17_134, _s23_106, _s17_135, _s23_107, _s17_136, _s23_108, _s17_137, _s23_109, "is_deleted", "Borrado", "vendor_city", _s20_164, "vendor_state", "Provincia del Proveedor", "vendor_country", _s18_216, "is_approved", "Aprobada", "tax_name", _s18_217, "tax_amount", "Total Impuestos", "tax_paid", "Impuestos Pagados", "payment_amount", "Valor del Pago", "age", "Edad", "is_running", "Corriendo", "time_log", "Registro Temporal", "bank_id", "Banco", _s19_70, "ID de la Categor\xeda de Gasto", _s16_227, "Categor\xeda del Gasto", _s19_72, "ID de Moneda de Facturaci\xf3n", "tax_name1", "Nombre de Impuesto 1", "tax_name2", "Nombre de Impuesto 2", "tax_name3", "Nombre de Impuesto 3", "transaction_id", "ID de Transacci\xf3n", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "sv", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "Betalkort och Banker", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Sl\xe5 samman", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "Betalnings inst\xe4llningar", "default", "Standard", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Summering", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "L\xe4gg till gateway", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", "Skapa ditt konto p\xe5 n\xe5gra sekunder", "login_label", _s28_0, "add_to_invoice", "L\xe4gg till p\xe5 faktura :invoice", _s17_11, _s17_12, "week", "Vecka", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "Faktura valuta", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Skapa projekt", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "Avgift f\xf6r en :amount Faktura hade blivit :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Godk\xe4nn", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", "Kunddatan har rensats", _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "Ange l\xf6senord", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Visa kostnad # :expense", "view_statement", "Se transaktion", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "System", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "Fr\xe5n namn", _s16_23, _s16_232, _s17_19, "\xc5terkommande utgift", _s18_19, "\xc5terkommande utgifter", _s21_22, "Ny \xe5terkommande utgift", _s22_27, "\xc4ndra \xe5terkommande utgift", _s25_3, "Skapade \xe5terkommande utgift utan problem", _s25_4, "Uppdaterade \xe5terkommande utgift utan problem", _s26_4, "Arkiverade \xe5terkommande utgift utan problem", _s25_5, "Tog bort projektet utan problem", _s25_6, _s38_2, _s26_5, "\xc5terst\xe4llde \xe5terkommande utgifter utan problem", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "Anv\xe4ndarhj\xe4lp", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Netto", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Importera Data", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", ":user skapade en \xe5terkommande faktura :recurring_invoice", "activity_101", ":user uppdaterade en \xe5terkommande faktura :recurring_invoice", "activity_102", ":user arkiverade en \xe5terkommande faktur :recurring_invoice", "activity_103", ":user raderade en \xe5terkommande faktur :recurring_invoice", "activity_104", ":user \xe5terst\xe4llde en \xe5terkommande faktur :recurring_invoice", _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Senast uppdaterad", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "Kontakt F\xf6rnamn", _s17_23, "Kontakt Efternamn", "order", "Order", "unassigned", "Otilldelad", "partial_value", "M\xe5ste vara st\xf6rre \xe4n noll och mindre \xe4n totalen", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Tillg\xe4nglig", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "St\xe4ll in subdom\xe4nen eller visa fakturorna p\xe5 din egen hemsida", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Rabattkod", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "S\xe4kerhet", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Prenumeration", "subscriptions", "Prenumerationer", _s16_41, "Ny prenumeration", _s17_29, "\xc4ndra prenumeration", _s20_29, "Skapat prenumerationer utan problem", _s20_30, "Uppdaterat prenumerationer utan problem", _s21_34, "Arkivera prenumeration utan problem", _s20_31, "Prenumerationen har raderats", _s20_32, "Prenumerationen har tagits bort", _s21_35, "Prenumerationen har \xe5terst\xe4llts", _s19_21, "S\xf6k 1 prenumeration", _s20_33, "S\xf6k :count prenumerationer", _s26_8, "Subdom\xe4n \xe4r inte tillg\xe4nglig", "connect_gmail", "Anslut Gmail", _s16_43, "Koppla fr\xe5n Gmail", "connected_gmail", "Gmail ha anslutits", _s18_35, "Gmail har kopplats fr\xe5n", _s16_45, "\xc4ndringar av kodbasen kan blockera uppdateringen. Du kan k\xf6ra detta kommando f\xf6r att kasta \xe4ndringarna:", _s16_46, "Kund-ID nummer", "count_minutes", ":count minuter", _s16_48, "Timeout f\xf6r l\xf6senord", _s29_5, "Delad faktura/kredit r\xe4knare", "use_last_email", "Anv\xe4nd den senaste e-postadressen", _s16_50, "Aktivera f\xf6retag", _s21_37, "Aktivera e-post, \xe5terkommande fakturor och aviseringar", _s27_16, "Ett fel uppstod, v\xe4nligen f\xf6rs\xf6k igen", _s27_17, "Ange f\xf6rst ett l\xf6senord", _s34_7, "Varning: Om du \xe4ndrar ditt telefonnummer inaktiveras 2FA", "help_translate", "Hj\xe4lp oss \xf6vers\xe4tta", _s23_16, "V\xe4lj ett land", "resend_invite", "Skicka inbjudan igen", _s19_22, "2FA har inaktiverats", _s16_52, "Kontot har anslutits", _s19_23, "Kontot har kopplats fr\xe5n", "delivered", "Levererad", "bounced", "Studsade", "spam", "Spam", "view_docs", "Visa dokument", _s32_4, "Ange ett mobiltelefonnummer f\xf6r att aktivera tv\xe5faktorsautentisering", "send_sms", "Skicka SMS", "sms_code", "SMS-kod", _s21_38, "Skanna streckkoden med en :link kompatibel app.", _s18_36, "Aktiverade Tv\xe5-V\xe4gs autentisering utan problem", "connect_google", "Anslut Google", _s17_31, "Koppla fr\xe5n Google", _s17_33, "Tv\xe5faktorsautentisering", _s18_37, "Inaktivera 2FA", _s34_8, "Kr\xe4v l\xf6senord med social inloggning", "stay_logged_in", "Stanna inloggad", _s23_18, "Varning: Din session h\xe5ller p\xe5 att l\xf6pa ut", "count_hours", ":count timmar", "count_day", "1 dag", "count_days", ":count dagar", _s19_24, "Tidsgr\xe4ns f\xf6r webbsession", _s17_34, "S\xe4kerhetsinst\xe4llningar", "resend_email", "Skicka e-post igen", _s26_10, "V\xe4nligen bekr\xe4fta din e-postadress", _s16_53, "\xc5terbetalat betalning", _s19_26, "Delvis oanv\xe4nd", _s19_28, "V\xe4lj en anv\xe4ndare som \xe4r autentiserad med Gmail", "list_long_press", "Lista l\xe5nga tryck", "show_actions", "Visa \xe5tg\xe4rder", _s17_36, "Starta flerval", _s27_19, "Ett e-postmeddelande har skickats f\xf6r att bekr\xe4fta e-postadressen", _s21_39, "F\xf6r att anv\xe4nda :client_counter l\xe4gg till antingen :client_number eller :client_id_number f\xf6r att f\xf6rhindra konflikter", "this_quarter", "Detta kvartal", "last_quarter", "F\xf6reg\xe5ende kvartal", "to_update_run", "F\xf6r att uppdatera k\xf6r", _s18_39, "Omvandla till faktura", _s16_54, "Registrerings URL", "invoice_project", "Fakturera projekt", "invoice_task", "Fakturera uppgift", "invoice_expense", "Faktura kostnad", _s19_29, "S\xf6k 1 betalningsvillkor", _s20_34, "S\xf6k :count betalningsvillkor", _s16_56, "Spara och f\xf6rhandsgranska", "save_and_email", "Spara och skicka", _s16_58, "H\xe4ndelser som st\xf6ds", _s16_60, "Konverterad summa", _s17_38, "Konverterad balans", _s22_31, "Konverterad betalad till datum", _s24_19, "Konverterad kreditbalans", "converted_total", "Konverterat totalt", "is_sent", "Skickat", _s17_40, "Standard dokument", "document_upload", "Ladda upp dokument", _s20_35, "Till\xe5t kunder att ladda upp dokument", "expense_total", "Total kostnad", "enter_taxes", "Ange skatter", "by_rate", "Efter pris", "by_amount", "Efter belopp", "enter_amount", "Ange belopp", "before_taxes", "F\xf6re skatt", "after_taxes", "Efter skatt", "color", "F\xe4rg", "show", "Visa", "hide", "D\xf6lj", "empty_columns", "Tomma kolumner", _s21_41, "Fels\xf6kningsl\xe4ge \xe4r aktiverat", _s26_11, "Varning: den \xe4r avsedd f\xf6r anv\xe4ndning p\xe5 lokala maskiner, den kan l\xe4cka ut uppgifter. Klicka f\xf6r att l\xe4ra mer.", "running_tasks", "Uppgifter som k\xf6rs", "recent_tasks", "Senaste uppgifterna", "recent_expenses", "Senaste utgifterna", _s17_42, "Kommande utgifter", "update_app", "Uppdatera App", "started_import", "Importen har startats", _s24_21, "Dubblettkolumnmappning", _s20_36, "Anv\xe4nder inkluderande skatter", _s18_41, "\xc4r beloppsrabatt", "column", "Kolumn", "sample", "Exempel", "map_to", "Mappa till", "import", "Importera", _s25_16, "Anv\xe4nd f\xf6rsta raden som kolumnnamn", "select_file", "V\xe4lj fil", _s16_62, "Ingen fil har valts", "csv_file", "V\xe4lj CSV-fil", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Bokf\xf6ring", _s22_33, "Ange alla CSV-filer.", "import_type", "Typ av import", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "Visa licenser", "webhook_url", "Webhook URL", _s17_44, "Fullsk\xe4rms editor", "sidebar_editor", "Sidof\xe4lts editor", _s22_34, 'Ange ":value" f\xf6r att bekr\xe4fta', "purge", "Rensa", "service", "Service", "clone_to", "Klona till", "clone_to_other", "Klona till annan", "labels", "Etiketter", "add_custom", "L\xe4gg till anpassad", "payment_tax", "Betalningsskatt", "unpaid", "Obetald", "white_label", "Vit etikett", "delivery_note", "F\xf6ljesedel", _s24_24, "Skickade fakturor \xe4r l\xe5sta", _s24_26, "Betalade fakturor \xe4r l\xe5sta", "source_code", "K\xe4llkod", "app_platforms", "App plattformar", "invoice_late", _s17_240, "quote_expired", _s16_373, "partial_due", "Delvis f\xf6rsenad", "invoice_total", "Totalsumma", "quote_total", "Offertsumma", "credit_total", "Kredit Totalt", _s23_19, "Faktura totalt", "actions", "\xc5tg\xe4rder", "expense_number", "Utgiftsnummer", "task_number", "Uppgiftsnummer", "project_number", "Projektnummer", "project_name", "Projektnamn", "warning", "Varning", "view_settings", "Visa inst\xe4llningar", _s24_28, "Varning: detta f\xf6retag har \xe4nnu inte aktiverats", "late_invoice", _s17_240, "expired_quote", _s16_373, "remind_invoice", "Faktura p\xe5minnelse", "cvv", "CVV", "client_name", "Kundnamn", "client_phone", "Kund telefon", "required_fields", "Obligatoriska f\xe4lt", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Rensa cache", "sort_order", "Sorteringsordning", "task_status", "Status", "task_statuses", "Uppgiftsstatusar", "new_task_status", "Ny uppgiftsstaus", _s16_64, "Redigera uppgiftsstatus", _s19_30, "Uppgiftsstatus skapades", _s19_31, "Uppgiftsstatus uppdaterades", _s20_38, "Uppgiftsstatus arkiverades", _s19_32, "Uppgiftsstatus raderades", _s19_33, "Uppgiftsstatus togs bort", _s20_39, "Uppgiftsstatus \xe5terst\xe4lldes", _s22_35, ":value uppgiftsstatusar har arkiverats", _s21_43, ":value uppgiftsstatusar har raderats", _s22_36, ":value uppgiftsstatusar har \xe5terst\xe4llts", _s18_43, "S\xf6k 1 uppgiftsstatus", _s20_41, "S\xf6k :count uppgiftsstatusar", _s16_66, "Visa uppgiftstabell", _s21_44, "Visa alltid uppgiftsdelen n\xe4r du skapar fakturor", _s20_42, "Fakturauppgift tidslogg", _s25_17, "L\xe4gg till tidsinformation till fakturaraderna", _s20_44, "Fakturauppgifter datumlogg", _s25_18, "L\xe4gg till datuminformation till fakturaraderna", _s21_45, "Starta uppgifter innan du sparar", _s18_44, "Konfigurera statusar", "task_settings", "Uppgiftsinst\xe4llningar", _s20_46, "Konfigurera kategorier", _s18_46, "Utgifts kategorier", _s20_48, "Ny utgifts kategori", _s21_46, "Redigera utgiftskategori", _s24_29, "Framg\xe5ngsrikt skapat kostnadskategori", _s24_30, "Framg\xe5ngsrikt uppdaterat kostnadskategori", _s25_20, "Framg\xe5ngsrikt arkiverat kostnadskategori", _s24_31, "Kategori borttagen", _s24_32, "Utgiftskategorin har tagits bort", _s25_21, "Framg\xe5ngsrikt \xe5terst\xe4llt kostnadskategori", _s27_23, "Framg\xe5ngsrikt arkiverat :count kostnadskategori", _s26_12, "Kostnaden f\xf6r :value kategorier har raderats", _s27_24, "Kostnaden f\xf6r :value kategorier har \xe5terst\xe4llts", _s23_20, "S\xf6k 1 utgiftkategori", _s25_23, "S\xf6k :count utgiftkategorier", _s21_48, "Anv\xe4nd tillg\xe4nglig kredit", "show_option", "Visa alternativ", _s22_37, "Kreditbeloppet kan inte \xf6verstiga betalningsbeloppet", "view_changes", "Visa \xe4ndringar", "force_update", "Tvinga uppdatering", _s17_48, "Du k\xf6r den senaste versionen men det kan finnas v\xe4ntande korrigeringar tillg\xe4ngliga.", "mark_paid_help", "Sp\xe5ra utgiften f\xf6r att se om den har betalats", _s18_48, "Ska detta faktureras", _s23_21, "Aktivera utgiften som ska faktureras", _s29_8, "G\xf6r dokumenten synliga", _s21_50, "St\xe4ll in en v\xe4xelkurs", _s16_68, "Utgiftsinst\xe4llningar", _s18_49, "Klona till \xe5terkommande", "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "Anv\xe4ndarf\xe4lt", "variables", "Variabler", "show_password", "Visa l\xf6senord", "hide_password", "G\xf6m l\xf6senord", "copy_error", "Kopiera felmeddelande", "capture_card", "Capture Card", _s17_49, "Automatisk fakturering aktiverad", "total_taxes", "Totalt antal skatter", "line_taxes", "Artikelskatt", "total_fields", "Totalt antal f\xe4lt", _s25_24, "\xc5terkommande faktura stoppad", _s25_25, "\xc5terkommande faktura startad", _s25_26, "\xc5terkommande faktura \xe5terupptogs", "gateway_refund", "Gateway f\xf6r \xe5terbetalning", _s19_34, "Behandla \xe5terbetalningen med betalningsgatewayen", "due_date_days", "F\xf6rfallodatum", "paused", "Pausad", "mark_active", "Markera aktiv", "day_count", "Dag :count", _s22_38, "F\xf6rsta dagen i m\xe5naden", _s21_51, "Sista dagen i m\xe5naden", _s17_51, "Anv\xe4nd betalningsvillkoren", "endless", "O\xe4ndlig", "next_send_date", "N\xe4sta s\xe4ndningsdatum", _s16_70, "\xc5terst\xe5ende cykler", _s17_53, "\xc5terkommande faktura", _s18_51, "\xc5terkommande fakturor", _s21_53, "Ny \xe5terkommande faktura", _s22_40, "Redigera \xe5terkommande fakturor", _s25_27, "\xc5terkommande faktura har skapats", _s25_28, "\xc5terkommande faktura har uppdaterats", _s26_13, "Framg\xe5ngsrikt arkiverat \xe5terkommande faktura", _s25_29, "Framg\xe5ngsrikt tagit bort \xe5terkommande faktura", _s25_30, "\xc5terkommande faktura har tagits bort", _s26_14, "Framg\xe5ngsrikt \xe5terst\xe4llt \xe5terkommande faktura", _s27_25, "Arkiverade \xe5terkommande :value fakturor", _s26_15, "\xc5terkommande :value fakturor har raderats", _s27_26, "\xc5terst\xe4llande av \xe5terkommande :value fakturor lyckades", _s24_33, "S\xf6k 1 \xe5terkommande faktura", _s25_31, "S\xf6k :count \xe5terkommande fakturor", "send_date", "S\xe4ndningsdatum", "auto_bill_on", "Automatisk fakturering p\xe5slaget", _s28_8, "L\xe4gsta belopp vid underbetalning", "profit", "F\xf6rtj\xe4nst", "line_item", "Rad", _s18_53, "Till\xe5t \xf6verbetalning", _s23_22, "St\xf6d f\xf6r att betala extra f\xf6r att ta emot dricks", _s19_35, "Till\xe5t underbetalning", _s24_34, "St\xf6d f\xf6r att betala minimum del-/ins\xe4ttningsbeloppet", "test_mode", "Testl\xe4ge", "opened", "\xd6ppnad", _s30_4, "Avst\xe4mning misslyckades", _s30_5, "Avst\xe4mning lyckades", "gateway_success", "Gateway lyckades", "gateway_failure", "Gateway misslyckades", "gateway_error", "Gateway fel", "email_send", "Skicka via e-post", _s17_55, "E-postf\xf6rs\xf6ksk\xf6", "failure", "Misslyckad", "quota_exceeded", "Kvoten har \xf6verskridits", _s16_72, "Upstream misslyckades", "system_logs", "Systemloggar", "view_portal", "Se portal", "copy_link", "Kopiera l\xe4nk", "token_billing", "Spara kortinformation", _s24_35, "V\xe4lkommen till Invoice Ninja", "always", "Alltid", "optin", "Opt-In", "optout", "Opt-Out", "label", "Rubrik", "client_number", "Kundnummer", "auto_convert", "Automatisk konvertering", "company_name", "F\xf6retagsnamn", "reminder1_sent", "P\xe5minnelse 1 skickad", "reminder2_sent", "P\xe5minnelse 2 skickad", "reminder3_sent", "P\xe5minnelse 3 skickad", _s18_55, "P\xe5minnelse skickades senast", "pdf_page_info", "Sida :current av :total", _s16_74, "E-postade fakturorna utan problem", "emailed_quotes", "E-postade offerterna utan problem", "emailed_credits", _s32_41, "gateway", "Gateway", "view_in_stripe", "Visa i Stripe", "rows_per_page", "Rader per sida", "hours", "Timmar", "statement", "Transaktionsdatum", "taxes", "Moms", "surcharge", "Till\xe4ggsavgift", "apply_payment", "Till\xe4mpa betalning", "apply_credit", "Till\xe4mpa kredit", "apply", "Verkst\xe4ll", "unapplied", "Outnyttjad", "select_label", "V\xe4lj rubrik", "custom_labels", "Anpassade etiketter", "record_type", "Posttyp", "record_name", "Post namn", "file_type", "Filtyp", "height", "H\xf6jd", "width", "Bredd", "to", "Till", "health_check", "H\xe4lsokontroll", "payment_type_id", "Betalningss\xe4tt", "last_login_at", "Senast inloggad", "company_key", "F\xf6retagsnyckel", "storefront", "Butiksfront", "storefront_help", "Aktivera tredjepartsappar f\xf6r att skapa fakturor", "client_created", "Kunden har skapats", _s20_51, "E-postadress f\xf6r online betalning", _s20_53, "E-postadress f\xf6r manuell betalning", "completed", "Slutf\xf6rd", "gross", "Brutto", "net_amount", "Nettobelopp", "net_balance", "Nettobalans", "client_settings", "Kundinst\xe4llningar", _s17_57, "Markerade fakturor", _s17_59, "Markerade betalningar", "selected_quotes", "Markerade offerter", "selected_tasks", "Markerade uppgifter", _s17_61, "Markerade utgifter", _s17_63, "Kommande fakturor", _s17_65, "F\xf6rsenade fakturor", "recent_payments", "Nyligen utf\xf6rda betalningar", "upcoming_quotes", "Kommande Offerter", "expired_quotes", "Utg\xe5ngna Offerter", "create_client", "Skapa kund", "create_invoice", "Skapa faktura", "create_quote", "Skapa offert", "create_payment", "Skapa betalning", "create_vendor", "Skapa tillverkare", "update_quote", "Uppdatera offert", "delete_quote", "Ta bort offert", "update_invoice", "Uppdatera faktura", "delete_invoice", "Ta bort faktura", "update_client", "Uppdatera kund", "delete_client", "Radera kund", "delete_payment", "Ta bort betalning", "update_vendor", "Uppdatera leverant\xf6r", "delete_vendor", "Ta bort leverant\xf6r", "create_expense", "Skapa utgift", "update_expense", "Uppdatera utgift", "delete_expense", "Ta bort kostnad", "create_task", "Skapa uppgift", "update_task", "Uppdatera uppgift", "delete_task", "Radera uppgift", "approve_quote", "Godk\xe4nn offert", "off", "Av", "when_paid", "Betalad", "expires_on", "G\xe5r ut den", "free", "Gratis", "plan", "Niv\xe5", "show_sidebar", "Visa sidof\xe4lt", "hide_sidebar", "G\xf6m sidof\xe4lt", "event_type", "Typ av h\xe4ndelse", "target_url", "M\xe5l", "copy", "Kopiera", "must_be_online", "Starta om appen n\xe4r du \xe4r ansluten till internet", _s17_67, "Crons m\xe5ste aktiveras", "api_webhooks", "API Webhooks", "search_webhooks", "S\xf6k :count Webhooks", "search_webhook", "S\xf6k 1 Webhook", "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "Ny Webhook", "edit_webhook", "Redigera Webhook", "created_webhook", "Webhooken skapades", "updated_webhook", "Webhooken uppdaterades", _s16_76, "Webhooken arkiverades", "deleted_webhook", "Webhooken raderades", "removed_webhook", "Webhooken togs bort", _s16_77, "Webhooken \xe5terst\xe4lldes", _s17_68, ":value webhooks har arkiverats", _s16_78, ":value webhooks har raderats", _s16_79, ":value webhooks har tagits bort", _s17_69, ":value webhooks har \xe5terst\xe4llts", "api_tokens", "API Tokens", "api_docs", "API dokumentation", "search_tokens", "S\xf6k :count tokens", "search_token", "S\xf6k 1 token", "token", "Token", "tokens", "Tokens", "new_token", "Ny token", "edit_token", "\xc4ndra token", "created_token", "Token skapad", "updated_token", "Token uppdaterad", "archived_token", "Framg\xe5ngsrikt arkiverat Token", "deleted_token", "Token borttagen", "removed_token", "Token togs bort", "restored_token", "Token \xe5terst\xe4lldes", "archived_tokens", ":value tokens har arkiverats", "deleted_tokens", ":value tokens har raderats", "restored_tokens", ":value tokens har \xe5terst\xe4llts", _s19_37, "Kundregistrering", _s24_37, "G\xf6r det m\xf6jligt f\xf6r kunder att sj\xe4lvregistrera sig i portalen", _s21_55, "Anpassa och f\xf6rhandsgranska", "email_invoice", "E-posta faktura", "email_quote", "E-posta offert", "email_credit", "E-postkredit", "email_payment", "Eposta betalning", _s20_56, "Kunden har ingen e-postadress", "ledger", "Liggare", "view_pdf", "Visa PDF", "all_records", "Alla poster", "owned_by_user", "\xc4gs av anv\xe4ndaren", _s16_80, "\xc5terst\xe5ende kredit", "contact_name", "Kontakt namn", "use_default", "Anv\xe4nd standard", _s16_82, "O\xe4ndliga p\xe5minnelser", "number_of_days", "Antal dagar", _s23_24, "Konfigurera betalningsvillkor", "payment_term", _s17_241, _s16_83, "Skapa betalningsvillkor", _s17_71, "Editera betalningsvillkor", _s20_57, "Skapade betalningsvillkor utan problem", _s20_58, "Uppdaterade betalningsvillkor utan problem", _s21_56, "Arkiverat betalningsvillkor utan problem", _s20_59, "Betalningsvillkoret har raderats", _s20_60, "Betalningsvillkoret har tagits bort", _s21_57, "Betalningsvillkoret har \xe5terst\xe4llts", _s22_45, ":value betalningsvillkor har arkiverats", _s21_58, ":value betalningsvillkor har raderats", _s22_46, ":value betalningsvillkor har \xe5terst\xe4llts", "email_sign_in", "Logga in med e-postadress", "change", "\xc4ndra", _s23_26, "\xc4ndra till mobillayouten?", _s24_38, "Vill du byta till skrivbordslayout?", "send_from_gmail", "Skicka fr\xe5n Gmail", "reversed", "Omv\xe4nd", "cancelled", "Avbruten", "credit_amount", "Kreditsumma", "quote_amount", "Offertbelopp", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exklusive", "inclusive", "Inklusive", "hide_menu", "G\xf6m meny", "show_menu", "Visa meny", _s18_57, _s18_218, _s16_85, "S\xf6k dokument", "search_designs", "S\xf6k design", "search_invoices", "S\xf6k fakturor", "search_clients", "S\xf6k kunder", "search_products", "S\xf6k produkter", "search_quotes", "S\xf6k offerter", "search_credits", "S\xf6k krediter", "search_vendors", "S\xf6k leverant\xf6rer", "search_users", "S\xf6k anv\xe4ndare", _s16_86, "S\xf6k skattesatser", "search_tasks", "S\xf6k uppgifter", "search_settings", "S\xf6k inst\xe4llningar", "search_projects", "S\xf6k projekt", "search_expenses", "S\xf6k utgifter", "search_payments", "S\xf6k betalningar", "search_groups", "S\xf6k grupper", "search_company", "S\xf6k f\xf6retag", "search_document", "S\xf6k 1 dokument", "search_design", "S\xf6k 1 design", "search_invoice", "S\xf6k 1 faktura", "search_client", "S\xf6k 1 kund", "search_product", "S\xf6k 1 produk", "search_quote", "S\xf6k 1 offert", "search_credit", "S\xf6k 1 kredit", "search_vendor", "S\xf6k 1 leverant\xf6r", "search_user", "S\xf6k 1 offert", "search_tax_rate", "S\xf6k 1 skattesats", "search_task", "S\xf6k 1 uppgift", "search_project", "S\xf6k 1 projekt", "search_expense", "S\xf6k 1 utgift", "search_payment", "S\xf6k 1 betalning", "search_group", "S\xf6k 1 grupp", "refund_payment", "\xc5terbetala betalning", _s17_75, "Fakturan har avbrutits", _s18_59, "Fakturorna har avbrutits", _s16_92, "Fakturan har omv\xe4nts", _s17_76, "Fakturorna har omv\xe4nts", "reverse", "Omv\xe4nd", "full_name", "Hela namnet", _s17_77, "Stad/L\xe4n/Postnummer", _s17_79, "Postadress/Stad/Stat", "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Tredje anpassningen", "custom4", "Fj\xe4rde anpassningen", "optional", "Frivillig", "license", "Licens", "purge_data", "Rensa uppgifter.", _s16_93, "Rensade utan problem f\xf6retags data", _s18_60, "Varning: Detta kommer permanent ta bort din information, det finns ingen \xe5terv\xe4nda.", "invoice_balance", "Fakturabalans", "age_group_0", "0 - 30 Dagar", "age_group_30", "30 - 60 Dagar", "age_group_60", "60 - 90 Dagar", "age_group_90", "90 - 120 Dagar", "age_group_120", "120+ Dagar", "refresh", "Uppdatera", "saved_design", "Designen har sparats", "client_details", "Kunduppgifter", "company_address", "F\xf6retagsadress", "invoice_details", "Faktura detaljer", "quote_details", "Offertuppgifter", "credit_details", "Kredituppgifter", "product_columns", "Produktkolumner", "task_columns", "Uppgiftskolumner", "add_field", "L\xe4gg till f\xe4lt", "all_events", "Alla h\xe4ndelser", "permissions", "Beh\xf6righeter", "none", "Ingen", "owned", "\xc4gd", "payment_success", "Betalning genomf\xf6rd", "payment_failure", "Betalning misslyckades", "invoice_sent", _s24_117, "quote_sent", "Offerten skickad", "credit_sent", "Krediten skickad", "invoice_viewed", "Fakturan visad", "quote_viewed", "Offerten visad", "credit_viewed", "Krediten visad", "quote_approved", "Offerten godk\xe4nd", _s25_33, "F\xe5 alla aviseringar", _s16_94, "K\xf6p licens", "apply_license", "Uppge Licens", "cancel_account", "Avsluta konto", _s22_47, "Varning: Detta kommer permanent ta bort ditt konto, detta g\xe5r inte att \xe5ngra.", "delete_company", "Ta bort f\xf6retag", _s22_48, "Varning: Detta kommer permanent ta bort till bolag, det finns ingen \xe5terv\xe4ndo.", "enabled_modules", "Aktiverade moduler", "converted_quote", "Offerten har konverterats", "credit_design", "Kreditdesign", "includes", "Inkluderar", "header", "Rubrik", "load_design", "Ladda design", "css_framework", "CSS Ramverk", "custom_designs", "Anpassad design", "designs", "Design", "new_design", "Ny design", "edit_design", "Redigera design", "created_design", "Designen har skapats", "updated_design", "Designen har uppdaterats", "archived_design", "Designen har arkiverats", "deleted_design", "Designen har raderats", "removed_design", "Designen har tagits bort", "restored_design", "Designen har \xe5terskapats", _s16_96, ":value designs har arkiverats", "deleted_designs", ":value designs har raderats", _s16_97, ":value designs har \xe5terst\xe4llts", "proposals", "F\xf6rslag", "tickets", "\xc4renden", _s16_98, "\xc5terkommande offerter", "recurring_tasks", "\xc5terkommande uppgifter", _s18_61, "Kontohantering", "credit_date", "Kreditdatum", "credit", "Kredit", "credits", "Kreditfakturor", "new_credit", "Ange Kredit", "edit_credit", "Redigera Kreditfaktura", "created_credit", "Kreditfaktura skapad", "updated_credit", "Kreditfaktura uppdaterad", "archived_credit", "Kreditfaktura arkiverad", "deleted_credit", "Kreditfaktura borttagen", "removed_credit", "Krediten har tagits bort", "restored_credit", "Kreditfaktura \xe5terst\xe4lld", _s16_100, ":count kreditfakturor arkiverade", "deleted_credits", ":count kreditfakturor borttagna", _s16_101, ":value krediter har \xe5terst\xe4llts", "current_version", "Nuvarande version", "latest_version", "Senaste versionen", "update_now", "Uppdatera nu", _s26_21, "En ny version av webbappen \xe4r tillg\xe4nglig", _s16_102, "Uppdatering tillg\xe4nglig", "app_updated", "Uppdateringen har slutf\xf6rts", "learn_more", "Hj\xe4lp", "integrations", "Integrationer", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Kreditens sidfot", "credit_terms", "Kreditens villkor", "new_company", "Nytt f\xf6retag", "added_company", "F\xf6retaget har lagts till", "company1", "Anpassat f\xf6retag 1", "company2", "Anpassat f\xf6retag 2", "company3", "CAnpassat f\xf6retag 3", "company4", "Anpassat f\xf6retag 4", "product1", "Anpassad produkt 1", "product2", "Anpassad produkt 2", "product3", "Anpassad produkt 3", "product4", "Anpassad produkt 4", "client1", "Anpassad kund 1", "client2", "Anpassad kund 2", "client3", "Anpassad kund 3", "client4", "Anpassad kund 4", "contact1", "Anpassad kontakt 1", "contact2", "Anpassad kontakt 2", "contact3", "Anpassad kontakt 3", "contact4", "Anpassad kontakt 4", "task1", "Anpassad uppgift 1", "task2", "Anpassad uppgift 2", "task3", "Anpassad uppgift 3", "task4", "Anpassad uppgift 4", "project1", "Anpassat projekt 1", "project2", "Anpassat projekt 2", "project3", "Anpassat projekt 3", "project4", "Anpassat projekt 4", "expense1", "Anpassad utgift 1", "expense2", "Anpassad utgift 2", "expense3", "Anpassad utgift 3", "expense4", "Anpassad utgift 4", "vendor1", "Anpassad leverant\xf6r 1", "vendor2", "Anpassad leverant\xf6r 2", "vendor3", "Anpassad leverant\xf6r 3", "vendor4", "Anpassad leverant\xf6r 4", "invoice1", "Anpassad faktura 1", "invoice2", "Anpassad faktura 2", "invoice3", "Anpassad faktura 3", "invoice4", "Anpassad faktura 4", "payment1", "Anpassad betalning 1", "payment2", "Anpassad betalning 2", "payment3", "Anpassad betalning 3", "payment4", "Anpassad betalning 4", "surcharge1", _s25_96, "surcharge2", _s25_97, "surcharge3", _s25_98, "surcharge4", _s25_99, "group1", "Anpassad grupp 1", "group2", "Anpassad grupp 2", "group3", "Anpassad grupp 3", "group4", "Anpassad grupp 4", "reset", "\xc5terst\xe4lla", "number", "Nummer", "export", "Exportera", "chart", "Lista", "count", "R\xe4kna", "totals", "Total", "blank", "Blank", "day", "Dag", "month", "M\xe5nad", "year", "\xc5r", "subgroup", "Undergrupp", "is_active", "\xc4r aktiv", "group_by", "Gruppera genom", "credit_balance", "Kreditbalans", _s18_67, "Kontakt: senast inloggad", _s17_83, "Kontakt: namn", "contact_phone", "Kontakt telefon", _s21_59, "Kontakt: anpassat v\xe4rde 1", _s21_60, "Kontakt: anpassat v\xe4rde 2", _s21_61, "Kontakt: anpassat v\xe4rde 3", _s21_62, "Kontakt: anpassat v\xe4rde 4", _s17_85, "Leveransadress 1", _s17_86, "Leveransadress 2", "shipping_city", "Leverans stad", "shipping_state", "Leverans l\xe4n", _s20_61, "Leverans postnummer", _s16_132, "Leverans land", _s16_134, "Faktureringsadress 1", _s16_135, "Faktureringsadress 2", "billing_city", "Fakturerings stad", "billing_state", "Fakturerings l\xe4n", _s19_40, "Fakturerings postnummer", "billing_country", "Fakturerings land", "client_id", "Kund-id", "assigned_to", "Tilldelat till", "created_by", "Skapad av :name", "assigned_to_id", "Tilldelad till id", "created_by_id", "Skapat av id", "add_column", "L\xe4gg till kolumn", "edit_columns", "Redigera kolumner", "columns", "Kolumner", "aging", "B\xf6rjar bli gammal", "profit_and_loss", "F\xf6rtj\xe4nst och F\xf6rlust", "reports", "Rapporter", "report", "Rapport", "add_company", "L\xe4gg till f\xf6retag", "unpaid_invoice", "Obetalad faktura", "paid_invoice", "Betalad faktura", _s16_136, "Ej godk\xe4nd offert", "help", "Hj\xe4lp", "refund", "\xc5terbetalning", "refund_date", "\xc5terbetalnings datum", "filtered_by", "Filtrerat efter", "contact_email", "Kontakt e-post", "multiselect", "Flera val", "entity_state", "Tillst\xe5nd", "verify_password", "Verifiera l\xf6senord", "applied", "Applicerad", _s21_63, "Inkludera senaste fel fr\xe5n loggarna", _s30_8, "Vi har f\xe5tt ditt meddelande och f\xf6rs\xf6ker svara snabbt.", "message", "Meddelande", "from", "Fr\xe5n", _s20_63, "Visa produktinformation", _s25_35, "Inkludera beskrivning och kostnad i produktmenyn", _s20_65, "PDF-renderaren kr\xe4ver :version", _s18_70, "Justera avgiftsprocenten", _s23_28, "Justera procent f\xf6r att ta h\xe4nsyn till avgiften", _s18_72, "Konfigurera inst\xe4llningar", "support_forum", "Supportforum", "about", "Om", "documentation", "Dokumentation", "contact_us", "Kontakta oss", "subtotal", "Delsumma", "line_total", "Summa", "item", "Artikel", "credit_email", "Credit Email", "iframe_url", "Webbsida", "domain_url", "Dom\xe4n URL", _s21_64, "L\xf6senordet \xe4r f\xf6r kort", _s20_66, "L\xf6senordet m\xe5ste inneh\xe5lla minst en versal och minst ett nummer", _s19_42, "Kundportal uppgifter", _s23_29, "Kundportal \xf6versikt", _s20_67, "Ange ett v\xe4rde", "deleted_logo", "Logotypen har tagits bort", "yes", "Ja", "no", "Nej", "generate_number", "Generera nummer", "when_saved", "N\xe4r sparat", "when_sent", "N\xe4r skickat", "select_company", "V\xe4lj f\xf6retag", "float", "Float", "collapse", "D\xf6lj", "show_or_hide", "Visa/d\xf6lj", "menu_sidebar", "Meny Sidof\xe4lt", "history_sidebar", "Historia Sidof\xe4lt", "tablet", "Tablet", "mobile", "Mobil", "desktop", "Desktop", "layout", "Layout", "view", "Visa", "module", "Modul", "first_custom", "F\xf6rsta anpassad", "second_custom", "Andra anpassad", "third_custom", "Tredje anpassad", "show_cost", "Visa kostnad", _s17_88, "Visa produktkostnad", "show_cost_help", "Visa ett produktkostnadsf\xe4lt f\xf6r att sp\xe5ra p\xe5slag/vinst", _s21_65, "Visa produktkvantitet", _s26_23, "Visa ett produktkvantitetsf\xe4lt, annars \xe4r det ett", _s21_67, "Visa fakturakvantitet", _s26_24, "Visa ett f\xe4lt f\xf6r radnummer, annars ett som standard", _s21_69, "Visa produktrabatt", _s26_25, "Visa ett rabattf\xe4lt f\xf6r en rad", _s16_138, "Standardkvantitet", _s21_71, "St\xe4ll in radens kvantitet automatiskt till ett", "one_tax_rate", "En skattesats", "two_tax_rates", "Tv\xe5 skattesatser", "three_tax_rates", "Tre skattesatser", _s16_140, "Standard skattesats", "user", "Anv\xe4ndare", "invoice_tax", "Fakturaskatt", "line_item_tax", "Artikelskatt", "inclusive_taxes", "Inklusive skatter", _s17_90, "Fakturaskattesatser", "item_tax_rates", "Artikel skattesatser", _s18_74, "V\xe4lj en kund", "configure_rates", "Konfigurera priser", _s18_75, "Konfigurera gateways", "tax_settings", "Momsinst\xe4llningar", _s18_77, "Skattesatser", "accent_color", "Accentf\xe4rg", "switch", "V\xe4xla", _s19_44, "Kommaseparerad lista", "options", "Val", _s16_142, "Enradig text", "multi_line_text", "Text med flera rader", "dropdown", "Dropdown", "field_type", "F\xe4lttyp", _s27_37, "Ett e-postmeddelande f\xf6r \xe5terst\xe4llning av l\xf6senord har skickats", "submit", "Skicka", _s16_144, "\xc5terst\xe4ll ditt l\xf6senord", "late_fees", "F\xf6rsenade avgifter", "credit_number", "Kreditnummer", "payment_number", "Betalningsnummer", "late_fee_amount", "F\xf6rseningsavgifts summa", _s16_145, "F\xf6rseningsavgifts procent", "schedule", "Schema", "before_due_date", "F\xf6re f\xf6rfallodagen", "after_due_date", "Efter f\xf6rfallodagen", _s18_79, "Efter fakturadatum", "days", "Dagar", "invoice_email", "Faktura e-post", "payment_email", "Betalnings e-post", "partial_payment", "Delbetalning", "payment_partial", "Delbetalning", _s21_72, "E-postadress f\xf6r delbetalning", "quote_email", "Offert e-post", _s16_147, "O\xe4ndlig p\xe5minnelse", _s16_149, "Filtrerat efter anv\xe4ndare", "administrator", "Administrat\xf6r", _s18_80, "Till\xe5t anv\xe4ndare att hantera anv\xe4ndare, \xe4ndra inst\xe4llningar och \xe4ndra alla v\xe4rden", "user_management", "Anv\xe4ndarhantering", "users", "Anv\xe4ndare", "new_user", "Ny anv\xe4ndare", "edit_user", "\xc4ndra anv\xe4ndare", "created_user", "Anv\xe4ndaren skapades", "updated_user", "Anv\xe4ndare uppdaterad", "archived_user", "Framg\xe5ngsrikt arkiverat anv\xe4ndare", "deleted_user", "Anv\xe4ndare borttagen", "removed_user", "Anv\xe4ndaren har tagits bort", "restored_user", "Anv\xe4ndare \xe5terst\xe4lld", "archived_users", ":value anv\xe4ndare har arkiverats", "deleted_users", ":value anv\xe4ndare har raderats", "removed_users", ":value anv\xe4ndare har tagits bort", "restored_users", ":value anv\xe4ndare har \xe5terst\xe4llts", _s16_151, "Generella inst\xe4llningar", "invoice_options", "Fakturainst\xe4llningar", _s17_92, 'D\xf6lj "Betald till"', _s22_55, 'Visa bara "Betald till"-sektionen p\xe5 fakturan n\xe4r en betalning har mottagits.', _s23_31, "B\xe4dda in dokument", _s28_21, _s39_4, _s16_153, "Visa Header p\xe5", _s16_154, "Visa Footer p\xe5", "first_page", "F\xf6rsta sidan", "all_pages", "Alla sidor", "last_page", "Sista sidan", "primary_font", "Prim\xe4rt typsnitt", "secondary_font", "Sekund\xe4rt typsnitt", "primary_color", "Prim\xe4r f\xe4rg", "secondary_color", "Sekund\xe4r f\xe4rg", "page_size", "Sidstorlek", "font_size", "Storlek p\xe5 framsida", "quote_design", "Offert design", "invoice_fields", "Fakturaf\xe4lt", "product_fields", "Produkt f\xe4lt", "invoice_terms", "Fakturavillkor", "invoice_footer", "Faktura sidfot", "quote_terms", "Offertvillkor", "quote_footer", "Offert footer", _s18_81, "Automatisk e-post", _s23_32, "Skicka \xe5terkommande fakturor automatiskt.", _s18_82, "Automatisk arkivering", _s23_33, "Arkivera automatiskt offerter n\xe4r de konverteras.", _s18_83, "Auto Konvertera", _s23_34, "Konvertera automatiskt en offert till en faktura n\xe4r den godk\xe4nts av en kund.", _s17_94, "Arbetsfl\xf6desinst\xe4llningar", "freq_daily", "Dagligen", "freq_weekly", "Veckovis", "freq_two_weeks", "Tv\xe5 veckor", "freq_four_weeks", "Fyra veckor", "freq_monthly", "M\xe5nadsvis", "freq_two_months", "Tv\xe5 m\xe5nader", _s17_96, "Tre m\xe5nader", _s16_155, "Fyra m\xe5nader", "freq_six_months", "Sex m\xe5nader", "freq_annually", "\xc5rsvis", "freq_two_years", "Tv\xe5 \xe5r", _s16_156, "Tre \xe5r", "never", "Aldrig", "company", "F\xf6retag", _s17_97, "Genererade nummer", "charge_taxes", "Inkludera moms", "next_reset", "N\xe4sta \xe5terst\xe4llning", "reset_counter", "\xc5terst\xe4ll r\xe4knare", _s16_157, "\xc5terkommande prefix", "number_padding", "Nummerfyllning", "general", "Allm\xe4n", "surcharge_field", "Till\xe4ggsf\xe4lt", "company_field", "F\xf6retagsf\xe4lt", "company_value", "F\xf6retagets v\xe4rde", "credit_field", "Kreditf\xe4lt", "invoice_field", "Fakturaf\xe4lt", _s17_99, "Till\xe4ggsavgift till faktura", "client_field", "Kundf\xe4lt", "product_field", "Produktf\xe4lt", "payment_field", "Betalningsf\xe4lt", "contact_field", "Kontaktf\xe4lt", "vendor_field", "Leverant\xf6rsf\xe4lt", "expense_field", "Utgiftsf\xe4lt", "project_field", "Projektf\xe4lt", "task_field", "Uppgiftsf\xe4lt", "group_field", "Gruppf\xe4lt", "number_counter", "Nummerr\xe4knare", "prefix", "Prefix", "number_pattern", "Nummerm\xf6nster", "messages", "Meddelanden", "custom_css", "Anpassad CSS", _s17_101, "Anpassad JavaScript", _s16_159, "Visa p\xe5 PDF", _s21_74, "Visa kundens signatur p\xe5 fakturan/offerten.", _s25_41, "Faktura villkor kryssruta", _s30_9, "Kr\xe4v att kunden accepterar fakturavillkoren.", _s23_35, "Offert villkors kryssruta", _s28_22, "Kr\xe4v att kunden accepterar offertvillkoren.", _s25_42, "Faktura signatur", _s30_10, "Kr\xe4v signatur av kund.", _s23_36, "Offert signatur", _s22_57, "L\xf6senordsskydda fakturor", _s27_38, "Till\xe5ter dig att s\xe4tta ett l\xf6senord f\xf6r varje kontakt. Om ett l\xf6senord \xe4r valt kommer kontakten vara tvungen att skriva in l\xf6senordet innan den kan se fakturan.", "authorization", "Tillst\xe5nd", "subdomain", "Underdom\xe4n", "domain", "Dom\xe4n", "portal_mode", "Portal-l\xe4ge", "email_signature", "V\xe4nliga h\xe4lsningar,", _s24_39, "G\xf6r det enklare f\xf6r dina kunder att betala genom att l\xe4gga till schema.org m\xe4rkning till dina e-postmeddelanden.", "plain", "Vanlig", "light", "Ljus", "dark", "M\xf6rk", "email_design", "E-post design", "attach_pdf", "Bifoga PDF", _s16_160, "Bifoga dokument", "attach_ubl", "Bifoga UBL", "email_style", "E-poststil", _s19_46, "Aktivera m\xe4rkning", "reply_to_email", "Reply-To E-post", "reply_to_name", "Reply-To namn", "bcc_email", "Skicka som hemlig kopia", "processed", "Bearbetat", "credit_card", "Betalkort", "bank_transfer", "Bank\xf6verf\xf6ring", "priority", "Prioritet", "fee_amount", "Avgiftsbelopp", "fee_percent", "Avgiftsprocent", "fee_cap", "Avgiftstak", "limits_and_fees", "Begr\xe4nsningar/avgifter", "enable_min", "Aktivera min", "enable_max", "Aktivera max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, "Accepterade kort logos", "credentials", "Uppgifter", "update_address", "Uppdatera adress", _s19_49, "Uppdatera kundens adress med tillhandah\xe5llna uppgifter", "rate", "\xe1-pris", "tax_rate", "Skatteniv\xe5", "new_tax_rate", "Ny skatte niv\xe5", "edit_tax_rate", "Redigera skatteniv\xe5", _s16_162, "Framg\xe5ngsrikt skapat skattesats", _s16_163, "Framg\xe5ngsrikt uppdaterad momssats", _s17_104, "Framg\xe5ngsrikt arkiverat skatteniv\xe5n/momssatsen", _s16_164, "Skattesatsen har raderats", _s17_105, "Skattesatsen har \xe5terst\xe4llts", _s18_84, ":value skattesatser har arkiverats", _s17_106, ":value skattesatser har raderats", _s18_85, ":value skattesatser har \xe5terst\xe4llts", "fill_products", "Auto-ifyll produkter", _s18_86, "V\xe4lj en produkt f\xf6r att automatiskt fylla i beskrivning och pris", "update_products", "Auto-uppdaterade produkter", _s20_71, "Uppdatera en faktura f\xf6r att automatiskt uppdatera produktbiblioteket", _s16_165, "Konvertera produkter", _s21_75, "Konvertera automatiskt produkt priser till kundens valuta", "fees", "Avgifter", "limits", "Gr\xe4nser", "provider", "Leverant\xf6r", "company_gateway", "Betalningsgateway", _s16_167, "Betalningsgateways", _s19_50, "Ny gateway", _s20_72, "Redigera gateway", _s23_37, "Gateway skapades", _s23_38, "Gateway uppdaterades", _s24_40, "Gateway arkiverades", _s23_39, "Gateway raderades", _s24_41, "Gateway \xe5terst\xe4lldes", _s25_44, ":value gateways har arkiverats", _s24_42, ":value gateways har raderats", _s25_45, ":value gateways har \xe5terst\xe4llts", _s16_169, "Forts\xe4tt redigera", "discard_changes", "Avbryt \xe4ndringar", "default_value", "Standardv\xe4rde", "disabled", "Avst\xe4ngd", "currency_format", "Valutaformat", _s21_76, "F\xf6rsta dagen i veckan", _s23_40, "\xc5rets f\xf6rsta m\xe5nad", "sunday", "S\xf6ndag", "monday", "M\xe5ndag", "tuesday", "Tisdag", "wednesday", "Onsdag", "thursday", "Torsdag", "friday", "Fredag", "saturday", "L\xf6rdag", "january", "Januari", "february", "Februari", "march", "Mars", "april", "April", "may", "Maj", "june", "Juni", "july", "Juli", "august", "Augusti", "september", "September", "october", "Oktober", "november", "November", "december", "December", "symbol", "Symbol", "ocde", "Kod", "date_format", "Datumformat", "datetime_format", "Datum- och tidsformat", "military_time", "24 Timmars tid", _s18_87, "24-timmarsvisning", "send_reminders", "Skicka p\xe5minnelser", "timezone", "Tidszon", _s19_51, "Filtrera efter projekt", _s17_107, "Filtrerat efter grupp", _s19_53, "Filtrerat efter faktura", _s18_88, "Filtrerat efter kund", _s18_90, "Filtrerat efter leverant\xf6r", "group_settings", "Gruppinst\xe4llningar", "group", "Grupp", "groups", "Grupper", "new_group", "Ny grupp", "edit_group", "Redigera grupp", "created_group", "Gruppen har skapats", "updated_group", "Gruppen har uppdaterats", "archived_groups", ":value grupper har arkiverats", "deleted_groups", ":value grupper har raderats", "restored_groups", ":value grupper har \xe5terst\xe4llts", "archived_group", "Gruppen har arkiverats", "deleted_group", "Gruppen har raderats", "restored_group", "Gruppen har \xe5terst\xe4llts", "upload_logo", "Ladda upp logotyp", "uploaded_logo", "Logotypen har laddats upp", "logo", "Logotyp", "saved_settings", "Inst\xe4llningarna har sparats", _s16_171, "Produkt inst\xe4llningar", "device_settings", "Enhetsinst\xe4llningar", "defaults", "F\xf6rinst\xe4llningar", "basic_settings", "Grundl\xe4ggande inst\xe4llningar", _s17_109, "Avancerade inst\xe4llningar", "company_details", "F\xf6retagsinformation", "user_details", "Anv\xe4ndaruppgifter", "localization", "Spr\xe5kanpassning", "online_payments", "Onlinebetalningar", "tax_rates", "Momsniv\xe5er", "notifications", "Meddelanden", "import_export", "Importera/Exportera", "custom_fields", "Anpassade f\xe4lt", "invoice_design", "Fakturadesign", "buy_now_buttons", "K\xf6p Nu knappar", "email_settings", "E-postinst\xe4llningar", _s23_42, "Mallar och p\xe5minnelser", _s22_58, "Kreditkort och banker", _s19_55, _s17_154, "price", "Pris", "email_sign_up", "Registrera dig via e-post", "google_sign_up", "Registrera dig via Google", _s27_42, "Tack f\xf6r ditt k\xf6p!", "redeem", "L\xf6s in", "back", "Tillbaka", "past_purchases", "Tidigare k\xf6p", _s19_57, "\xc5rlig prenumeration", "pro_plan", "Pro prenumeration", "enterprise_plan", "Enterprise prenumeration", "count_users", ":count anv\xe4ndare", "upgrade", "Uppgradera", _s25_46, "Ange ett f\xf6rnamn", _s24_43, "Ange ett efternamn", _s33_21, "Godk\xe4nn anv\xe4ndarvillkoren och sekretesspolicyn f\xf6r att skapa ett konto.", "i_agree_to_the", "Jag godk\xe4nner", _s16_173, "Villkor f\xf6r tj\xe4nsten", "privacy_policy", "Integritetspolicy", "sign_up", "Registrera dig", "account_login", "Inloggning", "view_website", "Visa webbplats", "create_account", "Skapa konto", "email_login", "E-postinloggning", "create_new", "Skapa Ny", _s18_92, "Ingen posts har valts", _s21_79, "Spara eller avbryt dina \xe4ndringar", "download", "Ladda ner", _s27_43, "Kr\xe4ver en enterprise prenumeration", "take_picture", "Ta en bild", "upload_file", "Ladda upp en fil", "document", "Dokument", "documents", "Dokument", "new_document", "Nytt dokument", "edit_document", "Redigera dokument", _s17_111, "Dokuementet har laddats upp", _s16_175, "Dokumentet har uppdaterats", _s17_112, "Dokumentet har arkiverats", _s16_176, "Dokumentet har raderats", _s17_113, "Dokumentet har \xe5terst\xe4llts", _s18_94, ":value dokument har arkiverats", _s17_114, ":value dokument har raderats", _s18_95, ":value dokument har \xe5terst\xe4llts", "no_history", "Ingen historik", "expense_date", "Kostnads datum", "pending", "P\xe5g\xe5ende", _s16_177, "Loggad", _s16_178, "I v\xe4ntan p\xe5", _s16_179, "Fakturerad", "converted", "Konvertera", _s24_45, "Bifoga dokument till fakturan", "exchange_rate", "V\xe4xlingskurs", _s16_180, "Konvertera valuta", "mark_paid", "Markera betald", "category", "Kategori", "address", "Adress", "new_vendor", "Ny leverant\xf6r", "created_vendor", "Framg\xe5ngsrikt skapat leverant\xf6r", "updated_vendor", "Framg\xe5ngsrikt uppdaterat leverant\xf6r", "archived_vendor", "Framg\xe5ngsrikt arkiverat leverant\xf6r", "deleted_vendor", "Framg\xe5ngsrikt raderat leverant\xf6r", "restored_vendor", "Lyckades \xe5terst\xe4lla leverant\xf6r", _s16_181, "Framg\xe5ngsrikt arkiverat :count leverant\xf6rer", "deleted_vendors", "Framg\xe5ngsrikt raderat :count leverant\xf6rer", _s16_182, ":value leverant\xf6rer har \xe5terst\xe4llts", "new_expense", "Ny Kostnad", "created_expense", "Framg\xe5ngsrikt skapat kostnad", "updated_expense", "Framg\xe5ngsrikt uppdaterat kostnad", _s16_183, "Framg\xe5ngsrikt arkiverat kostnad", "deleted_expense", "Framg\xe5ngsrikt tagit bort kostnad", _s16_184, "Lyckades \xe5terst\xe4lla utgifter", _s17_115, "Framg\xe5ngsrikt arkiverat kostnader", _s16_185, "Framg\xe5ngsrikt tagit bort kostnader", _s17_116, ":value utgifter har \xe5terst\xe4llts", "copy_shipping", "Kopiera frakt", "copy_billing", "Kopiera betalning", "design", "Design", _s21_80, "Det gick inte att hitta posten", "invoiced", "Fakturerad", "logged", "Loggat", "running", "K\xf6rs", "resume", "\xc5teruppta", "task_errors", "Korrigera \xf6verlappande tider", "start", "Start", "stop", "Stoppa", "started_task", "Startat uppgift utan problem", "stopped_task", "Framg\xe5ngsrikt stoppad uppgift", "resumed_task", "fortsatt uppgiften utan problem", "now", "Nu", _s16_186, "Starta automatiskt uppgifter", "timer", "Timer", "manual", "Manuell", "budgeted", "Budgeterat", "start_time", "Start-tid", "end_time", "Sluttid", "date", "Datum", "times", "Tider", "duration", "Varaktighet", "new_task", "Ny uppgift", "created_task", "Framg\xe5ngsrikt skapad uppgift", "updated_task", "Lyckad uppdatering av uppgift", "archived_task", "Framg\xe5ngsrikt arkiverad uppgift", "deleted_task", "Framg\xe5ngsrikt raderad uppgift", "restored_task", "Framg\xe5ngsrikt \xe5terst\xe4lld uppgift", "archived_tasks", "Framg\xe5ngsrikt arkiverade :count uppgifter", "deleted_tasks", "Framg\xe5ngsrikt raderade :count uppgifter", "restored_tasks", ":value uppgifter har \xe5terst\xe4llts", _s19_59, "Ange ett namn", "budgeted_hours", "Budgeterade timmar", "created_project", "Projekt skapat", "updated_project", "Projektet uppdaterat", _s16_188, "Projekt arkiverat", "deleted_project", "Projekt borttaget", _s16_189, "Projekt \xe5terst\xe4llt", _s17_117, ":count projekt arkiverade", _s16_190, ":count projekt borttagna", _s17_118, ":value projekt har \xe5terst\xe4llts", "new_project", "Nytt projekt", _s27_47, "Tack f\xf6r att du anv\xe4nder v\xe5r app!", "if_you_like_it", "Om du gillar det", "click_here", "klicka h\xe4r", _s18_96, "Klicka h\xe4r", "to_rate_it", "att betygs\xe4tta det.", "average", "Genomsnitt", "unapproved", "Icke godk\xe4nd", _s30_15, "V\xe4nligen autentisera f\xf6r att \xe4ndra denna inst\xe4llning", "locked", "L\xe5st", "authenticate", "Autentisera", _s19_61, "V\xe4nligen autentisera", _s24_47, "Biometrisk autentisering", "footer", "Sidfot", "compare", "J\xe4mf\xf6r", "hosted_login", "Hosted inloggning", "selfhost_login", "Sj\xe4lvhostad inloggning", "google_sign_in", "Logga in med Google", "today", "Idag", "custom_range", "Anpassat intervall", "date_range", "Datumintervall", "current", "Nuvarande", "previous", "F\xf6reg\xe5ende", "current_period", "Nuvarande period", _s17_119, "J\xe4mf\xf6relseperiod", "previous_period", _s17_242, "previous_year", _s17_242, "compare_to", "J\xe4mf\xf6r med", "last7_days", "Senaste 7 dagarna", "last_week", "F\xf6rra veckan", "last30_days", "Senaste 30 dagarna", "this_month", "Denna m\xe5naden", "last_month", "Senaste m\xe5naden", "this_year", "Detta \xe5ret", "last_year", "Senaste \xe5ret", "custom", "Utforma", _s16_191, "Klona till faktura", "clone_to_quote", "Klona till offert", "clone_to_credit", "Klona till kredit", "view_invoice", "Visa faktura", "convert", "Konvertera", "more", "Mer", "edit_client", "Redigera kund", "edit_product", "Redigera produkt", "edit_invoice", "Redigera faktura", "edit_quote", "\xc4ndra offert", "edit_payment", "\xc4ndra betalning", "edit_task", "Redigera uppgift", "edit_expense", "Redigera kostnad", "edit_vendor", "\xc4ndra leverant\xf6r", "edit_project", "\xc4ndra produkt", _s20_74, "Redigera \xe5terkommande offerter", "billing_address", "Fakturaadress", _s16_193, "Leveransadress", "total_revenue", "Totala int\xe4kter", "average_invoice", "Genomsnittlig faktura", "outstanding", "Utest\xe5ende/Obetalt", "invoices_sent", _s24_117, "active_clients", "aktiva kunder", "close", "St\xe4ng", "email", "E-post", "password", "L\xf6senord", "url", "URL", "secret", "Hemlig", "name", "Namn", "logout", "Logga ut", "login", "Logga in", "filter", "Filter", "sort", "Sortera", "search", "S\xf6k", "active", "Aktiv", "archived", "Arkiverad", "deleted", "Ta bort", "dashboard", "\xd6versikt", "archive", "Arkiv", "delete", "Ta bort", "restore", "\xc5terst\xe4ll", _s16_195, "Uppdatering klar", _s23_43, "Ange din e-postadress", _s26_34, "Ange ditt l\xf6senord", _s21_83, "Ange din URL", _s26_36, "Ange din produktnyckel", "ascending", "Stigande", "descending", "Fallande", "save", "Spara", _s17_121, "Ett fel uppstod", "paid_to_date", "Betalt hittills", "balance_due", "Resterande belopp", "balance", "Balans", "overview", "\xd6versikt", "details", "Detaljer", "phone", "Telefon", "website", "Hemsida", "vat_number", "Momsregistreringsnummer", "id_number", "ID-nummer", "create", "Skapa", _s19_63, "Kopierade :value till urklipp", "error", "Error", _s16_197, "Kunde inte starta", "contacts", "Kontakter", "additional", "Ytterligare", "first_name", "F\xf6rnamn", "last_name", "Efternamn", "add_contact", "L\xe4gg till kontakt", "are_you_sure", "\xc4r du s\xe4ker?", "cancel", "Avbryt", "ok", "Ok", "remove", "Ta bort", _s16_199, "E-postadressen \xe4r ogiltig", "product", "Produkt", "products", "Produkter", "new_product", "Ny produkt", "created_product", "Produkt skapad", "updated_product", "Produkt uppdaterad", _s16_201, "Produkt arkiverad", "deleted_product", "Produkt borttagen", _s16_202, "Produkt \xe5terst\xe4lld", _s17_123, "Arkiverade :count produkter utan problem", _s16_203, ":count produkter borttagna", _s17_124, ":value produkter har \xe5terst\xe4llts", "product_key", "Produkt", "notes", "Notis", "cost", "Kostnad", "client", "Kund", "clients", "Kunder", "new_client", "Ny kund", "created_client", "Kund skapad", "updated_client", "Kund uppdaterad", "archived_client", "Kund arkiverad", _s16_204, ":count kunder arkiverade", "deleted_client", "kund borttagen", "deleted_clients", ":count kunder borttagna", "restored_client", "Kund \xe5terst\xe4lld", _s16_205, ":value kunder har \xe5terst\xe4llts", "address1", "Adress 1", "address2", "Adress 2", "city", "Ort", "state", "Landskap", "postal_code", "Postnummer", "country", "Land", "invoice", "Faktura", "invoices", "Fakturor", "new_invoice", "Ny faktura", "created_invoice", "Faktura skapad", "updated_invoice", "Faktura uppdaterad", _s16_206, "Faktura arkiverad", "deleted_invoice", "Faktura borttagen", _s16_207, "Faktura \xe5terst\xe4lld", _s17_125, ":count fakturor arkiverade", _s16_208, ":count fakturor borttagna", _s17_126, ":value fakturor har \xe5terst\xe4llts", "emailed_invoice", "Faktura skickad som e-post", "emailed_payment", "Epostade betalningen utan problem", "amount", "Summa", "invoice_number", "Fakturanummer", "invoice_date", "Fakturadatum", "discount", "Rabatt", "po_number", "Referensnummer", "terms", "Villkor", "public_notes", "Publika noteringar", "private_notes", "Privata anteckningar", "frequency", "Frekvens", "start_date", "Startdatum", "end_date", "Slutdatum", "quote_number", "Offertnummer", "quote_date", "Offertdatum", "valid_until", "Giltig till", "items", "Artiklar", "partial_deposit", "Delvis/deposition", "description", "Beskrivning", "unit_cost", "Enhetspris", "quantity", "Antal", "add_item", "L\xe4gg till artikel", "contact", "Kontakt", "work_phone", "Telefon", "total_amount", "Totala summan", "pdf", "PDF", "due_date", "Sista betalningsdatum", _s16_209, "Delvis f\xf6rfallen", "status", "Status", _s17_127, "Fakturastatus", "quote_status", "Offertstatus", _s22_59, "Klicka + f\xf6r att l\xe4gga till en artikel", _s22_61, "Klicka + f\xf6r att l\xe4gga till tid", "count_selected", ":count markerade", "total", "Totalsumma", "percent", "Procent", "edit", "\xc4ndra", "dismiss", "Avf\xe4rda", _s20_76, "V\xe4lj ett datum", _s22_62, "V\xe4lj en kund", _s24_49, "V\xe4lj en faktura", "task_rate", "Uppgifts taxa", "settings", "Inst\xe4llningar", "language", "Spr\xe5k", "currency", "Valuta", "created_at", "Skapat datum", "created_on", "Skapad", "updated_at", "Uppdaterad", "tax", "Moms", _s30_17, "Ange ett fakturanummer", _s27_51, "Ange ett offertnummer", "past_due", "F\xf6rfallen", "draft", "Utkast", "sent", "Skickat", "viewed", "Visad", "approved", "Godk\xe4nd", "partial", "delins\xe4ttning", "paid", "Betald", "mark_sent", "Markera skickad", _s22_64, "Fakturan har markerats som skickad", _s22_65, "Fakturan har markerats som betalad", _s23_45, "Fakturorna har markerats som skickade", _s23_46, "Fakturorna har markerats som betalade", "done", "Klar", _s37_18, "Ange kundens namn eller kontaktperson", "dark_mode", "M\xf6rkt l\xe4ge", _s27_53, "Starta om appen f\xf6r att till\xe4mpa \xe4ndringen", "refresh_data", "Uppdatera data", "blank_contact", "Tom kontakt", "activity", "H\xe4ndelse", _s16_211, "Inga uppgifter funna", "clone", "Kopiera", "loading", "Laddar", "industry", "Industri", "size", "Storlek", "payment_terms", _s17_241, "payment_date", "Betalningsdatum", "payment_status", "Betalningsstatus", _s16_213, "V\xe4ntande", _s16_214, "Ogiltig", _s16_215, "Misslyckad", _s16_216, "Avslutad", _s16_217, _s18_218, _s16_218, "\xc5terbetalad", _s17_128, "Outnyttjad", _s17_129, "Delvis oanv\xe4nd", "net", "Netto", "client_portal", "Kundportal", "show_tasks", "Visa uppgifter", "email_reminders", "E-postp\xe5minnelser", "enabled", "Aktiverad", "recipients", "Mottagare", "initial_email", "P\xe5b\xf6rja epost", "first_reminder", "F\xf6rsta P\xe5minnelse", "second_reminder", "Andra P\xe5minnelse", "third_reminder", _s17_184, "reminder1", "F\xf6rsta p\xe5minnelsen", "reminder2", "Andra p\xe5minnelsen", "reminder3", "Tredje p\xe5minnelsen", "template", "Mall", "send", "Skicka", "subject", "Subject", "body", "Organisation/Avdelning", "send_email", "Skicka epost", "email_receipt", "E-posta kvitto till kunden", "auto_billing", "Automatisk fakturering", "button", "Knapp", "preview", "F\xf6rhandsgranska", "customize", "Skr\xe4ddarsy", "history", "Historik", "payment", "Betalning", "payments", "Betalningar", "refunded", "\xc5terbetalad", "payment_type", "Betalningstyp", _s21_85, "Transaktion referens", "enter_payment", "Ange betalning", "new_payment", "Ny betalning", "created_payment", "Betalning registrerad", "updated_payment", "Betalning uppdaterad", _s16_219, "Betalning arkiverad", "deleted_payment", "Betalning borttagen", _s16_220, "betalning \xe5terst\xe4lld", _s17_130, ":count betalningar arkiverade", _s16_221, ":count betalningar borttagna", _s17_131, ":value betalningar har \xe5terst\xe4llts", "quote", "Offert", "quotes", "Offerter", "new_quote", "Ny offert", "created_quote", "Offert skapad", "updated_quote", "Offert uppdaterad", "archived_quote", "Offert arkiverad", "deleted_quote", "Offert borttagen", "restored_quote", "Offert \xe5terst\xe4lld", "archived_quotes", ":count offerter arkiverade", "deleted_quotes", ":count offerter borttagna", "restored_quotes", ":value offerter har \xe5terst\xe4llts", "expense", "Utgift", "expenses", "Utgifter", "vendor", "Leverant\xf6r", "vendors", "Leverant\xf6rer", "task", "Uppgift", "tasks", "Uppgifter", "project", "Projekt", "projects", "Projekt", "activity_1", ":user skapade kund :client", "activity_2", ":user arkiverade kund :client", "activity_3", ":user raderade kund :client", "activity_4", ":user skapade faktura :invoice", "activity_5", ":user uppdaterade faktura :invoice", "activity_6", ":user mailade faktura :invoice f\xf6r :client till :contact", "activity_7", ":contact visade faktura :invoice f\xf6r :client", "activity_8", ":user arkiverade faktura :invoice", "activity_9", ":user raderade faktura :invoice", "activity_10", _s85_0, "activity_11", ":user uppdaterade betalning :payment", "activity_12", ":user arkiverade betalning :payment", "activity_13", ":user tog bort betalning :payment", "activity_14", ":user skickade in :credit kredit", "activity_15", ":user updaterade :credit kredit", "activity_16", ":user arkiverade :credit kredit", "activity_17", ":user tog bort :credit kredit", "activity_18", ":user skapade offert :quote", "activity_19", ":user uppdaterade offert :quote", "activity_20", ":user mailade offert :quote f\xf6r :client f\xf6r :contact", "activity_21", ":contact visade offert :quote", "activity_22", ":user arkiverade offert :quote", "activity_23", ":user tog bort offert :quote", "activity_24", ":user \xe5terst\xe4llde offert :quote", "activity_25", ":user \xe5terst\xe4llde faktura :invoice", "activity_26", ":user \xe5terst\xe4llde kund :client", "activity_27", ":user \xe5terst\xe4llde betalning :payment", "activity_28", ":user \xe5terst\xe4llde :credit kredit", "activity_29", _s42_13, "activity_30", ":user skapade leverant\xf6r :vendor", "activity_31", ":user arkiverade leverant\xf6r :vendor", "activity_32", ":user tog bort leverant\xf6r :vendor", "activity_33", ":user \xe5terst\xe4llde leverant\xf6r :vendor", "activity_34", ":user skapade kostnad :expense", "activity_35", ":user arkiverade kostnad :expense", "activity_36", ":user tog bort kostnad :expense", "activity_37", ":user \xe5terst\xe4llde kostnad :expense", "activity_39", ":user avbr\xf6t en :payment_amount betalning :payment", "activity_40", ":user \xe5terbetalade :adjustment av en :payment_amount betalning :payment", "activity_41", ":payment_amount betalning (:payment) misslyckad", "activity_42", ":user skapade uppgift :task", "activity_43", ":user uppdaterade uppgift :task", "activity_44", ":user arkiverade uppgift :task", "activity_45", ":user tog bort uppgift :task", "activity_46", ":user \xe5terst\xe4llde uppgift :task", "activity_47", ":user uppdaterade kostnad :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", ":user \xe5ter\xf6ppnade \xe4rende :ticket", "activity_55", ":contact svarade p\xe5 \xe4rende :ticket", "activity_56", ":user visade \xe4rende :ticket", "activity_57", "Systemet kunde inte skicka fakturan via e-post :invoice", "activity_58", ":user omv\xe4nd faktura :invoice", "activity_59", ":user avbruten faktura :invoice", "activity_60", ":contact har kollat p\xe5 offerten :quote", "activity_61", ":user uppdaterade kunden :client", "activity_62", ":user uppdaterade leverant\xf6ren :vendor", "activity_63", ":user mejlade f\xf6rsta p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_64", ":user emaimejlade andra p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_65", ":user mejlade tredje p\xe5minnelsen f\xf6r faktura :invoice till :contact", "activity_66", ":user mejlade en o\xe4ndlig p\xe5minnelse f\xf6r faktura :invoice till :contact", "activity_80", ":user skapade prenumerationen :subscription", "activity_81", ":user uppdaterade prenumerationen :subscription", "activity_82", ":user arkiverade prenumerationen :subscription", "activity_83", ":user raderade prenumerationen :subscription", "activity_84", ":user \xe5terst\xe4llde prenumerationen :subscription", _s17_132, "Eng\xe5ngs l\xf6senord", "emailed_quote", "Offert e-postad", "emailed_credit", _s32_41, _s20_78, "Offerten har markerats som skickad", _s21_87, "Krediten har markerats som skickad", "expired", "Utg\xe5tt", "all", "Alla", "select", "V\xe4lj", _s22_66, "Tryck l\xe4nge p\xe5 meny", "custom_value1", "Anpassat v\xe4rde", "custom_value2", "Anpassat v\xe4rde", "custom_value3", "Anpassat v\xe4rde 3", "custom_value4", "Anpassat v\xe4rde 4", _s18_97, "Anpassad e-poststil", _s24_54, "Anpassat \xf6versiktsmeddelande", _s29_37, "Anpassat obetalt fakturameddelande", _s27_58, "Anpassat betalt fakturameddelande", _s31_18, "Anpassat icke godk\xe4nt offertmeddelande", "lock_invoices", "L\xe5s fakturor", "translations", "\xd6vers\xe4ttningar", _s19_64, "Uppgift nummerformat", _s19_66, "Uppgift nummerr\xe4knare", _s22_68, "Utgift nummerformat", _s22_70, "Utgift nummerr\xe4knare", _s21_88, "Leverant\xf6r nummerformat", _s21_90, "Leverant\xf6r nummerr\xe4knare", _s21_92, "\xc4rende nummerformat", _s21_94, "\xc4rende nummerr\xe4knare", _s22_72, "Betalning nummerformat", _s22_74, "Betalning nummerr\xe4knare", _s22_76, "Faktura nummerformat", _s22_78, "Fakturar\xe4knare", _s20_79, "Offert nummerformat", _s20_81, "Offertr\xe4knare", _s21_96, "Kund nummerformat", _s21_98, "Kund nummerr\xe4knare", _s21_100, "Kredit nummerformat", _s21_101, "Kredit nummerr\xe4knare", _s18_99, "\xc5terst\xe4ll r\xe4knedatum", "counter_padding", "Utfyllnad f\xf6r r\xe4knare", _s28_57, "Delad r\xe4knare f\xf6r fakturor och offerter", _s18_101, "Standardskattnamn 1", _s18_103, "Standard skattesats 1", _s18_105, "Standardskattnamn 2", _s18_107, "Standard skattesats 2", _s18_109, "Standardskattnamn 3", _s18_111, "Standard skattesats 3", _s21_102, "E-postfakturans \xe4mne", _s19_68, "E-postoffertens \xe4mne", _s21_104, "E-postbetalningens \xe4mne", _s29_39, "\xc4mne f\xf6r delbetalning via e-post", "show_table", "Visa tabell", "show_list", "Visa lista", "client_city", "Kundens stad", "client_state", "Kundens landskap", "client_country", "Kundens land", _s16_222, "Kunden \xe4r aktiv", "client_balance", "Kundens balans", "client_address1", "Kundens adress 1", "client_address2", "Kundens adress 2", "vendor_address1", "Leverant\xf6rsadress", "vendor_address2", "Leverant\xf6rsadress 2", _s24_56, "Kundens leveransadress 1", _s24_57, "Kundens leveransadress 2", "type", "Typ", "invoice_amount", "Faktura belopp", _s16_226, "F\xf6rfallodatum", "tax_rate1", "Skattesats 1", "tax_rate2", "Skattesats 2", "tax_rate3", "Skattesats 3", "auto_bill", "Auto debitera", "archived_at", "Arkiverad kl", "has_expenses", "Har utgifter", "custom_taxes1", "Anpassade skatter 1", "custom_taxes2", "Anpassade skatter 2", "custom_taxes3", "Anpassade skatter 3", "custom_taxes4", "Anpassade skatter 4", _s17_134, _s25_96, _s17_135, _s25_97, _s17_136, _s25_98, _s17_137, _s25_99, "is_deleted", "\xc4r raderad", "vendor_city", "Leverant\xf6rens stad", "vendor_state", "Leverant\xf6rens landskap", "vendor_country", "Leverant\xf6rens land", "is_approved", "\xc4r godk\xe4nd", "tax_name", "Skattenamn", "tax_amount", "Moms summa", "tax_paid", "Moms betalad", "payment_amount", "Betald summa", "age", "\xc5lder", "is_running", "K\xf6rs", "time_log", "Tidslogg", "bank_id", "Bank", _s19_70, "Utgiftskategori ID", _s16_227, "Kostnads kategori", _s19_72, "Fakturavaluta ID", "tax_name1", "Skattnamn 1", "tax_name2", "Skattnamn 2", "tax_name3", "Skattnamn 3", "transaction_id", "Transaktions ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "th", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15 & \u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e04\u0e49\u0e32\u0e07", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", _s17_11, _s17_12, "week", "\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "range", "Range", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a :amount \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19 :total.", _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "\u0e14\u0e39\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 # :expense", "view_statement", "\u0e14\u0e39\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "\u0e23\u0e30\u0e1a\u0e1a", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "\u0e08\u0e32\u0e01\u0e0a\u0e37\u0e48\u0e2d", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s21_22, "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_27, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_3, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_4, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s26_4, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", _s25_5, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_6, _s38_2, _s26_5, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e41\u0e25\u0e49\u0e27", _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s17_23, "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "order", "Order", "unassigned", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22", "partial_value", "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e14\u0e40\u0e21\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e43\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07.", _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e40\u0e0a\u0e34\u0e0d\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, "\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "\u0e41\u0e1b\u0e25\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "\u0e07\u0e32\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "\u0e0b\u0e48\u0e2d\u0e19", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", "sample", "\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "map_to", "Map To", "import", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", _s25_16, _s29_7, "select_file", "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c", _s16_62, _s16_63, "csv_file", "\u0e44\u0e1f\u0e25\u0e4c CSV", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e08\u0e48\u0e32\u0e22", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "invoice_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e15\u0e32\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_total", "\u0e22\u0e2d\u0e14\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "credit_total", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s20_48, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", _s21_46, _s21_47, _s24_29, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_30, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s25_20, "\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e47\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s24_31, "\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s24_32, _s37_7, _s25_21, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2b\u0e21\u0e27\u0e14\u0e2b\u0e21\u0e39\u0e48\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s27_23, "\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s18_51, "\u0e17\u0e33\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33", _s21_53, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e0b\u0e49\u0e33\u0e43\u0e2b\u0e21\u0e48", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_29, "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e41\u0e25\u0e49\u0e27", _s25_30, _s38_11, _s26_14, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e41\u0e25\u0e49\u0e27", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "\u0e01\u0e33\u0e44\u0e23", "line_item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "\u0e14\u0e39\u0e1e\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e25", "copy_link", "Copy Link", "token_billing", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s24_35, _s24_36, "always", "\u0e15\u0e25\u0e2d\u0e14\u0e40\u0e27\u0e25\u0e32", "optin", "Opt-In", "optout", "Opt-Out", "label", "\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "client_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_convert", "Auto Convert", "company_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_quotes", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_credits", _s28_58, "gateway", "\u0e40\u0e01\u0e15\u0e40\u0e27\u0e22\u0e4c", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", "statement", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "taxes", "\u0e20\u0e32\u0e29\u0e35", "surcharge", "\u0e04\u0e34\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "apply_payment", "Apply Payment", "apply_credit", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "apply", "Apply", "unapplied", "Unapplied", "select_label", "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e49\u0e32\u0e22\u0e01\u0e33\u0e01\u0e31\u0e1a", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "\u0e44\u0e1b\u0e22\u0e31\u0e07", "health_check", "Health Check", "payment_type_id", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", _s17_65, _s17_66, "recent_payments", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "upcoming_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", "expired_quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "create_client", "Create Client", "create_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "create_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "create_payment", "Create Payment", "create_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "update_quote", "Update Quote", "delete_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "update_invoice", "Update Invoice", "delete_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "update_client", "Update Client", "delete_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "delete_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "update_vendor", "Update Vendor", "delete_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "create_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19", "update_task", "Update Task", "delete_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19", "approve_quote", "Approve Quote", "off", "\u0e1b\u0e34\u0e14", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\u0e1f\u0e23\u0e35", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokens", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokens", "new_token", "New Token", "edit_token", "\u0e41\u0e01\u0e49\u0e44\u0e02 Token", "created_token", "\u0e2a\u0e23\u0e49\u0e32\u0e07 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_token", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17 Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_token", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 Token \u0e41\u0e25\u0e49\u0e27", "deleted_token", "\u0e25\u0e1a Token \u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_quote", _s16_374, "email_credit", "Email Credit", "email_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s20_57, "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_58, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s21_56, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "\u0e22\u0e2d\u0e14\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "\u0e1e\u0e34\u0e40\u0e28\u0e29", "inclusive", "\u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e47\u0e21", _s17_77, "\u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10 / \u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", _s17_79, "\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c / \u0e40\u0e21\u0e37\u0e2d\u0e07 / \u0e23\u0e31\u0e10", "custom1", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "custom2", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "\u0e25\u0e49\u0e32\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", _s16_93, _s32_10, _s18_60, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e04\u0e37\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 \u0e27\u0e31\u0e19", "age_group_30", "30 - 60 \u0e27\u0e31\u0e19", "age_group_60", "60 - 90 \u0e27\u0e31\u0e19", "age_group_90", "90 - 120 \u0e27\u0e31\u0e19", "age_group_120", "120+ \u0e27\u0e31\u0e19", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s20_166, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e25\u0e40\u0e0b\u0e19\u0e15\u0e4c", "cancel_account", "\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35", _s22_47, "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19: \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e44\u0e14\u0e49", "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27", "load_design", "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, _s16_99, "recurring_tasks", "Recurring Tasks", _s18_61, "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e0d\u0e0a\u0e35", "credit_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credit", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "credits", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "new_credit", "\u0e1b\u0e49\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "edit_credit", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "created_credit", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_credit", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e41\u0e25\u0e49\u0e27", "archived_credit", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_credit", "\u0e25\u0e1a\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_credit", _s27_36, "restored_credit", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_100, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "deleted_credits", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", _s16_101, _s36_9, "current_version", "\u0e23\u0e38\u0e48\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "\u0e2d\u0e48\u0e32\u0e19\u0e15\u0e48\u0e2d", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e21\u0e48", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15", "number", "Number", "export", "\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "chart", "\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34", "count", "Count", "totals", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "blank", "\u0e27\u0e48\u0e32\u0e07", "day", "\u0e27\u0e31\u0e19", "month", "\u0e40\u0e14\u0e37\u0e2d\u0e19", "year", "\u0e1b\u0e35", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "\u0e08\u0e31\u0e14\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e32\u0e21", "credit_balance", "\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "assigned_to", "Assigned to", "created_by", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e14\u0e22 :name", "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "\u0e04\u0e2d\u0e25\u0e31\u0e21", "aging", "\u0e2d\u0e32\u0e22\u0e38\u0e25\u0e39\u0e01\u0e2b\u0e19\u0e35\u0e49", "profit_and_loss", "\u0e01\u0e33\u0e44\u0e23\u0e41\u0e25\u0e30\u0e02\u0e32\u0e14\u0e17\u0e38\u0e19", "reports", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "report", "\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "add_company", "\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "refund", "\u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "multiselect", "Multiselect", "entity_state", "\u0e2a\u0e16\u0e32\u0e19\u0e30", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", "from", "\u0e08\u0e32\u0e01", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "support forum", "about", "About", "documentation", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", "contact_us", "\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32", "subtotal", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "line_total", "\u0e23\u0e27\u0e21\u0e40\u0e07\u0e34\u0e19", "item", "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "credit_email", "Credit Email", "iframe_url", "Website", "domain_url", "Domain URL", _s21_64, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e31\u0e49\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "\u0e43\u0e0a\u0e48", "no", "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "\u0e14\u0e39", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, "\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e20\u0e32\u0e29\u0e35", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "\u0e2a\u0e25\u0e31\u0e1a", _s19_44, _s20_69, "options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", _s16_144, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "late_fees", "Late Fees", "credit_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "payment_number", "Payment Number", "late_fee_amount", "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19", _s16_145, "\u0e04\u0e48\u0e32\u0e1b\u0e23\u0e31\u0e1a\u0e25\u0e48\u0e32\u0e0a\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "schedule", "\u0e15\u0e32\u0e23\u0e32\u0e07\u0e40\u0e27\u0e25\u0e32", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "\u0e27\u0e31\u0e19", "invoice_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "payment_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", _s16_374, _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", _s18_80, "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "user_management", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "users", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", "new_user", "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e43\u0e2b\u0e21\u0e48", "edit_user", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "created_user", _s25_37, "updated_user", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_user", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e49\u0e27", "deleted_user", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "removed_user", _s25_40, "restored_user", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b", "invoice_options", "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s17_92, "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", _s22_55, '\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48 "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48" \u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27', _s23_31, "\u0e1d\u0e31\u0e07\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23", _s28_21, "\u0e23\u0e27\u0e21\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e41\u0e19\u0e1a\u0e21\u0e32\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_153, "\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", _s16_154, "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "first_page", "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01", "all_pages", "\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "last_page", "\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "\u0e2a\u0e35\u0e2b\u0e25\u0e31\u0e01", "secondary_color", "\u0e2a\u0e35\u0e23\u0e2d\u0e07", "page_size", "\u0e02\u0e19\u0e32\u0e14\u0e2b\u0e19\u0e49\u0e32", "font_size", "\u0e02\u0e19\u0e32\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", "quote_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "invoice_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "product_fields", "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "invoice_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "quote_terms", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_footer", "\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s23_34, "\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34\u0e08\u0e32\u0e01\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", _s17_94, _s17_95, "freq_daily", "Daily", "freq_weekly", "\u0e23\u0e32\u0e22\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_two_weeks", "\u0e2a\u0e2d\u0e07\u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c", "freq_four_weeks", "\u0e2a\u0e35\u0e48\u0e2a\u0e31\u0e1a\u0e14\u0e32\u0e2b\u0e4c", "freq_monthly", "\u0e23\u0e32\u0e22\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_two_months", "2 \u0e40\u0e14\u0e37\u0e2d\u0e19", _s17_96, "\u0e2a\u0e32\u0e21\u0e40\u0e14\u0e37\u0e2d\u0e19", _s16_155, "Four months", "freq_six_months", "\u0e2b\u0e01\u0e40\u0e14\u0e37\u0e2d\u0e19", "freq_annually", "\u0e23\u0e32\u0e22\u0e1b\u0e35", "freq_two_years", "Two years", _s16_156, "Three Years", "never", "\u0e44\u0e21\u0e48\u0e40\u0e04\u0e22", "company", "Company", _s17_97, "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19", "charge_taxes", "\u0e20\u0e32\u0e29\u0e35\u0e04\u0e48\u0e32\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "next_reset", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e04\u0e23\u0e31\u0e49\u0e07\u0e15\u0e48\u0e2d\u0e44\u0e1b", "reset_counter", "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e15\u0e31\u0e27\u0e19\u0e31\u0e1a", _s16_157, "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32 \u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33", "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "Client Field", "product_field", "Product Field", "payment_field", "Payment Field", "contact_field", "Contact Field", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "\u0e04\u0e33\u0e19\u0e33\u0e2b\u0e19\u0e49\u0e32", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07 CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_9, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s23_35, "Checkbox \u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s28_22, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s25_42, "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s30_10, "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e08\u0e31\u0e14\u0e2b\u0e32\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19", _s23_36, "\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s22_57, "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s27_38, "\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d \u0e2b\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e49\u0e2d\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "authorization", "\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15", "subdomain", "Subdomain", "domain", "\u0e42\u0e14\u0e40\u0e21\u0e19", "portal_mode", "Portal Mode", "email_signature", "\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e04\u0e32\u0e23\u0e1e", _s24_39, "\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e07\u0e48\u0e32\u0e22\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e21\u0e32\u0e23\u0e4c\u0e01\u0e2d\u0e31\u0e1b schema.org \u0e25\u0e07\u0e43\u0e19\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "plain", "\u0e18\u0e23\u0e23\u0e21\u0e14\u0e32", "light", "\u0e1a\u0e32\u0e07", "dark", "\u0e21\u0e37\u0e14", "email_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Markup", "reply_to_email", "\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "bank_transfer", "\u0e42\u0e2d\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14", "enable_max", "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e48\u0e32\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", "min_limit", "\u0e15\u0e48\u0e33\u0e2a\u0e38\u0e14 :min", "max_limit", "\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 :max", "min", "\u0e19\u0e49\u0e2d\u0e22", "max", "\u0e21\u0e32\u0e01", _s19_47, "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e42\u0e25\u0e42\u0e01\u0e49\u0e02\u0e2d\u0e07\u0e1a\u0e31\u0e15\u0e23", "credentials", "Credentials", "update_address", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", _s19_49, "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e44\u0e27\u0e49", "rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32", "tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "new_tax_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e43\u0e2b\u0e21\u0e48", "edit_tax_rate", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", _s16_162, _s28_100, _s16_163, _s28_100, _s17_104, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "\u0e40\u0e15\u0e34\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s18_86, "\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e08\u0e30\u0e40\u0e15\u0e34\u0e21\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "update_products", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s20_71, "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 \u0e08\u0e30\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21", "limits", "\u0e08\u0e33\u0e01\u0e31\u0e14", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "monday", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "tuesday", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "wednesday", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "thursday", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "friday", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "saturday", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c", "january", "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", "february", "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", "march", "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", "april", "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", "may", "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", "june", "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", "july", "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", "august", "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", "september", "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", "october", "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", "november", "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", "december", "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "www", "saved_settings", _s27_41, _s16_171, "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "device_settings", "Device Settings", "defaults", "\u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "basic_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19", _s17_109, "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07", "company_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17", "user_details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", "localization", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e17\u0e49\u0e2d\u0e07\u0e16\u0e34\u0e48\u0e19", "online_payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c", "tax_rates", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e20\u0e32\u0e29\u0e35", "notifications", "\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", "import_export", "\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32 | \u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", "custom_fields", "\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", "invoice_design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "buy_now_buttons", "\u0e1b\u0e38\u0e48\u0e21\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49", "email_settings", "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", _s23_42, "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", _s22_58, _s20_73, _s19_55, "\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e20\u0e32\u0e1e\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23", "privacy_policy", "\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", "sign_up", "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", "account_login", "\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23:", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1a\u0e34\u0e01\u0e08\u0e48\u0e32\u0e22", "pending", "\u0e23\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "\u0e41\u0e1b\u0e25\u0e07", _s24_45, "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e25\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "exchange_rate", "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", _s16_180, "\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "mark_paid", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27", "category", "\u0e41\u0e04\u0e15\u0e15\u0e32\u0e25\u0e47\u0e2d\u0e01", "address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48", "new_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e43\u0e2b\u0e21\u0e48", "created_vendor", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_vendor", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_vendor", "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_vendor", "\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "restored_vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_181, "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e04\u0e25\u0e31\u0e07\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "deleted_vendors", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", _s16_182, _s36_11, "new_expense", "\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "created_expense", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_expense", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_183, _s26_93, "deleted_expense", _s18_219, _s16_184, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_115, _s26_93, _s16_185, _s18_219, _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a", _s21_80, _s21_81, "invoiced", "\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "logged", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32", "running", "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", "resume", "\u0e17\u0e33\u0e15\u0e48\u0e2d\u0e44\u0e1b", "task_errors", "\u0e42\u0e1b\u0e23\u0e14\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e27\u0e25\u0e32\u0e0b\u0e49\u0e2d\u0e19\u0e17\u0e31\u0e1a\u0e01\u0e31\u0e19", "start", "\u0e40\u0e23\u0e34\u0e48\u0e21", "stop", "\u0e2b\u0e22\u0e38\u0e14", "started_task", _s25_48, "stopped_task", "\u0e2b\u0e22\u0e38\u0e14\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "resumed_task", "\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "now", "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49", _s16_186, _s16_187, "timer", "\u0e08\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32", "manual", "\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d", "budgeted", "Budgeted", "start_time", "\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "end_time", "\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "times", "\u0e40\u0e27\u0e25\u0e32", "duration", "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32", "new_task", "\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e21\u0e48", "created_task", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_task", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "archived_task", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_task", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_task", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_tasks", "\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e07\u0e32\u0e19", "deleted_tasks", "\u0e25\u0e1a\u0e07\u0e32\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e07\u0e32\u0e19", "restored_tasks", _s34_20, _s19_59, "\u0e42\u0e1b\u0e23\u0e14\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", "budgeted_hours", "Budgeted Hours", "created_project", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "updated_project", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_188, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_project", "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s16_189, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", _s17_117, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s16_190, "\u0e25\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23 :count \u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s17_118, _s37_15, "new_project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "\u0e04\u0e48\u0e32\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "unapproved", "\u0e44\u0e21\u0e48\u0e2d\u0e19\u0e38\u0e21\u0e31\u0e15\u0e34", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e49\u0e32\u0e22", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e27\u0e07", "date_range", "\u0e0a\u0e48\u0e27\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e19\u0e35\u0e49", "last_month", "\u0e40\u0e14\u0e37\u0e2d\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "this_year", "\u0e1b\u0e35\u0e19\u0e35\u0e49", "last_year", "\u0e1b\u0e35\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "custom", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2d\u0e07", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "\u0e14\u0e39\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "convert", "Convert", "more", "More", "edit_client", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "edit_product", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "edit_invoice", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "edit_quote", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "edit_payment", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "edit_task", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e07\u0e32\u0e19", "edit_expense", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "edit_vendor", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "edit_project", "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", _s20_74, _s20_75, "billing_address", "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e07\u0e34\u0e19", _s16_193, _s16_194, "total_revenue", "\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e23\u0e27\u0e21", "average_invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22", "outstanding", "\u0e42\u0e14\u0e14\u0e40\u0e14\u0e48\u0e19", "invoices_sent", _s20_166, "active_clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "close", "\u0e1b\u0e34\u0e14", "email", "\u0e2d\u0e35\u0e40\u0e21\u0e25", "password", "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", "url", "URL", "secret", "Secret", "name", "\u0e0a\u0e37\u0e48\u0e2d", "logout", "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", "login", "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", "filter", "\u0e01\u0e23\u0e2d\u0e07", "sort", "Sort", "search", "\u0e04\u0e49\u0e19\u0e2b\u0e32", "active", "\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", "archived", "\u0e40\u0e01\u0e47\u0e1a\u0e16\u0e32\u0e27\u0e23", "deleted", "\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", "dashboard", "\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", "archive", "\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e40\u0e01\u0e48\u0e32", "delete", "\u0e25\u0e1a", "restore", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", _s17_121, _s17_122, "paid_to_date", "\u0e22\u0e2d\u0e14\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", "balance_due", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "balance", "\u0e22\u0e2d\u0e14\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d", "overview", "Overview", "details", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "phone", "\u0e42\u0e17\u0e23.", "website", "\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c", "vat_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e20\u0e32\u0e29\u0e35", "id_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", "create", "\u0e2a\u0e23\u0e49\u0e32\u0e07", _s19_63, _s30_16, "error", "Error", _s16_197, _s16_198, "contacts", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "additional", "Additional", "first_name", "\u0e0a\u0e37\u0e48\u0e2d", "last_name", "\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", "add_contact", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "are_you_sure", "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", "cancel", "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", "ok", "Ok", "remove", "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01", _s16_199, _s16_200, "product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "products", "\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c", "new_product", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_product", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", "updated_product", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_201, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", "deleted_product", "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s16_202, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e25\u0e49\u0e27", _s17_123, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s16_203, "\u0e25\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 :count \u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", _s17_124, _s37_16, "product_key", "\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32", "notes", "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", "cost", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "client", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "clients", "\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "new_client", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "created_client", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_client", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_client", "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_204, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27: \u0e19\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "deleted_client", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_clients", "\u0e25\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "restored_client", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_205, _s36_13, "address1", "\u0e16\u0e19\u0e19", "address2", "\u0e2d\u0e32\u0e04\u0e32\u0e23", "city", "\u0e2d\u0e33\u0e40\u0e20\u0e2d", "state", "\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14", "postal_code", "\u0e23\u0e2b\u0e31\u0e2a\u0e44\u0e1b\u0e23\u0e29\u0e13\u0e35\u0e22\u0e4c", "country", "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", "invoice", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoices", "\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "new_invoice", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "created_invoice", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_invoice", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", _s16_206, "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_invoice", "\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_207, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_125, "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_208, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s17_126, _s37_17, "emailed_invoice", "\u0e2a\u0e48\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "emailed_payment", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "amount", "\u0e22\u0e2d\u0e14\u0e40\u0e07\u0e34\u0e19", "invoice_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "invoice_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", "discount", "\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14", "po_number", "\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e43\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d", "terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02", "public_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e41\u0e1a\u0e1a\u0e40\u0e1b\u0e34\u0e14", "private_notes", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19", "frequency", "\u0e04\u0e27\u0e32\u0e21\u0e16\u0e35\u0e48", "start_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", "end_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14", "quote_number", "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quote_date", "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "valid_until", "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", "items", "Items", "partial_deposit", "Partial/Deposit", "description", "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14", "unit_cost", "\u0e23\u0e32\u0e04\u0e32\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22", "quantity", "\u0e08\u0e33\u0e19\u0e27\u0e19", "add_item", "Add Item", "contact", "\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d", "work_phone", "\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\u0e27\u0e31\u0e19\u0e16\u0e36\u0e07\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e0a\u0e33\u0e23\u0e30", _s16_209, _s16_210, "status", "\u0e2a\u0e16\u0e32\u0e19\u0e30", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, "\u0e04\u0e25\u0e34\u0e4a\u0e01\u0e1b\u0e38\u0e48\u0e21 + \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "count_selected", ":count selected", "total", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "percent", "\u0e40\u0e1b\u0e2d\u0e23\u0e4c\u0e40\u0e0b\u0e19\u0e15\u0e4c", "edit", "\u0e41\u0e01\u0e49\u0e44\u0e02", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", "language", "Language", "currency", "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "\u0e20\u0e32\u0e29\u0e35", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "\u0e14\u0e23\u0e32\u0e1f", "sent", "\u0e2a\u0e48\u0e07", "viewed", "Viewed", "approved", "Approved", "partial", "\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19 / \u0e40\u0e07\u0e34\u0e19\u0e1d\u0e32\u0e01", "paid", "\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "mark_sent", "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e44\u0e27\u0e49", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", _s37_18, _s37_19, "dark_mode", "\u0e42\u0e2b\u0e21\u0e14\u0e01\u0e25\u0e32\u0e07\u0e04\u0e37\u0e19", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21", _s16_211, _s16_212, "clone", "\u0e17\u0e33\u0e0b\u0e49\u0e33", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\u0e40\u0e07\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e02\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30", "payment_date", "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e08\u0e48\u0e32\u0e22", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "Portal \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "\u0e40\u0e1b\u0e34\u0e14", "recipients", "\u0e1c\u0e39\u0e49\u0e23\u0e31\u0e1a", "initial_email", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", "first_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e23\u0e01", "second_reminder", "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07", "third_reminder", "Third Reminder", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "\u0e41\u0e1a\u0e1a", "send", "Send", "subject", "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "body", "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", "send_email", "\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", "email_receipt", "\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32", "auto_billing", "Auto billing", "button", "Button", "preview", "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07", "customize", "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07", "history", "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34", "payment", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "payments", "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "refunded", "Refunded", "payment_type", "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s21_85, "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07", "enter_payment", "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19", "new_payment", "\u0e1b\u0e49\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", "created_payment", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "updated_payment", "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", _s16_219, "\u0e40\u0e01\u0e47\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "deleted_payment", "\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s16_220, "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", _s17_130, "\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s16_221, "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27 :count \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", _s17_131, _s37_20, "quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "quotes", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "new_quote", "\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e21\u0e48", "created_quote", "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "updated_quote", "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "archived_quote", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "deleted_quote", "\u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "restored_quote", "\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", "archived_quotes", "\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "deleted_quotes", "\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22 :count \u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", "restored_quotes", _s35_22, "expense", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "expenses", "\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", "vendor", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "vendors", "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", "task", "\u0e07\u0e32\u0e19", "tasks", "\u0e07\u0e32\u0e19", "project", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "projects", "\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23", "activity_1", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_2", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :client", "activity_3", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 :client", "activity_4", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_5", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user \u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_9", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_10", _s85_0, "activity_11", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 :payment", "activity_12", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_13", ":user \u0e25\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 :payment", "activity_14", ":user \u0e1b\u0e49\u0e2d\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_15", ":user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_16", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_17", ":user \u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_18", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_19", ";user \u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_20", _s50_9, "activity_21", ":contact \u0e14\u0e39\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_22", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_23", ":user \u0e25\u0e1a\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_24", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32 :quote", "activity_25", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49 :invoice", "activity_26", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 :client", "activity_27", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_28", ":user \u0e01\u0e39\u0e49\u0e04\u0e37\u0e19 :credit \u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", "activity_29", _s42_13, "activity_30", ":user \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_31", ":user \u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_32", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_33", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22 :vendor", "activity_34", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_35", ":user \u0e44\u0e14\u0e49\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_36", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_37", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_39", ":user \u0e22\u0e01\u0e40\u0e25\u0e34\u0e01 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_40", ":usre \u0e04\u0e37\u0e19\u0e40\u0e07\u0e34\u0e19 :adjustment\xa0\u0e02\u0e2d\u0e07 :payment_amount \u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 :payment", "activity_41", ":payment_amount \u0e08\u0e48\u0e32\u0e22\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 (:payment) \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", "activity_42", ":user \u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e07\u0e32\u0e19 :task", "activity_43", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e07\u0e32\u0e19 :task", "activity_44", ":user \u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e07\u0e32\u0e19 :task", "activity_45", ":user \u0e44\u0e14\u0e49\u0e25\u0e1a\u0e07\u0e32\u0e19 :task", "activity_46", ":user \u0e44\u0e14\u0e49\u0e01\u0e39\u0e49\u0e04\u0e37\u0e19\u0e07\u0e32\u0e19 :task", "activity_47", ":user \u0e44\u0e14\u0e49\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22 :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38", "all", "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "select", "\u0e40\u0e25\u0e37\u0e2d\u0e01", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s20_79, _s20_80, _s20_81, "\u0e01\u0e32\u0e23\u0e19\u0e31\u0e1a\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e19\u0e2d\u0e23\u0e32\u0e04\u0e32", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "\u0e0a\u0e19\u0e34\u0e14", "invoice_amount", "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e43\u0e1a\u0e41\u0e08\u0e49\u0e07\u0e2b\u0e19\u0e35\u0e49", _s16_226, "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "\u0e1a\u0e34\u0e25\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "\u0e0a\u0e37\u0e48\u0e2d\u0e20\u0e32\u0e29\u0e35", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\u0e22\u0e2d\u0e14\u0e08\u0e48\u0e32\u0e22", "age", "\u0e2d\u0e32\u0e22\u0e38", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "\u0e18\u0e19\u0e32\u0e04\u0e32\u0e23", _s19_70, _s19_71, _s16_227, "\u0e2b\u0e21\u0e27\u0e14\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22", _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1), "tr_TR", A.LinkedHashMap_LinkedHashMap$_literal(["connect", "Connect", "bank_accounts", _s20_73, _s23_, _s23_0, _s18_, _s18_0, "client_email", "Client Email", _s20_, _s20_0, _s25_, _s41_, "field", "Field", "period", "Period", "fields_per_row", "Fields Per Row", _s21_, "Active Invoices", _s26_, _s20_1, _s24_, _s18_1, _s23_1, _s17_, _s19_, "Active Quotes", _s21_0, "Approved Quotes", _s23_2, _s17_0, _s18_2, "Logged Tasks", _s20_2, "Invoiced Tasks", _s16_, "Paid Tasks", _s21_1, "Logged Expenses", _s22_, _s16_0, _s23_3, _s17_1, _s27_, _s21_2, "activity_130", _s44_, "activity_131", _s44_0, "activity_132", _s45_, "activity_133", _s44_1, "activity_134", _s45_0, "activity_135", _s44_2, "activity_136", _s46_, "activity_137", _s48_, "vendor_portal", "Vendor Portal", "send_code", "Send Code", _s24_0, _s35_, _s17_2, _s17_3, _s22_0, _s22_1, _s21_3, _s34_, "code_was_sent", _s28_, "resend", "Resend", "verify", "Verify", _s18_3, _s29_, _s20_3, _s20_4, _s19_0, _s19_1, _s24_1, _s46_0, "merged_clients", _s27_0, "merge_into", "Merge Into", "merge", "Merge", "php81_required", _s27_1, _s21_4, _s21_5, _s19_2, _s29_0, _s17_4, _s17_5, "activate", "Activate", "connect_apple", "Connect Apple", _s16_1, _s16_2, _s18_4, _s31_, "send_now", "Send Now", "received", "Received", _s19_3, _s19_4, _s20_5, _s33_, _s21_6, _s34_0, _s18_5, _s18_6, _s16_3, _s16_4, _s33_0, _s46_1, _s34_1, _s47_, _s22_2, _s22_3, _s22_4, _s22_5, _s27_2, _s34_2, _s24_2, _s25_0, "yes_its_great", _s16_230, "not_so_much", "Not so much", _s17_6, _s41_0, _s22_6, _s49_, "sure_happy_to", "Sure, happy to", "no_not_now", "No, not now", "add", "Add", _s18_7, _s18_8, _s22_7, _s22_8, _s27_3, _s55_1, "vendor_details", "Vendor Details", _s22_9, _s22_10, "qr_iban", "QR IBAN", "besr_id", "BESR ID", "accept", "Accept", _s23_4, "Clone to PO", _s20_6, _s41_1, "bulk_send_email", "Send Email", _s29_1, _s42_, _s30_, _s43_, _s23_5, _s36_, _s24_3, _s37_, _s24_4, _s37_0, _s25_1, _s38_, "accepted", "Accepted", _s22_11, _s22_12, _s20_7, _s20_8, _s20_9, _s20_10, _s26_0, _s21_7, _s18_9, _s31_0, "connect_email", "Connect Email", _s16_5, _s16_6, _s32_, _s46_2, "email_provider", "Email Provider", _s17_7, _s17_8, _s20_11, _s20_12, _s19_5, _s32_0, _s22_13, _s35_0, _s17_9, _s20_13, _s17_10, _s22_14, _s22_15, _s45_1, _s23_6, _s46_3, _s16_7, _s27_4, _s21_8, _s21_9, _s20_14, _s20_15, _s21_10, _s21_11, _s32_1, _s24_5, _s37_1, _s42_0, "purchase_order", "Purchase Order", "purchase_orders", "Purchase Orders", _s18_10, _s18_11, _s19_6, _s19_7, _s22_16, _s35_1, _s22_17, _s35_2, _s23_7, _s36_0, _s22_18, _s35_3, _s22_19, _s35_4, _s23_8, _s36_1, _s21_12, _s21_13, _s22_20, _s22_21, "login_url", "Login URL", _s24_58, _s24_59, _s29_2, _s49_0, _s16_8, _s16_9, "default", "Default", "stock_quantity", "Stock Quantity", _s22_22, _s22_23, "track_inventory", "Track Inventory", _s20_16, _s63_, _s19_8, _s19_9, _s24_6, _s50_, "vat", "VAT", "standing", "Beklemede", "view_map", "View Map", _s18_12, _s18_13, "add_gateway", "\xd6deme Sistemi Ekle", _s24_7, _s77_, "left", "Left", "right", "Right", "center", "Center", "page_numbering", "Page Numbering", _s24_8, _s24_9, _s31_1, "Invoice Sent", _s24_10, _s24_11, _s29_3, _s47_0, "invoice_items", "Invoice Items", "quote_items", "Quote Items", "profitloss", "Profit and Loss", "import_format", "Import Format", "export_format", "Export Format", "export_type", "Export Type", "stop_on_unpaid", "Stop On Unpaid", _s19_10, _s63_0, "use_quote_terms", "Use Quote Terms", _s20_17, _s37_2, "add_country", "Add Country", "enable_tooltips", "Enable Tooltips", _s20_18, _s37_3, _s21_14, _s45_2, "register_label", _s30_0, "login_label", _s28_0, "add_to_invoice", ":invoice nolu faturaya ekle", _s17_11, _s17_12, "week", "Week", "created_record", _s27_5, _s26_1, _s17_13, _s31_2, _s50_0, _s31_3, _s22_24, _s36_2, _s55_, _s20_19, _s20_20, _s25_2, _s45_7, _s16_10, _s16_11, "range", "Aral\u0131k", "tax_amount1", "Tax Amount 1", "tax_amount2", "Tax Amount 2", "tax_amount3", "Tax Amount 3", "create_project", "Create project", "update_project", "Update Project", "view_task", "View Task", "cancel_invoice", "Cancel", "changed_status", _s32_2, "change_status", "Change Status", "fees_sample", _s46_4, _s19_11, _s19_12, _s24_12, _s29_4, "after_saving", "After Saving", "view_record", "View Record", _s21_15, _s21_16, _s26_2, _s37_21, _s19_13, _s19_14, "json_help", _s58_, "release_notes", "Release Notes", _s23_9, _s33_1, "started_tasks", _s33_2, "stopped_tasks", _s33_3, "approved_quote", _s27_60, "approved_quotes", _s35_5, "approve", "Onayla", "client_website", "Client Website", "invalid_time", "Invalid Time", _s21_17, _s21_18, _s20_21, _s20_22, _s27_6, _s27_7, _s23_10, _s23_11, "load_pdf", "Load PDF", _s16_12, _s16_13, _s24_13, _s44_3, "due_on_receipt", "Due on Receipt", "is_paid", "Is Paid", "age_group_paid", "Paid", "id", "Id", "convert_to", "Convert To", "client_currency", "Client Currency", _s16_14, _s16_15, "purged_client", _s26_3, _s27_8, _s77_0, _s22_25, _s34_3, _s30_1, _s47_1, "small", "Small", _s21_19, _s34_4, _s22_26, _s35_6, _s16_16, _s45_3, "wait_for_saving", _s44_4, _s20_23, _s94_, "remaining", "Remaining", "invoice_paid", "Invoice Paid", "activity_120", _s50_1, "activity_121", _s50_2, "activity_122", _s51_, "activity_123", _s50_3, "activity_124", _s51_0, "normal", "Normal", "large", "Large", "extra_large", "Extra Large", _s16_17, _s16_18, _s21_20, _s42_1, "print_pdf", "Print PDF", "remind_me", "Remind Me", _s16_19, _s16_20, "click_selected", "Click Selected", "hide_preview", "Hide Preview", "edit_record", "Edit Record", _s27_9, _s57_, "giropay", "GiroPay", "direct_debit", "Direct Debit", _s21_21, _s30_2, "set_password", "\u015eifreyi belirle", _s17_14, _s59_, _s16_21, _s58_0, _s20_24, _s33_4, "disconnect", "Disconnect", "add_to_invoices", "Add to Invoices", "acss", _s29_41, "becs", _s17_138, "bulk_download", "Download", _s17_15, _s104_, "persist_ui", "Persist UI", "persist_ui_help", _s104_0, _s18_14, _s18_15, _s17_16, _s17_17, "has_tasks", "Has Tasks", "registration", "Registration", _s27_10, _s50_4, "view_expense", "Gideri g\xf6r # :expense", "view_statement", "View Statement", "sepa", _s17_139, "ideal", "iDEAL", "przelewy24", "Przelewy24", "eps", "EPS", "fpx", "FPX", _s18_16, _s18_17, "system", "Sistem", _s19_15, _s19_16, "updated_company", _s28_1, "kbc", "KBC", "bancontact", "Bancontact", _s19_17, _s44_5, "webhook_success", "Webhook Success", _s24_14, _s40_, _s27_11, _s43_0, "app", "App", _s20_25, _s46_5, _s16_22, _s16_231, _s19_18, "Email Invoices", _s17_18, "Email Quotes", _s18_18, "Email Credits", "from_name", "From Name", _s16_23, _s16_232, _s17_19, _s17_20, _s18_19, _s18_20, _s21_22, _s21_23, _s22_27, _s22_28, _s25_3, _s38_0, _s25_4, _s38_1, _s26_4, _s39_, _s25_5, _s28_34, _s25_6, _s38_2, _s26_5, _s39_0, _s24_15, _s24_16, _s25_7, _s25_8, "last_sent_date", "Last Sent Date", "include_drafts", "Include Drafts", _s19_19, _s32_3, "is_invoiced", "Is Invoiced", "change_plan", "Change Plan", "persist_data", "Persist Data", "customer_count", "Customer Count", _s16_24, _s16_25, _s16_26, _s16_27, _s28_2, _s28_3, "decimal_comma", "Decimal Comma", _s26_6, _s35_7, "select_method", "Select Method", "select_platform", "Select Platform", _s28_4, _s42_2, _s16_28, _s27_61, "enable_markdown", "Enable Markdown", _s20_26, _s35_8, "user_guide", "User Guide", _s18_21, _s18_22, "previous_page", "Previous Page", "next_page", "Next Page", "export_colors", "Export Colors", "import_colors", "Import Colors", "clear_all", "Clear All", "contrast", "Contrast", "custom_colors", "Custom Colors", "colors", "Colors", _s31_4, _s31_5, _s25_9, _s25_10, _s33_5, _s33_6, _s27_12, _s27_13, _s36_3, _s36_4, _s31_6, _s31_7, _s25_11, _s25_12, "net_subtotal", "Net", "review_app", "Review App", "check_status", "Check Status", "free_trial", "Free Trial", _s23_12, _s57_0, _s21_24, _s62_, "change_email", "Change Email", _s25_13, _s52_, _s21_25, _s21_26, "uninvoiced", "Uninvoiced", "subdomain_guide", _s120_, "send_time", "Send Time", "import_data", "Verileri \u0130\xe7e Aktar", "import_settings", "Import Settings", _s17_21, _s28_5, _s19_20, _s48_0, "json", "JSON", _s24_17, _s24_18, "wait_for_data", _s42_3, "net_total", "Net Total", "has_taxes", "Has Taxes", _s16_29, _s16_30, _s18_23, _s40_0, "login_success", _s16_31, "login_failure", "Failed Login", "exported_data", _s67_, _s23_13, _s23_14, _s28_6, _s41_2, "step_1_sign_in", "Step 1: Sign In", _s16_32, _s17_22, "account_id", "Account ID", _s27_14, _s35_9, "activity_100", _s50_5, "activity_101", _s50_6, "activity_102", _s51_1, "activity_103", _s50_7, "activity_104", _s51_2, _s18_24, _s18_25, _s23_15, _s35_10, "gateway_setup", "Gateway Setup", "preview_sidebar", "Preview Sidebar", _s16_33, _s16_34, _s18_26, _s31_8, _s16_35, _s16_36, "count_session", "1 Session", "count_sessions", ":count Sessions", "invoice_created", "Invoice Created", "quote_created", "Quote Created", "credit_created", "Credit Created", "pro", "Pro", "enterprise", "Enterprise", "last_updated", "Last Updated", "invoice_item", "Invoice Item", "quote_item", "Quote Item", _s18_27, _s18_28, _s17_23, _s17_24, "order", "Order", "unassigned", "Unassigned", "partial_value", "S\u0131f\u0131rdan b\xfcy\xfck olmal\u0131 ve toplamdan daha az olmal\u0131", "search_kanban", "Search Kanban", "search_kanbans", "Search Kanban", "kanban", "Kanban", "enable", "Etkinle\u015ftir", "move_top", "Move Top", "move_up", "Move Up", "move_down", "Move Down", "move_bottom", "Move Bottom", "subdomain_help", _s61_1, _s21_27, _s53_, _s25_14, _s37_4, _s17_25, _s17_26, "is_viewed", "Is Viewed", "letter", "Letter", "legal", "Legal", "page_layout", "Page Layout", "portrait", "Portrait", "landscape", "Landscape", _s26_7, _s85_, _s20_27, _s54_, _s21_28, _s21_29, _s17_27, _s17_28, "no_headers", "No Headers", "add_header", "Add Header", "remove_header", "Remove Header", "return_url", "Return URL", "rest_method", "REST Method", "header_key", "Header Key", "header_value", "Header Value", _s18_29, _s18_30, "promo_code", "Promo code", "promo_discount", "Promo Discount", _s18_31, _s18_32, _s16_37, _s16_38, "max_seats_limit", "Max Seats Limit", "trial_enabled", "Trial Enabled", "trial_duration", "Trial Duration", _s21_30, _s21_31, _s18_33, _s18_34, "plan_map", "Plan Map", "refund_period", "Refund Period", _s21_32, _s21_33, "purchase_page", "Purchase Page", "security", "Security", "email_bounced", "Email Bounced", _s20_28, "Spam Complaint", "email_delivery", "Email Delivery", _s16_39, _s16_40, "pdf_response", "PDF Response", _s22_29, _s22_30, "pdf_failed", "PDF Failed", "pdf_success", "PDF Success", "modified", "Modified", "subscription", "Subscription", "subscriptions", "Subscriptions", _s16_41, _s16_42, _s17_29, _s17_30, _s20_29, _s33_7, _s20_30, _s33_8, _s21_34, _s34_5, _s20_31, _s33_9, _s20_32, _s33_10, _s21_35, _s34_6, _s19_21, _s21_36, _s20_33, _s27_15, _s26_8, _s26_9, "connect_gmail", "Connect Gmail", _s16_43, _s16_44, "connected_gmail", _s28_7, _s18_35, _s31_9, _s16_45, _s100_, _s16_46, _s16_47, "count_minutes", ":count Minutes", _s16_48, _s16_49, _s29_5, _s29_6, "use_last_email", "Use last email", _s16_50, _s16_51, _s21_37, _s51_5, _s27_16, _s35_11, _s27_17, _s27_18, _s34_7, _s52_0, "help_translate", "Help Translate", _s23_16, _s23_17, "resend_invite", _s17_140, _s19_22, _s25_15, _s16_52, _s30_3, _s19_23, _s33_11, "delivered", "Delivered", "bounced", "Bounced", "spam", "Spam", "view_docs", "View Docs", _s32_4, _s72_, "send_sms", "Send SMS", "sms_code", "SMS Code", _s21_38, _s46_6, _s18_36, _s46_7, "connect_google", "Connect Google", _s17_31, _s17_32, _s17_33, _s25_57, _s18_37, _s18_38, _s34_8, _s34_9, "stay_logged_in", "Stay Logged In", _s23_18, _s40_1, "count_hours", ":count Hours", "count_day", "1 Day", "count_days", ":count Days", _s19_24, _s19_25, _s17_34, _s17_35, "resend_email", "Resend Email", _s26_10, _s33_12, _s16_53, _s16_238, _s19_26, _s19_27, _s19_28, _s45_4, "list_long_press", "List Long Press", "show_actions", "Show Actions", _s17_36, _s17_37, _s27_19, _s51_3, _s21_39, _s97_, "this_quarter", "This Quarter", "last_quarter", "Last Quarter", "to_update_run", "To update run", _s18_39, "Faturaya D\xf6n\xfc\u015ft\xfcr", _s16_54, _s16_55, "invoice_project", "Invoice Project", "invoice_task", "Fatura G\xf6revi", "invoice_expense", "Gider Faturas\u0131", _s19_29, _s21_40, _s20_34, _s27_20, _s16_56, _s16_57, "save_and_email", "Save and Email", _s16_58, _s16_59, _s16_60, _s16_61, _s17_38, _s17_39, _s22_31, _s22_32, _s24_19, _s24_20, "converted_total", "Converted Total", "is_sent", "Is Sent", _s17_40, _s17_41, "document_upload", "Document Upload", _s20_35, _s34_10, "expense_total", "Expense Total", "enter_taxes", "Enter Taxes", "by_rate", "By Rate", "by_amount", "By Amount", "enter_amount", "Enter Amount", "before_taxes", "Before Taxes", "after_taxes", "After Taxes", "color", "Color", "show", "Show", "hide", "Gizle", "empty_columns", "Empty Columns", _s21_41, _s21_42, _s26_11, _s96_, "running_tasks", "Running Tasks", "recent_tasks", "Recent Tasks", "recent_expenses", "Recent Expenses", _s17_42, _s17_43, "update_app", "Update App", "started_import", _s27_21, _s24_21, _s24_22, _s20_36, _s20_37, _s18_41, _s18_42, "column", "S\xfctun", "sample", "\xd6rnek", "map_to", "Map To", "import", "\u0130\xe7e Aktar", _s25_16, _s29_7, "select_file", "L\xfctfen bir dosya se\xe7in", _s16_62, _s16_63, "csv_file", "CSV dosya", "csv", "CSV", "freshbooks", "FreshBooks", "invoice2go", "Invoice2go", "invoicely", "Invoicely", "waveaccounting", "Wave Accounting", "zoho", "Zoho", "accounting", "Accounting", _s22_33, _s24_23, "import_type", "Import Type", "html_mode", "HTML Mode", "html_mode_help", _s43_1, "view_licenses", "View Licenses", "webhook_url", "Webhook URL", _s17_44, _s17_45, "sidebar_editor", "Sidebar Editor", _s22_34, _s31_20, "purge", "Purge", "service", "Service", "clone_to", "Clone To", "clone_to_other", "Clone to Other", "labels", "Labels", "add_custom", "Add Custom", "payment_tax", "Payment Tax", "unpaid", "Unpaid", "white_label", "White Label", "delivery_note", "Delivery Note", _s24_24, _s24_25, _s24_26, _s24_27, "source_code", "Source Code", "app_platforms", "App Platforms", "invoice_late", "Invoice Late", "quote_expired", "Quote Expired", "partial_due", "Partial Due", "invoice_total", "Fatura Toplam", "quote_total", "Teklif Toplam", "credit_total", "Credit Total", _s23_19, "Invoice Total", "actions", "Actions", "expense_number", "Expense Number", "task_number", "Task Number", "project_number", "Project Number", "project_name", "Project Name", "warning", "Warning", "view_settings", "View Settings", _s24_28, _s48_1, "late_invoice", "Late Invoice", "expired_quote", "Expired Quote", "remind_invoice", "Remind Invoice", "cvv", "CVV", "client_name", "M\xfc\u015fteri Ad\u0131", "client_phone", "Client Phone", "required_fields", "Required Fields", "calculated_rate", "Calculated Rate", _s17_46, _s17_47, "clear_cache", "Clear Cache", "sort_order", "Sort Order", "task_status", "Status", "task_statuses", "Task Statuses", "new_task_status", "New Task Status", _s16_64, _s16_65, _s19_30, _s32_5, _s19_31, _s31_21, _s20_38, _s33_13, _s19_32, _s32_6, _s19_33, _s32_7, _s20_39, _s33_14, _s22_35, _s42_4, _s21_43, _s41_3, _s22_36, _s42_5, _s18_43, _s20_40, _s20_41, _s27_22, _s16_66, _s16_67, _s21_44, _s52_1, _s20_42, _s20_43, _s25_17, _s42_6, _s20_44, _s20_45, _s25_18, _s42_7, _s21_45, _s25_19, _s18_44, _s18_45, "task_settings", "Task Settings", _s20_46, _s20_47, _s18_46, "Gider Kategorisi", _s20_48, "Yeni Gider Kategorisi", _s21_46, _s21_47, _s24_29, _s37_5, _s24_30, _s37_6, _s25_20, _s38_3, _s24_31, _s29_42, _s24_32, _s37_7, _s25_21, _s38_4, _s27_23, _s45_8, _s26_12, _s46_8, _s27_24, _s47_2, _s23_20, _s25_22, _s25_23, _s32_8, _s21_48, _s21_49, "show_option", "Show Option", _s22_37, _s50_8, "view_changes", "View Changes", "force_update", "Force Update", _s17_48, _s76_, "mark_paid_help", _s31_22, _s18_48, "Faturalanmal\u0131 m\u0131", _s23_21, _s33_23, _s29_8, _s26_44, _s21_50, _s20_50, _s16_68, _s16_69, _s18_49, _s18_50, "crypto", "Crypto", "paypal", "PayPal", "alipay", "Alipay", "sofort", "Sofort", "apple_pay", _s16_233, "user_field", "User Field", "variables", "Variables", "show_password", "Show Password", "hide_password", "Hide Password", "copy_error", "Copy Error", "capture_card", "Capture Card", _s17_49, _s17_50, "total_taxes", "Total Taxes", "line_taxes", "Line Taxes", "total_fields", "Total Fields", _s25_24, _s38_5, _s25_25, _s38_6, _s25_26, _s38_7, "gateway_refund", "Gateway Refund", _s19_34, _s43_2, "due_date_days", "Due Date", "paused", "Paused", "mark_active", "Mark Active", "day_count", "Day :count", _s22_38, _s22_39, _s21_51, _s21_52, _s17_51, _s17_52, "endless", "Endless", "next_send_date", "Next Send Date", _s16_70, _s16_71, _s17_53, "Tekrarlayan Fatura", _s18_51, "Tekrarlayan Faturalar", _s21_53, "Yeni Tekrarlayan Fatura", _s22_40, _s22_41, _s25_27, _s38_8, _s25_28, _s38_9, _s26_13, "Tekrarlayan fatura ba\u015far\u0131yla ar\u015fivlendi", _s25_29, "Tekrarlayan fatura ba\u015far\u0131yla silindi", _s25_30, _s38_11, _s26_14, "Tekrarlayan fatura ba\u015far\u0131yla geri y\xfcklendi", _s27_25, _s47_3, _s26_15, _s46_9, _s27_26, _s47_4, _s24_33, _s26_16, _s25_31, _s32_9, "send_date", "Send Date", "auto_bill_on", "Auto Bill On", _s28_8, _s28_9, "profit", "Profit", "line_item", "Line Item", _s18_53, _s18_54, _s23_22, _s35_12, _s19_35, _s19_36, _s24_34, _s52_2, "test_mode", "Test Mode", "opened", "Opened", _s30_4, _s22_42, _s30_5, _s22_43, "gateway_success", "Gateway Success", "gateway_failure", "Gateway Failure", "gateway_error", "Gateway Error", "email_send", "Email Send", _s17_55, _s17_56, "failure", "Failure", "quota_exceeded", "Quota Exceeded", _s16_72, _s16_73, "system_logs", "System Logs", "view_portal", "View Portal", "copy_link", "Copy Link", "token_billing", "Kart bilgilerini sakla", _s24_35, _s24_36, "always", "Always", "optin", "Opt-In", "optout", "Opt-Out", "label", "Label", "client_number", "Client Number", "auto_convert", "Auto Convert", "company_name", "\u015eirket Ad\u0131", "reminder1_sent", "Reminder 1 Sent", "reminder2_sent", "Reminder 2 Sent", "reminder3_sent", "Reminder 3 Sent", _s18_55, _s18_56, "pdf_page_info", _s23_23, _s16_74, _s29_43, "emailed_quotes", _s27_62, "emailed_credits", _s28_58, "gateway", "Gateway", "view_in_stripe", "View in Stripe", "rows_per_page", "Rows Per Page", "hours", "Saat", "statement", "Statement", "taxes", "Vergiler", "surcharge", "Surcharge", "apply_payment", "Apply Payment", "apply_credit", "Kredi Uygula", "apply", "Apply", "unapplied", "Unapplied", "select_label", "Select Label", "custom_labels", "Custom Labels", "record_type", "Record Type", "record_name", "Record Name", "file_type", "File Type", "height", "Height", "width", "Width", "to", "Kime", "health_check", "Health Check", "payment_type_id", "\xd6deme T\xfcr\xfc", "last_login_at", "Last Login At", "company_key", "Company Key", "storefront", "Storefront", "storefront_help", _s42_8, "client_created", "Client Created", _s20_51, _s20_52, _s20_53, _s20_54, "completed", "Completed", "gross", "Gross", "net_amount", "Net Amount", "net_balance", "Net Balance", "client_settings", "Client Settings", _s17_57, _s17_58, _s17_59, _s17_60, "selected_quotes", "Selected Quotes", "selected_tasks", "Selected Tasks", _s17_61, _s17_62, _s17_63, "Yakla\u015fan Faturalar", _s17_65, _s17_66, "recent_payments", "Son \xd6demeler", "upcoming_quotes", "Tarihi Yakla\u015fan Teklifler", "expired_quotes", "Tarihi Dolan Teklifler", "create_client", "Create Client", "create_invoice", "Fatura Olu\u015ftur", "create_quote", "Teklif Olu\u015ftur", "create_payment", "Create Payment", "create_vendor", "Create vendor", "update_quote", "Update Quote", "delete_quote", "Teklif Sil", "update_invoice", "Update Invoice", "delete_invoice", "Faturay\u0131 Sil", "update_client", "Update Client", "delete_client", "M\xfc\u015fteri Sil", "delete_payment", "\xd6deme Sil", "update_vendor", "Update Vendor", "delete_vendor", "Tedarik\xe7iyi Sil", "create_expense", "Create Expense", "update_expense", "Update Expense", "delete_expense", "Gider Sil", "create_task", "G\xf6rev Olu\u015ftur", "update_task", "Update Task", "delete_task", "G\xf6rev Sil", "approve_quote", "Approve Quote", "off", "Off", "when_paid", "When Paid", "expires_on", "Expires On", "free", "\xdccretsiz", "plan", "Plan", "show_sidebar", "Show Sidebar", "hide_sidebar", "Hide Sidebar", "event_type", "Event Type", "target_url", "Target", "copy", "Copy", "must_be_online", _s53_0, _s17_67, _s28_10, "api_webhooks", "API Webhooks", "search_webhooks", _s22_44, "search_webhook", _s16_75, "webhook", "Webhook", "webhooks", "Webhooks", "new_webhook", "New Webhook", "edit_webhook", "Edit Webhook", "created_webhook", _s28_11, "updated_webhook", _s28_12, _s16_76, _s29_9, "deleted_webhook", _s28_13, "removed_webhook", _s28_14, _s16_77, _s29_10, _s17_68, _s37_8, _s16_78, _s36_5, _s16_79, _s36_6, _s17_69, _s37_9, "api_tokens", "API Tokenlar\u0131", "api_docs", "API Docs", "search_tokens", _s20_55, "search_token", "Search 1 Token", "token", "Token", "tokens", "Tokenlar", "new_token", "New Token", "edit_token", "Token d\xfczenle", "created_token", "Token ba\u015far\u0131yla olu\u015fturuldu", "updated_token", "Token ba\u015far\u0131yla g\xfcncellendi", "archived_token", "Token ba\u015far\u0131yla ar\u015fivlendi", "deleted_token", "Token ba\u015far\u0131yla silindi", "removed_token", _s26_20, "restored_token", _s27_28, "archived_tokens", _s35_13, "deleted_tokens", _s34_11, "restored_tokens", _s35_14, _s19_37, _s19_38, _s24_37, _s45_5, _s21_55, _s19_39, "email_invoice", "Faturay\u0131 E-Posta ile g\xf6nder", "email_quote", "Teklifi E-Posta ile G\xf6nder", "email_credit", "Email Credit", "email_payment", "Email Payment", _s20_56, _s41_4, "ledger", "Ledger", "view_pdf", "View PDF", "all_records", "All records", "owned_by_user", "Owned by user", _s16_80, _s16_81, "contact_name", "Contact Name", "use_default", "Use default", _s16_82, _s17_70, "number_of_days", "Number of days", _s23_24, _s23_25, "payment_term", "Payment Term", _s16_83, _s16_84, _s17_71, _s17_72, _s20_57, _s33_15, _s20_58, _s33_16, _s21_56, _s34_12, _s20_59, _s33_17, _s20_60, _s33_18, _s21_57, _s34_13, _s22_45, _s42_9, _s21_58, _s41_5, _s22_46, _s42_10, "email_sign_in", _s18_115, "change", "Change", _s23_26, _s28_15, _s24_38, _s29_11, "send_from_gmail", "Send from Gmail", "reversed", "Reversed", "cancelled", "Cancelled", "credit_amount", "Kredi Tutar\u0131", "quote_amount", "Quote Amount", "hosted", "Hosted", "selfhosted", "Self-Hosted", "exclusive", "Exclusive", "inclusive", "Inclusive", "hide_menu", "Hide Menu", "show_menu", "Show Menu", _s18_57, _s18_58, _s16_85, _s16_234, "search_designs", "Search Designs", "search_invoices", "Search Invoices", "search_clients", "Search Clients", "search_products", "Search Products", "search_quotes", "Search Quotes", "search_credits", "Search Credits", "search_vendors", "Search Vendors", "search_users", "Search Users", _s16_86, _s16_235, "search_tasks", "Search Tasks", "search_settings", "Search Settings", "search_projects", "Search Projects", "search_expenses", "Search Expenses", "search_payments", "Search Payments", "search_groups", "Search Groups", "search_company", "Search Company", "search_document", _s17_73, "search_design", "Search 1 Design", "search_invoice", _s16_87, "search_client", "Search 1 Client", "search_product", _s16_88, "search_quote", "Search 1 Quote", "search_credit", "Search 1 Credit", "search_vendor", "Search 1 Vendor", "search_user", "Search 1 User", "search_tax_rate", _s17_74, "search_task", "Search 1 Tasks", "search_project", _s16_89, "search_expense", _s16_90, "search_payment", _s16_91, "search_group", "Search 1 Group", "refund_payment", "Refund Payment", _s17_75, _s30_6, _s18_59, _s31_10, _s16_92, _s29_12, _s17_76, _s30_7, "reverse", "Reverse", "full_name", "Full Name", _s17_77, _s17_78, _s17_79, _s17_80, "custom1", "First Custom", "custom2", "Second Custom", "custom3", "Third Custom", "custom4", "Fourth Custom", "optional", "Optional", "license", "License", "purge_data", "Purge Data", _s16_93, _s32_10, _s18_60, _s65_, "invoice_balance", "Invoice Balance", "age_group_0", "0 - 30 Days", "age_group_30", "30 - 60 Days", "age_group_60", "60 - 90 Days", "age_group_90", "90 - 120 Days", "age_group_120", "120+ Days", "refresh", "Refresh", "saved_design", _s25_32, "client_details", "Client Details", "company_address", "Company Address", "invoice_details", "Invoice Details", "quote_details", "Quote Details", "credit_details", "Credit Details", "product_columns", "Product Columns", "task_columns", "Task Columns", "add_field", "Add Field", "all_events", "All Events", "permissions", "Permissions", "none", "None", "owned", "Owned", "payment_success", "Payment Success", "payment_failure", "Payment Failure", "invoice_sent", _s24_118, "quote_sent", "Quote Sent", "credit_sent", "Credit Sent", "invoice_viewed", "Invoice Viewed", "quote_viewed", "Quote Viewed", "credit_viewed", "Credit Viewed", "quote_approved", "Quote Approved", _s25_33, _s25_34, _s16_94, _s16_95, "apply_license", "Apply License", "cancel_account", "Hesab\u0131 Sil", _s22_47, _s69_0, "delete_company", "Delete Company", _s22_48, _s69_, "enabled_modules", "Enabled Modules", "converted_quote", _s28_16, "credit_design", "Credit Design", "includes", "Includes", "header", "\xdcstbilgi", "load_design", "Load Design", "css_framework", "CSS Framework", "custom_designs", "Custom Designs", "designs", "Designs", "new_design", "New Design", "edit_design", "Edit Design", "created_design", _s27_29, "updated_design", _s27_30, "archived_design", _s28_17, "deleted_design", _s27_31, "removed_design", _s27_32, "restored_design", _s28_18, _s16_96, _s36_7, "deleted_designs", _s35_15, _s16_97, _s36_8, "proposals", "Proposals", "tickets", "Tickets", _s16_98, "Tekrarlayan Fiyat Teklifleri", "recurring_tasks", "Recurring Tasks", _s18_61, _s18_62, "credit_date", "Kredi Tarihi", "credit", "Kredi", "credits", "Krediler", "new_credit", "Kredi Gir", "edit_credit", "Edit Credit", "created_credit", "Kredi ba\u015far\u0131yla olu\u015fturuldu", "updated_credit", _s27_34, "archived_credit", "Kredi ba\u015far\u0131yla ar\u015fivlendi", "deleted_credit", "Kredi ba\u015far\u0131yla silindi", "removed_credit", _s27_36, "restored_credit", "Kredi Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_100, ":count kredi ar\u015fivlendi", "deleted_credits", ":count kredi ba\u015far\u0131yla silindi", _s16_101, _s36_9, "current_version", "Mevcut version", "latest_version", "Latest Version", "update_now", "Update Now", _s26_21, _s41_6, _s16_102, _s16_103, "app_updated", _s29_13, "learn_more", "Daha fazla bilgi edin", "integrations", "Integrations", "tracking_id", "Tracking Id", _s17_81, _s17_82, "credit_footer", "Credit Footer", "credit_terms", "Credit Terms", "new_company", "Yeni Firma", "added_company", _s26_22, "company1", _s16_104, "company2", _s16_105, "company3", _s16_106, "company4", _s16_107, "product1", _s16_108, "product2", _s16_109, "product3", _s16_110, "product4", _s16_111, "client1", "Custom Client 1", "client2", "Custom Client 2", "client3", "Custom Client 3", "client4", "Custom Client 4", "contact1", _s16_112, "contact2", _s16_113, "contact3", _s16_114, "contact4", _s16_115, "task1", "Custom Task 1", "task2", "Custom Task 2", "task3", "Custom Task 3", "task4", "Custom Task 4", "project1", _s16_116, "project2", _s16_117, "project3", _s16_118, "project4", _s16_119, "expense1", _s16_120, "expense2", _s16_121, "expense3", _s16_122, "expense4", _s16_123, "vendor1", "Custom Vendor 1", "vendor2", "Custom Vendor 2", "vendor3", "Custom Vendor 3", "vendor4", "Custom Vendor 4", "invoice1", _s16_124, "invoice2", _s16_125, "invoice3", _s16_126, "invoice4", _s16_127, "payment1", _s16_128, "payment2", _s16_129, "payment3", _s16_130, "payment4", _s16_131, "surcharge1", _s18_63, "surcharge2", _s18_64, "surcharge3", _s18_65, "surcharge4", _s18_66, "group1", "Custom Group 1", "group2", "Custom Group 2", "group3", "Custom Group 3", "group4", "Custom Group 4", "reset", "S\u0131f\u0131rla", "number", "Number", "export", "D\u0131\u015fa Aktar", "chart", "Grafik", "count", "Count", "totals", "Toplamlar", "blank", "Blank", "day", "Day", "month", "Month", "year", "Year", "subgroup", "Subgroup", "is_active", "Is Active", "group_by", "Grupland\u0131r", "credit_balance", "Kredi Bakiyesi", _s18_67, _s18_68, _s17_83, _s17_84, "contact_phone", "Contact Phone", _s21_59, _s22_49, _s21_60, _s22_50, _s21_61, _s22_51, _s21_62, _s22_52, _s17_85, "Shipping Street", _s17_86, _s18_69, "shipping_city", "Shipping City", "shipping_state", _s23_27, _s20_61, _s20_62, _s16_132, _s16_133, _s16_134, "Billing Street", _s16_135, _s17_87, "billing_city", "Billing City", "billing_state", _s22_53, _s19_40, _s19_41, "billing_country", "Billing Country", "client_id", "Client Id", "assigned_to", "Assigned to", "created_by", _s16_236, "assigned_to_id", "Assigned To Id", "created_by_id", "Created By Id", "add_column", "Add Column", "edit_columns", "Edit Columns", "columns", "Columns", "aging", "Aging", "profit_and_loss", "Profit and Loss", "reports", "Reports", "report", "Rapor", "add_company", "Firma Ekle", "unpaid_invoice", "Unpaid Invoice", "paid_invoice", "Paid Invoice", _s16_136, _s16_137, "help", "Yard\u0131m", "refund", "Refund", "refund_date", "Refund Date", "filtered_by", "Filtered by", "contact_email", "Contact Email", "multiselect", "Multiselect", "entity_state", "Durum", "verify_password", "Verify Password", "applied", "Applied", _s21_63, _s35_16, _s30_8, _s63_1, "message", "Mesaj", "from", "Kimden", _s20_63, _s20_64, _s25_35, _s56_, _s20_65, _s34_14, _s18_70, _s18_71, _s23_28, _s33_24, _s18_72, _s18_73, "support_forum", "destek forum", "about", "About", "documentation", "Belgeler", "contact_us", "Contact Us", "subtotal", "Aratoplam", "line_total", "Tutar", "item", "\xd6\u011fe", "credit_email", "Credit Email", "iframe_url", "Web adresi", "domain_url", "Domain URL", _s21_64, _s21_106, _s20_66, _s58_1, _s19_42, _s19_43, _s23_29, _s23_30, _s20_67, _s20_68, "deleted_logo", _s25_36, "yes", "Evet", "no", "Hay\u0131r", "generate_number", "Generate Number", "when_saved", "When Saved", "when_sent", "When Sent", "select_company", "Select Company", "float", "Float", "collapse", "Collapse", "show_or_hide", "Show/hide", "menu_sidebar", "Menu Sidebar", "history_sidebar", "History Sidebar", "tablet", "Tablet", "mobile", "Mobile", "desktop", "Desktop", "layout", "Layout", "view", "G\xf6r\xfcnt\xfcle", "module", "Module", "first_custom", "First Custom", "second_custom", "Second Custom", "third_custom", "Third Custom", "show_cost", "Show Cost", _s17_88, _s17_89, "show_cost_help", _s55_0, _s21_65, _s21_66, _s26_23, _s58_2, _s21_67, _s21_68, _s26_24, _s60_, _s21_69, _s21_70, _s26_25, _s34_15, _s16_138, _s16_139, _s21_71, _s47_5, "one_tax_rate", "One Tax Rate", "two_tax_rates", "Two Tax Rates", "three_tax_rates", "Three Tax Rates", _s16_140, _s16_141, "user", "Kullan\u0131c\u0131", "invoice_tax", "Invoice Tax", "line_item_tax", "Line Item Tax", "inclusive_taxes", "Inclusive Taxes", _s17_90, _s17_91, "item_tax_rates", "Item Tax Rates", _s18_74, _s22_63, "configure_rates", "Configure rates", _s18_75, _s18_76, "tax_settings", "Vergi Ayarlar\u0131", _s18_77, "Tax Rates", "accent_color", "Accent Color", "switch", "Switch", _s19_44, _s20_69, "options", "Options", _s16_142, _s16_143, "multi_line_text", "Multi-line text", "dropdown", "Dropdown", "field_type", "Field Type", _s27_37, _s39_3, "submit", "Submit", _s16_144, "\u015eifreni kurtar", "late_fees", "Late Fees", "credit_number", "Credit Number", "payment_number", "Payment Number", "late_fee_amount", "Late Fee Amount", _s16_145, _s16_146, "schedule", "program", "before_due_date", _s19_45, "after_due_date", _s18_78, _s18_79, _s22_54, "days", "Days", "invoice_email", "Fatura E-postas\u0131", "payment_email", "\xd6deme E-postas\u0131", "partial_payment", "Partial Payment", "payment_partial", "Partial Payment", _s21_72, _s21_73, "quote_email", "Teklif E-postas\u0131", _s16_147, _s16_148, _s16_149, _s16_150, "administrator", "Administrator", _s18_80, _s66_, "user_management", "Kullan\u0131c\u0131 y\xf6netimi", "users", "Kullan\u0131c\u0131lar", "new_user", "Yeni Kullan\u0131c\u0131", "edit_user", "Kullan\u0131c\u0131 D\xfczenle", "created_user", _s25_37, "updated_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla silindi", "removed_user", _s25_40, "restored_user", "Kullan\u0131c\u0131 ba\u015far\u0131yla geri y\xfcklendi", "archived_users", _s34_16, "deleted_users", _s33_19, "removed_users", _s33_20, "restored_users", _s34_17, _s16_151, "Genel Ayarlar", "invoice_options", "Fatura Se\xe7enekleri", _s17_92, "\xd6deme Tarihini Gizle", _s22_55, 'Bir \xf6deme al\u0131nd\u0131\u011f\u0131nda yaln\u0131zca faturalar\u0131n\u0131zdaki "\xd6denen Tarihi" alan\u0131n\u0131 g\xf6r\xfcnt\xfcleyin.', _s23_31, "Embed Documents", _s28_21, _s39_4, _s16_153, "Show Header on", _s16_154, "Show Footer on", "first_page", "\u0130lk sayfa", "all_pages", "T\xfcm sayfalar", "last_page", "Son sayfa", "primary_font", "Primary Font", "secondary_font", "Secondary Font", "primary_color", "Birincil Renk", "secondary_color", "\u0130kincil Renk", "page_size", "Sayfa Boyutu", "font_size", "Font Boyutu", "quote_design", "Quote Design", "invoice_fields", "Fatura Alanlar\u0131", "product_fields", "Product Fields", "invoice_terms", "Fatura \u015eartlar\u0131", "invoice_footer", "Fatura Altbilgisi", "quote_terms", "Teklif \u015eartlar\u0131", "quote_footer", "Teklif Altbilgisi", _s18_81, "Auto Email", _s23_32, _s61_, _s18_82, "Auto Archive", _s23_33, _s53_1, _s18_83, "Auto Convert", _s23_34, _s70_, _s17_94, _s17_95, "freq_daily", "G\xfcnl\xfck", "freq_weekly", "Haftal\u0131k", "freq_two_weeks", "2 hafta", "freq_four_weeks", "4 hafta", "freq_monthly", "Ayl\u0131k", "freq_two_months", "Two months", _s17_96, "3 Ay", _s16_155, "4 Ay", "freq_six_months", "6 Ay", "freq_annually", "Y\u0131ll\u0131k", "freq_two_years", "2 Y\u0131l", _s16_156, "Three Years", "never", "Never", "company", "\u015eirket", _s17_97, _s17_98, "charge_taxes", "Vergi masraflar\u0131", "next_reset", "Next Reset", "reset_counter", "Reset Counter", _s16_157, _s16_158, "number_padding", "Number Padding", "general", "General", "surcharge_field", "Surcharge Field", "company_field", "Company Field", "company_value", "Company Value", "credit_field", "Credit Field", "invoice_field", "Invoice Field", _s17_99, _s17_100, "client_field", "M\xfc\u015fteri Alan\u0131", "product_field", "\xdcr\xfcn Alan\u0131", "payment_field", "Payment Field", "contact_field", "\u0130leti\u015fim Alan\u0131", "vendor_field", "Vendor Field", "expense_field", "Expense Field", "project_field", "Project Field", "task_field", "Task Field", "group_field", "Group Field", "number_counter", "Number Counter", "prefix", "Seri", "number_pattern", "Number Pattern", "messages", "Messages", "custom_css", "\xd6zel CSS", _s17_101, _s17_102, _s16_159, "Show on PDF", _s21_74, _s51_4, _s25_41, _s22_56, _s30_9, _s61_0, _s23_35, _s20_70, _s28_22, _s59_0, _s25_42, _s17_103, _s30_10, _s42_11, _s23_36, "Quote Signature", _s22_57, _s25_43, _s27_38, _s142_, "authorization", "Authorization", "subdomain", "Alt etki alan\u0131", "domain", "Domain", "portal_mode", "Portal Mode", "email_signature", "Sayg\u0131lar\u0131m\u0131zla,", _s24_39, "M\xfc\u015fterilerinizin e-postalar\u0131n\u0131za schema.org i\u015faretleme ekleyerek \xf6deme yapmalar\u0131n\u0131 kolayla\u015ft\u0131r\u0131n.", "plain", "D\xfcz", "light", "Ayd\u0131nl\u0131k", "dark", "Koyu", "email_design", "E-Posta Dizayn\u0131", "attach_pdf", "Attach PDF", _s16_160, _s16_161, "attach_ubl", "Attach UBL", "email_style", "Email Style", _s19_46, "\u0130\u015faretlemeyi Etkinle\u015ftir", "reply_to_email", "Reply-To Email", "reply_to_name", "Reply-To Name", "bcc_email", "BCC Email", "processed", "Processed", "credit_card", "Kredi Kart\u0131", "bank_transfer", "Banka Transferi (EFT/Havale)", "priority", "Priority", "fee_amount", "Fee Amount", "fee_percent", "Fee Percent", "fee_cap", "Fee Cap", "limits_and_fees", "Limits/Fees", "enable_min", "Enable min", "enable_max", "Enable max", "min_limit", "Min: :min", "max_limit", "Max: :max", "min", "Min", "max", "Max", _s19_47, _s19_48, "credentials", "Credentials", "update_address", "Adresi G\xfcncelle", _s19_49, "M\xfc\u015fterinin adresini verilen ayr\u0131nt\u0131larla g\xfcncelleyin", "rate", "Tarife", "tax_rate", "Vergi Oran\u0131", "new_tax_rate", "Yeni Vergi Oran\u0131", "edit_tax_rate", "Vergi oran\u0131 d\xfczenle", _s16_162, "Vergi oran\u0131 ba\u015far\u0131yla olu\u015fturuldu", _s16_163, "Vergi oran\u0131 ba\u015far\u0131yla g\xfcncellendi", _s17_104, "Vergi oran\u0131 ba\u015far\u0131yla ar\u015fivlendi", _s16_164, _s29_16, _s17_105, _s30_11, _s18_84, _s38_12, _s17_106, _s37_10, _s18_85, _s38_13, "fill_products", "Otomatik doldurma \xfcr\xfcnleri", _s18_86, "Bir \xfcr\xfcn se\xe7mek a\xe7\u0131klama ve maliyeti otomatik olarak dolduracakt\u0131r", "update_products", "\xdcr\xfcnleri otomatik g\xfcncelle", _s20_71, "Faturay\u0131 g\xfcncellemek \xfcr\xfcn k\xfct\xfcphanesini otomatik olarak dolduracakt\u0131r.", _s16_165, _s16_166, _s21_75, _s61_2, "fees", "Fees", "limits", "Limits", "provider", "Provider", "company_gateway", "Payment Gateway", _s16_167, _s16_168, _s19_50, "New Gateway", _s20_72, "Edit Gateway", _s23_37, _s28_23, _s23_38, _s28_24, _s24_40, _s29_17, _s23_39, _s28_25, _s24_41, _s29_18, _s25_44, _s37_11, _s24_42, _s36_10, _s25_45, _s37_12, _s16_169, _s16_170, "discard_changes", "Discard Changes", "default_value", "Default value", "disabled", "Devre D\u0131\u015f\u0131", "currency_format", "Currency Format", _s21_76, _s21_77, _s23_40, _s23_41, "sunday", "Pazar", "monday", "Pazartesi", "tuesday", "Sal\u0131", "wednesday", "\xc7ar\u015famba", "thursday", "Per\u015fembe", "friday", "Cuma", "saturday", "Cumartesi", "january", "Ocak", "february", "\u015eubat", "march", "Mart", "april", "Nisan", "may", "May\u0131s", "june", "Haziran", "july", "Temmuz", "august", "A\u011fustos", "september", "Eyl\xfcl", "october", "Ekim", "november", "Kas\u0131m", "december", "Aral\u0131k", "symbol", "Symbol", "ocde", "Code", "date_format", "Date Format", "datetime_format", "Datetime Format", "military_time", "24 Saat Zaman Bi\xe7imi", _s18_87, "24 Hour Display", "send_reminders", "Send Reminders", "timezone", "Timezone", _s19_51, _s19_52, _s17_107, _s17_108, _s19_53, _s19_54, _s18_88, _s18_89, _s18_90, _s18_91, "group_settings", "Group Settings", "group", "Group", "groups", "Groups", "new_group", "New Group", "edit_group", "Edit Group", "created_group", _s26_28, "updated_group", _s26_29, "archived_groups", _s35_17, "deleted_groups", _s34_18, "restored_groups", _s35_18, "archived_group", _s27_39, "deleted_group", _s26_30, "restored_group", _s27_40, "upload_logo", "Upload Logo", "uploaded_logo", _s26_31, "logo", "Logo", "saved_settings", _s27_41, _s16_171, "\xdcr\xfcn Ayarlar\u0131", "device_settings", "Device Settings", "defaults", "Varsay\u0131lanlar", "basic_settings", "Temel Ayarlar", _s17_109, "Geli\u015fmi\u015f Ayarlar", "company_details", "\u015eirket Detaylar\u0131", "user_details", "Kullan\u0131c\u0131 Detaylar\u0131", "localization", "Yerelle\u015ftirme", "online_payments", "\xc7evrimi\xe7i \xd6demeler", "tax_rates", "Vergi Oranlar\u0131", "notifications", "Bildirimler", "import_export", "\u0130\xe7e Aktar\u0131m | D\u0131\u015fa Aktar\u0131m", "custom_fields", "\xd6zel Alanlar", "invoice_design", "Fatura Dizayn\u0131", "buy_now_buttons", "Buy Now Buttons", "email_settings", "E-posta ayarlar\u0131", _s23_42, "\u015eablonlar & Hat\u0131rlatmalar", _s22_58, _s20_73, _s19_55, "Veri G\xf6rselle\u015ftirmeleri", "price", "Price", "email_sign_up", "Email Sign Up", "google_sign_up", "Google Sign Up", _s27_42, _s28_26, "redeem", "Redeem", "back", "Back", "past_purchases", "Past Purchases", _s19_57, _s19_58, "pro_plan", "Pro Plan", "enterprise_plan", "Enterprise Plan", "count_users", ":count users", "upgrade", "Upgrade", _s25_46, _s25_47, _s24_43, _s24_44, _s33_21, _s77_1, "i_agree_to_the", "I agree to the", _s16_173, "Hizmet \u015eartlar\u0131", "privacy_policy", "Privacy Policy", "sign_up", "Kay\u0131t Ol", "account_login", "Hesap giri\u015fi", "view_website", "View Website", "create_account", "Create Account", "email_login", "Email Login", "create_new", "Create New", _s18_92, _s18_93, _s21_79, _s34_19, "download", "\u0130ndir", _s27_43, _s27_63, "take_picture", "Take Picture", "upload_file", "Upload File", "document", "Document", "documents", "Dok\xfcmanlar", "new_document", "New Document", "edit_document", "Edit Document", _s17_111, _s30_12, _s16_175, _s29_19, _s17_112, _s30_13, _s16_176, _s29_20, _s17_113, _s30_14, _s18_94, _s38_14, _s17_114, _s37_13, _s18_95, _s38_15, "no_history", "No History", "expense_date", "Gider Tarihi", "pending", "Beklemede", _s16_177, "Logged", _s16_178, "Pending", _s16_179, "Invoiced", "converted", "D\xf6n\xfc\u015ft\xfcr\xfcld\xfc", _s24_45, _s24_60, "exchange_rate", "D\xf6viz Kuru", _s16_180, _s16_240, "mark_paid", "Mark Paid", "category", "Kategori", "address", "Adres", "new_vendor", "Yeni Tedarik\xe7i", "created_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla olu\u015fturuldu", "updated_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla g\xfcncellendi", "archived_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendor", "Sat\u0131c\u0131 ba\u015far\u0131yla silindi", "restored_vendor", _s28_28, _s16_181, ":count sat\u0131c\u0131 ba\u015far\u0131yla ar\u015fivlendi", "deleted_vendors", ":count sat\u0131c\u0131 ba\u015far\u0131yla silindi", _s16_182, _s36_11, "new_expense", "Gider Giri\u015fi", "created_expense", "Gider olu\u015fturuldu", "updated_expense", "Gider g\xfcncellendi", _s16_183, "Gider ba\u015far\u0131yla ar\u015fivlendi", "deleted_expense", "Gider ba\u015far\u0131yla silindi", _s16_184, _s29_22, _s17_115, "Giderler ba\u015far\u0131yla ar\u015fivlendi", _s16_185, "Giderler ba\u015far\u0131yla silindi", _s17_116, _s37_14, "copy_shipping", "Copy Shipping", "copy_billing", "Copy Billing", "design", "Design", _s21_80, _s21_81, "invoiced", "Faturaland\u0131", "logged", "Logland\u0131", "running", "\xc7al\u0131\u015f\u0131yor", "resume", "Devam Et", "task_errors", "L\xfctfen \xf6rt\xfc\u015fen s\xfcreleri d\xfczeltin", "start", "Ba\u015flama", "stop", "Biti\u015f", "started_task", _s25_48, "stopped_task", "G\xf6rev ba\u015far\u0131yla durduruldu", "resumed_task", _s25_50, "now", "\u015eimdi", _s16_186, _s16_187, "timer", "Zamanlay\u0131c\u0131", "manual", "Manuel", "budgeted", "Budgeted", "start_time", "Ba\u015flang\u0131\xe7 Zaman\u0131", "end_time", "Biti\u015f Zaman\u0131", "date", "Tarih", "times", "Zamanlar", "duration", "S\xfcre", "new_task", "Yeni G\xf6rev", "created_task", "G\xf6rev ba\u015far\u0131yla olu\u015fturuldu", "updated_task", "G\xf6rev ba\u015far\u0131yla g\xfcncellendi", "archived_task", "G\xf6rev ba\u015far\u0131yla ar\u015fivlendi", "deleted_task", "G\xf6rev ba\u015far\u0131yla silindi", "restored_task", "G\xf6rev ba\u015far\u0131yla geri y\xfcklendi", "archived_tasks", "Ar\u015fivlenen g\xf6rev say\u0131s\u0131 :count", "deleted_tasks", "Silinen g\xf6rev say\u0131s\u0131 :count", "restored_tasks", _s34_20, _s19_59, _s19_60, "budgeted_hours", "Budgeted Hours", "created_project", _s28_32, "updated_project", _s28_33, _s16_188, _s29_23, "deleted_project", _s28_34, _s16_189, _s29_24, _s17_117, _s37_22, _s16_190, _s36_15, _s17_118, _s37_15, "new_project", "New Project", _s27_47, _s28_35, "if_you_like_it", _s21_82, "click_here", "buraya t\u0131klay\u0131n", _s18_96, "Click here", "to_rate_it", "to rate it.", "average", "Average", "unapproved", "Unapproved", _s30_15, _s42_12, "locked", "Locked", "authenticate", "Authenticate", _s19_61, _s19_62, _s24_47, _s24_48, "footer", "Altbilgi", "compare", "Compare", "hosted_login", "Hosted Login", "selfhost_login", "Selfhost Login", "google_sign_in", _s19_75, "today", "Today", "custom_range", "Custom Range", "date_range", "Date Range", "current", "Current", "previous", "Previous", "current_period", "Current Period", _s17_119, _s17_120, "previous_period", "Previous Period", "previous_year", "Previous Year", "compare_to", "Compare to", "last7_days", "Last 7 Days", "last_week", "Last Week", "last30_days", "Last 30 Days", "this_month", "This Month", "last_month", "Last Month", "this_year", "This Year", "last_year", "Last Year", "custom", "\xd6zel", _s16_191, _s16_192, "clone_to_quote", "Clone to Quote", "clone_to_credit", "Clone to Credit", "view_invoice", "Fatura G\xf6r\xfcnt\xfcle", "convert", "Convert", "more", "More", "edit_client", "M\xfc\u015fteri D\xfczenle", "edit_product", "\xdcr\xfcn D\xfczenle", "edit_invoice", "Fatura D\xfczenle", "edit_quote", "Teklif D\xfczenle", "edit_payment", "\xd6deme d\xfczenle", "edit_task", "G\xf6rev D\xfczenle", "edit_expense", "Gideri D\xfczenle", "edit_vendor", "Tedarik\xe7iyi D\xfczenle", "edit_project", "Edit Project", _s20_74, _s20_75, "billing_address", "Fatura Adresi", _s16_193, _s16_194, "total_revenue", "Toplam Gelir", "average_invoice", "Ortalama Fatura", "outstanding", "\xd6denmemi\u015f", "invoices_sent", _s24_118, "active_clients", "aktif m\xfc\u015fteriler", "close", "Kapat", "email", "E-Posta", "password", "\u015eifre", "url", "URL", "secret", "Secret", "name", "\xdcnvan", "logout", "Oturumu kapat", "login", "Oturum a\xe7", "filter", "Filtrele", "sort", "Sort", "search", "Arama", "active", "Aktif", "archived", "Ar\u015fivlendi", "deleted", "Silindi", "dashboard", "G\xf6sterge Paneli", "archive", "Ar\u015fivle", "delete", "Sil", "restore", "Geri y\xfckle", _s16_195, _s16_196, _s23_43, _s23_44, _s26_34, _s26_35, _s21_83, _s21_84, _s26_36, _s26_37, "ascending", "Ascending", "descending", "Descending", "save", "Kaydet", _s17_121, _s17_122, "paid_to_date", "\xd6denen", "balance_due", "Genel Toplam", "balance", "Bakiye", "overview", "Overview", "details", "Detaylar", "phone", "Telefon", "website", "Web adresi", "vat_number", "Vergi Numaras\u0131", "id_number", "ID Numaras\u0131", "create", "Olu\u015ftur", _s19_63, _s30_16, "error", "Hata", _s16_197, _s16_198, "contacts", "Yetkili", "additional", "Additional", "first_name", "Ad\u0131", "last_name", "Soyad\u0131", "add_contact", "Yetkili Ekle", "are_you_sure", "Emin misiniz?", "cancel", "\u0130ptal", "ok", "Tamam", "remove", "Sil", _s16_199, "E-posta ge\xe7ersiz", "product", "\xdcr\xfcn", "products", "\xdcr\xfcnler", "new_product", "Yeni \xdcr\xfcn", "created_product", "\xdcr\xfcn ba\u015far\u0131yla olu\u015fturuldu", "updated_product", "\xdcr\xfcn ba\u015far\u0131yla g\xfcncellendi", _s16_201, "\xdcr\xfcn ba\u015far\u0131yla ar\u015fivlendi", "deleted_product", _s28_38, _s16_202, _s29_26, _s17_123, _s37_23, _s16_203, _s36_16, _s17_124, _s37_16, "product_key", "\xdcr\xfcn", "notes", "Notlar", "cost", "Cost", "client", "M\xfc\u015fteri", "clients", "M\xfc\u015fteriler", "new_client", "Yeni M\xfc\u015fteri", "created_client", "M\xfc\u015fteri ba\u015far\u0131yla olu\u015fturuldu", "updated_client", "M\xfc\u015fteri ba\u015far\u0131yla g\xfcncellendi", "archived_client", "M\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", _s16_204, ":count m\xfc\u015fteri ba\u015far\u0131yla ar\u015fivlendi", "deleted_client", "M\xfc\u015fteri ba\u015far\u0131yla silindi", "deleted_clients", ":count m\xfc\u015fteri ba\u015far\u0131yla silindi", "restored_client", "M\xfc\u015fteri Ba\u015far\u0131yla Geri Y\xfcklendi", _s16_205, _s36_13, "address1", "Adres", "address2", "Adres", "city", "\u015eehir", "state", "\u0130l\xe7e", "postal_code", "Posta Kodu", "country", "\xdclke", "invoice", "Fatura", "invoices", "Faturalar", "new_invoice", "Yeni Fatura", "created_invoice", "Fatura ba\u015far\u0131yla olu\u015fturuldu", "updated_invoice", "Fatura ba\u015far\u0131yla g\xfcncellendi", _s16_206, "Fatura ba\u015far\u0131yla ar\u015fivlendi", "deleted_invoice", "Fatura ba\u015far\u0131yla silindi", _s16_207, "Fatura Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_125, ":count fatura ba\u015far\u0131yla ar\u015fivlendi", _s16_208, ":count fatura ba\u015far\u0131yla silindi", _s17_126, _s37_17, "emailed_invoice", "Fatura ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_payment", _s28_59, "amount", "Tutar", "invoice_number", "Fatura Numaras\u0131", "invoice_date", "Fatura Tarihi", "discount", "\u0130skonto", "po_number", "Sipari\u015f No", "terms", "Ko\u015fullar", "public_notes", "A\xe7\u0131k Notlar", "private_notes", "\xd6zel Notlar", "frequency", "S\u0131kl\u0131k", "start_date", "Ba\u015flang\u0131\xe7 Tarihi", "end_date", "Biti\u015f Tarihi", "quote_number", "Teklif Numaras\u0131", "quote_date", "Teklif Tarihi", "valid_until", "Ge\xe7erlilik Tarihi", "items", "\xd6geler", "partial_deposit", "Partial/Deposit", "description", "A\xe7\u0131klama", "unit_cost", "Birim Fiyat\u0131", "quantity", "Miktar", "add_item", "\xd6ge Ekle", "contact", "Ki\u015fi", "work_phone", "Telefon", "total_amount", "Total Amount", "pdf", "PDF", "due_date", "\xd6deme Tarihi", _s16_209, _s16_210, "status", "Durum", _s17_127, "Invoice Status", "quote_status", "Quote Status", _s22_59, _s22_60, _s22_61, _s19_76, "count_selected", ":count selected", "total", "Toplam", "percent", "Percent", "edit", "D\xfczenle", "dismiss", "Dismiss", _s20_76, _s20_77, _s22_62, _s22_63, _s24_49, _s24_50, "task_rate", "Task Rate", "settings", "Ayarlar", "language", "Dil", "currency", "Currency", "created_at", "Date Created", "created_on", "Created On", "updated_at", "Updated", "tax", "Vergi", _s30_17, _s30_18, _s27_51, _s27_52, "past_due", "Past Due", "draft", "Draft", "sent", "G\xf6nder", "viewed", "Viewed", "approved", "Approved", "partial", "K\u0131smi / Mevduat", "paid", "\xd6denen", "mark_sent", "G\xf6nderilmi\u015f Olarak \u0130\u015faretle", _s22_64, _s35_19, _s22_65, _s35_19, _s23_45, _s36_14, _s23_46, _s36_14, "done", "Tamam", _s37_18, _s37_19, "dark_mode", "Karanl\u0131k Mod", _s27_53, _s35_20, "refresh_data", "Refresh Data", "blank_contact", "Blank Contact", "activity", "Aktivite", _s16_211, _s16_212, "clone", "\xc7o\u011falt", "loading", "Loading", "industry", "Industry", "size", "Size", "payment_terms", "\xd6deme ko\u015fullar\u0131", "payment_date", "\xd6deme Tarihi", "payment_status", "Payment Status", _s16_213, "Pending", _s16_214, "Voided", _s16_215, "Failed", _s16_216, "Completed", _s16_217, _s18_58, _s16_218, "Refunded", _s17_128, "Unapplied", _s17_129, _s19_27, "net", "Net", "client_portal", "M\xfc\u015fteri Portal\u0131", "show_tasks", "Show tasks", "email_reminders", "Email Reminders", "enabled", "Enabled", "recipients", "Recipients", "initial_email", "Initial Email", "first_reminder", "\u0130lk Hat\u0131rlat\u0131c\u0131", "second_reminder", "\u0130kinci Hat\u0131rlat\u0131c\u0131", "third_reminder", "\xdc\xe7\xfcnc\xfc Hat\u0131rlat\u0131c\u0131", "reminder1", "First Reminder", "reminder2", "Second Reminder", "reminder3", "Third Reminder", "template", "Template", "send", "Send", "subject", "Konu", "body", "G\xf6vde", "send_email", "E-Mail G\xf6nder", "email_receipt", "\xd6deme makbuzunu m\xfc\u015fteriye e-postayla g\xf6nder", "auto_billing", "Auto billing", "button", "Buton", "preview", "Preview", "customize", "\xd6zelle\u015ftir", "history", "Ge\xe7mi\u015f", "payment", "\xd6deme", "payments", "\xd6demeler", "refunded", "Refunded", "payment_type", "Payment Type", _s21_85, "\u0130\u015flem Referans\u0131", "enter_payment", "\xd6deme Gir", "new_payment", "\xd6deme Gir", "created_payment", "\xd6deme ba\u015far\u0131yla olu\u015fturuldu", "updated_payment", "\xd6deme ba\u015far\u0131yla g\xfcncellendi", _s16_219, "\xd6deme ba\u015far\u0131yla ar\u015fivlendi", "deleted_payment", "\xd6deme ba\u015far\u0131yla silindi", _s16_220, "\xd6deme Ba\u015far\u0131yla Geri Y\xfcklendi", _s17_130, ":count \xf6deme ar\u015fivlendi", _s16_221, ":count \xf6deme silindi", _s17_131, _s37_20, "quote", "Teklif", "quotes", "Teklifler", "new_quote", "Yeni Teklif", "created_quote", "Teklif ba\u015far\u0131yla olu\u015fturuldu", "updated_quote", "Teklif ba\u015far\u0131yla g\xfcncellendi", "archived_quote", "Teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quote", "Teklif ba\u015far\u0131yla silindi", "restored_quote", "Teklif Ba\u015far\u0131yla Geri Y\xfcklendi", "archived_quotes", ":count teklif ba\u015far\u0131yla ar\u015fivlendi", "deleted_quotes", ":count teklif ba\u015far\u0131yla silindi", "restored_quotes", _s35_22, "expense", "Gider", "expenses", "Giderler", "vendor", "Tedarik\xe7i", "vendors", "Tedarik\xe7iler", "task", "Task", "tasks", "G\xf6revler", "project", "Project", "projects", "Projects", "activity_1", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 olu\u015fturdu", "activity_2", ":user :client m\xfc\u015fteri hesab\u0131n\u0131 ar\u015fivledi", "activity_3", ":user :client m\xfc\u015ftei hesab\u0131n\u0131 sildi", "activity_4", ":user :invoice nolu faturay\u0131 olu\u015fturdu", "activity_5", ":user :invoice nolu faturay\u0131 g\xfcncelledi", "activity_6", _s54_0, "activity_7", _s44_6, "activity_8", ":user :invoice nolu faturay\u0131 ar\u015fivledi", "activity_9", ":user :invoice nolu faturay\u0131 sildi", "activity_10", _s85_0, "activity_11", ":user :payment tutarl\u0131 \xf6demeyi g\xfcncelledi", "activity_12", ":user :payment tutarl\u0131 \xf6demeyi ar\u015fivledi", "activity_13", ":user :payment tutarl\u0131 \xf6demeyi sildi", "activity_14", ":user :credit kredi girdi", "activity_15", ":user :credit kredi g\xfcncelledi", "activity_16", ":user :credit kredi ar\u015fivledi", "activity_17", ":user :credit kredi sildi", "activity_18", ":user :quote nolu teklifi olu\u015fturdu", "activity_19", ":user :quote nolu teklifi g\xfcncelledi", "activity_20", _s50_9, "activity_21", ":contact adl\u0131 yetkili :quote nolu teklifi g\xf6r\xfcnt\xfcledi", "activity_22", ":user :quote nolu teklifi ar\u015fivledi", "activity_23", ":user :quote nolu teklifi sildi", "activity_24", ":user :quote nolu teklifi geri y\xfckledi", "activity_25", ":user :invoice nolu faturay\u0131 geri y\xfckledi", "activity_26", ":user :client m\xfc\u015fterisini geri y\xfckledi", "activity_27", ":user :payment tutar\u0131nda \xf6demeyi geri y\xfckledi", "activity_28", ":user :credit kredisini geri y\xfckledi", "activity_29", _s42_13, "activity_30", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 olu\u015fturdu", "activity_31", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 ar\u015fivledi", "activity_32", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 sildi", "activity_33", ":user :vendor sat\u0131c\u0131s\u0131n\u0131 geri y\xfckledi", "activity_34", ":user masraf olu\u015fturdu :expense", "activity_35", ":user masraf ar\u015fivledi :expense", "activity_36", ":user masraf sildi :expense", "activity_37", ":user masraf geri y\xfckledi :expense", "activity_39", _s50_10, "activity_40", _s64_, "activity_41", _s41_9, "activity_42", ":user :task g\xf6revini olu\u015fturdu", "activity_43", ":user :task g\xf6revini g\xfcncelledi", "activity_44", ":user :task g\xf6revini ar\u015fivledi", "activity_45", ":user :task g\xf6revini sildi", "activity_46", ":user :task g\xf6revini geri y\xfckledi", "activity_47", ":user masraf g\xfcncelledi :expense", "activity_48", _s24_61, "activity_49", _s24_62, "activity_50", _s25_58, "activity_51", _s24_63, "activity_52", _s25_59, "activity_53", _s26_45, "activity_54", _s29_45, "activity_55", _s31_23, "activity_56", _s27_64, "activity_57", _s39_5, "activity_58", _s31_17, "activity_59", _s32_11, "activity_60", _s28_52, "activity_61", _s28_55, "activity_62", _s28_56, "activity_63", _s61_3, "activity_64", _s62_0, "activity_65", _s61_4, "activity_66", _s63_2, "activity_80", _s40_2, "activity_81", _s40_3, "activity_82", _s41_7, "activity_83", _s40_4, "activity_84", _s41_8, _s17_132, _s17_133, "emailed_quote", "Teklif ba\u015far\u0131yla e-posta ile g\xf6nderildi", "emailed_credit", _s27_65, _s20_78, _s33_22, _s21_87, _s34_21, "expired", "Expired", "all", "All", "select", "Se\xe7", _s22_66, _s22_67, "custom_value1", "Custom Value", "custom_value2", "Custom Value", "custom_value3", "Custom Value 3", "custom_value4", "Custom Value 4", _s18_97, _s18_98, _s24_54, _s24_55, _s29_37, _s29_38, _s27_58, _s27_59, _s31_18, _s31_19, "lock_invoices", "Lock Invoices", "translations", "Translations", _s19_64, _s19_65, _s19_66, _s19_67, _s22_68, _s22_69, _s22_70, _s22_71, _s21_88, _s21_89, _s21_90, _s21_91, _s21_92, _s21_93, _s21_94, _s21_95, _s22_72, _s22_73, _s22_74, _s22_75, _s22_76, _s22_77, _s22_78, "Fatura No Sayac\u0131", _s20_79, _s20_80, _s20_81, "Teklif No Sayac\u0131", _s21_96, _s21_97, _s21_98, _s21_99, _s21_100, _s21_97, _s21_101, _s21_99, _s18_99, _s18_100, "counter_padding", "Counter Padding", _s28_57, _s28_60, _s18_101, _s18_102, _s18_103, _s18_104, _s18_105, _s18_106, _s18_107, _s18_108, _s18_109, _s18_110, _s18_111, _s18_112, _s21_102, _s21_103, _s19_68, _s19_69, _s21_104, _s21_105, _s29_39, _s29_40, "show_table", "Show Table", "show_list", "Show List", "client_city", "Client City", "client_state", "Client State", "client_country", "Client Country", _s16_222, _s16_223, "client_balance", "Client Balance", "client_address1", "Client Street", "client_address2", _s16_224, "vendor_address1", "Vendor Street", "vendor_address2", _s16_225, _s24_56, _s22_80, _s24_57, _s25_56, "type", "T\xfcr", "invoice_amount", "Fatura Tutar\u0131", _s16_226, "Vade", "tax_rate1", "Tax Rate 1", "tax_rate2", "Tax Rate 2", "tax_rate3", "Tax Rate 3", "auto_bill", "Otomatik Fatura", "archived_at", "Archived At", "has_expenses", "Has Expenses", "custom_taxes1", "Custom Taxes 1", "custom_taxes2", "Custom Taxes 2", "custom_taxes3", "Custom Taxes 3", "custom_taxes4", "Custom Taxes 4", _s17_134, _s18_63, _s17_135, _s18_64, _s17_136, _s18_65, _s17_137, _s18_66, "is_deleted", "Is Deleted", "vendor_city", "Vendor City", "vendor_state", "Vendor State", "vendor_country", "Vendor Country", "is_approved", "Is Approved", "tax_name", "Vergi Ad\u0131", "tax_amount", "Tax Amount", "tax_paid", "Tax Paid", "payment_amount", "\xd6deme Tutar\u0131", "age", "Age", "is_running", "Is Running", "time_log", "Time Log", "bank_id", "Banka", _s19_70, _s19_71, _s16_227, _s16_237, _s19_72, _s19_73, "tax_name1", "Tax Name 1", "tax_name2", "Tax Name 2", "tax_name3", "Tax Name 3", "transaction_id", "Transaction ID", _s18_113, _s18_114, _s16_228, _s16_229], t1, t1)], t1, type$.legacy_Map_of_legacy_String_and_legacy_String); }); _lazyOld($, "_emptyParagraphPattern", "$get$_emptyParagraphPattern", () => A.RegExp_RegExp("^(?:[ \\t]*)$", true, false, false, false)); _lazyOld($, "_googleSignIn", "$get$_googleSignIn", () => new A.GoogleSignIn(A._setArrayType(["email", "openid", "profile"], type$.JSArray_legacy_String), A.StreamController_StreamController$broadcast(null, null, false, type$.nullable_GoogleSignInAccount)));